summaryrefslogtreecommitdiff
path: root/builds/msvc/libzmq/libzmq.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'builds/msvc/libzmq/libzmq.vcproj')
-rw-r--r--builds/msvc/libzmq/libzmq.vcproj997
1 files changed, 997 insertions, 0 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj
new file mode 100644
index 0000000..9cdef06
--- /dev/null
+++ b/builds/msvc/libzmq/libzmq.vcproj
@@ -0,0 +1,997 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="libzmq"
+ ProjectGUID="{641C5F36-32EE-4323-B740-992B651CF9D6}"
+ RootNamespace="libzmq"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="copy ..\platform.hpp ..\..\..\src"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024 -D_CRT_SECURE_NO_WARNINGS"
+ Optimization="0"
+ PreprocessorDefinitions="NOMINMAX"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="Ws2_32.lib Rpcrt4.lib Advapi32.lib"
+ OutputFile="../../../lib/libzmq.dll"
+ LinkDLL="true"
+ GenerateDebugInformation="true"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="copy ..\platform.hpp ..\..\..\src"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024 -D_CRT_SECURE_NO_WARNINGS"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="Ws2_32.lib Rpcrt4.lib Advapi32.lib"
+ OutputFile="../../../lib/libzmq.dll"
+ LinkDLL="true"
+ GenerateDebugInformation="true"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="StaticDebug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="copy ..\platform.hpp ..\..\..\src"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="-DZMQ_STATIC -DFD_SETSIZE=1024 -D_CRT_SECURE_NO_WARNINGS"
+ Optimization="0"
+ PreprocessorDefinitions="NOMINMAX"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalOptions="/ignore:4006"
+ AdditionalDependencies="Ws2_32.lib Rpcrt4.lib Advapi32.lib"
+ OutputFile="../../../lib/libzmq_d.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="StaticRelease|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="copy ..\platform.hpp ..\..\..\src"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="-DZMQ_STATIC -DFD_SETSIZE=1024 -D_CRT_SECURE_NO_WARNINGS"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalOptions="/ignore:4006"
+ AdditionalDependencies="Ws2_32.lib Rpcrt4.lib Advapi32.lib"
+ OutputFile="../../../lib/libzmq.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="WithOpenPGM|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="copy ..\platform.hpp ..\..\..\src"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024 -D_CRT_SECURE_NO_WARNINGS"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../../../../OpenPGM/include"
+ PreprocessorDefinitions="ZMQ_HAVE_OPENPGM"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="Ws2_32.lib Rpcrt4.lib Advapi32.lib libpgm.lib"
+ OutputFile="../../../lib/libzmq.dll"
+ AdditionalLibraryDirectories="../../../../OpenPGM/lib"
+ LinkDLL="true"
+ GenerateDebugInformation="true"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\src\address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\clock.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ctx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\dealer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\devpoll.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\dist.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\epoll.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\err.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\errno.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\fq.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\io_object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\io_thread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ip.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ipc_address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ipc_connecter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ipc_listener.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\kqueue.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\lb.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\mailbox.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\mechanism.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\msg.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\mtrie.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\null_mechanism.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\object.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\options.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\own.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pair.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pgm_receiver.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pgm_sender.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pgm_socket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pipe.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\plain_mechanism.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\poll.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\poller_base.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\proxy.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pub.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pull.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\push.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\random.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\raw_decoder.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\raw_encoder.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\reaper.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\rep.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\req.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\router.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\select.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\session_base.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\signaler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\socket_base.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\stream.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\stream_engine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\sub.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\tcp.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\tcp_address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\tcp_connecter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\tcp_listener.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\thread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\trie.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\v1_decoder.cpp"
+ >
+ </File>
+ <File
+ 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"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\xsub.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\zmq.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\zmq_utils.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\src\address.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\array.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\atomic_counter.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\atomic_ptr.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\clock.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\command.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\config.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ctx.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\decoder.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\devpoll.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\dist.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\encoder.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\epoll.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\err.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\errno.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\fd.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\fq.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\i_engine.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\i_poll_events.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\io_object.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\io_thread.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ip.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ipc_address.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ipc_connecter.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ipc_listener.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\kqueue.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\lb.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\likely.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\mailbox.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\mechanism.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\msg.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\mtrie.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\mutex.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\null_mechanism.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\object.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\options.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\own.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pair.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pgm_receiver.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pgm_sender.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pgm_socket.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pipe.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\plain_mechanism.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\platform.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\poll.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\poller.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\poller_base.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\proxy.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pub.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\pull.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\push.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\random.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\raw_decoder.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\raw_encoder.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\reaper.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\rep.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\req.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\select.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\session_base.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\signaler.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\socket_base.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\stdint.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\stream.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\stream_engine.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\sub.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\tcp.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\tcp_address.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\tcp_connecter.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\tcp_listener.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\thread.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\trie.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\v1_decoder.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\v1_encoder.hpp"
+ >
+ </File>
+ <File
+ 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"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\wire.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\xpub.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\xrep.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\xreq.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\xsub.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\ypipe.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\yqueue.hpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>