|
30 | 30 | <ProjectGuid>{141C090A-DF76-456E-8B54-1E2C9E5AE75A}</ProjectGuid> |
31 | 31 | <Keyword>Win32Proj</Keyword> |
32 | 32 | <RootNamespace>PythonScriptTests</RootNamespace> |
33 | | - <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
34 | 33 | </PropertyGroup> |
35 | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
36 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
37 | 36 | <ConfigurationType>Application</ConfigurationType> |
38 | 37 | <UseDebugLibraries>true</UseDebugLibraries> |
39 | 38 | <CharacterSet>Unicode</CharacterSet> |
40 | | - <PlatformToolset>v142</PlatformToolset> |
| 39 | + <PlatformToolset>v141_xp</PlatformToolset> |
41 | 40 | </PropertyGroup> |
42 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 42 | <ConfigurationType>Application</ConfigurationType> |
44 | 43 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | 44 | <CharacterSet>Unicode</CharacterSet> |
46 | | - <PlatformToolset>v142</PlatformToolset> |
| 45 | + <PlatformToolset>v141_xp</PlatformToolset> |
47 | 46 | </PropertyGroup> |
48 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'" Label="Configuration"> |
49 | 48 | <ConfigurationType>Application</ConfigurationType> |
50 | 49 | <UseDebugLibraries>true</UseDebugLibraries> |
51 | 50 | <CharacterSet>Unicode</CharacterSet> |
52 | | - <PlatformToolset>v142</PlatformToolset> |
| 51 | + <PlatformToolset>v141_xp</PlatformToolset> |
53 | 52 | </PropertyGroup> |
54 | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|x64'" Label="Configuration"> |
55 | 54 | <ConfigurationType>Application</ConfigurationType> |
56 | 55 | <UseDebugLibraries>true</UseDebugLibraries> |
57 | 56 | <CharacterSet>Unicode</CharacterSet> |
58 | | - <PlatformToolset>v142</PlatformToolset> |
| 57 | + <PlatformToolset>v141_xp</PlatformToolset> |
59 | 58 | </PropertyGroup> |
60 | 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
61 | 60 | <ConfigurationType>Application</ConfigurationType> |
62 | 61 | <UseDebugLibraries>false</UseDebugLibraries> |
63 | 62 | <WholeProgramOptimization>true</WholeProgramOptimization> |
64 | 63 | <CharacterSet>Unicode</CharacterSet> |
65 | | - <PlatformToolset>v142</PlatformToolset> |
| 64 | + <PlatformToolset>v141_xp</PlatformToolset> |
66 | 65 | </PropertyGroup> |
67 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
68 | 67 | <ConfigurationType>Application</ConfigurationType> |
69 | 68 | <UseDebugLibraries>false</UseDebugLibraries> |
70 | 69 | <WholeProgramOptimization>true</WholeProgramOptimization> |
71 | 70 | <CharacterSet>Unicode</CharacterSet> |
72 | | - <PlatformToolset>v142</PlatformToolset> |
| 71 | + <PlatformToolset>v141_xp</PlatformToolset> |
73 | 72 | </PropertyGroup> |
74 | 73 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
75 | 74 | <ImportGroup Label="ExtensionSettings"> |
|
139 | 138 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
140 | 139 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
141 | 140 | <MinimalRebuild>false</MinimalRebuild> |
142 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
143 | | - <LanguageStandard_C>stdc17</LanguageStandard_C> |
144 | 141 | </ClCompile> |
145 | 142 | <Link> |
146 | 143 | <SubSystem>Console</SubSystem> |
|
165 | 162 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
166 | 163 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
167 | 164 | <MinimalRebuild>false</MinimalRebuild> |
168 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
169 | | - <LanguageStandard_C>stdc17</LanguageStandard_C> |
170 | 165 | </ClCompile> |
171 | 166 | <Link> |
172 | 167 | <SubSystem>Console</SubSystem> |
|
191 | 186 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
192 | 187 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
193 | 188 | <MinimalRebuild>false</MinimalRebuild> |
194 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
195 | | - <LanguageStandard_C>stdc17</LanguageStandard_C> |
196 | 189 | </ClCompile> |
197 | 190 | <Link> |
198 | 191 | <SubSystem>Console</SubSystem> |
|
217 | 210 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
218 | 211 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
219 | 212 | <MinimalRebuild>false</MinimalRebuild> |
220 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
221 | | - <LanguageStandard_C>stdc17</LanguageStandard_C> |
222 | 213 | </ClCompile> |
223 | 214 | <Link> |
224 | 215 | <SubSystem>Console</SubSystem> |
|
244 | 235 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
245 | 236 | <AdditionalIncludeDirectories>gtest\googletest\include;..\PythonScript\src;$(BoostBase);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
246 | 237 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
247 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
248 | | - <LanguageStandard_C>stdc17</LanguageStandard_C> |
249 | 238 | </ClCompile> |
250 | 239 | <Link> |
251 | 240 | <SubSystem>Console</SubSystem> |
|
266 | 255 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
267 | 256 | <AdditionalIncludeDirectories>gtest\googletest\include;..\PythonScript\src;$(BoostBase);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
268 | 257 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
269 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
270 | | - <LanguageStandard_C>stdc17</LanguageStandard_C> |
271 | 258 | </ClCompile> |
272 | 259 | <Link> |
273 | 260 | <SubSystem>Console</SubSystem> |
|
0 commit comments