This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 194
/
SuperWebSocket.sln
44 lines (44 loc) · 2.53 KB
/
SuperWebSocket.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperWebSocket", "SuperWebSocket\SuperWebSocket.csproj", "{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperWebSocketTest", "SuperWebSocketTest\SuperWebSocketTest.csproj", "{9EF7E84D-B746-4285-A89A-5A515AB540EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{648A0DD5-C619-4850-B437-817473349857}"
ProjectSection(SolutionItems) = preProject
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Any CPU.Build.0 = Release|Any CPU
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Any CPU.Build.0 = Release|Any CPU
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SuperWebSocket\SuperWebSocket.csproj
EndGlobalSection
EndGlobal