From adef4c27c2c12f9e482eddfa3ef80ab213b72ea4 Mon Sep 17 00:00:00 2001 From: IhateTrains Date: Mon, 27 Sep 2021 14:21:28 +0200 Subject: [PATCH] Support for VS 2022 in wxwidgets.props --- wxwidgets.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wxwidgets.props b/wxwidgets.props index 39294d6989..cc9d17a171 100644 --- a/wxwidgets.props +++ b/wxwidgets.props @@ -25,7 +25,7 @@ - Version-specific prefix of the form "vcNNN", which is used in some other projects. - Version-specific but ABI-compatible prefix which differs from the - previous value in that it's the same "vc14x" for MSVS 2015/2017/2019 + previous value in that it's the same "vc14x" for MSVS 2015/2017/2019/2022 which are ABI-compatible with each other. This is used by official wx binaries, so we want to check this one too. --> @@ -35,6 +35,7 @@ 140 141 142 + 143 100 110 @@ -42,6 +43,7 @@ 14x 14x 14x + 14x