From d8898e1fbe50ddb5de6e537d2dc9f58178265944 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:13:13 +0200 Subject: [PATCH] Adds support for building with VisualStudioVersion = 18.0 (GH-138980) (cherry picked from commit 6920fa4bcddad4abb46a3ae40e16f13566d6cf26) Co-authored-by: Steve Dower Co-authored-by: Petr Viktorin --- PCbuild/python.props | 1 + 1 file changed, 1 insertion(+) diff --git a/PCbuild/python.props b/PCbuild/python.props index d4d9a54248d6..cc1572526559 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -11,6 +11,7 @@ We set BasePlatformToolset for ICC's benefit, it's otherwise ignored. --> + v143 v143 v142 v141 -- 2.47.3