File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 236
236
237
237
<VsixSourceItem Include =" $(VsixInputFileLocation)\*.*" Exclude =" $(VsixInputFileLocation)\*.pdb" />
238
238
239
- <VsixSourceItem Update =" $(VsixInputFileLocation)\testhost.exe" Ngen =" true" NgenArchitecture =" X64" NgenPriority =" 1 " NgenApplication =" $(ExtensionInstallationRelativeToVS)\testhost.exe" />
240
- <VsixSourceItem Update =" $(VsixInputFileLocation)\testhost.x86.exe" Ngen =" true" NgenArchitecture =" X86" NgenPriority =" 1 " NgenApplication =" $(ExtensionInstallationRelativeToVS)\testhost.x86.exe" />
239
+ <VsixSourceItem Update =" $(VsixInputFileLocation)\testhost.exe" Ngen =" true" NgenArchitecture =" X64" NgenPriority =" 2 " NgenApplication =" $(ExtensionInstallationRelativeToVS)\testhost.exe" />
240
+ <VsixSourceItem Update =" $(VsixInputFileLocation)\testhost.x86.exe" Ngen =" true" NgenArchitecture =" X86" NgenPriority =" 2 " NgenApplication =" $(ExtensionInstallationRelativeToVS)\testhost.x86.exe" />
241
241
</ItemGroup >
242
242
<ItemGroup >
243
243
<Content Include =" License.rtf" >
You can’t perform that action at this time.
0 commit comments