-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSocket.IO.sln
58 lines (58 loc) · 3.38 KB
/
Socket.IO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EDFEF2C5-775C-4CA9-BC41-210E4B99D7BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8E696317-F3D6-4413-A8CD-B27984660E4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Socket.IO.NET35", "src\Socket.IO.NET35\Socket.IO.NET35.csproj", "{71EAB247-12D2-4224-A102-8C8696319441}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Integration", "tests\Integration\Integration.csproj", "{17B48F8F-4378-4957-BEF4-8B9B7469E9E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test-server", "test-server", "{9E618C48-8E8E-4D72-98F1-BCA39E11C541}"
ProjectSection(SolutionItems) = preProject
test-server\index.html = test-server\index.html
test-server\index.js = test-server\index.js
test-server\package.json = test-server\package.json
test-server\test_data.json = test-server\test_data.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "tests\Console\Console.csproj", "{DA79442F-E005-4489-A06D-46E7E6F2E1EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unit", "tests\Unit\Unit.csproj", "{E9CBCAEB-0B88-4431-BE8C-B03DE050E00B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71EAB247-12D2-4224-A102-8C8696319441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71EAB247-12D2-4224-A102-8C8696319441}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71EAB247-12D2-4224-A102-8C8696319441}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71EAB247-12D2-4224-A102-8C8696319441}.Release|Any CPU.Build.0 = Release|Any CPU
{17B48F8F-4378-4957-BEF4-8B9B7469E9E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17B48F8F-4378-4957-BEF4-8B9B7469E9E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17B48F8F-4378-4957-BEF4-8B9B7469E9E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17B48F8F-4378-4957-BEF4-8B9B7469E9E2}.Release|Any CPU.Build.0 = Release|Any CPU
{DA79442F-E005-4489-A06D-46E7E6F2E1EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA79442F-E005-4489-A06D-46E7E6F2E1EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA79442F-E005-4489-A06D-46E7E6F2E1EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA79442F-E005-4489-A06D-46E7E6F2E1EE}.Release|Any CPU.Build.0 = Release|Any CPU
{E9CBCAEB-0B88-4431-BE8C-B03DE050E00B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9CBCAEB-0B88-4431-BE8C-B03DE050E00B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9CBCAEB-0B88-4431-BE8C-B03DE050E00B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9CBCAEB-0B88-4431-BE8C-B03DE050E00B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{71EAB247-12D2-4224-A102-8C8696319441} = {EDFEF2C5-775C-4CA9-BC41-210E4B99D7BD}
{17B48F8F-4378-4957-BEF4-8B9B7469E9E2} = {8E696317-F3D6-4413-A8CD-B27984660E4A}
{DA79442F-E005-4489-A06D-46E7E6F2E1EE} = {8E696317-F3D6-4413-A8CD-B27984660E4A}
{E9CBCAEB-0B88-4431-BE8C-B03DE050E00B} = {8E696317-F3D6-4413-A8CD-B27984660E4A}
EndGlobalSection
EndGlobal