|
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>
|
|
29 | 29 | <UseDebugLibraries>true</UseDebugLibraries>
|
30 | 30 | <CharacterSet>Unicode</CharacterSet>
|
31 | 31 | <UseOfAtl>false</UseOfAtl>
|
| 32 | + <PlatformToolset>v140</PlatformToolset> |
32 | 33 | </PropertyGroup>
|
33 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
34 | 35 | <ConfigurationType>Application</ConfigurationType>
|
35 | 36 | <UseDebugLibraries>true</UseDebugLibraries>
|
36 | 37 | <CharacterSet>Unicode</CharacterSet>
|
37 | 38 | <UseOfAtl>false</UseOfAtl>
|
| 39 | + <PlatformToolset>v140</PlatformToolset> |
38 | 40 | </PropertyGroup>
|
39 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
40 | 42 | <ConfigurationType>Application</ConfigurationType>
|
41 | 43 | <UseDebugLibraries>false</UseDebugLibraries>
|
42 | 44 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
43 | 45 | <CharacterSet>Unicode</CharacterSet>
|
44 | 46 | <UseOfAtl>false</UseOfAtl>
|
| 47 | + <PlatformToolset>v140</PlatformToolset> |
45 | 48 | </PropertyGroup>
|
46 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
47 | 50 | <ConfigurationType>Application</ConfigurationType>
|
48 | 51 | <UseDebugLibraries>false</UseDebugLibraries>
|
49 | 52 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
50 | 53 | <CharacterSet>Unicode</CharacterSet>
|
51 | 54 | <UseOfAtl>false</UseOfAtl>
|
| 55 | + <PlatformToolset>v140</PlatformToolset> |
52 | 56 | </PropertyGroup>
|
53 | 57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
54 | 58 | <ImportGroup Label="ExtensionSettings">
|
|
0 commit comments