File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 418418 <Copy SourceFiles =" @(NuGetPackagesToCopy)" DestinationFolder =" ..\ILSpy.AddIn\packages" />
419419 </Target >
420420
421- <Import Project =" $(DevEnvDir)\..\..\VC\Auxiliary\Build\Microsoft.VCToolsVersion.default.props" />
421+ <PropertyGroup >
422+ <VCBasePath >$(MSBuildToolsPath)\..\..\..\VC\</VCBasePath >
423+ </PropertyGroup >
424+
425+ <Import Project =" $(VCBasePath)Auxiliary\Build\Microsoft.VCToolsVersion.default.props" />
422426
423427 <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
424- <Exec Command =" " $(DevEnvDir)\..\..\VC\ Tools\MSVC\$(VCToolsVersion)\bin\Hostx64\x64\editbin.exe" /stack:16777216 " $(TargetPath)"
 EXIT 0" />
428+ <Exec Command =" " $(VCBasePath) Tools\MSVC\$(VCToolsVersion)\bin\Hostx64\x64\editbin.exe" /stack:16777216 " $(TargetPath)"
 EXIT 0" />
425429 </Target >
426430</Project >
You can’t perform that action at this time.
0 commit comments