From 5a6d9ed700ecc6984387e0533b11d81692c40469 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:08:33 -0800 Subject: bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) (cherry picked from commit 734ed3538314c9651ae64d5e2e0e98aae3aec17b) Co-authored-by: David Federman --- 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 0000000..3d2fe55 --- /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 0000000..3d2fe55 --- /dev/null +++ b/PCbuild/Directory.Build.targets @@ -0,0 +1,4 @@ + + + + diff --git a/PCbuild/python.props b/PCbuild/python.props index 42c67de..2ef290c 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 -- cgit v0.12