-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTCP_Chat.sln
40 lines (40 loc) · 2.39 KB
/
TCP_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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCPServer", "TCPServer\TCPServer.csproj", "{EB8B2E8C-4150-4516-9D59-10FEE4B3FD68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCPClientConsoleTest", "TCPClientConsoleTest\TCPClientConsoleTest.csproj", "{F0EC1170-3BCA-41DF-B970-9B2E1FC6FA25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCP_Chat_Library", "TCP_Chat_Library\TCP_Chat_Library.csproj", "{63A25003-2973-440F-B087-73CAF5D6AE32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCPChat", "TCPChat\TCPChat.csproj", "{44A9BA7C-A999-471B-9EFF-3424878A1112}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB8B2E8C-4150-4516-9D59-10FEE4B3FD68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB8B2E8C-4150-4516-9D59-10FEE4B3FD68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB8B2E8C-4150-4516-9D59-10FEE4B3FD68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB8B2E8C-4150-4516-9D59-10FEE4B3FD68}.Release|Any CPU.Build.0 = Release|Any CPU
{F0EC1170-3BCA-41DF-B970-9B2E1FC6FA25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0EC1170-3BCA-41DF-B970-9B2E1FC6FA25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0EC1170-3BCA-41DF-B970-9B2E1FC6FA25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0EC1170-3BCA-41DF-B970-9B2E1FC6FA25}.Release|Any CPU.Build.0 = Release|Any CPU
{63A25003-2973-440F-B087-73CAF5D6AE32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63A25003-2973-440F-B087-73CAF5D6AE32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63A25003-2973-440F-B087-73CAF5D6AE32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63A25003-2973-440F-B087-73CAF5D6AE32}.Release|Any CPU.Build.0 = Release|Any CPU
{44A9BA7C-A999-471B-9EFF-3424878A1112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44A9BA7C-A999-471B-9EFF-3424878A1112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44A9BA7C-A999-471B-9EFF-3424878A1112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44A9BA7C-A999-471B-9EFF-3424878A1112}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal