csharp_tests.sln 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp_tests", "csharp_tests.csproj", "{EA55100B-CE22-4ACD-B132-443A30896D19}"
  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. {EA55100B-CE22-4ACD-B132-443A30896D19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  13. {EA55100B-CE22-4ACD-B132-443A30896D19}.Debug|Any CPU.Build.0 = Debug|Any CPU
  14. {EA55100B-CE22-4ACD-B132-443A30896D19}.Release|Any CPU.ActiveCfg = Release|Any CPU
  15. {EA55100B-CE22-4ACD-B132-443A30896D19}.Release|Any CPU.Build.0 = Release|Any CPU
  16. EndGlobalSection
  17. GlobalSection(MonoDevelopProperties) = preSolution
  18. StartupItem = csharp_tests.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.ArrayInitializerBraceStyle = NextLine
  35. $2.BeforeMethodDeclarationParentheses = False
  36. $2.BeforeMethodCallParentheses = False
  37. $2.BeforeConstructorDeclarationParentheses = False
  38. $2.BeforeDelegateDeclarationParentheses = False
  39. $2.NewParentheses = False
  40. $2.inheritsSet = Mono
  41. $2.inheritsScope = text/x-csharp
  42. $2.scope = text/x-csharp
  43. EndGlobalSection
  44. EndGlobal