|
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>
|
|
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
43 | 43 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries>
|
45 |
| - <PlatformToolset>v110</PlatformToolset> |
| 45 | + <PlatformToolset>v120</PlatformToolset> |
46 | 46 | <CharacterSet>Unicode</CharacterSet>
|
47 | 47 | </PropertyGroup>
|
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
49 | 49 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
50 | 50 | <UseDebugLibraries>true</UseDebugLibraries>
|
51 |
| - <PlatformToolset>v110</PlatformToolset> |
| 51 | + <PlatformToolset>v120</PlatformToolset> |
52 | 52 | <CharacterSet>MultiByte</CharacterSet>
|
53 | 53 | </PropertyGroup>
|
54 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
55 | 55 | <ConfigurationType>Application</ConfigurationType>
|
56 | 56 | <UseDebugLibraries>false</UseDebugLibraries>
|
57 |
| - <PlatformToolset>v110</PlatformToolset> |
| 57 | + <PlatformToolset>v120</PlatformToolset> |
58 | 58 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
59 | 59 | <CharacterSet>MultiByte</CharacterSet>
|
60 | 60 | </PropertyGroup>
|
61 | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithDebugInfo|Win32'" Label="Configuration">
|
62 | 62 | <ConfigurationType>Application</ConfigurationType>
|
63 | 63 | <UseDebugLibraries>false</UseDebugLibraries>
|
64 |
| - <PlatformToolset>v110</PlatformToolset> |
| 64 | + <PlatformToolset>v120</PlatformToolset> |
65 | 65 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
66 | 66 | <CharacterSet>MultiByte</CharacterSet>
|
67 | 67 | </PropertyGroup>
|
68 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNoOptimization|Win32'" Label="Configuration">
|
69 | 69 | <ConfigurationType>Application</ConfigurationType>
|
70 | 70 | <UseDebugLibraries>false</UseDebugLibraries>
|
71 |
| - <PlatformToolset>v110</PlatformToolset> |
| 71 | + <PlatformToolset>v120</PlatformToolset> |
72 | 72 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
73 | 73 | <CharacterSet>MultiByte</CharacterSet>
|
74 | 74 | </PropertyGroup>
|
75 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
76 | 76 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
77 | 77 | <UseDebugLibraries>false</UseDebugLibraries>
|
78 |
| - <PlatformToolset>v110</PlatformToolset> |
| 78 | + <PlatformToolset>v120</PlatformToolset> |
79 | 79 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
80 | 80 | <CharacterSet>Unicode</CharacterSet>
|
81 | 81 | </PropertyGroup>
|
82 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithDebugInfo|x64'" Label="Configuration">
|
83 | 83 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
84 | 84 | <UseDebugLibraries>false</UseDebugLibraries>
|
85 |
| - <PlatformToolset>v110</PlatformToolset> |
| 85 | + <PlatformToolset>v120</PlatformToolset> |
86 | 86 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
87 | 87 | <CharacterSet>Unicode</CharacterSet>
|
88 | 88 | </PropertyGroup>
|
89 | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNoOptimization|x64'" Label="Configuration">
|
90 | 90 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
91 | 91 | <UseDebugLibraries>false</UseDebugLibraries>
|
92 |
| - <PlatformToolset>v110</PlatformToolset> |
| 92 | + <PlatformToolset>v120</PlatformToolset> |
93 | 93 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
94 | 94 | <CharacterSet>Unicode</CharacterSet>
|
95 | 95 | </PropertyGroup>
|
|
0 commit comments