Skip to content

Commit

Permalink
Change csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosifne committed Mar 8, 2024
1 parent c95ab25 commit 022ed06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@
<DeployExtension>false</DeployExtension>
<VssdkCompatibleExtension>true</VssdkCompatibleExtension>
</PropertyGroup>
<ItemGroup>
<Content Include="UnifiedSettings\csharpSettings.registration.json">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<ItemGroup>
<Content Update=".vsextension/string-resources.json" XlfPreserveFileName="true" />
<Content Include="UnifiedSettings/csharpSettings.registration.json" IncludeInVSIX="true" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup Label="PkgDef">
<PkgDefInstalledProduct Include="{13c3bbb4-f18f-4111-9f54-a0fb010d9194}" Name="Microsoft Visual C#" DisplayName="#116" ProductDetails="#117" />
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/CSharp/Impl/PackageRegistration.pkgdef
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"SortPriority"=dword:00000064
@="Microsoft Visual C#"

// CacheTag value should be changed everytime when the registration file get changed
// CacheTag value should be changed when registration file changes
// 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
[$RootKey$\SettingsManifests\{13c3bbb4-f18f-4111-9f54-a0fb010d9194}]
@="Microsoft.VisualStudio.LanguageServices.CSharp.LanguageService.CSharpPackage"
Expand Down

0 comments on commit 022ed06

Please sign in to comment.