|
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 | </PropertyGroup> |
51 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
52 | 52 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
53 | 53 | <UseDebugLibraries>true</UseDebugLibraries> |
54 | | - <PlatformToolset>v143</PlatformToolset> |
| 54 | + <PlatformToolset>v145</PlatformToolset> |
55 | 55 | <CharacterSet>Unicode</CharacterSet> |
56 | 56 | </PropertyGroup> |
57 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
58 | 58 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
59 | 59 | <UseDebugLibraries>true</UseDebugLibraries> |
60 | | - <PlatformToolset>v143</PlatformToolset> |
| 60 | + <PlatformToolset>v145</PlatformToolset> |
61 | 61 | <CharacterSet>Unicode</CharacterSet> |
62 | 62 | </PropertyGroup> |
63 | 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
64 | 64 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
65 | 65 | <UseDebugLibraries>false</UseDebugLibraries> |
66 | | - <PlatformToolset>v143</PlatformToolset> |
| 66 | + <PlatformToolset>v145</PlatformToolset> |
67 | 67 | <WholeProgramOptimization>true</WholeProgramOptimization> |
68 | 68 | <CharacterSet>Unicode</CharacterSet> |
69 | 69 | </PropertyGroup> |
70 | 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
71 | 71 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
72 | 72 | <UseDebugLibraries>false</UseDebugLibraries> |
73 | | - <PlatformToolset>v143</PlatformToolset> |
| 73 | + <PlatformToolset>v145</PlatformToolset> |
74 | 74 | <WholeProgramOptimization>true</WholeProgramOptimization> |
75 | 75 | <CharacterSet>Unicode</CharacterSet> |
76 | 76 | </PropertyGroup> |
|
0 commit comments