Skip to content

Commit 022ed06

Browse files
committed
Change csproj
1 parent c95ab25 commit 022ed06

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/VisualStudio/CSharp/Impl/Microsoft.VisualStudio.LanguageServices.CSharp.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@
1616
<DeployExtension>false</DeployExtension>
1717
<VssdkCompatibleExtension>true</VssdkCompatibleExtension>
1818
</PropertyGroup>
19-
<ItemGroup>
20-
<Content Include="UnifiedSettings\csharpSettings.registration.json">
21-
<IncludeInVSIX>true</IncludeInVSIX>
22-
</Content>
23-
</ItemGroup>
2419
<ItemGroup>
2520
<Content Update=".vsextension/string-resources.json" XlfPreserveFileName="true" />
21+
<Content Include="UnifiedSettings/csharpSettings.registration.json" IncludeInVSIX="true" CopyToOutputDirectory="PreserveNewest" />
2622
</ItemGroup>
2723
<ItemGroup Label="PkgDef">
2824
<PkgDefInstalledProduct Include="{13c3bbb4-f18f-4111-9f54-a0fb010d9194}" Name="Microsoft Visual C#" DisplayName="#116" ProductDetails="#117" />

src/VisualStudio/CSharp/Impl/PackageRegistration.pkgdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"SortPriority"=dword:00000064
194194
@="Microsoft Visual C#"
195195

196-
// CacheTag value should be changed everytime when the registration file get changed
196+
// CacheTag value should be changed when registration file changes
197197
// See https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/39345/Manifest-Build-Deployment-and-Setup-Authoring-In-Depth?anchor=example-pkgdef-key for more infomation
198198
[$RootKey$\SettingsManifests\{13c3bbb4-f18f-4111-9f54-a0fb010d9194}]
199199
@="Microsoft.VisualStudio.LanguageServices.CSharp.LanguageService.CSharpPackage"

0 commit comments

Comments
 (0)