1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 08:06:04 +02:00

Added 'not supported' build type for friendlier "won't built" marking

This commit is contained in:
Brian Fiete 2020-05-15 06:28:01 -07:00
parent c334761aaa
commit 2f33b193bd
3 changed files with 40 additions and 2 deletions

View file

@ -818,6 +818,7 @@ namespace IDE
case Test;
case StaticLib;
case DynamicLib;
case NotSupported;
public bool IsApplicationLib
{