|
|
@@ -30,14 +30,14 @@
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v140</PlatformToolset>
|
|
|
+ <PlatformToolset>v140_xp</PlatformToolset>
|
|
|
<CLRSupport>false</CLRSupport>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v140</PlatformToolset>
|
|
|
+ <PlatformToolset>v140_xp</PlatformToolset>
|
|
|
<CLRSupport>false</CLRSupport>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
</PropertyGroup>
|