Skip to content

Commit 7ce82c9

Browse files
committed
Change csproj
1 parent c95ab25 commit 7ce82c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
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" />

0 commit comments

Comments
 (0)