From 04856c2193eb72d72c46b57fa08095235d732a73 Mon Sep 17 00:00:00 2001 From: Paul Monson Date: Tue, 11 Jun 2019 15:03:17 -0700 Subject: [PATCH] bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) --- PCbuild/python.props | 1 + PCbuild/pythoncore.vcxproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PCbuild/python.props b/PCbuild/python.props index 11638fe348c..e6642fc4818 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 89625da944e..09a63c04eab 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -511,7 +511,7 @@ - +