|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 5 | <Configuration>Debug</Configuration> |
|
66 | 66 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
67 | 67 | <UseDebugLibraries>true</UseDebugLibraries> |
68 | 68 | <CharacterSet>MultiByte</CharacterSet> |
69 | | - <PlatformToolset>v120</PlatformToolset> |
| 69 | + <PlatformToolset>v140</PlatformToolset> |
70 | 70 | </PropertyGroup> |
71 | 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
72 | 72 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
73 | 73 | <UseDebugLibraries>true</UseDebugLibraries> |
74 | 74 | <CharacterSet>MultiByte</CharacterSet> |
75 | | - <PlatformToolset>v120</PlatformToolset> |
| 75 | + <PlatformToolset>v140</PlatformToolset> |
76 | 76 | </PropertyGroup> |
77 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
78 | 78 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
79 | 79 | <UseDebugLibraries>false</UseDebugLibraries> |
80 | 80 | <WholeProgramOptimization>true</WholeProgramOptimization> |
81 | 81 | <CharacterSet>MultiByte</CharacterSet> |
82 | | - <PlatformToolset>v120</PlatformToolset> |
| 82 | + <PlatformToolset>v140</PlatformToolset> |
83 | 83 | </PropertyGroup> |
84 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
85 | 85 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
86 | 86 | <UseDebugLibraries>false</UseDebugLibraries> |
87 | 87 | <WholeProgramOptimization>true</WholeProgramOptimization> |
88 | 88 | <CharacterSet>MultiByte</CharacterSet> |
89 | | - <PlatformToolset>v120</PlatformToolset> |
| 89 | + <PlatformToolset>v140</PlatformToolset> |
90 | 90 | </PropertyGroup> |
91 | 91 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
92 | 92 | <ImportGroup Label="ExtensionSettings"> |
|
0 commit comments