From 734ed3538314c9651ae64d5e2e0e98aae3aec17b Mon Sep 17 00:00:00 2001 From: David Federman Date: Mon, 29 Nov 2021 14:40:34 -0800 Subject: [PATCH] bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) --- PCbuild/Directory.Build.props | 4 ++++ PCbuild/Directory.Build.targets | 4 ++++ PCbuild/python.props | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 PCbuild/Directory.Build.props create mode 100644 PCbuild/Directory.Build.targets diff --git a/PCbuild/Directory.Build.props b/PCbuild/Directory.Build.props new file mode 100644 index 00000000000..3d2fe550784 --- /dev/null +++ b/PCbuild/Directory.Build.props @@ -0,0 +1,4 @@ + + + + diff --git a/PCbuild/Directory.Build.targets b/PCbuild/Directory.Build.targets new file mode 100644 index 00000000000..3d2fe550784 --- /dev/null +++ b/PCbuild/Directory.Build.targets @@ -0,0 +1,4 @@ + + + + diff --git a/PCbuild/python.props b/PCbuild/python.props index b739e417fba..c608fb9ee71 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -11,8 +11,8 @@ We set BasePlatformToolset for ICC's benefit, it's otherwise ignored. --> - v142 - v142 + v142 + v142 v141 v140 v120