o3de / sig-build

Open 3D Foundation Build Special Interest Group (SIG) documents
Apache License 2.0
9 stars 6 forks source link

Proposed RFC Feature Upgrade Minimum Visual Studio Version to 16.11 and support 17 #23

Closed mattiascibien closed 2 years ago

mattiascibien commented 2 years ago

Summary:

Upgrade the minumum supported Visual Studio Version to 16.11 as 16.7 and add support to Visual Studio 17.

Feature design description:

Microsoft is going to remove support for Visual Studio 16.9 in October 2022 and recently has released a new version (2022) that is able to compile and run most of O3DE without any issue but it is left out as the Project Manager is requesting specifically fot 16.x.

Technical design description:

How will this be implemented or integrated into the O3DE environment?

lemonade-dm commented 2 years ago

@o3de/sig-core Doesn't have any objections to updating the minimum VS2019 version to 16.11 and adding official support for VS2022.

We want need to make sure that any any continuous integration nodes using VS2022 is targeting the v143 compiler toolset. CMake uses by default when the Visual Studio 17 generator is used.

mattiascibien commented 2 years ago

@o3de/sig-core Doesn't have any objections to updating the minimum VS2019 version to 16.11 and adding official support for VS2022.

We want need to make sure that any any continuous integration nodes using VS2022 is targeting the v143 compiler toolset. CMake uses by default when the Visual Studio 17 generator is used.

If you need any help in this I will be glad to be of service.

amzn-changml commented 2 years ago

I'm fine with this RFC, for the record. It's been merged in as of https://github.com/o3de/o3de/pull/7714