-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSimpleWebsocketServer.sln
40 lines (40 loc) · 2.27 KB
/
SimpleWebsocketServer.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.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleWebsocketServer", "SimpleWebsocketServer\SimpleWebsocketServer.csproj", "{AF7A3511-2D27-4BED-B81F-304C508D016B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSocketServerTestNET", "WebSocketServerTestNET\WebSocketServerTestNET.csproj", "{8CE88C69-3E35-4617-A2BD-B4F66244FCA0}"
ProjectSection(ProjectDependencies) = postProject
{AF7A3511-2D27-4BED-B81F-304C508D016B} = {AF7A3511-2D27-4BED-B81F-304C508D016B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSocketServerTestCore", "WebSocketServerTestCore\WebSocketServerTestCore.csproj", "{14C738FD-2283-447B-8D09-55B20CC25F25}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF7A3511-2D27-4BED-B81F-304C508D016B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF7A3511-2D27-4BED-B81F-304C508D016B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF7A3511-2D27-4BED-B81F-304C508D016B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF7A3511-2D27-4BED-B81F-304C508D016B}.Release|Any CPU.Build.0 = Release|Any CPU
{8CE88C69-3E35-4617-A2BD-B4F66244FCA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CE88C69-3E35-4617-A2BD-B4F66244FCA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE88C69-3E35-4617-A2BD-B4F66244FCA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE88C69-3E35-4617-A2BD-B4F66244FCA0}.Release|Any CPU.Build.0 = Release|Any CPU
{14C738FD-2283-447B-8D09-55B20CC25F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14C738FD-2283-447B-8D09-55B20CC25F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14C738FD-2283-447B-8D09-55B20CC25F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14C738FD-2283-447B-8D09-55B20CC25F25}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F093CC9-7107-4046-A70E-0CD2D51FC33A}
EndGlobalSection
EndGlobal