sccdlib.sln 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sccdlib", "sccdlib.csproj", "{B4A57EE1-3C90-4B43-9ACA-43821CB35EA0}"
  5. EndProject
  6. Global
  7. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  8. Debug|Any CPU = Debug|Any CPU
  9. Release|Any CPU = Release|Any CPU
  10. EndGlobalSection
  11. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  12. {B4A57EE1-3C90-4B43-9ACA-43821CB35EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  13. {B4A57EE1-3C90-4B43-9ACA-43821CB35EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
  14. {B4A57EE1-3C90-4B43-9ACA-43821CB35EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
  15. {B4A57EE1-3C90-4B43-9ACA-43821CB35EA0}.Release|Any CPU.Build.0 = Release|Any CPU
  16. EndGlobalSection
  17. GlobalSection(MonoDevelopProperties) = preSolution
  18. StartupItem = sccdlib.csproj
  19. Policies = $0
  20. $0.TextStylePolicy = $1
  21. $1.inheritsSet = VisualStudio
  22. $1.inheritsScope = text/plain
  23. $1.scope = text/x-csharp
  24. $0.CSharpFormattingPolicy = $2
  25. $2.IndentSwitchBody = True
  26. $2.AnonymousMethodBraceStyle = NextLine
  27. $2.PropertyBraceStyle = NextLine
  28. $2.PropertyGetBraceStyle = NextLine
  29. $2.PropertySetBraceStyle = NextLine
  30. $2.EventBraceStyle = NextLine
  31. $2.EventAddBraceStyle = NextLine
  32. $2.EventRemoveBraceStyle = NextLine
  33. $2.StatementBraceStyle = NextLine
  34. $2.ElseNewLinePlacement = NewLine
  35. $2.CatchNewLinePlacement = NewLine
  36. $2.FinallyNewLinePlacement = NewLine
  37. $2.WhileNewLinePlacement = DoNotCare
  38. $2.ArrayInitializerWrapping = DoNotChange
  39. $2.ArrayInitializerBraceStyle = NextLine
  40. $2.BeforeMethodDeclarationParentheses = False
  41. $2.BeforeMethodCallParentheses = False
  42. $2.BeforeConstructorDeclarationParentheses = False
  43. $2.BeforeDelegateDeclarationParentheses = False
  44. $2.NewParentheses = False
  45. $2.SpacesBeforeBrackets = False
  46. $2.inheritsSet = Mono
  47. $2.inheritsScope = text/x-csharp
  48. $2.scope = text/x-csharp
  49. EndGlobalSection
  50. EndGlobal