|
@@ -46,32 +46,32 @@
|
46
|
46
|
<ProjectGuid>{35653A85-73BD-4392-A323-FB5C6DAE6F43}</ProjectGuid>
|
47
|
47
|
<Keyword>Win32Proj</Keyword>
|
48
|
48
|
<RootNamespace>Triangle</RootNamespace>
|
49
|
|
- <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
|
49
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
50
|
50
|
</PropertyGroup>
|
51
|
51
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
52
|
52
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
53
|
53
|
<ConfigurationType>Application</ConfigurationType>
|
54
|
54
|
<UseDebugLibraries>true</UseDebugLibraries>
|
55
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
55
|
+ <PlatformToolset>v142</PlatformToolset>
|
56
|
56
|
<CharacterSet>Unicode</CharacterSet>
|
57
|
57
|
</PropertyGroup>
|
58
|
58
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
59
|
59
|
<ConfigurationType>Application</ConfigurationType>
|
60
|
60
|
<UseDebugLibraries>false</UseDebugLibraries>
|
61
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
61
|
+ <PlatformToolset>v142</PlatformToolset>
|
62
|
62
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
63
|
63
|
<CharacterSet>Unicode</CharacterSet>
|
64
|
64
|
</PropertyGroup>
|
65
|
65
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
66
|
66
|
<ConfigurationType>Application</ConfigurationType>
|
67
|
67
|
<UseDebugLibraries>true</UseDebugLibraries>
|
68
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
68
|
+ <PlatformToolset>v142</PlatformToolset>
|
69
|
69
|
<CharacterSet>Unicode</CharacterSet>
|
70
|
70
|
</PropertyGroup>
|
71
|
71
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
72
|
72
|
<ConfigurationType>Application</ConfigurationType>
|
73
|
73
|
<UseDebugLibraries>false</UseDebugLibraries>
|
74
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
74
|
+ <PlatformToolset>v142</PlatformToolset>
|
75
|
75
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
76
|
76
|
<CharacterSet>Unicode</CharacterSet>
|
77
|
77
|
</PropertyGroup>
|