From b0dace3e979381426385c551b116d0f1434096ee Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 13 Aug 2019 10:34:07 -0700 Subject: [PATCH] bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) --- PCbuild/python_uwp.vcxproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PCbuild/python_uwp.vcxproj b/PCbuild/python_uwp.vcxproj index af187dd4df3..14e138cbed3 100644 --- a/PCbuild/python_uwp.vcxproj +++ b/PCbuild/python_uwp.vcxproj @@ -65,6 +65,15 @@ Console + + + Multithreaded + + + ucrt.lib;%(AdditionalDependencies) + libucrt;%(IgnoreSpecificDefaultLibraries) + +