|
|
|
@ -19,13 +19,13 @@
@@ -19,13 +19,13 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset> |
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|