-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChatClient.sln
32 lines (32 loc) · 1.81 KB
/
ChatClient.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatClient", "ChatClient\ChatClient.csproj", "{D9CAC88B-776A-46F0-AC35-987EFA3302BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatServer", "ChatServer\ChatServer.csproj", "{979BE47D-2C81-4DB4-9610-5289A8A180B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commons", "Commons\Commons.csproj", "{BAEA26E7-23E4-4952-A70C-13066107E97B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9CAC88B-776A-46F0-AC35-987EFA3302BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9CAC88B-776A-46F0-AC35-987EFA3302BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9CAC88B-776A-46F0-AC35-987EFA3302BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9CAC88B-776A-46F0-AC35-987EFA3302BC}.Release|Any CPU.Build.0 = Release|Any CPU
{979BE47D-2C81-4DB4-9610-5289A8A180B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{979BE47D-2C81-4DB4-9610-5289A8A180B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{979BE47D-2C81-4DB4-9610-5289A8A180B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{979BE47D-2C81-4DB4-9610-5289A8A180B1}.Release|Any CPU.Build.0 = Release|Any CPU
{BAEA26E7-23E4-4952-A70C-13066107E97B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAEA26E7-23E4-4952-A70C-13066107E97B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAEA26E7-23E4-4952-A70C-13066107E97B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAEA26E7-23E4-4952-A70C-13066107E97B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal