1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 07:44:09 +02:00

Renamed Windows Application to GUI Application

This commit is contained in:
Brian Fiete 2020-03-21 07:09:41 -07:00
parent a51fa2b657
commit 8aba7f0d8e
3 changed files with 4 additions and 4 deletions

View file

@ -253,7 +253,7 @@ namespace IDE
{
return ((mBuildKind == .Test) &&
((project.mGeneralOptions.mTargetType == .BeefConsoleApplication) ||
(project.mGeneralOptions.mTargetType == .BeefWindowsApplication) ||
(project.mGeneralOptions.mTargetType == .BeefGUIApplication) ||
(project.mGeneralOptions.mTargetType == .BeefConsoleApplication)));
}