|
45 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
46 | 46 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
47 | 47 | <UseDebugLibraries>true</UseDebugLibraries>
|
48 |
| - <PlatformToolset>v142</PlatformToolset> |
| 48 | + <PlatformToolset>v143</PlatformToolset> |
49 | 49 | <CharacterSet>NotSet</CharacterSet>
|
| 50 | + <SpectreMitigation>Spectre</SpectreMitigation> |
50 | 51 | </PropertyGroup>
|
51 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
52 | 53 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
53 | 54 | <UseDebugLibraries>true</UseDebugLibraries>
|
54 |
| - <PlatformToolset>v142</PlatformToolset> |
| 55 | + <PlatformToolset>v143</PlatformToolset> |
55 | 56 | <CharacterSet>NotSet</CharacterSet>
|
| 57 | + <SpectreMitigation>Spectre</SpectreMitigation> |
56 | 58 | </PropertyGroup>
|
57 | 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
58 | 60 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
59 | 61 | <UseDebugLibraries>false</UseDebugLibraries>
|
60 |
| - <PlatformToolset>v142</PlatformToolset> |
| 62 | + <PlatformToolset>v143</PlatformToolset> |
61 | 63 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
62 | 64 | <CharacterSet>NotSet</CharacterSet>
|
| 65 | + <SpectreMitigation>Spectre</SpectreMitigation> |
63 | 66 | </PropertyGroup>
|
64 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
65 | 68 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
66 | 69 | <UseDebugLibraries>false</UseDebugLibraries>
|
67 |
| - <PlatformToolset>v142</PlatformToolset> |
| 70 | + <PlatformToolset>v143</PlatformToolset> |
68 | 71 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
69 | 72 | <CharacterSet>NotSet</CharacterSet>
|
| 73 | + <SpectreMitigation>Spectre</SpectreMitigation> |
70 | 74 | </PropertyGroup>
|
71 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
72 | 76 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
73 | 77 | <UseDebugLibraries>true</UseDebugLibraries>
|
74 |
| - <PlatformToolset>v142</PlatformToolset> |
| 78 | + <PlatformToolset>v143</PlatformToolset> |
75 | 79 | <CharacterSet>NotSet</CharacterSet>
|
| 80 | + <SpectreMitigation>Spectre</SpectreMitigation> |
76 | 81 | </PropertyGroup>
|
77 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
78 | 83 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
79 | 84 | <UseDebugLibraries>true</UseDebugLibraries>
|
80 |
| - <PlatformToolset>v142</PlatformToolset> |
| 85 | + <PlatformToolset>v143</PlatformToolset> |
81 | 86 | <CharacterSet>NotSet</CharacterSet>
|
| 87 | + <SpectreMitigation>Spectre</SpectreMitigation> |
82 | 88 | </PropertyGroup>
|
83 | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
84 | 90 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
85 | 91 | <UseDebugLibraries>false</UseDebugLibraries>
|
86 |
| - <PlatformToolset>v142</PlatformToolset> |
| 92 | + <PlatformToolset>v143</PlatformToolset> |
87 | 93 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
88 | 94 | <CharacterSet>NotSet</CharacterSet>
|
| 95 | + <SpectreMitigation>Spectre</SpectreMitigation> |
89 | 96 | </PropertyGroup>
|
90 | 97 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
91 | 98 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
92 | 99 | <UseDebugLibraries>false</UseDebugLibraries>
|
93 |
| - <PlatformToolset>v142</PlatformToolset> |
| 100 | + <PlatformToolset>v143</PlatformToolset> |
94 | 101 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
95 | 102 | <CharacterSet>NotSet</CharacterSet>
|
| 103 | + <SpectreMitigation>Spectre</SpectreMitigation> |
96 | 104 | </PropertyGroup>
|
97 | 105 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
98 | 106 | <ImportGroup Label="ExtensionSettings">
|
|
0 commit comments