|
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> |
|
22 | 22 | <ProjectGuid>{2754B0D6-4A8B-49F4-AB9E-E7306D0DAB32}</ProjectGuid> |
23 | 23 | <Keyword>Win32Proj</Keyword> |
24 | 24 | <RootNamespace>address_convertions</RootNamespace> |
| 25 | + <WindowsTargetPlatformVersion>10.0.17134.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 | 31 | <CharacterSet>Unicode</CharacterSet> |
31 | | - <PlatformToolset>v120</PlatformToolset> |
| 32 | + <PlatformToolset>v141</PlatformToolset> |
32 | 33 | </PropertyGroup> |
33 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
34 | 35 | <ConfigurationType>Application</ConfigurationType> |
35 | 36 | <UseDebugLibraries>true</UseDebugLibraries> |
36 | 37 | <CharacterSet>Unicode</CharacterSet> |
37 | | - <PlatformToolset>v120</PlatformToolset> |
| 38 | + <PlatformToolset>v141</PlatformToolset> |
38 | 39 | </PropertyGroup> |
39 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
40 | 41 | <ConfigurationType>Application</ConfigurationType> |
41 | 42 | <UseDebugLibraries>false</UseDebugLibraries> |
42 | 43 | <WholeProgramOptimization>true</WholeProgramOptimization> |
43 | 44 | <CharacterSet>Unicode</CharacterSet> |
44 | | - <PlatformToolset>v120</PlatformToolset> |
| 45 | + <PlatformToolset>v141</PlatformToolset> |
45 | 46 | </PropertyGroup> |
46 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
47 | 48 | <ConfigurationType>Application</ConfigurationType> |
48 | 49 | <UseDebugLibraries>false</UseDebugLibraries> |
49 | 50 | <WholeProgramOptimization>true</WholeProgramOptimization> |
50 | 51 | <CharacterSet>Unicode</CharacterSet> |
51 | | - <PlatformToolset>v120</PlatformToolset> |
| 52 | + <PlatformToolset>v141</PlatformToolset> |
52 | 53 | </PropertyGroup> |
53 | 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
54 | 55 | <ImportGroup Label="ExtensionSettings"> |
|
0 commit comments