From 1ecdc9bd7ff59e4b51582b152290f6e1f7ffdfcd Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 4 Mar 2020 19:46:50 +0000 Subject: [PATCH] Allow python_uwp.vcxproj to build with toolset v142 if present (GH-18777) --- PCbuild/python_uwp.vcxproj | 1 + PCbuild/pythonw_uwp.vcxproj | 1 + 2 files changed, 2 insertions(+) diff --git a/PCbuild/python_uwp.vcxproj b/PCbuild/python_uwp.vcxproj index 14e138cbed3e..5d94a321d40d 100644 --- a/PCbuild/python_uwp.vcxproj +++ b/PCbuild/python_uwp.vcxproj @@ -36,6 +36,7 @@ {9DE9E23D-C8D4-4817-92A9-920A8B1FE5FF} + v142 diff --git a/PCbuild/pythonw_uwp.vcxproj b/PCbuild/pythonw_uwp.vcxproj index 79e105877fbe..3da05e351d48 100644 --- a/PCbuild/pythonw_uwp.vcxproj +++ b/PCbuild/pythonw_uwp.vcxproj @@ -36,6 +36,7 @@ {AB603547-1E2A-45B3-9E09-B04596006393} + v142 -- 2.47.3