|
|
|
@ -44,35 +44,35 @@ |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Static|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
|