forked from lqlau/WebSocket4Net
-
Notifications
You must be signed in to change notification settings - Fork 5
/
WebSocket4Net.SL50.sln
63 lines (63 loc) · 3.99 KB
/
WebSocket4Net.SL50.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightTest", "Test\SilverlightTest\SilverlightTest.csproj", "{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{C6DC8010-832D-419D-8E1D-8A9C66460284}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestServer", "Test\TestServer\TestServer.csproj", "{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSocket4Net.SL50", "WebSocket4Net.Silverlight\WebSocket4Net.SL50.csproj", "{8299F889-FF7D-4748-B556-28100206E086}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Release|Any CPU.Build.0 = Release|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF}.Release|x86.ActiveCfg = Release|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Debug|x86.ActiveCfg = Debug|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Release|Any CPU.Build.0 = Release|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E}.Release|x86.ActiveCfg = Release|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Debug|x86.ActiveCfg = Debug|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Release|Any CPU.Build.0 = Release|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8299F889-FF7D-4748-B556-28100206E086}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA0B1C80-97AE-49F5-8310-5A7683BE47BF} = {C6DC8010-832D-419D-8E1D-8A9C66460284}
{EA3D34D9-EEF0-4480-9B45-07F9AD40433E} = {C6DC8010-832D-419D-8E1D-8A9C66460284}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = WebSocket4Net\WebSocket4Net.csproj
EndGlobalSection
EndGlobal