mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 07:27:26 +01:00
Merge pull request #1626 from ahmetkakici/master
Added missing socket_poller.cpp file to msvc solutions.
This commit is contained in:
commit
ab2c009d0d
@ -151,6 +151,7 @@
|
||||
<File RelativePath="..\..\..\..\src\session_base.cpp" />
|
||||
<File RelativePath="..\..\..\..\src\signaler.cpp" />
|
||||
<File RelativePath="..\..\..\..\src\socket_base.cpp" />
|
||||
<File RelativePath="..\..\..\..\src\socket_poller.cpp" />
|
||||
<File RelativePath="..\..\..\..\src\stream.cpp" />
|
||||
<File RelativePath="..\..\..\..\src\stream_engine.cpp" />
|
||||
<File RelativePath="..\..\..\..\src\sub.cpp" />
|
||||
|
@ -222,6 +222,7 @@
|
||||
<ClCompile Include="..\..\..\..\src\session_base.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\signaler.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socket_base.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socket_poller.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socks.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socks_connecter.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\stream.cpp" />
|
||||
|
@ -237,6 +237,9 @@
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\decoder_allocators.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\socket_poller.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -222,6 +222,7 @@
|
||||
<ClCompile Include="..\..\..\..\src\session_base.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\signaler.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socket_base.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socket_poller.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socks.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socks_connecter.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\stream.cpp" />
|
||||
|
@ -237,6 +237,9 @@
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\decoder_allocators.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\socket_poller.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -222,6 +222,7 @@
|
||||
<ClCompile Include="..\..\..\..\src\session_base.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\signaler.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socket_base.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socket_poller.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socks.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\socks_connecter.cpp" />
|
||||
<ClCompile Include="..\..\..\..\src\stream.cpp" />
|
||||
|
@ -238,6 +238,9 @@
|
||||
<ClCompile Include="..\..\..\..\src\decoder_allocators.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\socket_poller.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\..\include\zmq_utils.h">
|
||||
|
Loading…
x
Reference in New Issue
Block a user