From: Paul Monson Date: Tue, 11 Jun 2019 22:03:17 +0000 (-0700) Subject: bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04856c2193eb72d72c46b57fa08095235d732a73;p=python bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) --- diff --git a/PCbuild/python.props b/PCbuild/python.props index 11638fe348..e6642fc481 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -10,6 +10,7 @@ We set BasePlatformToolset for ICC's benefit, it's otherwise ignored. --> + v142 v141 v140 v120 diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 89625da944..09a63c04ea 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -511,7 +511,7 @@ - +