forked from sipsorcery/websocket-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsocket-sharp.sln
More file actions
57 lines (57 loc) · 3.02 KB
/
Copy pathwebsocket-sharp.sln
File metadata and controls
57 lines (57 loc) · 3.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "websocket-sharp", "websocket-sharp\websocket-sharp.csproj", "{B357BAC7-529E-4D81-A0D2-71041B19C8DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{FB431860-FE20-4A01-9D59-412F161BF8A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "websocket-sharp.UnitTests", "Test\websocket-sharp.UnitTests.csproj", "{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Ubuntu|Any CPU = Debug_Ubuntu|Any CPU
Debug|Any CPU = Debug|Any CPU
Release_Ubuntu|Any CPU = Release_Ubuntu|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|Any CPU.ActiveCfg = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|Any CPU.Build.0 = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|Any CPU.ActiveCfg = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|Any CPU.Build.0 = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Any CPU.Build.0 = Release|Any CPU
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}.Debug_Ubuntu|Any CPU.ActiveCfg = Debug|Any CPU
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}.Debug_Ubuntu|Any CPU.Build.0 = Debug|Any CPU
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}.Release_Ubuntu|Any CPU.ActiveCfg = Release|Any CPU
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}.Release_Ubuntu|Any CPU.Build.0 = Release|Any CPU
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25DA51DB-0E28-4875-8C3E-D0B16C79B7F1} = {FB431860-FE20-4A01-9D59-412F161BF8A6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B19E1CC1-22FC-4821-810C-D17E9EB50E05}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = websocket-sharp\websocket-sharp.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal