Terminal.sln 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio 2012
  3. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{B0A602CD-E176-449D-8663-64238D54F857}"
  4. EndProject
  5. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terminal.Gui", "Terminal.Gui\Terminal.Gui.csproj", "{00F366F8-DEE4-482C-B9FD-6DB0200B79E5}"
  6. EndProject
  7. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Designer", "Designer\Designer.csproj", "{1228D992-C801-49BB-839A-7BD28A3FFF0A}"
  8. EndProject
  9. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UICatalog", "UICatalog\UICatalog.csproj", "{88979F89-9A42-448F-AE3E-3060145F6375}"
  10. EndProject
  11. Global
  12. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  13. Debug|x86 = Debug|x86
  14. Release|x86 = Release|x86
  15. EndGlobalSection
  16. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  17. {B0A602CD-E176-449D-8663-64238D54F857}.Debug|x86.ActiveCfg = Debug|x86
  18. {B0A602CD-E176-449D-8663-64238D54F857}.Debug|x86.Build.0 = Debug|x86
  19. {B0A602CD-E176-449D-8663-64238D54F857}.Release|x86.ActiveCfg = Release|x86
  20. {B0A602CD-E176-449D-8663-64238D54F857}.Release|x86.Build.0 = Release|x86
  21. {00F366F8-DEE4-482C-B9FD-6DB0200B79E5}.Debug|x86.ActiveCfg = Debug|Any CPU
  22. {00F366F8-DEE4-482C-B9FD-6DB0200B79E5}.Debug|x86.Build.0 = Debug|Any CPU
  23. {00F366F8-DEE4-482C-B9FD-6DB0200B79E5}.Release|x86.ActiveCfg = Release|Any CPU
  24. {00F366F8-DEE4-482C-B9FD-6DB0200B79E5}.Release|x86.Build.0 = Release|Any CPU
  25. {1228D992-C801-49BB-839A-7BD28A3FFF0A}.Debug|x86.ActiveCfg = Debug|x86
  26. {1228D992-C801-49BB-839A-7BD28A3FFF0A}.Debug|x86.Build.0 = Debug|x86
  27. {1228D992-C801-49BB-839A-7BD28A3FFF0A}.Release|x86.ActiveCfg = Release|x86
  28. {1228D992-C801-49BB-839A-7BD28A3FFF0A}.Release|x86.Build.0 = Release|x86
  29. {88979F89-9A42-448F-AE3E-3060145F6375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  30. {88979F89-9A42-448F-AE3E-3060145F6375}.Debug|Any CPU.Build.0 = Debug|Any CPU
  31. {88979F89-9A42-448F-AE3E-3060145F6375}.Debug|x86.ActiveCfg = Debug|Any CPU
  32. {88979F89-9A42-448F-AE3E-3060145F6375}.Debug|x86.Build.0 = Debug|Any CPU
  33. {88979F89-9A42-448F-AE3E-3060145F6375}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {88979F89-9A42-448F-AE3E-3060145F6375}.Release|Any CPU.Build.0 = Release|Any CPU
  35. {88979F89-9A42-448F-AE3E-3060145F6375}.Release|x86.ActiveCfg = Release|Any CPU
  36. {88979F89-9A42-448F-AE3E-3060145F6375}.Release|x86.Build.0 = Release|Any CPU
  37. EndGlobalSection
  38. GlobalSection(MonoDevelopProperties) = preSolution
  39. Policies = $0
  40. $0.TextStylePolicy = $1
  41. $1.FileWidth = 80
  42. $1.scope = text/x-csharp
  43. $1.TabWidth = 8
  44. $1.IndentWidth = 8
  45. $0.CSharpFormattingPolicy = $2
  46. $2.scope = text/x-csharp
  47. $2.IndentSwitchSection = False
  48. $2.NewLinesForBracesInTypes = False
  49. $2.NewLinesForBracesInProperties = False
  50. $2.NewLinesForBracesInAccessors = False
  51. $2.NewLinesForBracesInAnonymousMethods = False
  52. $2.NewLinesForBracesInControlBlocks = False
  53. $2.NewLinesForBracesInAnonymousTypes = False
  54. $2.NewLinesForBracesInObjectCollectionArrayInitializers = False
  55. $2.NewLinesForBracesInLambdaExpressionBody = False
  56. $2.NewLineForElse = False
  57. $2.NewLineForCatch = False
  58. $2.NewLineForFinally = False
  59. $2.NewLineForMembersInObjectInit = False
  60. $2.NewLineForMembersInAnonymousTypes = False
  61. $2.NewLineForClausesInQuery = False
  62. $2.SpacingAfterMethodDeclarationName = True
  63. $2.SpaceAfterMethodCallName = True
  64. $2.SpaceBeforeOpenSquareBracket = True
  65. $0.DotNetNamingPolicy = $3
  66. $0.StandardHeader = $4
  67. EndGlobalSection
  68. EndGlobal