mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Adds support for building with VisualStudioVersion = 18.0 (GH-138980)
This commit is contained in:
parent
6393068bde
commit
6920fa4bcd
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue