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

Improved Add From Installed IDE project dialog

This commit is contained in:
Brian Fiete 2022-06-24 10:29:40 -07:00
parent 48635c1939
commit d204922403
4 changed files with 76 additions and 4 deletions

View file

@ -979,6 +979,20 @@ namespace IDE
}
}
}
public bool IsLib
{
get
{
switch (this)
{
case BeefLib:
return true;
default:
return false;
}
}
}
}
public class WindowsOptions