tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

EdkRepo: Add Support for VS2022 #235

Closed ashedesimone closed 4 months ago

ashedesimone commented 4 months ago

Removes the SetupLauncher functionality.

Updates build build_windows_installer.bat to add support for VS2022.

Fixes #233

nate-desimone commented 4 months ago

You probably also want to change the target .NET framework version from 4.5.2 to 4.6.0. That is the oldest possible version of .NET that could be installed on a Windows 10 system.