Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Buhnenrennen.sln 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Version 16
  3. VisualStudioVersion = 16.0.30104.148
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Buhnenrennen", "Buhnenrennen\Buhnenrennen.csproj", "{E3E00F47-D7F1-45F4-B4BB-0305F8074833}"
  6. EndProject
  7. Global
  8. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  9. Debug|Any CPU = Debug|Any CPU
  10. Release|Any CPU = Release|Any CPU
  11. EndGlobalSection
  12. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  13. {E3E00F47-D7F1-45F4-B4BB-0305F8074833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  14. {E3E00F47-D7F1-45F4-B4BB-0305F8074833}.Debug|Any CPU.Build.0 = Debug|Any CPU
  15. {E3E00F47-D7F1-45F4-B4BB-0305F8074833}.Release|Any CPU.ActiveCfg = Release|Any CPU
  16. {E3E00F47-D7F1-45F4-B4BB-0305F8074833}.Release|Any CPU.Build.0 = Release|Any CPU
  17. EndGlobalSection
  18. GlobalSection(SolutionProperties) = preSolution
  19. HideSolutionNode = FALSE
  20. EndGlobalSection
  21. GlobalSection(ExtensibilityGlobals) = postSolution
  22. SolutionGuid = {EF974075-C6B0-4BEA-B005-A1DA861E2655}
  23. EndGlobalSection
  24. GlobalSection(MonoDevelopProperties) = preSolution
  25. Policies = $0
  26. $0.DotNetNamingPolicy = $1
  27. $1.DirectoryNamespaceAssociation = PrefixedHierarchical
  28. $0.TextStylePolicy = $2
  29. $2.inheritsSet = null
  30. $2.scope = text/x-csharp
  31. $0.CSharpFormattingPolicy = $3
  32. $3.SpaceWithinMethodDeclarationParenthesis = True
  33. $3.SpaceWithinMethodCallParentheses = True
  34. $3.SpaceWithinExpressionParentheses = True
  35. $3.SpaceWithinCastParentheses = True
  36. $3.SpaceWithinOtherParentheses = True
  37. $3.SpaceAfterCast = True
  38. $3.SpaceWithinSquareBrackets = True
  39. $3.scope = text/x-csharp
  40. $0.TextStylePolicy = $4
  41. $4.FileWidth = 80
  42. $4.TabsToSpaces = True
  43. $4.scope = text/plain
  44. $0.StandardHeader = $5
  45. EndGlobalSection
  46. EndGlobal