|
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
43 | 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | | - <PlatformToolset>v141</PlatformToolset> |
| 45 | + <PlatformToolset>v142</PlatformToolset> |
46 | 46 | </PropertyGroup> |
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
48 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
49 | 49 | <UseDebugLibraries>true</UseDebugLibraries> |
50 | | - <PlatformToolset>v141</PlatformToolset> |
| 50 | + <PlatformToolset>v142</PlatformToolset> |
51 | 51 | </PropertyGroup> |
52 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
53 | 53 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
54 | 54 | <UseDebugLibraries>true</UseDebugLibraries> |
55 | | - <PlatformToolset>v141</PlatformToolset> |
| 55 | + <PlatformToolset>v142</PlatformToolset> |
56 | 56 | </PropertyGroup> |
57 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
58 | 58 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
59 | 59 | <UseDebugLibraries>false</UseDebugLibraries> |
60 | 60 | <WholeProgramOptimization>true</WholeProgramOptimization> |
61 | | - <PlatformToolset>v141</PlatformToolset> |
| 61 | + <PlatformToolset>v142</PlatformToolset> |
62 | 62 | </PropertyGroup> |
63 | 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
64 | 64 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
65 | 65 | <UseDebugLibraries>false</UseDebugLibraries> |
66 | 66 | <WholeProgramOptimization>true</WholeProgramOptimization> |
67 | | - <PlatformToolset>v141</PlatformToolset> |
| 67 | + <PlatformToolset>v142</PlatformToolset> |
68 | 68 | </PropertyGroup> |
69 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
70 | 70 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
71 | 71 | <UseDebugLibraries>false</UseDebugLibraries> |
72 | 72 | <WholeProgramOptimization>true</WholeProgramOptimization> |
73 | | - <PlatformToolset>v141</PlatformToolset> |
| 73 | + <PlatformToolset>v142</PlatformToolset> |
74 | 74 | </PropertyGroup> |
75 | 75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
76 | 76 | <ImportGroup Label="ExtensionSettings"> |
|
0 commit comments