File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
examples/Console/SioChatDemo Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4141 <PropertyGroup Label =" UserMacros" />
4242 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
4343 <LinkIncremental >true</LinkIncremental >
44- <IncludePath >$(SolutionDir) boost;$(SolutionDir)..\..\..\lib\websocketpp;$(SolutionDir)..\..\..\lib\rapidjson\include;$(IncludePath)</IncludePath >
45- <LibraryPath >$(SolutionDir)boost\$(Configuration)\lib;$(LibraryPath)</LibraryPath >
44+ <IncludePath >D:\BoostRoot\include\ boost-1_55 ;$(SolutionDir)..\..\..\lib\websocketpp;$(SolutionDir)..\..\..\lib\rapidjson\include;$(IncludePath)</IncludePath >
45+ <LibraryPath >D:\boost_1_55_0\boost_build\debug\lib; $(SolutionDir)boost\$(Configuration)\lib;$(LibraryPath)</LibraryPath >
4646 </PropertyGroup >
4747 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
4848 <LinkIncremental >false</LinkIncremental >
8282 </Link >
8383 </ItemDefinitionGroup >
8484 <ItemGroup >
85+ <ClInclude Include =" ..\..\..\src\internal\sio_client_impl.h" />
86+ <ClInclude Include =" ..\..\..\src\internal\sio_packet.h" />
8587 <ClInclude Include =" ..\..\..\src\sio_client.h" />
8688 <ClInclude Include =" ..\..\..\src\sio_message.h" />
87- <ClInclude Include =" ..\..\..\src\sio_packet .h" />
89+ <ClInclude Include =" ..\..\..\src\sio_socket .h" />
8890 </ItemGroup >
8991 <ItemGroup >
92+ <ClCompile Include =" ..\..\..\src\internal\sio_client_impl.cpp" />
93+ <ClCompile Include =" ..\..\..\src\internal\sio_packet.cpp" />
9094 <ClCompile Include =" ..\..\..\src\sio_client.cpp" />
91- <ClCompile Include =" ..\..\..\src\sio_packet .cpp" />
95+ <ClCompile Include =" ..\..\..\src\sio_socket .cpp" />
9296 <ClCompile Include =" ..\main.cpp" />
9397 </ItemGroup >
9498 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
You can’t perform that action at this time.
0 commit comments