Continous Integration in der Praxis Gruppenarbeit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
3.2 KiB

  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.0.31912.275
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MiniGamesTests", "MiniGamesTests", "{34506E59-D2A6-4C5B-B3C5-0C8D4D73BE63}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MiniGames", "MiniGames", "{7FE5B5B5-5643-4669-9456-B3B1103F03E3}"
  9. EndProject
  10. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniGames.Server", "MiniGames\Server\MiniGames.Server.csproj", "{048CED31-EDBF-4357-A93D-C8A64F739659}"
  11. EndProject
  12. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniGames.Client", "MiniGames\Client\MiniGames.Client.csproj", "{E3A1A11A-C124-4687-B61F-54ABA0D76070}"
  13. EndProject
  14. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniGames.Shared", "MiniGames\Shared\MiniGames.Shared.csproj", "{82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}"
  15. EndProject
  16. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniGamesTests", "MiniGamesTests\MiniGamesTests.csproj", "{CE05E725-6989-4102-AE30-D813C99AD31E}"
  17. EndProject
  18. Global
  19. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  20. Debug|Any CPU = Debug|Any CPU
  21. Release|Any CPU = Release|Any CPU
  22. EndGlobalSection
  23. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  24. {048CED31-EDBF-4357-A93D-C8A64F739659}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  25. {048CED31-EDBF-4357-A93D-C8A64F739659}.Debug|Any CPU.Build.0 = Debug|Any CPU
  26. {048CED31-EDBF-4357-A93D-C8A64F739659}.Release|Any CPU.ActiveCfg = Release|Any CPU
  27. {048CED31-EDBF-4357-A93D-C8A64F739659}.Release|Any CPU.Build.0 = Release|Any CPU
  28. {E3A1A11A-C124-4687-B61F-54ABA0D76070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  29. {E3A1A11A-C124-4687-B61F-54ABA0D76070}.Debug|Any CPU.Build.0 = Debug|Any CPU
  30. {E3A1A11A-C124-4687-B61F-54ABA0D76070}.Release|Any CPU.ActiveCfg = Release|Any CPU
  31. {E3A1A11A-C124-4687-B61F-54ABA0D76070}.Release|Any CPU.Build.0 = Release|Any CPU
  32. {82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  33. {82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
  34. {82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
  35. {82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}.Release|Any CPU.Build.0 = Release|Any CPU
  36. {CE05E725-6989-4102-AE30-D813C99AD31E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  37. {CE05E725-6989-4102-AE30-D813C99AD31E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  38. {CE05E725-6989-4102-AE30-D813C99AD31E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  39. {CE05E725-6989-4102-AE30-D813C99AD31E}.Release|Any CPU.Build.0 = Release|Any CPU
  40. EndGlobalSection
  41. GlobalSection(SolutionProperties) = preSolution
  42. HideSolutionNode = FALSE
  43. EndGlobalSection
  44. GlobalSection(NestedProjects) = preSolution
  45. {048CED31-EDBF-4357-A93D-C8A64F739659} = {7FE5B5B5-5643-4669-9456-B3B1103F03E3}
  46. {E3A1A11A-C124-4687-B61F-54ABA0D76070} = {7FE5B5B5-5643-4669-9456-B3B1103F03E3}
  47. {82559B7C-3F45-4DE7-B689-BB90FF6C0AF0} = {7FE5B5B5-5643-4669-9456-B3B1103F03E3}
  48. {CE05E725-6989-4102-AE30-D813C99AD31E} = {34506E59-D2A6-4C5B-B3C5-0C8D4D73BE63}
  49. EndGlobalSection
  50. GlobalSection(ExtensibilityGlobals) = postSolution
  51. SolutionGuid = {938B3E86-C258-43C5-84E0-E229C35363B9}
  52. EndGlobalSection
  53. EndGlobal