Added support for C# Windows Forms components to Visual Studio
This commit is contained in:
parent
5714085c28
commit
524d83063f
@ -257,6 +257,10 @@
|
||||
if project.hasfile(prj, testname) then
|
||||
return "Form"
|
||||
end
|
||||
|
||||
if filecfg.flags and filecfg.flags.Component then
|
||||
return "Component"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -515,6 +515,7 @@
|
||||
scope = "config",
|
||||
kind = "string-list",
|
||||
allowed = {
|
||||
"Component",
|
||||
"DebugEnvsDontMerge",
|
||||
"DebugEnvsInherit",
|
||||
"EnableSSE",
|
||||
|
Loading…
Reference in New Issue
Block a user