This repository was archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathWebSockets.sln
More file actions
40 lines (40 loc) · 2.18 KB
/
WebSockets.sln
File metadata and controls
40 lines (40 loc) · 2.18 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSocketLib", "WebSocket\WebSocketLib.csproj", "{2DFA0577-7D3D-4DEE-A4E3-4EF395116066}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerGUI", "ServerGUI\ServerGUI.csproj", "{DC072F36-9941-4B05-9830-16B514627D59}"
ProjectSection(ProjectDependencies) = postProject
{2DFA0577-7D3D-4DEE-A4E3-4EF395116066} = {2DFA0577-7D3D-4DEE-A4E3-4EF395116066}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrontEnd", "FrontEnd\FrontEnd.csproj", "{01E9D6FF-7550-40D0-B32D-7A1786AEC348}"
ProjectSection(ProjectDependencies) = postProject
{DC072F36-9941-4B05-9830-16B514627D59} = {DC072F36-9941-4B05-9830-16B514627D59}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DFA0577-7D3D-4DEE-A4E3-4EF395116066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DFA0577-7D3D-4DEE-A4E3-4EF395116066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DFA0577-7D3D-4DEE-A4E3-4EF395116066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DFA0577-7D3D-4DEE-A4E3-4EF395116066}.Release|Any CPU.Build.0 = Release|Any CPU
{DC072F36-9941-4B05-9830-16B514627D59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC072F36-9941-4B05-9830-16B514627D59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC072F36-9941-4B05-9830-16B514627D59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC072F36-9941-4B05-9830-16B514627D59}.Release|Any CPU.Build.0 = Release|Any CPU
{01E9D6FF-7550-40D0-B32D-7A1786AEC348}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01E9D6FF-7550-40D0-B32D-7A1786AEC348}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01E9D6FF-7550-40D0-B32D-7A1786AEC348}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01E9D6FF-7550-40D0-B32D-7A1786AEC348}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal