|
|
|
@ -29,26 +29,26 @@ |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|