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.

37 lines
2.2 KiB

2 years ago
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 25.0.1700.0
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorMiniGames.Server", "BlazorMiniGames\Server\BlazorMiniGames.Server.csproj", "{CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorMiniGames.Client", "BlazorMiniGames\Client\BlazorMiniGames.Client.csproj", "{3470927B-C4AC-4CE9-BD0B-5F31DE89605E}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorMiniGames.Shared", "BlazorMiniGames\Shared\BlazorMiniGames.Shared.csproj", "{CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}"
  11. EndProject
  12. Global
  13. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  14. Debug|Any CPU = Debug|Any CPU
  15. Release|Any CPU = Release|Any CPU
  16. EndGlobalSection
  17. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  18. {CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  19. {CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  20. {CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {3470927B-C4AC-4CE9-BD0B-5F31DE89605E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {3470927B-C4AC-4CE9-BD0B-5F31DE89605E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {3470927B-C4AC-4CE9-BD0B-5F31DE89605E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {3470927B-C4AC-4CE9-BD0B-5F31DE89605E}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}.Release|Any CPU.Build.0 = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(SolutionProperties) = preSolution
  32. HideSolutionNode = FALSE
  33. EndGlobalSection
  34. GlobalSection(ExtensibilityGlobals) = postSolution
  35. SolutionGuid = {49536ABD-819D-41B3-AEED-E37043A47353}
  36. EndGlobalSection
  37. EndGlobal