|
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="15.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> |
|
14 | 14 | <ProjectGuid>{C5B94D67-7189-4DE3-A48A-24D8BBAB885A}</ProjectGuid> |
15 | 15 | <Keyword>Win32Proj</Keyword> |
16 | 16 | <RootNamespace>SDL2Framework</RootNamespace> |
| 17 | + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
17 | 18 | </PropertyGroup> |
18 | 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
19 | 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
20 | 21 | <ConfigurationType>Application</ConfigurationType> |
21 | 22 | <UseDebugLibraries>true</UseDebugLibraries> |
22 | | - <PlatformToolset>v120</PlatformToolset> |
| 23 | + <PlatformToolset>v141</PlatformToolset> |
23 | 24 | <CharacterSet>Unicode</CharacterSet> |
24 | 25 | </PropertyGroup> |
25 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
26 | 27 | <ConfigurationType>Application</ConfigurationType> |
27 | 28 | <UseDebugLibraries>false</UseDebugLibraries> |
28 | | - <PlatformToolset>v120</PlatformToolset> |
| 29 | + <PlatformToolset>v141</PlatformToolset> |
29 | 30 | <WholeProgramOptimization>true</WholeProgramOptimization> |
30 | 31 | <CharacterSet>Unicode</CharacterSet> |
31 | 32 | </PropertyGroup> |
|
62 | 63 | <Link> |
63 | 64 | <SubSystem>Console</SubSystem> |
64 | 65 | <GenerateDebugInformation>true</GenerateDebugInformation> |
65 | | - <AdditionalLibraryDirectories>../../../../SDL2_Module/prebuilt/win32//lib/x86;../debug</AdditionalLibraryDirectories> |
| 66 | + <AdditionalLibraryDirectories>../../../../SDL2_Module/prebuilt/win32/x86/lib;../debug</AdditionalLibraryDirectories> |
66 | 67 | </Link> |
67 | 68 | </ItemDefinitionGroup> |
68 | 69 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
0 commit comments