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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MiniGamesTests", "MiniGamesTests", "{34506E59-D2A6-4C5B-B3C5-0C8D4D73BE63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MiniGames", "MiniGames", "{7FE5B5B5-5643-4669-9456-B3B1103F03E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniGames.Server", "MiniGames\Server\MiniGames.Server.csproj", "{048CED31-EDBF-4357-A93D-C8A64F739659}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniGames.Client", "MiniGames\Client\MiniGames.Client.csproj", "{E3A1A11A-C124-4687-B61F-54ABA0D76070}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniGames.Shared", "MiniGames\Shared\MiniGames.Shared.csproj", "{82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniGamesTests", "MiniGamesTests\MiniGamesTests.csproj", "{CE05E725-6989-4102-AE30-D813C99AD31E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{048CED31-EDBF-4357-A93D-C8A64F739659}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{048CED31-EDBF-4357-A93D-C8A64F739659}.Debug|Any CPU.Build.0 = Debug|Any CPU
{048CED31-EDBF-4357-A93D-C8A64F739659}.Release|Any CPU.ActiveCfg = Release|Any CPU
{048CED31-EDBF-4357-A93D-C8A64F739659}.Release|Any CPU.Build.0 = Release|Any CPU
{E3A1A11A-C124-4687-B61F-54ABA0D76070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3A1A11A-C124-4687-B61F-54ABA0D76070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3A1A11A-C124-4687-B61F-54ABA0D76070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3A1A11A-C124-4687-B61F-54ABA0D76070}.Release|Any CPU.Build.0 = Release|Any CPU
{82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82559B7C-3F45-4DE7-B689-BB90FF6C0AF0}.Release|Any CPU.Build.0 = Release|Any CPU
{CE05E725-6989-4102-AE30-D813C99AD31E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE05E725-6989-4102-AE30-D813C99AD31E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE05E725-6989-4102-AE30-D813C99AD31E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE05E725-6989-4102-AE30-D813C99AD31E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{048CED31-EDBF-4357-A93D-C8A64F739659} = {7FE5B5B5-5643-4669-9456-B3B1103F03E3}
{E3A1A11A-C124-4687-B61F-54ABA0D76070} = {7FE5B5B5-5643-4669-9456-B3B1103F03E3}
{82559B7C-3F45-4DE7-B689-BB90FF6C0AF0} = {7FE5B5B5-5643-4669-9456-B3B1103F03E3}
{CE05E725-6989-4102-AE30-D813C99AD31E} = {34506E59-D2A6-4C5B-B3C5-0C8D4D73BE63}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {938B3E86-C258-43C5-84E0-E229C35363B9}
EndGlobalSection
EndGlobal