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