Skip to content

Commit 4b1cea7

Browse files
authored
Merge pull request #9772 from AlexDelepine/patch-3
Update Ngen priorities for VS
2 parents 9bd96fb + 32f8e5a commit 4b1cea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/ProjectSystemSetup/ProjectSystemSetup.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<Name>%(Filename)</Name>
4242
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup</IncludeOutputGroupsInVSIXLocalOnly>
4343
<Ngen>true</Ngen>
44-
<NgenPriority>1</NgenPriority>
44+
<NgenPriority>2</NgenPriority>
4545
</ProjectReference>
4646
</ItemGroup>
4747

@@ -68,4 +68,4 @@
6868
</ItemGroup>
6969
</Target>
7070

71-
</Project>
71+
</Project>

0 commit comments

Comments
 (0)