|
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>
|
|
18 | 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
19 | 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
20 | 20 | <ConfigurationType>Application</ConfigurationType>
|
21 |
| - <PlatformToolset>v120_xp</PlatformToolset> |
| 21 | + <PlatformToolset>v140_xp</PlatformToolset> |
22 | 22 | <CharacterSet>MultiByte</CharacterSet>
|
23 | 23 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
24 | 24 | </PropertyGroup>
|
25 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
26 | 26 | <ConfigurationType>Application</ConfigurationType>
|
27 |
| - <PlatformToolset>v120_xp</PlatformToolset> |
| 27 | + <PlatformToolset>v140_xp</PlatformToolset> |
28 | 28 | <CharacterSet>MultiByte</CharacterSet>
|
29 | 29 | </PropertyGroup>
|
30 | 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
56 | 56 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
57 | 57 | <MinimalRebuild>true</MinimalRebuild>
|
58 | 58 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
59 |
| - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 59 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
60 | 60 | <PrecompiledHeader />
|
61 | 61 | <WarningLevel>Level3</WarningLevel>
|
62 | 62 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
73 | 73 | <Optimization>MaxSpeed</Optimization>
|
74 | 74 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
75 | 75 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
76 |
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 76 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
77 | 77 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
78 | 78 | <PrecompiledHeader />
|
79 | 79 | <WarningLevel>Level4</WarningLevel>
|
|
0 commit comments