-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathClient.sln
42 lines (42 loc) · 2.21 KB
/
Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{8759CB03-A2F7-46CF-A57D-F1F41C0988C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{EEDE636B-2A31-4C46-8EC4-C4306B7CB461}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interface", "Interface\Interface.csproj", "{4F06696B-88FE-421E-A403-CAB57AD0F064}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D2F1EF43-98AB-44FE-9983-D60A79D4289B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8759CB03-A2F7-46CF-A57D-F1F41C0988C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8759CB03-A2F7-46CF-A57D-F1F41C0988C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8759CB03-A2F7-46CF-A57D-F1F41C0988C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8759CB03-A2F7-46CF-A57D-F1F41C0988C9}.Release|Any CPU.Build.0 = Release|Any CPU
{EEDE636B-2A31-4C46-8EC4-C4306B7CB461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEDE636B-2A31-4C46-8EC4-C4306B7CB461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEDE636B-2A31-4C46-8EC4-C4306B7CB461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEDE636B-2A31-4C46-8EC4-C4306B7CB461}.Release|Any CPU.Build.0 = Release|Any CPU
{4F06696B-88FE-421E-A403-CAB57AD0F064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F06696B-88FE-421E-A403-CAB57AD0F064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F06696B-88FE-421E-A403-CAB57AD0F064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F06696B-88FE-421E-A403-CAB57AD0F064}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA561D97-1146-4A39-B395-CCA3B448B435}
EndGlobalSection
EndGlobal