|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="14.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>
|
|
22 | 22 | <ProjectGuid>{1A08601A-0971-4A8F-AE2B-CF6184D01CDD}</ProjectGuid>
|
23 | 23 | <Keyword>Win32Proj</Keyword>
|
24 | 24 | <ProjectName>XboxGuideButtonMapToKey</ProjectName>
|
| 25 | + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
25 | 26 | </PropertyGroup>
|
26 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
27 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
28 | 29 | <ConfigurationType>Application</ConfigurationType>
|
29 | 30 | <UseDebugLibraries>true</UseDebugLibraries>
|
30 |
| - <PlatformToolset>v140</PlatformToolset> |
| 31 | + <PlatformToolset>v141</PlatformToolset> |
31 | 32 | </PropertyGroup>
|
32 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
33 | 34 | <ConfigurationType>Application</ConfigurationType>
|
34 | 35 | <UseDebugLibraries>false</UseDebugLibraries>
|
35 |
| - <PlatformToolset>v140</PlatformToolset> |
| 36 | + <PlatformToolset>v141</PlatformToolset> |
36 | 37 | </PropertyGroup>
|
37 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
38 | 39 | <ConfigurationType>Application</ConfigurationType>
|
39 | 40 | <UseDebugLibraries>true</UseDebugLibraries>
|
40 |
| - <PlatformToolset>v140</PlatformToolset> |
| 41 | + <PlatformToolset>v141</PlatformToolset> |
41 | 42 | </PropertyGroup>
|
42 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
43 | 44 | <ConfigurationType>Application</ConfigurationType>
|
44 | 45 | <UseDebugLibraries>false</UseDebugLibraries>
|
45 |
| - <PlatformToolset>v140</PlatformToolset> |
| 46 | + <PlatformToolset>v141</PlatformToolset> |
46 | 47 | </PropertyGroup>
|
47 | 48 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
48 | 49 | <ImportGroup Label="ExtensionSettings">
|
|
0 commit comments