msbuild: use x64-hosted toolchain

This commit is contained in:
Shawn Hoffman
2020-08-27 03:47:41 -07:00
parent 9888adad54
commit 8068ff92bf
2 changed files with 1 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup Label="Configuration">
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<!--<EnableASAN>true</EnableASAN>-->
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>