2020-08-18 18:34:06 -06:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 02:05:21 -06:00
|
|
|
<Project>
|
2020-08-18 18:34:06 -06:00
|
|
|
<PropertyGroup Label="Configuration">
|
2021-11-11 02:44:40 -07:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2020-08-18 18:34:06 -06:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2020-08-27 04:47:41 -06:00
|
|
|
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
2020-08-18 22:54:08 -06:00
|
|
|
<!-- To use ASAN, just uncomment this. For simplicity, you should run VS/windbg/etc
|
|
|
|
(including the built executables themselves) after using vcvarsall or similar to setup
|
|
|
|
environment, as ASAN needs access to libs and executables in the toolchain paths.
|
|
|
|
-->
|
|
|
|
<!--<EnableASAN>true</EnableASAN>-->
|
2020-08-18 18:34:06 -06:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|