forked from kerryjiang/SuperWebSocket
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSamples.sln
More file actions
79 lines (79 loc) · 5.32 KB
/
Samples.sln
File metadata and controls
79 lines (79 loc) · 5.32 KB
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
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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{648A0DD5-C619-4850-B437-817473349857}"
ProjectSection(SolutionItems) = preProject
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperWebSocketWeb", "Samples\SuperWebSocketWeb\SuperWebSocketWeb.csproj", "{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandAssembly", "Samples\CommandAssembly\CommandAssembly.csproj", "{4A8713F5-DF02-4424-81F2-D112C615ADC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonCommandAssembly", "Samples\JsonCommandAssembly\JsonCommandAssembly.csproj", "{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomSession", "Samples\CustomSession\CustomSession.csproj", "{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{84BF674C-48D4-45B8-95E1-5D8994DBC0D7}"
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
{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}.Release|Any CPU.Build.0 = Release|Any CPU
{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9BA4110E-41D7-491B-9BAD-50C0EB10CFBC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4A8713F5-DF02-4424-81F2-D112C615ADC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A8713F5-DF02-4424-81F2-D112C615ADC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A8713F5-DF02-4424-81F2-D112C615ADC2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4A8713F5-DF02-4424-81F2-D112C615ADC2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4A8713F5-DF02-4424-81F2-D112C615ADC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A8713F5-DF02-4424-81F2-D112C615ADC2}.Release|Any CPU.Build.0 = Release|Any CPU
{4A8713F5-DF02-4424-81F2-D112C615ADC2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4A8713F5-DF02-4424-81F2-D112C615ADC2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}.Release|Any CPU.Build.0 = Release|Any CPU
{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{31511A5E-6A0E-4DA3-AD7A-8C239634AF8A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}.Release|Any CPU.Build.0 = Release|Any CPU
{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F922B5DE-5CCD-46D7-8F6A-F50EF45661F8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97} = {84BF674C-48D4-45B8-95E1-5D8994DBC0D7}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SuperWebSocket\SuperWebSocket.csproj
EndGlobalSection
EndGlobal