|
|
|
@ -33,27 +33,27 @@ |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
|