diff options
Diffstat (limited to 'builds')
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 42 |
1 files changed, 37 insertions, 5 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index c7b256a..ffe8a17 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -170,6 +170,10 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File + RelativePath="..\..\..\src\clock.cpp" + > + </File> + <File RelativePath="..\..\..\src\command.cpp" > </File> @@ -270,6 +274,10 @@ > </File> <File + RelativePath="..\..\..\src\poller_base.cpp" + > + </File> + <File RelativePath="..\..\..\src\pub.cpp" > </File> @@ -384,6 +392,10 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > <File + RelativePath="..\..\..\src\array.hpp" + > + </File> + <File RelativePath="..\..\..\src\atomic_counter.hpp" > </File> @@ -392,6 +404,14 @@ > </File> <File + RelativePath="..\..\..\src\blob.hpp" + > + </File> + <File + RelativePath="..\..\..\src\clock.hpp" + > + </File> + <File RelativePath="..\..\..\src\command.hpp" > </File> @@ -440,10 +460,6 @@ > </File> <File - RelativePath="..\..\..\src\i_endpoint.hpp" - > - </File> - <File RelativePath="..\..\..\src\i_engine.hpp" > </File> @@ -476,6 +492,10 @@ > </File> <File + RelativePath="..\..\..\src\likely.hpp" + > + </File> + <File RelativePath="..\..\..\src\msg_content.hpp" > </File> @@ -520,7 +540,7 @@ > </File> <File - RelativePath="..\platform.hpp" + RelativePath="..\..\..\src\platform.hpp" > </File> <File @@ -528,6 +548,14 @@ > </File> <File + RelativePath="..\..\..\src\poller.hpp" + > + </File> + <File + RelativePath="..\..\..\src\poller_base.hpp" + > + </File> + <File RelativePath="..\..\..\src\pub.hpp" > </File> @@ -556,6 +584,10 @@ > </File> <File + RelativePath="..\..\..\src\semaphore.hpp" + > + </File> + <File RelativePath="..\..\..\src\session.hpp" > </File> |