|
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>{5637CC7B-9FFF-486B-9D51-898DEDCB908A}</ProjectGuid> |
23 | 23 | <Keyword>Win32Proj</Keyword> |
24 | 24 | <RootNamespace>KeyCapLib</RootNamespace> |
25 | | - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 25 | + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
26 | 26 | </PropertyGroup> |
27 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 | 29 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
30 | 30 | <UseDebugLibraries>true</UseDebugLibraries> |
31 | | - <PlatformToolset>v140</PlatformToolset> |
| 31 | + <PlatformToolset>v141</PlatformToolset> |
32 | 32 | <CharacterSet>Unicode</CharacterSet> |
33 | 33 | </PropertyGroup> |
34 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
35 | 35 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
36 | 36 | <UseDebugLibraries>false</UseDebugLibraries> |
37 | | - <PlatformToolset>v140</PlatformToolset> |
| 37 | + <PlatformToolset>v141</PlatformToolset> |
38 | 38 | <WholeProgramOptimization>true</WholeProgramOptimization> |
39 | 39 | <CharacterSet>Unicode</CharacterSet> |
40 | 40 | </PropertyGroup> |
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
42 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
43 | 43 | <UseDebugLibraries>true</UseDebugLibraries> |
44 | | - <PlatformToolset>v140</PlatformToolset> |
| 44 | + <PlatformToolset>v141</PlatformToolset> |
45 | 45 | <CharacterSet>Unicode</CharacterSet> |
46 | 46 | </PropertyGroup> |
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
48 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
49 | 49 | <UseDebugLibraries>false</UseDebugLibraries> |
50 | | - <PlatformToolset>v140</PlatformToolset> |
| 50 | + <PlatformToolset>v141</PlatformToolset> |
51 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization> |
52 | 52 | <CharacterSet>Unicode</CharacterSet> |
53 | 53 | </PropertyGroup> |
|
0 commit comments