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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1700.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorMiniGames.Server", "BlazorMiniGames\Server\BlazorMiniGames.Server.csproj", "{CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorMiniGames.Client", "BlazorMiniGames\Client\BlazorMiniGames.Client.csproj", "{3470927B-C4AC-4CE9-BD0B-5F31DE89605E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorMiniGames.Shared", "BlazorMiniGames\Shared\BlazorMiniGames.Shared.csproj", "{CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBC5D72E-24BE-4FB3-9100-F8BF9AF014B4}.Release|Any CPU.Build.0 = Release|Any CPU
{3470927B-C4AC-4CE9-BD0B-5F31DE89605E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3470927B-C4AC-4CE9-BD0B-5F31DE89605E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3470927B-C4AC-4CE9-BD0B-5F31DE89605E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3470927B-C4AC-4CE9-BD0B-5F31DE89605E}.Release|Any CPU.Build.0 = Release|Any CPU
{CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB1E1467-9B8C-46F9-AF3B-762F7DA01FBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49536ABD-819D-41B3-AEED-E37043A47353}
EndGlobalSection
EndGlobal