|
62 | 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
63 | 63 | <ConfigurationType>StaticLibrary</ConfigurationType> |
64 | 64 | <UseDebugLibraries>true</UseDebugLibraries> |
65 | | - <PlatformToolset>v142</PlatformToolset> |
| 65 | + <PlatformToolset>v143</PlatformToolset> |
66 | 66 | </PropertyGroup> |
67 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration"> |
68 | 68 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
69 | 69 | <UseDebugLibraries>true</UseDebugLibraries> |
70 | | - <PlatformToolset>v142</PlatformToolset> |
| 70 | + <PlatformToolset>v143</PlatformToolset> |
71 | 71 | </PropertyGroup> |
72 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
73 | 73 | <ConfigurationType>StaticLibrary</ConfigurationType> |
74 | 74 | <UseDebugLibraries>true</UseDebugLibraries> |
75 | | - <PlatformToolset>v142</PlatformToolset> |
| 75 | + <PlatformToolset>v143</PlatformToolset> |
76 | 76 | </PropertyGroup> |
77 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration"> |
78 | 78 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
79 | 79 | <UseDebugLibraries>true</UseDebugLibraries> |
80 | | - <PlatformToolset>v142</PlatformToolset> |
| 80 | + <PlatformToolset>v143</PlatformToolset> |
81 | 81 | </PropertyGroup> |
82 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
83 | 83 | <ConfigurationType>StaticLibrary</ConfigurationType> |
84 | 84 | <UseDebugLibraries>false</UseDebugLibraries> |
85 | | - <PlatformToolset>v142</PlatformToolset> |
| 85 | + <PlatformToolset>v143</PlatformToolset> |
86 | 86 | <WholeProgramOptimization>true</WholeProgramOptimization> |
87 | 87 | </PropertyGroup> |
88 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration"> |
89 | 89 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
90 | 90 | <UseDebugLibraries>false</UseDebugLibraries> |
91 | 91 | <WholeProgramOptimization>true</WholeProgramOptimization> |
92 | | - <PlatformToolset>v142</PlatformToolset> |
| 92 | + <PlatformToolset>v143</PlatformToolset> |
93 | 93 | </PropertyGroup> |
94 | 94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
95 | 95 | <ConfigurationType>StaticLibrary</ConfigurationType> |
96 | 96 | <UseDebugLibraries>false</UseDebugLibraries> |
97 | 97 | <WholeProgramOptimization>true</WholeProgramOptimization> |
98 | | - <PlatformToolset>v142</PlatformToolset> |
| 98 | + <PlatformToolset>v143</PlatformToolset> |
99 | 99 | </PropertyGroup> |
100 | 100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration"> |
101 | 101 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
102 | 102 | <UseDebugLibraries>false</UseDebugLibraries> |
103 | 103 | <WholeProgramOptimization>true</WholeProgramOptimization> |
104 | | - <PlatformToolset>v142</PlatformToolset> |
| 104 | + <PlatformToolset>v143</PlatformToolset> |
105 | 105 | </PropertyGroup> |
106 | 106 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
107 | 107 | <ImportGroup Label="ExtensionSettings"> |
|
0 commit comments