1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <ItemGroup >
14
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\base64\base64.cpp" />
15
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\md5\md5.c" />
16
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\messages\data.cpp" />
17
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\network_utilities.cpp" />
18
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\processors\hybi_header.cpp" />
19
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\processors\hybi_util.cpp" />
20
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\rng\blank_rng.cpp" />
21
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\rng\boost_rng.cpp" />
22
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\sha1\sha1.cpp" />
23
+ <ClCompile Include =" ..\..\..\lib\websocketpp\src\uri.cpp" />
24
+ <ClCompile Include =" ..\..\..\src\socket_io_client.cpp" />
25
+ <ClCompile Include =" main.cpp" />
26
+ <ClCompile Include =" stdafx.cpp" />
27
+ </ItemGroup >
28
+ <ItemGroup >
29
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\allocators.h" />
30
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\document.h" />
31
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\encodedstream.h" />
32
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\encodings.h" />
33
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\filereadstream.h" />
34
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\filestream.h" />
35
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\filewritestream.h" />
36
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\internal\pow10.h" />
37
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\internal\stack.h" />
38
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\internal\strfunc.h" />
39
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\prettywriter.h" />
40
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\rapidjson.h" />
41
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\reader.h" />
42
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\stringbuffer.h" />
43
+ <ClInclude Include =" ..\..\..\lib\rapidjson\include\rapidjson\writer.h" />
44
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\base64\base64.h" />
45
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\common.hpp" />
46
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\connection.hpp" />
47
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\endpoint.hpp" />
48
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\http\constants.hpp" />
49
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\http\parser.hpp" />
50
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\logger\logger.hpp" />
51
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\md5\md5.h" />
52
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\md5\md5.hpp" />
53
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\messages\control.hpp" />
54
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\messages\data.hpp" />
55
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\network_utilities.hpp" />
56
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\processors\hybi.hpp" />
57
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\processors\hybi_header.hpp" />
58
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\processors\hybi_legacy.hpp" />
59
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\processors\hybi_util.hpp" />
60
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\processors\processor.hpp" />
61
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\rng\blank_rng.hpp" />
62
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\rng\boost_rng.hpp" />
63
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\roles\client.hpp" />
64
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\roles\server.hpp" />
65
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\sha1\sha1.h" />
66
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\shared_const_buffer.hpp" />
67
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\sockets\plain.hpp" />
68
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\sockets\socket_base.hpp" />
69
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\sockets\tls.hpp" />
70
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\uri.hpp" />
71
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\utf8_validator\utf8_validator.hpp" />
72
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\websocketpp.hpp" />
73
+ <ClInclude Include =" ..\..\..\lib\websocketpp\src\websocket_frame.hpp" />
74
+ <ClInclude Include =" ..\..\..\src\socket_io_client.hpp" />
75
+ <ClInclude Include =" stdafx.h" />
76
+ </ItemGroup >
77
+ <PropertyGroup Label =" Globals" >
78
+ <ProjectGuid >{E7C9F048-BCCE-428C-A2D9-FE399516ACDF}</ProjectGuid >
79
+ <Keyword >Win32Proj</Keyword >
80
+ <RootNamespace >sample</RootNamespace >
81
+ </PropertyGroup >
82
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
83
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
84
+ <ConfigurationType >Application</ConfigurationType >
85
+ <UseDebugLibraries >true</UseDebugLibraries >
86
+ <CharacterSet >Unicode</CharacterSet >
87
+ </PropertyGroup >
88
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
89
+ <ConfigurationType >Application</ConfigurationType >
90
+ <UseDebugLibraries >false</UseDebugLibraries >
91
+ <WholeProgramOptimization >true</WholeProgramOptimization >
92
+ <CharacterSet >Unicode</CharacterSet >
93
+ </PropertyGroup >
94
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
95
+ <ImportGroup Label =" ExtensionSettings" >
96
+ </ImportGroup >
97
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
98
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
99
+ </ImportGroup >
100
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
101
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
102
+ </ImportGroup >
103
+ <PropertyGroup Label =" UserMacros" />
104
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
105
+ <LinkIncremental >true</LinkIncremental >
106
+ <IncludePath >..\..\..\src;$(BOOSTROOT);..\..\..\lib\websocketpp\src;..\..\..\lib\rapidjson\include;$(IncludePath)</IncludePath >
107
+ <LibraryPath >C:\Program Files\boost\bin.v2\libs\;$(LibraryPath)</LibraryPath >
108
+ </PropertyGroup >
109
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
110
+ <LinkIncremental >false</LinkIncremental >
111
+ <IncludePath >..\..\..\src;$(BOOSTROOT);..\..\..\lib\websocketpp\src;..\..\..\lib\rapidjson\include;$(IncludePath)</IncludePath >
112
+ <LibraryPath >C:\Program Files\boost\bin.v2\libs\;$(LibraryPath)</LibraryPath >
113
+ </PropertyGroup >
114
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
115
+ <ClCompile >
116
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
117
+ <WarningLevel >Level3</WarningLevel >
118
+ <Optimization >Disabled</Optimization >
119
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ </ClCompile >
121
+ <Link >
122
+ <SubSystem >Console</SubSystem >
123
+ <GenerateDebugInformation >true</GenerateDebugInformation >
124
+ </Link >
125
+ </ItemDefinitionGroup >
126
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
127
+ <ClCompile >
128
+ <WarningLevel >Level3</WarningLevel >
129
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
130
+ <Optimization >MaxSpeed</Optimization >
131
+ <FunctionLevelLinking >true</FunctionLevelLinking >
132
+ <IntrinsicFunctions >true</IntrinsicFunctions >
133
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
134
+ </ClCompile >
135
+ <Link >
136
+ <SubSystem >Console</SubSystem >
137
+ <GenerateDebugInformation >true</GenerateDebugInformation >
138
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
139
+ <OptimizeReferences >true</OptimizeReferences >
140
+ </Link >
141
+ </ItemDefinitionGroup >
142
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
143
+ <ImportGroup Label =" ExtensionTargets" >
144
+ </ImportGroup >
145
+ </Project >
0 commit comments