IIIM-IS / AERA

Other
12 stars 4 forks source link

Change to SDK 10.0.18362.0 (to support VS 2022). #271

Closed jefft0 closed 1 year ago

jefft0 commented 1 year ago

Currently, AERA builds which Visual Studio 2017 and 2019, but does not build on the latest Visual Studio 2022. This because AERA uses Windows SDK 10.0.17134.0, which is outdated and not available in Visual Studio 2022, which what most newcomers will install. (It's possible to do a special download and get it running in Visual Studio 2022 but this is difficult to install.)

This pull request updates the project files to change from SDK 10.0.17134.0 to 10.0.18362.0, which is available in Visual Studio 2022 and 2019. (Visual Studio 2017 will not be supported.) We also simplify the README because it's now possible to use the default Visual Studio download (instead of an archive download).