forked from vf1/serversockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SocketServer.sln
81 lines (81 loc) · 5.64 KB
/
SocketServer.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SocketServers", "SocketServer\SocketServers.csproj", "{972538DE-E785-484D-8FC6-A5748817833D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EchoServer", "EchoServer\EchoServer.csproj", "{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}"
ProjectSection(ProjectDependencies) = postProject
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6} = {7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EchoClient", "EchoClient\EchoClient.csproj", "{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BufferPoolTest", "BufferPoolTest\BufferPoolTest.csproj", "{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PcapWriterTest", "PcapWriterTest\PcapWriterTest.csproj", "{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{972538DE-E785-484D-8FC6-A5748817833D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Debug|x86.ActiveCfg = Debug|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Release|Any CPU.Build.0 = Release|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{972538DE-E785-484D-8FC6-A5748817833D}.Release|x86.ActiveCfg = Release|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Debug|x86.ActiveCfg = Debug|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Release|Any CPU.Build.0 = Release|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CE917079-F424-4EA4-ACEF-DC4D87D4C96D}.Release|x86.ActiveCfg = Release|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Debug|x86.ActiveCfg = Debug|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Release|Any CPU.Build.0 = Release|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7B3C5AA1-1D75-4A1C-9E38-A0D97A2A29E6}.Release|x86.ActiveCfg = Release|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Debug|x86.ActiveCfg = Debug|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{81BAAF09-59C4-4BA1-B29B-7718FC3B6AFA}.Release|x86.ActiveCfg = Release|Any CPU
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Debug|Any CPU.ActiveCfg = Debug|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Debug|Mixed Platforms.Build.0 = Debug|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Debug|x86.ActiveCfg = Debug|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Debug|x86.Build.0 = Debug|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Release|Any CPU.ActiveCfg = Release|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Release|Mixed Platforms.ActiveCfg = Release|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Release|Mixed Platforms.Build.0 = Release|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Release|x86.ActiveCfg = Release|x86
{DFBA78F2-EAC2-424F-904B-DD71EDCDC8D8}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal