|
24 | 24 | <Keyword>Win32Proj</Keyword>
|
25 | 25 | <VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
|
26 | 26 | <VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
|
27 |
| - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
| 27 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
28 | 28 | </PropertyGroup>
|
29 | 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
30 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
31 | 31 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
32 | 32 | <CharacterSet>MultiByte</CharacterSet>
|
33 | 33 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
34 |
| - <PlatformToolset>v141</PlatformToolset> |
| 34 | + <PlatformToolset>v142</PlatformToolset> |
35 | 35 | </PropertyGroup>
|
36 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
37 | 37 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
38 | 38 | <CharacterSet>MultiByte</CharacterSet>
|
39 |
| - <PlatformToolset>v141</PlatformToolset> |
| 39 | + <PlatformToolset>v142</PlatformToolset> |
40 | 40 | </PropertyGroup>
|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
42 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
43 | 43 | <CharacterSet>Unicode</CharacterSet>
|
44 | 44 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
45 |
| - <PlatformToolset>v141</PlatformToolset> |
| 45 | + <PlatformToolset>v142</PlatformToolset> |
46 | 46 | </PropertyGroup>
|
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
48 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
49 | 49 | <CharacterSet>Unicode</CharacterSet>
|
50 |
| - <PlatformToolset>v141</PlatformToolset> |
| 50 | + <PlatformToolset>v142</PlatformToolset> |
51 | 51 | </PropertyGroup>
|
52 | 52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
53 | 53 | <ImportGroup Label="ExtensionSettings">
|
|
0 commit comments