forked from himynameschris/socket.io-poco
-
Notifications
You must be signed in to change notification settings - Fork 4
/
socket.io-poco.sln
113 lines (113 loc) · 8.63 KB
/
socket.io-poco.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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "socket.io-poco", "socket.io-poco\socket.io-poco.vcxproj", "{6D476F8D-A672-4C3A-BFC1-A20396736D85}"
ProjectSection(ProjectDependencies) = postProject
{A63135B8-0DFC-428C-AF90-BC020BE83D0C} = {A63135B8-0DFC-428C-AF90-BC020BE83D0C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Net", "..\poco\Net\Net_vs100.vcxproj", "{B057A1FE-09F7-465E-B8B5-E1B659051D76}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foundation", "..\poco\Foundation\Foundation_vs100.vcxproj", "{8164D41D-B053-405B-826C-CF37AC0EF176}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSON", "..\poco\JSON\JSON_vs100.vcxproj", "{A63135B8-0DFC-428C-AF90-BC020BE83D0C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestClient", "examples\TestClient\TestClient.vcxproj", "{75086192-48D0-44B3-8DCF-6CAF00286551}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug_shared|Win32 = debug_shared|Win32
debug_static_md|Win32 = debug_static_md|Win32
debug_static_mt|Win32 = debug_static_mt|Win32
Debug|Win32 = Debug|Win32
release_shared|Win32 = release_shared|Win32
release_static_md|Win32 = release_static_md|Win32
release_static_mt|Win32 = release_static_mt|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.debug_shared|Win32.ActiveCfg = Debug|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.debug_shared|Win32.Build.0 = Debug|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.debug_static_md|Win32.ActiveCfg = Debug|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.debug_static_md|Win32.Build.0 = Debug|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.debug_static_mt|Win32.ActiveCfg = Debug|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.debug_static_mt|Win32.Build.0 = Debug|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.Debug|Win32.ActiveCfg = Debug|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.Debug|Win32.Build.0 = Debug|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.release_shared|Win32.ActiveCfg = Release|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.release_shared|Win32.Build.0 = Release|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.release_static_md|Win32.ActiveCfg = Release|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.release_static_md|Win32.Build.0 = Release|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.release_static_mt|Win32.ActiveCfg = Release|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.release_static_mt|Win32.Build.0 = Release|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.Release|Win32.ActiveCfg = Release|Win32
{6D476F8D-A672-4C3A-BFC1-A20396736D85}.Release|Win32.Build.0 = Release|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared|Win32.ActiveCfg = debug_shared|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_shared|Win32.Build.0 = debug_shared|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_md|Win32.Build.0 = debug_static_md|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.Debug|Win32.ActiveCfg = debug_shared|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.Debug|Win32.Build.0 = debug_shared|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared|Win32.ActiveCfg = release_shared|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_shared|Win32.Build.0 = release_shared|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_md|Win32.ActiveCfg = release_static_md|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_md|Win32.Build.0 = release_static_md|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.release_static_mt|Win32.Build.0 = release_static_mt|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.Release|Win32.ActiveCfg = release_static_mt|Win32
{B057A1FE-09F7-465E-B8B5-E1B659051D76}.Release|Win32.Build.0 = release_static_mt|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.debug_shared|Win32.ActiveCfg = debug_shared|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.debug_shared|Win32.Build.0 = debug_shared|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_md|Win32.Build.0 = debug_static_md|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.Debug|Win32.ActiveCfg = debug_shared|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.Debug|Win32.Build.0 = debug_shared|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.release_shared|Win32.ActiveCfg = release_shared|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.release_shared|Win32.Build.0 = release_shared|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_md|Win32.ActiveCfg = release_static_md|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_md|Win32.Build.0 = release_static_md|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.release_static_mt|Win32.Build.0 = release_static_mt|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.Release|Win32.ActiveCfg = release_static_mt|Win32
{8164D41D-B053-405B-826C-CF37AC0EF176}.Release|Win32.Build.0 = release_static_mt|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.debug_shared|Win32.ActiveCfg = debug_shared|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.debug_shared|Win32.Build.0 = debug_shared|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.debug_static_md|Win32.Build.0 = debug_static_md|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.Debug|Win32.ActiveCfg = debug_shared|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.Debug|Win32.Build.0 = debug_shared|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.release_shared|Win32.ActiveCfg = release_shared|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.release_shared|Win32.Build.0 = release_shared|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.release_static_md|Win32.ActiveCfg = release_static_md|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.release_static_md|Win32.Build.0 = release_static_md|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.release_static_mt|Win32.Build.0 = release_static_mt|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.Release|Win32.ActiveCfg = release_static_mt|Win32
{A63135B8-0DFC-428C-AF90-BC020BE83D0C}.Release|Win32.Build.0 = release_static_mt|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.debug_shared|Win32.ActiveCfg = Debug|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.debug_shared|Win32.Build.0 = Debug|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.debug_static_md|Win32.ActiveCfg = Debug|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.debug_static_md|Win32.Build.0 = Debug|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.debug_static_mt|Win32.ActiveCfg = Debug|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.debug_static_mt|Win32.Build.0 = Debug|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.Debug|Win32.ActiveCfg = Debug|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.Debug|Win32.Build.0 = Debug|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.release_shared|Win32.ActiveCfg = Release|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.release_shared|Win32.Build.0 = Release|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.release_static_md|Win32.ActiveCfg = Release|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.release_static_md|Win32.Build.0 = Release|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.release_static_mt|Win32.ActiveCfg = Release|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.release_static_mt|Win32.Build.0 = Release|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.Release|Win32.ActiveCfg = Release|Win32
{75086192-48D0-44B3-8DCF-6CAF00286551}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal