-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathPy_Server_US.sln
74 lines (74 loc) · 4.81 KB
/
Py_Server_US.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
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Game", "Src\Py_Game\Py_Game\Game.csproj", "{17A534FF-EF1F-4D2E-9739-EBBE99612602}"
ProjectSection(ProjectDependencies) = postProject
{A53A1B9A-46E2-453A-BD76-F2D82B710CEC} = {A53A1B9A-46E2-453A-BD76-F2D82B710CEC}
{9351C3B8-97E1-49EC-A103-AC006B3FB2CF} = {9351C3B8-97E1-49EC-A103-AC006B3FB2CF}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Connector", "Src\Py_Connector\Py_Connector\Connector.csproj", "{9351C3B8-97E1-49EC-A103-AC006B3FB2CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthServer", "Src\Py_AuthServer\Py_AuthServer\AuthServer.csproj", "{9497BCC9-3167-42EB-B3F9-78185EFE953C}"
ProjectSection(ProjectDependencies) = postProject
{A53A1B9A-46E2-453A-BD76-F2D82B710CEC} = {A53A1B9A-46E2-453A-BD76-F2D82B710CEC}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PangAPI", "Src\PangyaAPI\PangyaAPI\PangAPI.csproj", "{A53A1B9A-46E2-453A-BD76-F2D82B710CEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Login", "Src\Py_Login\Py_Login\Login.csproj", "{54383325-24CF-4395-BC3F-D0E6338BD1D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PangFileCore", "Src\PangyaFileCore\PangFileCore.csproj", "{6B47B60C-20BC-448C-8ECA-114749FAF412}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Messenger", "Src\Py_Messenger\Py_Messenger\Messenger.csproj", "{45CA7222-A8FC-4710-8B09-3712F7416619}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PangCrypt", "Src\PangCrypt\PangCrypt\PangCrypt.csproj", "{0D37F682-4AE6-4768-A062-8BFF40F478A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17A534FF-EF1F-4D2E-9739-EBBE99612602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17A534FF-EF1F-4D2E-9739-EBBE99612602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17A534FF-EF1F-4D2E-9739-EBBE99612602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17A534FF-EF1F-4D2E-9739-EBBE99612602}.Release|Any CPU.Build.0 = Release|Any CPU
{9351C3B8-97E1-49EC-A103-AC006B3FB2CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9351C3B8-97E1-49EC-A103-AC006B3FB2CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9351C3B8-97E1-49EC-A103-AC006B3FB2CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9351C3B8-97E1-49EC-A103-AC006B3FB2CF}.Release|Any CPU.Build.0 = Release|Any CPU
{9497BCC9-3167-42EB-B3F9-78185EFE953C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9497BCC9-3167-42EB-B3F9-78185EFE953C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9497BCC9-3167-42EB-B3F9-78185EFE953C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9497BCC9-3167-42EB-B3F9-78185EFE953C}.Release|Any CPU.Build.0 = Release|Any CPU
{A53A1B9A-46E2-453A-BD76-F2D82B710CEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A53A1B9A-46E2-453A-BD76-F2D82B710CEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A53A1B9A-46E2-453A-BD76-F2D82B710CEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A53A1B9A-46E2-453A-BD76-F2D82B710CEC}.Release|Any CPU.Build.0 = Release|Any CPU
{54383325-24CF-4395-BC3F-D0E6338BD1D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54383325-24CF-4395-BC3F-D0E6338BD1D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54383325-24CF-4395-BC3F-D0E6338BD1D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54383325-24CF-4395-BC3F-D0E6338BD1D7}.Release|Any CPU.Build.0 = Release|Any CPU
{6B47B60C-20BC-448C-8ECA-114749FAF412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B47B60C-20BC-448C-8ECA-114749FAF412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B47B60C-20BC-448C-8ECA-114749FAF412}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B47B60C-20BC-448C-8ECA-114749FAF412}.Release|Any CPU.Build.0 = Release|Any CPU
{45CA7222-A8FC-4710-8B09-3712F7416619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45CA7222-A8FC-4710-8B09-3712F7416619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45CA7222-A8FC-4710-8B09-3712F7416619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45CA7222-A8FC-4710-8B09-3712F7416619}.Release|Any CPU.Build.0 = Release|Any CPU
{0D37F682-4AE6-4768-A062-8BFF40F478A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D37F682-4AE6-4768-A062-8BFF40F478A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D37F682-4AE6-4768-A062-8BFF40F478A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D37F682-4AE6-4768-A062-8BFF40F478A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76EF1C7C-3511-4D4A-BFD9-B9014D648CD2}
EndGlobalSection
EndGlobal