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"?> <?xml version="1.0" encoding="windows-1250"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9,00"
Name="libzmq" Name="libzmq"
ProjectGUID="{641C5F36-32EE-4323-B740-992B651CF9D6}" ProjectGUID="{641C5F36-32EE-4323-B740-992B651CF9D6}"
RootNamespace="libzmq" RootNamespace="libzmq"
...@@ -396,10 +396,6 @@ ...@@ -396,10 +396,6 @@
RelativePath="..\..\..\src\dealer.cpp" RelativePath="..\..\..\src\dealer.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\decoder.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\devpoll.cpp" RelativePath="..\..\..\src\devpoll.cpp"
> >
...@@ -408,10 +404,6 @@ ...@@ -408,10 +404,6 @@
RelativePath="..\..\..\src\dist.cpp" RelativePath="..\..\..\src\dist.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\encoder.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\epoll.cpp" RelativePath="..\..\..\src\epoll.cpp"
> >
...@@ -464,6 +456,10 @@ ...@@ -464,6 +456,10 @@
RelativePath="..\..\..\src\mailbox.cpp" RelativePath="..\..\..\src\mailbox.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\mechanism.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\msg.cpp" RelativePath="..\..\..\src\msg.cpp"
> >
...@@ -472,6 +468,10 @@ ...@@ -472,6 +468,10 @@
RelativePath="..\..\..\src\mtrie.cpp" RelativePath="..\..\..\src\mtrie.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\null_mechanism.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\object.cpp" RelativePath="..\..\..\src\object.cpp"
> >
...@@ -504,6 +504,10 @@ ...@@ -504,6 +504,10 @@
RelativePath="..\..\..\src\pipe.cpp" RelativePath="..\..\..\src\pipe.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\plain_mechanism.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\poll.cpp" RelativePath="..\..\..\src\poll.cpp"
> >
...@@ -572,6 +576,10 @@ ...@@ -572,6 +576,10 @@
RelativePath="..\..\..\src\socket_base.cpp" RelativePath="..\..\..\src\socket_base.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\stream.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\stream_engine.cpp" RelativePath="..\..\..\src\stream_engine.cpp"
> >
...@@ -612,6 +620,14 @@ ...@@ -612,6 +620,14 @@
RelativePath="..\..\..\src\v1_encoder.cpp" RelativePath="..\..\..\src\v1_encoder.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\v2_decoder.cpp"
>
</File>
<File
RelativePath="..\..\..\src\v2_encoder.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\xpub.cpp" RelativePath="..\..\..\src\xpub.cpp"
> >
...@@ -750,6 +766,10 @@ ...@@ -750,6 +766,10 @@
RelativePath="..\..\..\src\mailbox.hpp" RelativePath="..\..\..\src\mailbox.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\mechanism.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\msg.hpp" RelativePath="..\..\..\src\msg.hpp"
> >
...@@ -762,6 +782,10 @@ ...@@ -762,6 +782,10 @@
RelativePath="..\..\..\src\mutex.hpp" RelativePath="..\..\..\src\mutex.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\null_mechanism.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\object.hpp" RelativePath="..\..\..\src\object.hpp"
> >
...@@ -794,6 +818,10 @@ ...@@ -794,6 +818,10 @@
RelativePath="..\..\..\src\pipe.hpp" RelativePath="..\..\..\src\pipe.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\plain_mechanism.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\platform.hpp" RelativePath="..\..\..\src\platform.hpp"
> >
...@@ -870,6 +898,10 @@ ...@@ -870,6 +898,10 @@
RelativePath="..\..\..\src\stdint.hpp" RelativePath="..\..\..\src\stdint.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\stream.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\stream_engine.hpp" RelativePath="..\..\..\src\stream_engine.hpp"
> >
...@@ -914,6 +946,18 @@ ...@@ -914,6 +946,18 @@
RelativePath="..\..\..\src\v1_protocol.hpp" RelativePath="..\..\..\src\v1_protocol.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\v2_decoder.hpp"
>
</File>
<File
RelativePath="..\..\..\src\v2_encoder.hpp"
>
</File>
<File
RelativePath="..\..\..\src\v2_protocol.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\windows.hpp" 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