From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 11 Jun 2019 22:35:55 +0000 (-0700) Subject: bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) X-Git-Tag: v3.8.0b2~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36926df8341827fb2a5323f559daab8e34d33ed8;p=python bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) (cherry picked from commit 04856c2193eb72d72c46b57fa08095235d732a73) Co-authored-by: Paul Monson --- 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 @@ - +