-
Notifications
You must be signed in to change notification settings - Fork 0
/
Slasher_Mmo.sln
48 lines (48 loc) · 3.14 KB
/
Slasher_Mmo.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Game", "Game\Game.csproj", "{68CCC52C-E6D6-438A-9971-5F3B601B6183}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{94C80808-A068-45F6-8AE0-B90C4D6F1632}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFA7F492-4877-4B2C-BF4C-BC5969987BA0}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{F529B558-B276-4B9B-A1B3-7601F85C9E73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthAPI", "AuthAPI\AuthAPI.csproj", "{D48D2838-E074-4402-B795-2C47E6DDB070}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68CCC52C-E6D6-438A-9971-5F3B601B6183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68CCC52C-E6D6-438A-9971-5F3B601B6183}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68CCC52C-E6D6-438A-9971-5F3B601B6183}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{68CCC52C-E6D6-438A-9971-5F3B601B6183}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{68CCC52C-E6D6-438A-9971-5F3B601B6183}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{68CCC52C-E6D6-438A-9971-5F3B601B6183}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
{94C80808-A068-45F6-8AE0-B90C4D6F1632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94C80808-A068-45F6-8AE0-B90C4D6F1632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94C80808-A068-45F6-8AE0-B90C4D6F1632}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{94C80808-A068-45F6-8AE0-B90C4D6F1632}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{94C80808-A068-45F6-8AE0-B90C4D6F1632}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{94C80808-A068-45F6-8AE0-B90C4D6F1632}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
{F529B558-B276-4B9B-A1B3-7601F85C9E73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F529B558-B276-4B9B-A1B3-7601F85C9E73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F529B558-B276-4B9B-A1B3-7601F85C9E73}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{F529B558-B276-4B9B-A1B3-7601F85C9E73}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{F529B558-B276-4B9B-A1B3-7601F85C9E73}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{F529B558-B276-4B9B-A1B3-7601F85C9E73}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
{D48D2838-E074-4402-B795-2C47E6DDB070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D48D2838-E074-4402-B795-2C47E6DDB070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D48D2838-E074-4402-B795-2C47E6DDB070}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{D48D2838-E074-4402-B795-2C47E6DDB070}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{D48D2838-E074-4402-B795-2C47E6DDB070}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{D48D2838-E074-4402-B795-2C47E6DDB070}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal