|
43 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|Win32'" Label="Configuration"> |
44 | 44 | <ConfigurationType>StaticLibrary</ConfigurationType> |
45 | 45 | <UseDebugLibraries>true</UseDebugLibraries> |
46 | | - <PlatformToolset>v142</PlatformToolset> |
| 46 | + <PlatformToolset>v143</PlatformToolset> |
47 | 47 | <CharacterSet>MultiByte</CharacterSet> |
48 | 48 | </PropertyGroup> |
49 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration"> |
50 | 50 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
51 | 51 | <UseDebugLibraries>true</UseDebugLibraries> |
52 | | - <PlatformToolset>v142</PlatformToolset> |
| 52 | + <PlatformToolset>v143</PlatformToolset> |
53 | 53 | <CharacterSet>MultiByte</CharacterSet> |
54 | 54 | </PropertyGroup> |
55 | 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="Configuration"> |
56 | 56 | <ConfigurationType>StaticLibrary</ConfigurationType> |
57 | 57 | <UseDebugLibraries>false</UseDebugLibraries> |
58 | | - <PlatformToolset>v142</PlatformToolset> |
| 58 | + <PlatformToolset>v143</PlatformToolset> |
59 | 59 | <WholeProgramOptimization>true</WholeProgramOptimization> |
60 | 60 | <CharacterSet>MultiByte</CharacterSet> |
61 | 61 | </PropertyGroup> |
62 | 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration"> |
63 | 63 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
64 | 64 | <UseDebugLibraries>false</UseDebugLibraries> |
65 | | - <PlatformToolset>v142</PlatformToolset> |
| 65 | + <PlatformToolset>v143</PlatformToolset> |
66 | 66 | <WholeProgramOptimization>true</WholeProgramOptimization> |
67 | 67 | <CharacterSet>MultiByte</CharacterSet> |
68 | 68 | </PropertyGroup> |
69 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugStatic|x64'" Label="Configuration"> |
70 | 70 | <ConfigurationType>StaticLibrary</ConfigurationType> |
71 | 71 | <UseDebugLibraries>true</UseDebugLibraries> |
72 | | - <PlatformToolset>v142</PlatformToolset> |
| 72 | + <PlatformToolset>v143</PlatformToolset> |
73 | 73 | <CharacterSet>MultiByte</CharacterSet> |
74 | 74 | </PropertyGroup> |
75 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration"> |
76 | 76 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
77 | 77 | <UseDebugLibraries>true</UseDebugLibraries> |
78 | | - <PlatformToolset>v142</PlatformToolset> |
| 78 | + <PlatformToolset>v143</PlatformToolset> |
79 | 79 | <CharacterSet>MultiByte</CharacterSet> |
80 | 80 | </PropertyGroup> |
81 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="Configuration"> |
82 | 82 | <ConfigurationType>StaticLibrary</ConfigurationType> |
83 | 83 | <UseDebugLibraries>false</UseDebugLibraries> |
84 | | - <PlatformToolset>v142</PlatformToolset> |
| 84 | + <PlatformToolset>v143</PlatformToolset> |
85 | 85 | <WholeProgramOptimization>true</WholeProgramOptimization> |
86 | 86 | <CharacterSet>MultiByte</CharacterSet> |
87 | 87 | </PropertyGroup> |
88 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration"> |
89 | 89 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
90 | 90 | <UseDebugLibraries>false</UseDebugLibraries> |
91 | | - <PlatformToolset>v142</PlatformToolset> |
| 91 | + <PlatformToolset>v143</PlatformToolset> |
92 | 92 | <WholeProgramOptimization>true</WholeProgramOptimization> |
93 | 93 | <CharacterSet>MultiByte</CharacterSet> |
94 | 94 | </PropertyGroup> |
|
0 commit comments