Skip to content

Commit 382226a

Browse files
authored
Specify full path to InteractiveHost.exe for NGENing. (#46191)
E.g. `[installDir]\Common7\IDE\CommonExtensions\Microsoft\ManagedLanguages\VBCSharp\LanguageServices\InteractiveHost\Desktop\InteractiveHost64.exe`
1 parent df0a580 commit 382226a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Interactive/HostProcess/InteractiveHost32.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Ngen>true</Ngen>
3232
<NgenPriority>3</NgenPriority>
3333
<NgenArchitecture>X86</NgenArchitecture>
34-
<NgenApplication>/InteractiveHost/Desktop/InteractiveHost32.exe</NgenApplication>
34+
<NgenApplication>[installDir]\Common7\IDE\$(CommonExtensionInstallationRoot)\$(LanguageServicesExtensionInstallationFolder)\InteractiveHost\Desktop\InteractiveHost32.exe</NgenApplication>
3535
</_PublishProjectOutputGroup>
3636
<_PublishProjectOutputGroup Include="$(TargetPath).config" TargetPath="$(TargetFileName).config"/>
3737
</ItemGroup>

src/Interactive/HostProcess/InteractiveHost64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<NgenPriority>3</NgenPriority>
4242
<NgenArchitecture Condition="'%(Filename)' != 'InteractiveHost64'">All</NgenArchitecture>
4343
<NgenArchitecture Condition="'%(Filename)' == 'InteractiveHost64'">X64</NgenArchitecture>
44-
<NgenApplication>/InteractiveHost/Desktop/InteractiveHost64.exe</NgenApplication>
44+
<NgenApplication>[installDir]\Common7\IDE\$(CommonExtensionInstallationRoot)\$(LanguageServicesExtensionInstallationFolder)\InteractiveHost\Desktop\InteractiveHost64.exe</NgenApplication>
4545
</_PublishedFiles>
4646
</ItemGroup>
4747
</Target>

0 commit comments

Comments
 (0)