Commit 873d80c9 authored by Ivan Pechorin's avatar Ivan Pechorin

fix MSVC 2008 project: include the source files added recently

parent e071d3a4
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="9,00"
Name="libzmq"
ProjectGUID="{641C5F36-32EE-4323-B740-992B651CF9D6}"
RootNamespace="libzmq"
......@@ -396,10 +396,6 @@
RelativePath="..\..\..\src\dealer.cpp"
>
</File>
<File
RelativePath="..\..\..\src\decoder.cpp"
>
</File>
<File
RelativePath="..\..\..\src\devpoll.cpp"
>
......@@ -408,10 +404,6 @@
RelativePath="..\..\..\src\dist.cpp"
>
</File>
<File
RelativePath="..\..\..\src\encoder.cpp"
>
</File>
<File
RelativePath="..\..\..\src\epoll.cpp"
>
......@@ -464,6 +456,10 @@
RelativePath="..\..\..\src\mailbox.cpp"
>
</File>
<File
RelativePath="..\..\..\src\mechanism.cpp"
>
</File>
<File
RelativePath="..\..\..\src\msg.cpp"
>
......@@ -472,6 +468,10 @@
RelativePath="..\..\..\src\mtrie.cpp"
>
</File>
<File
RelativePath="..\..\..\src\null_mechanism.cpp"
>
</File>
<File
RelativePath="..\..\..\src\object.cpp"
>
......@@ -504,6 +504,10 @@
RelativePath="..\..\..\src\pipe.cpp"
>
</File>
<File
RelativePath="..\..\..\src\plain_mechanism.cpp"
>
</File>
<File
RelativePath="..\..\..\src\poll.cpp"
>
......@@ -572,6 +576,10 @@
RelativePath="..\..\..\src\socket_base.cpp"
>
</File>
<File
RelativePath="..\..\..\src\stream.cpp"
>
</File>
<File
RelativePath="..\..\..\src\stream_engine.cpp"
>
......@@ -612,6 +620,14 @@
RelativePath="..\..\..\src\v1_encoder.cpp"
>
</File>
<File
RelativePath="..\..\..\src\v2_decoder.cpp"
>
</File>
<File
RelativePath="..\..\..\src\v2_encoder.cpp"
>
</File>
<File
RelativePath="..\..\..\src\xpub.cpp"
>
......@@ -750,6 +766,10 @@
RelativePath="..\..\..\src\mailbox.hpp"
>
</File>
<File
RelativePath="..\..\..\src\mechanism.hpp"
>
</File>
<File
RelativePath="..\..\..\src\msg.hpp"
>
......@@ -762,6 +782,10 @@
RelativePath="..\..\..\src\mutex.hpp"
>
</File>
<File
RelativePath="..\..\..\src\null_mechanism.hpp"
>
</File>
<File
RelativePath="..\..\..\src\object.hpp"
>
......@@ -794,6 +818,10 @@
RelativePath="..\..\..\src\pipe.hpp"
>
</File>
<File
RelativePath="..\..\..\src\plain_mechanism.hpp"
>
</File>
<File
RelativePath="..\..\..\src\platform.hpp"
>
......@@ -870,6 +898,10 @@
RelativePath="..\..\..\src\stdint.hpp"
>
</File>
<File
RelativePath="..\..\..\src\stream.hpp"
>
</File>
<File
RelativePath="..\..\..\src\stream_engine.hpp"
>
......@@ -914,6 +946,18 @@
RelativePath="..\..\..\src\v1_protocol.hpp"
>
</File>
<File
RelativePath="..\..\..\src\v2_decoder.hpp"
>
</File>
<File
RelativePath="..\..\..\src\v2_encoder.hpp"
>
</File>
<File
RelativePath="..\..\..\src\v2_protocol.hpp"
>
</File>
<File
RelativePath="..\..\..\src\windows.hpp"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment