-
Notifications
You must be signed in to change notification settings - Fork 2
/
MultiplexedWebSockets.sln
52 lines (52 loc) · 3 KB
/
MultiplexedWebSockets.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28124.53
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiplexedWebSockets.Benchmarks", "src\Benchmarks\MultiplexedWebSockets.Benchmarks.csproj", "{E6EE48FD-E3FB-44F0-82BF-6F34C9B15EB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiplexedWebSockets.Common", "src\Common\MultiplexedWebSockets.Common.csproj", "{608CB965-1ECF-4D06-AF73-F2796D8584E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiplexedWebSockets.Client", "src\Client\MultiplexedWebSockets.Client.csproj", "{6837016B-AA97-4FC6-9E7C-EEDF639320F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiplexedWebSockets.Server", "src\Server\MultiplexedWebSockets.Server.csproj", "{31A890F4-17F6-4423-BD58-79BA5EA7A70C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0D904AC-54DC-4EBA-AD8C-C5D910C86D32}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
src\MultiplexedWebSockets.ruleset = src\MultiplexedWebSockets.ruleset
README.md = README.md
src\stylecop.json = src\stylecop.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6EE48FD-E3FB-44F0-82BF-6F34C9B15EB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6EE48FD-E3FB-44F0-82BF-6F34C9B15EB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6EE48FD-E3FB-44F0-82BF-6F34C9B15EB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6EE48FD-E3FB-44F0-82BF-6F34C9B15EB5}.Release|Any CPU.Build.0 = Release|Any CPU
{608CB965-1ECF-4D06-AF73-F2796D8584E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{608CB965-1ECF-4D06-AF73-F2796D8584E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{608CB965-1ECF-4D06-AF73-F2796D8584E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{608CB965-1ECF-4D06-AF73-F2796D8584E4}.Release|Any CPU.Build.0 = Release|Any CPU
{6837016B-AA97-4FC6-9E7C-EEDF639320F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6837016B-AA97-4FC6-9E7C-EEDF639320F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6837016B-AA97-4FC6-9E7C-EEDF639320F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6837016B-AA97-4FC6-9E7C-EEDF639320F7}.Release|Any CPU.Build.0 = Release|Any CPU
{31A890F4-17F6-4423-BD58-79BA5EA7A70C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A890F4-17F6-4423-BD58-79BA5EA7A70C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A890F4-17F6-4423-BD58-79BA5EA7A70C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A890F4-17F6-4423-BD58-79BA5EA7A70C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6B37A08-CE4F-489F-8328-109E9E78260C}
EndGlobalSection
EndGlobal