-
Notifications
You must be signed in to change notification settings - Fork 13
/
BeatTogether.MasterServer.sln
61 lines (61 loc) · 4.4 KB
/
BeatTogether.MasterServer.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.MasterServer", "BeatTogether.MasterServer\BeatTogether.MasterServer.csproj", "{D6AD4A9E-BC48-4D3A-A953-43C4DC57CE30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.MasterServer.Data", "BeatTogether.MasterServer.Data\BeatTogether.MasterServer.Data.csproj", "{3BC5B050-2D4C-4440-90DC-28150E5AA0A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.MasterServer.Messaging", "BeatTogether.MasterServer.Messaging\BeatTogether.MasterServer.Messaging.csproj", "{7144B9EE-45BD-4934-BCB3-9CCCAE101D1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.MasterServer.Domain", "BeatTogether.MasterServer.Domain\BeatTogether.MasterServer.Domain.csproj", "{6BCD1B23-4EAE-478A-AFC8-53DE393E1413}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.MasterServer.Interface", "BeatTogether.MasterServer.Interface\BeatTogether.MasterServer.Interface.csproj", "{91037874-E18D-45EA-8429-77789D135621}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.MasterServer.Api", "BeatTogether.MasterServer.Api\BeatTogether.MasterServer.Api.csproj", "{7BD10FB4-C331-4DA3-A1AE-BB8E4A86FC4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeatTogether.MasterServer.NodeController", "BeatTogether.MasterServer.NodeController\BeatTogether.MasterServer.NodeController.csproj", "{34250167-FC1E-41B4-A78B-1DAE56D41978}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6AD4A9E-BC48-4D3A-A953-43C4DC57CE30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6AD4A9E-BC48-4D3A-A953-43C4DC57CE30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6AD4A9E-BC48-4D3A-A953-43C4DC57CE30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6AD4A9E-BC48-4D3A-A953-43C4DC57CE30}.Release|Any CPU.Build.0 = Release|Any CPU
{3BC5B050-2D4C-4440-90DC-28150E5AA0A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BC5B050-2D4C-4440-90DC-28150E5AA0A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BC5B050-2D4C-4440-90DC-28150E5AA0A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BC5B050-2D4C-4440-90DC-28150E5AA0A8}.Release|Any CPU.Build.0 = Release|Any CPU
{7144B9EE-45BD-4934-BCB3-9CCCAE101D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7144B9EE-45BD-4934-BCB3-9CCCAE101D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7144B9EE-45BD-4934-BCB3-9CCCAE101D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7144B9EE-45BD-4934-BCB3-9CCCAE101D1C}.Release|Any CPU.Build.0 = Release|Any CPU
{6BCD1B23-4EAE-478A-AFC8-53DE393E1413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BCD1B23-4EAE-478A-AFC8-53DE393E1413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BCD1B23-4EAE-478A-AFC8-53DE393E1413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BCD1B23-4EAE-478A-AFC8-53DE393E1413}.Release|Any CPU.Build.0 = Release|Any CPU
{91037874-E18D-45EA-8429-77789D135621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91037874-E18D-45EA-8429-77789D135621}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91037874-E18D-45EA-8429-77789D135621}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91037874-E18D-45EA-8429-77789D135621}.Release|Any CPU.Build.0 = Release|Any CPU
{7BD10FB4-C331-4DA3-A1AE-BB8E4A86FC4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BD10FB4-C331-4DA3-A1AE-BB8E4A86FC4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BD10FB4-C331-4DA3-A1AE-BB8E4A86FC4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BD10FB4-C331-4DA3-A1AE-BB8E4A86FC4E}.Release|Any CPU.Build.0 = Release|Any CPU
{34250167-FC1E-41B4-A78B-1DAE56D41978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34250167-FC1E-41B4-A78B-1DAE56D41978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34250167-FC1E-41B4-A78B-1DAE56D41978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34250167-FC1E-41B4-A78B-1DAE56D41978}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2596679F-3FAA-49BC-80D2-33A59ED5B8BB}
EndGlobalSection
EndGlobal