This repository has been archived by the owner on Sep 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathACTWebSocket.sln
38 lines (38 loc) · 2.24 KB
/
ACTWebSocket.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACTWebSocket", "ACTWebSocket.Loader\ACTWebSocket.csproj", "{77632F40-9B68-4321-9090-6692FB06CE45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACTWebSocket.Core", "ACTWebSocket.Core\ACTWebSocket.Core.csproj", "{41EFD039-54EF-41B6-8737-1DA118AF2FE0}"
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
{77632F40-9B68-4321-9090-6692FB06CE45}.Debug_Ubuntu|Any CPU.ActiveCfg = Debug|Any CPU
{77632F40-9B68-4321-9090-6692FB06CE45}.Debug_Ubuntu|Any CPU.Build.0 = Debug|Any CPU
{77632F40-9B68-4321-9090-6692FB06CE45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77632F40-9B68-4321-9090-6692FB06CE45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77632F40-9B68-4321-9090-6692FB06CE45}.Release_Ubuntu|Any CPU.ActiveCfg = Release|Any CPU
{77632F40-9B68-4321-9090-6692FB06CE45}.Release_Ubuntu|Any CPU.Build.0 = Release|Any CPU
{77632F40-9B68-4321-9090-6692FB06CE45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77632F40-9B68-4321-9090-6692FB06CE45}.Release|Any CPU.Build.0 = Release|Any CPU
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Debug_Ubuntu|Any CPU.ActiveCfg = Debug|Any CPU
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Debug_Ubuntu|Any CPU.Build.0 = Debug|Any CPU
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Release_Ubuntu|Any CPU.ActiveCfg = Release|Any CPU
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Release_Ubuntu|Any CPU.Build.0 = Release|Any CPU
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41EFD039-54EF-41B6-8737-1DA118AF2FE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal