-
Notifications
You must be signed in to change notification settings - Fork 0
/
MewLabTcpCommunication.sln
43 lines (43 loc) · 2.65 KB
/
MewLabTcpCommunication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommunicationTests", "CommunicationTests\CommunicationTests.csproj", "{49178038-1D35-48F0-8384-347AFA8E9B94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleWebSocketProject", "ExampleWebSocketProject\ExampleWebSocketProject.csproj", "{F7702FAE-A784-456A-90C2-CE5DF93CC8F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NekoIOLabsTcpCommunication", "NekoIOLabsTcpCommunication\NekoIOLabsTcpCommunication.csproj", "{513350EC-4776-4461-AC73-19D0E0673BC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NekoIOLabsWebScoketProtocolParser", "NekoIOLabsWebScoketProtocolParser\NekoIOLabsWebScoketProtocolParser.csproj", "{C983DE32-F494-4E6D-91BD-7FD2E3647193}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49178038-1D35-48F0-8384-347AFA8E9B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49178038-1D35-48F0-8384-347AFA8E9B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49178038-1D35-48F0-8384-347AFA8E9B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49178038-1D35-48F0-8384-347AFA8E9B94}.Release|Any CPU.Build.0 = Release|Any CPU
{F7702FAE-A784-456A-90C2-CE5DF93CC8F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7702FAE-A784-456A-90C2-CE5DF93CC8F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7702FAE-A784-456A-90C2-CE5DF93CC8F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7702FAE-A784-456A-90C2-CE5DF93CC8F9}.Release|Any CPU.Build.0 = Release|Any CPU
{513350EC-4776-4461-AC73-19D0E0673BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{513350EC-4776-4461-AC73-19D0E0673BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{513350EC-4776-4461-AC73-19D0E0673BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{513350EC-4776-4461-AC73-19D0E0673BC5}.Release|Any CPU.Build.0 = Release|Any CPU
{C983DE32-F494-4E6D-91BD-7FD2E3647193}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C983DE32-F494-4E6D-91BD-7FD2E3647193}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C983DE32-F494-4E6D-91BD-7FD2E3647193}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C983DE32-F494-4E6D-91BD-7FD2E3647193}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01FA9349-20D8-4BE7-B1D1-DE1CED882254}
EndGlobalSection
EndGlobal