-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathWsLogger.sln
More file actions
executable file
·82 lines (82 loc) · 5.76 KB
/
WsLogger.sln
File metadata and controls
executable file
·82 lines (82 loc) · 5.76 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WsLogger", "WsLogger\WsLogger.csproj", "{080FA095-FB0C-410A-9A21-A2772887DE3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "websocket-sharp", "Dependencies\websocket-sharp\websocket-sharp\websocket-sharp.csproj", "{B357BAC7-529E-4D81-A0D2-71041B19C8DE}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installer", "Installer\Installer.vdproj", "{E94FFECF-B95A-464D-8FEC-133F03AA46EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Ubuntu|Any CPU = Debug_Ubuntu|Any CPU
Debug_Ubuntu|Mixed Platforms = Debug_Ubuntu|Mixed Platforms
Debug_Ubuntu|x86 = Debug_Ubuntu|x86
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release_Ubuntu|Any CPU = Release_Ubuntu|Any CPU
Release_Ubuntu|Mixed Platforms = Release_Ubuntu|Mixed Platforms
Release_Ubuntu|x86 = Release_Ubuntu|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug_Ubuntu|Any CPU.ActiveCfg = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug_Ubuntu|Mixed Platforms.ActiveCfg = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug_Ubuntu|Mixed Platforms.Build.0 = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug_Ubuntu|x86.ActiveCfg = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug_Ubuntu|x86.Build.0 = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug|Any CPU.ActiveCfg = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug|Mixed Platforms.Build.0 = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug|x86.ActiveCfg = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Debug|x86.Build.0 = Debug|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release_Ubuntu|Any CPU.ActiveCfg = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release_Ubuntu|Mixed Platforms.ActiveCfg = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release_Ubuntu|Mixed Platforms.Build.0 = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release_Ubuntu|x86.ActiveCfg = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release_Ubuntu|x86.Build.0 = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release|Any CPU.ActiveCfg = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release|Mixed Platforms.ActiveCfg = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release|Mixed Platforms.Build.0 = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release|x86.ActiveCfg = Release|x86
{080FA095-FB0C-410A-9A21-A2772887DE3C}.Release|x86.Build.0 = Release|x86
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|Any CPU.ActiveCfg = Debug_Ubuntu|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|Any CPU.Build.0 = Debug_Ubuntu|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|Mixed Platforms.ActiveCfg = Debug_Ubuntu|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|Mixed Platforms.Build.0 = Debug_Ubuntu|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug_Ubuntu|x86.ActiveCfg = Debug_Ubuntu|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}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|x86.ActiveCfg = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|Any CPU.ActiveCfg = Release_Ubuntu|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|Any CPU.Build.0 = Release_Ubuntu|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|Mixed Platforms.ActiveCfg = Release_Ubuntu|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|Mixed Platforms.Build.0 = Release_Ubuntu|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release_Ubuntu|x86.ActiveCfg = Release_Ubuntu|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
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|x86.ActiveCfg = Release|Any CPU
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Debug_Ubuntu|Any CPU.ActiveCfg = Debug
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Debug_Ubuntu|Mixed Platforms.ActiveCfg = Debug
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Debug_Ubuntu|x86.ActiveCfg = Debug
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Debug|Any CPU.ActiveCfg = Debug
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Debug|Mixed Platforms.ActiveCfg = Debug
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Debug|x86.ActiveCfg = Debug
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Release_Ubuntu|Any CPU.ActiveCfg = Release
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Release_Ubuntu|Mixed Platforms.ActiveCfg = Release
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Release_Ubuntu|x86.ActiveCfg = Release
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Release|Any CPU.ActiveCfg = Release
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Release|Mixed Platforms.ActiveCfg = Release
{E94FFECF-B95A-464D-8FEC-133F03AA46EF}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal