-
Notifications
You must be signed in to change notification settings - Fork 2
/
LobbyServer.sln
37 lines (37 loc) · 2.1 KB
/
LobbyServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LobbyServer.API", "LobbyServer.API\LobbyServer.API.csproj", "{34FB5550-46B3-4DCF-B641-66B9E939ABA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LobbyServer.Infrastructure", "LobbyServer.Infrastructure\LobbyServer.Infrastructure.csproj", "{14AEFA70-6B85-4E97-B7E6-D71E4AE2E8AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LobbyServer.Domain", "LobbyServer.Domain\LobbyServer.Domain.csproj", "{37D5B537-436D-4151-8720-237D4C328C28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34FB5550-46B3-4DCF-B641-66B9E939ABA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34FB5550-46B3-4DCF-B641-66B9E939ABA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34FB5550-46B3-4DCF-B641-66B9E939ABA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34FB5550-46B3-4DCF-B641-66B9E939ABA8}.Release|Any CPU.Build.0 = Release|Any CPU
{14AEFA70-6B85-4E97-B7E6-D71E4AE2E8AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14AEFA70-6B85-4E97-B7E6-D71E4AE2E8AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14AEFA70-6B85-4E97-B7E6-D71E4AE2E8AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14AEFA70-6B85-4E97-B7E6-D71E4AE2E8AB}.Release|Any CPU.Build.0 = Release|Any CPU
{37D5B537-436D-4151-8720-237D4C328C28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D5B537-436D-4151-8720-237D4C328C28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D5B537-436D-4151-8720-237D4C328C28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D5B537-436D-4151-8720-237D4C328C28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04D85322-866D-4D5F-BC28-954D6B3DE066}
EndGlobalSection
EndGlobal