From 0c751cab39ddf107e1d366ab422e63cb632c2761 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:37:28 +0200 Subject: [PATCH] Adds support for building with VisualStudioVersion = 18.0 (GH-138980) (cherry picked from commit 6920fa4bcddad4abb46a3ae40e16f13566d6cf26) Co-authored-by: Steve Dower --- PCbuild/python.props | 1 + 1 file changed, 1 insertion(+) diff --git a/PCbuild/python.props b/PCbuild/python.props index 62f42d0ce9cb..b97cbe2c986d 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