|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="12.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>
|
|
43 | 43 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
44 | 44 | <UseOfMfc>false</UseOfMfc>
|
45 | 45 | <CharacterSet>Unicode</CharacterSet>
|
46 |
| - <PlatformToolset>v120_xp</PlatformToolset> |
| 46 | + <PlatformToolset>v140_xp</PlatformToolset> |
47 | 47 | </PropertyGroup>
|
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'" Label="Configuration">
|
49 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
50 | 50 | <UseOfMfc>false</UseOfMfc>
|
51 | 51 | <CharacterSet>Unicode</CharacterSet>
|
52 |
| - <PlatformToolset>v120</PlatformToolset> |
| 52 | + <PlatformToolset>v140</PlatformToolset> |
53 | 53 | </PropertyGroup>
|
54 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
55 | 55 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
56 | 56 | <UseOfMfc>false</UseOfMfc>
|
57 |
| - <PlatformToolset>v120_xp</PlatformToolset> |
| 57 | + <PlatformToolset>v140_xp</PlatformToolset> |
58 | 58 | </PropertyGroup>
|
59 | 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
60 | 60 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
61 | 61 | <UseOfMfc>false</UseOfMfc>
|
62 |
| - <PlatformToolset>v120</PlatformToolset> |
| 62 | + <PlatformToolset>v140</PlatformToolset> |
63 | 63 | </PropertyGroup>
|
64 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|x64'" Label="Configuration">
|
65 | 65 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
66 | 66 | <UseOfMfc>false</UseOfMfc>
|
67 | 67 | <CharacterSet>Unicode</CharacterSet>
|
68 |
| - <PlatformToolset>v120_xp</PlatformToolset> |
| 68 | + <PlatformToolset>v140_xp</PlatformToolset> |
69 | 69 | </PropertyGroup>
|
70 | 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|x64'" Label="Configuration">
|
71 | 71 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
72 | 72 | <UseOfMfc>false</UseOfMfc>
|
73 | 73 | <CharacterSet>Unicode</CharacterSet>
|
74 |
| - <PlatformToolset>v120</PlatformToolset> |
| 74 | + <PlatformToolset>v140</PlatformToolset> |
75 | 75 | </PropertyGroup>
|
76 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
77 | 77 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
78 | 78 | <UseOfMfc>false</UseOfMfc>
|
79 |
| - <PlatformToolset>v120_xp</PlatformToolset> |
| 79 | + <PlatformToolset>v140_xp</PlatformToolset> |
80 | 80 | </PropertyGroup>
|
81 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
82 | 82 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
83 | 83 | <UseOfMfc>false</UseOfMfc>
|
84 |
| - <PlatformToolset>v120</PlatformToolset> |
| 84 | + <PlatformToolset>v140</PlatformToolset> |
85 | 85 | </PropertyGroup>
|
86 | 86 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
87 | 87 | <ImportGroup Label="ExtensionSettings">
|
|
186 | 186 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
187 | 187 | <SubSystem>Windows</SubSystem>
|
188 | 188 | <TargetMachine>MachineX86</TargetMachine>
|
| 189 | + <MinimumRequiredVersion>5.01</MinimumRequiredVersion> |
189 | 190 | </Link>
|
190 | 191 | <PostBuildEvent>
|
191 | 192 | <Command>editbin.exe /OSVERSION:4.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetPath)"</Command>
|
|
217 | 218 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
218 | 219 | <SubSystem>Windows</SubSystem>
|
219 | 220 | <TargetMachine>MachineX64</TargetMachine>
|
| 221 | + <MinimumRequiredVersion>5.02</MinimumRequiredVersion> |
220 | 222 | </Link>
|
221 | 223 | </ItemDefinitionGroup>
|
222 | 224 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
309 | 311 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
310 | 312 | <SubSystem>Windows</SubSystem>
|
311 | 313 | <TargetMachine>MachineX86</TargetMachine>
|
| 314 | + <MinimumRequiredVersion>5.01</MinimumRequiredVersion> |
312 | 315 | </Link>
|
313 | 316 | <PostBuildEvent>
|
314 | 317 | <Command>editbin.exe /OSVERSION:4.0 /SUBSYSTEM:WINDOWS,4.0 "$(TargetPath)"</Command>
|
|
341 | 344 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
342 | 345 | <SubSystem>Windows</SubSystem>
|
343 | 346 | <TargetMachine>MachineX64</TargetMachine>
|
| 347 | + <MinimumRequiredVersion>5.02</MinimumRequiredVersion> |
344 | 348 | </Link>
|
345 | 349 | </ItemDefinitionGroup>
|
346 | 350 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'">
|
|
0 commit comments