Skip to content

Commit a2fa93e

Browse files
committed
Enable optimization for languageservices & codelens
1 parent 52a56c4 commit a2fa93e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/VisualStudio/CodeLens/Microsoft.VisualStudio.LanguageServices.CodeLens.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<RootNamespace>Microsoft.VisualStudio.LanguageServices.CodeLens</RootNamespace>
99
<TargetFramework>net472</TargetFramework>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11+
<ApplyNgenOptimization>partial</ApplyNgenOptimization>
1112

1213
<!-- NuGet -->
1314
<IsPackable>false</IsPackable>

src/VisualStudio/Core/Def/Microsoft.VisualStudio.LanguageServices.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<GeneratePkgDefFile>true</GeneratePkgDefFile>
1212
<DeployExtension>false</DeployExtension>
1313
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
14+
<ApplyNgenOptimization>partial</ApplyNgenOptimization>
1415

1516
<!-- NuGet -->
1617
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)