|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="4.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>{E5D6E166-C770-4B63-9501-4274E29D56E2}</ProjectGuid> |
23 | 23 | <Keyword>Win32Proj</Keyword> |
24 | 24 | <RootNamespace>BaseClient</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>DynamicLibrary</ConfigurationType> |
29 | 30 | <UseDebugLibraries>true</UseDebugLibraries> |
30 | | - <PlatformToolset>v110</PlatformToolset> |
| 31 | + <PlatformToolset>v141</PlatformToolset> |
31 | 32 | <CharacterSet>Unicode</CharacterSet> |
32 | 33 | </PropertyGroup> |
33 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
34 | 35 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
35 | 36 | <UseDebugLibraries>true</UseDebugLibraries> |
36 | | - <PlatformToolset>v110</PlatformToolset> |
| 37 | + <PlatformToolset>v141</PlatformToolset> |
37 | 38 | <CharacterSet>Unicode</CharacterSet> |
38 | 39 | </PropertyGroup> |
39 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
40 | 41 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
41 | 42 | <UseDebugLibraries>false</UseDebugLibraries> |
42 | | - <PlatformToolset>v110</PlatformToolset> |
| 43 | + <PlatformToolset>v141</PlatformToolset> |
43 | 44 | <WholeProgramOptimization>true</WholeProgramOptimization> |
44 | 45 | <CharacterSet>Unicode</CharacterSet> |
45 | 46 | </PropertyGroup> |
46 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
47 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
48 | 49 | <UseDebugLibraries>false</UseDebugLibraries> |
49 | | - <PlatformToolset>v110</PlatformToolset> |
| 50 | + <PlatformToolset>v141</PlatformToolset> |
50 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization> |
51 | 52 | <CharacterSet>Unicode</CharacterSet> |
52 | 53 | </PropertyGroup> |
|
73 | 74 | </PropertyGroup> |
74 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
75 | 76 | <LinkIncremental>true</LinkIncremental> |
76 | | - <OutDir>.\Debug\win64\</OutDir> |
| 77 | + <OutDir>.\Debug\win64\</OutDir> |
77 | 78 | <IntDir>.\Debug\win64\</IntDir> |
78 | 79 | </PropertyGroup> |
79 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
83 | 84 | </PropertyGroup> |
84 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
85 | 86 | <LinkIncremental>false</LinkIncremental> |
86 | | - <OutDir>.\Release\win64\</OutDir> |
| 87 | + <OutDir>.\Release\win64\</OutDir> |
87 | 88 | <IntDir>.\Release\win64\</IntDir> |
88 | 89 | </PropertyGroup> |
89 | 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
0 commit comments