|
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="12.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> |
|
26 | 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
27 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 | 28 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
29 | | - <PlatformToolset>v110</PlatformToolset> |
| 29 | + <PlatformToolset>v120</PlatformToolset> |
30 | 30 | <UseOfMfc>false</UseOfMfc> |
31 | 31 | <CharacterSet>MultiByte</CharacterSet> |
32 | 32 | </PropertyGroup> |
33 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
34 | 34 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
35 | | - <PlatformToolset>v110</PlatformToolset> |
| 35 | + <PlatformToolset>v120</PlatformToolset> |
36 | 36 | <UseOfMfc>false</UseOfMfc> |
37 | 37 | <CharacterSet>MultiByte</CharacterSet> |
38 | 38 | </PropertyGroup> |
39 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
40 | 40 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
41 | | - <PlatformToolset>v110</PlatformToolset> |
| 41 | + <PlatformToolset>v120</PlatformToolset> |
42 | 42 | <UseOfMfc>false</UseOfMfc> |
43 | 43 | <CharacterSet>MultiByte</CharacterSet> |
44 | 44 | </PropertyGroup> |
45 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
46 | 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
47 | | - <PlatformToolset>v110</PlatformToolset> |
| 47 | + <PlatformToolset>v120</PlatformToolset> |
48 | 48 | <UseOfMfc>false</UseOfMfc> |
49 | 49 | <CharacterSet>MultiByte</CharacterSet> |
50 | 50 | </PropertyGroup> |
|
0 commit comments