]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adds support for building with VisualStudioVersion = 18.0 (GH-138980)
authorSteve Dower <steve.dower@python.org>
Tue, 16 Sep 2025 13:41:36 +0000 (14:41 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Sep 2025 13:41:36 +0000 (13:41 +0000)
PCbuild/python.props

index e1c2ff3fe3cc11c29da6857e9bd0fee53442200a..06af15a269ccd9d09a0b82d742bb76379e304349 100644 (file)
@@ -11,6 +11,7 @@
 
     We set BasePlatformToolset for ICC's benefit, it's otherwise ignored.
     -->
+    <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '18.0'">v143</BasePlatformToolset>
     <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '17.0'">v143</BasePlatformToolset>
     <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '16.0'">v142</BasePlatformToolset>
     <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')">v141</BasePlatformToolset>