-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServer.sln
More file actions
48 lines (48 loc) · 2.75 KB
/
Server.sln
File metadata and controls
48 lines (48 loc) · 2.75 KB
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
# Visual Studio Version 16
VisualStudioVersion = 16.0.32428.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{FA6EEAAB-7CD1-484B-B443-BCC34B605273}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerCore", "ServerCore\ServerCore.csproj", "{7649BA53-6A11-4619-BB19-D7975C6A36ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DummyClient", "DummyClient\DummyClient.csproj", "{E410900F-90D6-4977-BC51-C8A8DF2A506B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PacketGenerator", "PacketGenerator\PacketGenerator.csproj", "{8919B5A9-FF61-4F61-8B06-BA7FA3F7C600}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{AF4C9E71-32C6-434C-A5C8-C6950048A52A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA6EEAAB-7CD1-484B-B443-BCC34B605273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA6EEAAB-7CD1-484B-B443-BCC34B605273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA6EEAAB-7CD1-484B-B443-BCC34B605273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA6EEAAB-7CD1-484B-B443-BCC34B605273}.Release|Any CPU.Build.0 = Release|Any CPU
{7649BA53-6A11-4619-BB19-D7975C6A36ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7649BA53-6A11-4619-BB19-D7975C6A36ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7649BA53-6A11-4619-BB19-D7975C6A36ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7649BA53-6A11-4619-BB19-D7975C6A36ED}.Release|Any CPU.Build.0 = Release|Any CPU
{E410900F-90D6-4977-BC51-C8A8DF2A506B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E410900F-90D6-4977-BC51-C8A8DF2A506B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E410900F-90D6-4977-BC51-C8A8DF2A506B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E410900F-90D6-4977-BC51-C8A8DF2A506B}.Release|Any CPU.Build.0 = Release|Any CPU
{8919B5A9-FF61-4F61-8B06-BA7FA3F7C600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8919B5A9-FF61-4F61-8B06-BA7FA3F7C600}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8919B5A9-FF61-4F61-8B06-BA7FA3F7C600}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8919B5A9-FF61-4F61-8B06-BA7FA3F7C600}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8919B5A9-FF61-4F61-8B06-BA7FA3F7C600} = {AF4C9E71-32C6-434C-A5C8-C6950048A52A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0B3BECE-CED2-472F-9FEA-8DD278E550C8}
EndGlobalSection
EndGlobal