|
38 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
39 | 39 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
40 | 40 | <UseDebugLibraries>true</UseDebugLibraries> |
41 | | - <PlatformToolset>v143</PlatformToolset> |
| 41 | + <PlatformToolset>v145</PlatformToolset> |
42 | 42 | <CharacterSet>Unicode</CharacterSet> |
43 | 43 | </PropertyGroup> |
44 | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
45 | 45 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
46 | 46 | <UseDebugLibraries>false</UseDebugLibraries> |
47 | | - <PlatformToolset>v143</PlatformToolset> |
| 47 | + <PlatformToolset>v145</PlatformToolset> |
48 | 48 | <WholeProgramOptimization>true</WholeProgramOptimization> |
49 | 49 | <CharacterSet>Unicode</CharacterSet> |
50 | 50 | <SpectreMitigation>Spectre</SpectreMitigation> |
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>v143</PlatformToolset> |
| 55 | + <PlatformToolset>v145</PlatformToolset> |
56 | 56 | <CharacterSet>Unicode</CharacterSet> |
57 | 57 | </PropertyGroup> |
58 | 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
59 | 59 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
60 | 60 | <UseDebugLibraries>true</UseDebugLibraries> |
61 | | - <PlatformToolset>v143</PlatformToolset> |
| 61 | + <PlatformToolset>v145</PlatformToolset> |
62 | 62 | <CharacterSet>Unicode</CharacterSet> |
63 | 63 | </PropertyGroup> |
64 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
65 | 65 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
66 | 66 | <UseDebugLibraries>false</UseDebugLibraries> |
67 | | - <PlatformToolset>v143</PlatformToolset> |
| 67 | + <PlatformToolset>v145</PlatformToolset> |
68 | 68 | <WholeProgramOptimization>true</WholeProgramOptimization> |
69 | 69 | <CharacterSet>Unicode</CharacterSet> |
70 | 70 | <SpectreMitigation>Spectre</SpectreMitigation> |
71 | 71 | </PropertyGroup> |
72 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
73 | 73 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
74 | 74 | <UseDebugLibraries>false</UseDebugLibraries> |
75 | | - <PlatformToolset>v143</PlatformToolset> |
| 75 | + <PlatformToolset>v145</PlatformToolset> |
76 | 76 | <WholeProgramOptimization>true</WholeProgramOptimization> |
77 | 77 | <CharacterSet>Unicode</CharacterSet> |
78 | 78 | <SpectreMitigation>Spectre</SpectreMitigation> |
|
0 commit comments