2020-08-18 18:34:06 -06:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Label="Configuration">
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2020-08-27 04:47:41 -06:00
|
|
|
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
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>
|