Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.23k stars 1.02k forks source link

Fix debug build of Setup #1795

Closed ermshiperete closed 2 years ago

ermshiperete commented 2 years ago

The Setup.vcxproj file had an option for Debug builds that it would use MFC. However, the release builds didn't have that option, and compiling doesn't require it, so this change removes the MFC requirement which will allow to build without MFC installed.