From 8f9e6793934d02b49114cd217a9d9fc284d9b916 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 24 Aug 2021 22:11:03 +0200 Subject: [PATCH] Recognize MSVS 2022 in solution files Use its native toolset (v143) by default. --- build/msw/wx_config.props | 1 + 1 file changed, 1 insertion(+) diff --git a/build/msw/wx_config.props b/build/msw/wx_config.props index 4e9e948970..58cff74311 100644 --- a/build/msw/wx_config.props +++ b/build/msw/wx_config.props @@ -10,6 +10,7 @@ v140 v141 v142 + v143