-
Notifications
You must be signed in to change notification settings - Fork 12
/
PeerJsServer.sln
39 lines (39 loc) · 2.08 KB
/
PeerJsServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeerJsServer", "src\PeerJsServer\PeerJsServer.csproj", "{C5F7EA2E-06AA-4CE4-8D4B-3F530242FE2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8FDF8AC1-17FA-47B1-B7EF-7A5686C2C9D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0D0CAF74-A950-41E3-9BB4-33E60DAFEB62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeerJsServer.Demo", "test\PeerJsServer.Demo\PeerJsServer.Demo.csproj", "{268519C1-161E-41B6-A46F-DAAD393226CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5F7EA2E-06AA-4CE4-8D4B-3F530242FE2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5F7EA2E-06AA-4CE4-8D4B-3F530242FE2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5F7EA2E-06AA-4CE4-8D4B-3F530242FE2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5F7EA2E-06AA-4CE4-8D4B-3F530242FE2A}.Release|Any CPU.Build.0 = Release|Any CPU
{268519C1-161E-41B6-A46F-DAAD393226CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{268519C1-161E-41B6-A46F-DAAD393226CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{268519C1-161E-41B6-A46F-DAAD393226CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{268519C1-161E-41B6-A46F-DAAD393226CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C5F7EA2E-06AA-4CE4-8D4B-3F530242FE2A} = {8FDF8AC1-17FA-47B1-B7EF-7A5686C2C9D3}
{268519C1-161E-41B6-A46F-DAAD393226CF} = {0D0CAF74-A950-41E3-9BB4-33E60DAFEB62}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C700E28E-66F2-46D8-A7E8-7E0EB1A42EA8}
EndGlobalSection
EndGlobal