Add support for Visual Studio 2022

Description

With each new version of Visual Studio, a platform toolset is released with it. We currently have a file that automatically detects what version of Visual Studio you are using and sets the platform toolset to its corresponding version. However, Visual Studio 2022 released not too long ago, and we are missing its corresponding version.

From Build.Windows.PlatformToolset.props:

We should add support for v143, otherwise you will need to install previous versions if you want to build using VS2022.

Activity

Jeff Genovy 
March 16, 2022 at 5:35 PM

Note: There might also be some more warning fixes needed, as usually newer versions of VS expand the number of warnings.

Fixed

Details

Assignee

Reporter

Components

Priority

Fix versions

Created March 16, 2022 at 5:09 AM
Updated September 29, 2022 at 3:51 PM
Resolved September 29, 2022 at 3:51 PM