summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
diff options
context:
space:
mode:
authorCrowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>2021-12-03 19:47:38 (GMT)
committerGitHub <noreply@github.com>2021-12-03 19:47:38 (GMT)
commitd9301703fb1086cafbd730c17e3d450a192485d6 (patch)
tree6049aa691226c8b79ef01c8b9fc6d3f15ad24100 /PCbuild/python.props
parent2ff758bd1a144ee712e96ae1db91f476c3b252bb (diff)
downloadcpython-d9301703fb1086cafbd730c17e3d450a192485d6.zip
cpython-d9301703fb1086cafbd730c17e3d450a192485d6.tar.gz
cpython-d9301703fb1086cafbd730c17e3d450a192485d6.tar.bz2
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r--PCbuild/python.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index c608fb9..7b85ad1 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -11,7 +11,7 @@
We set BasePlatformToolset for ICC's benefit, it's otherwise ignored.
-->
- <BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '17.0'">v142</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>
<BasePlatformToolset Condition="'$(BasePlatformToolset)' == '' and '$(VCTargetsPath14)' != ''">v140</BasePlatformToolset>