-
Notifications
You must be signed in to change notification settings - Fork 31
/
SimpleSockets.sln
76 lines (76 loc) · 5.13 KB
/
SimpleSockets.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSockets", "SimpleSockets\SimpleSockets.csproj", "{4200EFBA-B2D8-4E41-8E1D-A238999D7C3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{925643B9-4157-4D32-86B7-58FA392EEE17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6DA110EA-8C10-44FC-A817-0E899B156B80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageTesting", "Examples\MessageTesting\MessageTesting.csproj", "{FBEE3324-43BE-4DE0-AD02-978CA5363C97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Sockets.Parallel", "Tests\Test.Sockets.Parallel\Test.Sockets.Parallel.csproj", "{3FDBDAE3-3B02-4342-8918-E958FE82B0E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Sockets.Basic", "Tests\Test.Sockets.Basic\Test.Sockets.Basic.csproj", "{B09E725B-F878-4FB1-BC55-2D8D9C867C69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Sockets.Parallel.Manual", "Tests\Test.Sockets.Parallel.Manual\Test.Sockets.Parallel.Manual.csproj", "{8661AAAC-423B-4F2F-9862-D862EFF681B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Console", "Console", "{028B462B-3659-42E0-8E1C-B139F75DAA1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCore.Console.Client", "Examples\Console\NetCore.Console.Client\NetCore.Console.Client.csproj", "{70394C42-421D-43A8-8C84-50B7FD043685}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCore.Console.Server", "Examples\Console\NetCore.Console.Server\NetCore.Console.Server.csproj", "{42D601B1-AAB1-4830-B971-EB41195DBA4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4200EFBA-B2D8-4E41-8E1D-A238999D7C3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4200EFBA-B2D8-4E41-8E1D-A238999D7C3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4200EFBA-B2D8-4E41-8E1D-A238999D7C3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4200EFBA-B2D8-4E41-8E1D-A238999D7C3A}.Release|Any CPU.Build.0 = Release|Any CPU
{FBEE3324-43BE-4DE0-AD02-978CA5363C97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBEE3324-43BE-4DE0-AD02-978CA5363C97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBEE3324-43BE-4DE0-AD02-978CA5363C97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBEE3324-43BE-4DE0-AD02-978CA5363C97}.Release|Any CPU.Build.0 = Release|Any CPU
{3FDBDAE3-3B02-4342-8918-E958FE82B0E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FDBDAE3-3B02-4342-8918-E958FE82B0E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FDBDAE3-3B02-4342-8918-E958FE82B0E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FDBDAE3-3B02-4342-8918-E958FE82B0E5}.Release|Any CPU.Build.0 = Release|Any CPU
{B09E725B-F878-4FB1-BC55-2D8D9C867C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B09E725B-F878-4FB1-BC55-2D8D9C867C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B09E725B-F878-4FB1-BC55-2D8D9C867C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B09E725B-F878-4FB1-BC55-2D8D9C867C69}.Release|Any CPU.Build.0 = Release|Any CPU
{8661AAAC-423B-4F2F-9862-D862EFF681B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8661AAAC-423B-4F2F-9862-D862EFF681B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8661AAAC-423B-4F2F-9862-D862EFF681B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8661AAAC-423B-4F2F-9862-D862EFF681B9}.Release|Any CPU.Build.0 = Release|Any CPU
{70394C42-421D-43A8-8C84-50B7FD043685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70394C42-421D-43A8-8C84-50B7FD043685}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70394C42-421D-43A8-8C84-50B7FD043685}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70394C42-421D-43A8-8C84-50B7FD043685}.Release|Any CPU.Build.0 = Release|Any CPU
{42D601B1-AAB1-4830-B971-EB41195DBA4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42D601B1-AAB1-4830-B971-EB41195DBA4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42D601B1-AAB1-4830-B971-EB41195DBA4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42D601B1-AAB1-4830-B971-EB41195DBA4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FBEE3324-43BE-4DE0-AD02-978CA5363C97} = {925643B9-4157-4D32-86B7-58FA392EEE17}
{3FDBDAE3-3B02-4342-8918-E958FE82B0E5} = {6DA110EA-8C10-44FC-A817-0E899B156B80}
{B09E725B-F878-4FB1-BC55-2D8D9C867C69} = {6DA110EA-8C10-44FC-A817-0E899B156B80}
{8661AAAC-423B-4F2F-9862-D862EFF681B9} = {6DA110EA-8C10-44FC-A817-0E899B156B80}
{028B462B-3659-42E0-8E1C-B139F75DAA1B} = {925643B9-4157-4D32-86B7-58FA392EEE17}
{70394C42-421D-43A8-8C84-50B7FD043685} = {028B462B-3659-42E0-8E1C-B139F75DAA1B}
{42D601B1-AAB1-4830-B971-EB41195DBA4A} = {028B462B-3659-42E0-8E1C-B139F75DAA1B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8328F8FD-99F3-428F-BE76-2BBE6F8C1F42}
EndGlobalSection
EndGlobal