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