Added support for C# Windows Forms components to Visual Studio

This commit is contained in:
Jason Perkins 2012-10-11 11:26:02 -04:00
parent 5714085c28
commit 524d83063f
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -515,6 +515,7 @@
scope = "config", scope = "config",
kind = "string-list", kind = "string-list",
allowed = { allowed = {
"Component",
"DebugEnvsDontMerge", "DebugEnvsDontMerge",
"DebugEnvsInherit", "DebugEnvsInherit",
"EnableSSE", "EnableSSE",