-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChat.sln
37 lines (37 loc) · 1.98 KB
/
Chat.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.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{490B1E47-0AF1-4AFE-8258-F6A90F6A155A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{CE5FB150-7BFE-4435-A72E-70E3AC073773}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatLib", "ChatLib\ChatLib.csproj", "{E8D5A16C-439C-4F09-AF8F-45DF8F0004A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{490B1E47-0AF1-4AFE-8258-F6A90F6A155A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{490B1E47-0AF1-4AFE-8258-F6A90F6A155A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{490B1E47-0AF1-4AFE-8258-F6A90F6A155A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{490B1E47-0AF1-4AFE-8258-F6A90F6A155A}.Release|Any CPU.Build.0 = Release|Any CPU
{CE5FB150-7BFE-4435-A72E-70E3AC073773}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE5FB150-7BFE-4435-A72E-70E3AC073773}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE5FB150-7BFE-4435-A72E-70E3AC073773}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE5FB150-7BFE-4435-A72E-70E3AC073773}.Release|Any CPU.Build.0 = Release|Any CPU
{E8D5A16C-439C-4F09-AF8F-45DF8F0004A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8D5A16C-439C-4F09-AF8F-45DF8F0004A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8D5A16C-439C-4F09-AF8F-45DF8F0004A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8D5A16C-439C-4F09-AF8F-45DF8F0004A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F64CB14-262B-4C12-B737-C0BD20791EFB}
EndGlobalSection
EndGlobal