This is largely for the Xbox Dev Mode homebrew scene. Its seems Microsoft decided to lock older versions of Visual Studio behind a paid subscription now and thus the only version available to hobbyists at this time is Visual Studio 2022 community. The included SDL-UWP.vcxproj
file is currently targeted at Visual Studio 2019, which we can no longer access. Re-targeting the project file to Visual Studio 2022 seems fairly simple and non-breaking from my personal experience.