microsoft / winfile

Original Windows File Manager (winfile) with enhancements
MIT License
6.82k stars 706 forks source link

Upgrade compiler and use shared settings for all projects #419

Closed malxau-msft closed 7 months ago

malxau-msft commented 7 months ago

This started as a change to upgrade the compiler to Visual Studio 2022.

Background

Although Winfile doesn't need it, Microsoft requires projects to use supported toolchains in our build environment. For now using Visual Studio 2019 is fine, but at some point projects need to move forward. I initially hoped to do this before a release, but looking at the changes now it seems better to wait until afterwards.

Intentional changes here

malxau-msft commented 7 months ago

After going through the store process, I think it makes sense to go through it once with the new compiler...