-
Notifications
You must be signed in to change notification settings - Fork 0
/
LiveDashServer.sln
37 lines (37 loc) · 2.1 KB
/
LiveDashServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveDashServer", "LiveDashServer\LiveDashServer.csproj", "{8E7F0A25-EC53-4763-9A32-7FFD21E41333}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveDashServer.Tests", "LiveDashServer.Tests\LiveDashServer.Tests.csproj", "{EC5F4461-588C-4939-9900-5D7A1CE2A2C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vtortola.WebSockets", "WebSocketListener\vtortola.WebSockets\vtortola.WebSockets.csproj", "{899C714A-B1A1-4463-9EA2-E7826FB12100}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E7F0A25-EC53-4763-9A32-7FFD21E41333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E7F0A25-EC53-4763-9A32-7FFD21E41333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E7F0A25-EC53-4763-9A32-7FFD21E41333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E7F0A25-EC53-4763-9A32-7FFD21E41333}.Release|Any CPU.Build.0 = Release|Any CPU
{EC5F4461-588C-4939-9900-5D7A1CE2A2C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC5F4461-588C-4939-9900-5D7A1CE2A2C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC5F4461-588C-4939-9900-5D7A1CE2A2C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC5F4461-588C-4939-9900-5D7A1CE2A2C1}.Release|Any CPU.Build.0 = Release|Any CPU
{899C714A-B1A1-4463-9EA2-E7826FB12100}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{899C714A-B1A1-4463-9EA2-E7826FB12100}.Debug|Any CPU.Build.0 = Debug|Any CPU
{899C714A-B1A1-4463-9EA2-E7826FB12100}.Release|Any CPU.ActiveCfg = Release|Any CPU
{899C714A-B1A1-4463-9EA2-E7826FB12100}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {926DD5FA-C327-4A2E-8E4E-85AC6A73019F}
EndGlobalSection
EndGlobal