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
|
if project.hasfile(prj, testname) then
|
||||||
return "Form"
|
return "Form"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if filecfg.flags and filecfg.flags.Component then
|
||||||
|
return "Component"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -515,6 +515,7 @@
|
|||||||
scope = "config",
|
scope = "config",
|
||||||
kind = "string-list",
|
kind = "string-list",
|
||||||
allowed = {
|
allowed = {
|
||||||
|
"Component",
|
||||||
"DebugEnvsDontMerge",
|
"DebugEnvsDontMerge",
|
||||||
"DebugEnvsInherit",
|
"DebugEnvsInherit",
|
||||||
"EnableSSE",
|
"EnableSSE",
|
||||||
|
Loading…
Reference in New Issue
Block a user