1
0
Fork 0

Add support for VS2017

This commit is contained in:
Hendrik Leppkes 2017-03-07 17:20:45 +01:00
parent e9874d6396
commit 9c35bdbd3e
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '14.0'">
<PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '15.0'">
<PlatformToolset>v141_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='DebugRelease'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>