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:
parent
c334761aaa
commit
2f33b193bd
3 changed files with 40 additions and 2 deletions
|
@ -818,6 +818,7 @@ namespace IDE
|
|||
case Test;
|
||||
case StaticLib;
|
||||
case DynamicLib;
|
||||
case NotSupported;
|
||||
|
||||
public bool IsApplicationLib
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue