Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
18e885bb
Commit
18e885bb
authored
Mar 17, 2014
by
evoskuil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add vs2013 solution and build for (v120) of libzmq project.
parent
be6763e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
407 additions
and
0 deletions
+407
-0
libzmq12.vcxproj
builds/msvc/libzmq/libzmq12.vcxproj
+363
-0
msvc12.sln
builds/msvc/msvc12.sln
+44
-0
No files found.
builds/msvc/libzmq/libzmq12.vcxproj
0 → 100644
View file @
18e885bb
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"12.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"StaticDebug|Win32"
>
<Configuration>
StaticDebug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"StaticRelease|Win32"
>
<Configuration>
StaticRelease
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"WithOpenPGM|Win32"
>
<Configuration>
WithOpenPGM
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"WithOpenPGM|x64"
>
<Configuration>
WithOpenPGM
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{641C5F36-32EE-4323-B740-992B651CF9D6}
</ProjectGuid>
<RootNamespace>
libzmq
</RootNamespace>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='WithOpenPGM|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v120
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='WithOpenPGM|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v120
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v120
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v120
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v120
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v120
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='StaticRelease|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v120
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='StaticDebug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v120
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
/>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='WithOpenPGM|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\ZeroMQ.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\WithOpenPGM.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32_Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='WithOpenPGM|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\ZeroMQ.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\WithOpenPGM.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\ZeroMQ.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32_Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\ZeroMQ.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\ZeroMQ.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\ZeroMQ.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\x64.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='StaticRelease|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\ZeroMQ_Static.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32_Release.props"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='StaticDebug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
<Import
Project=
"$(ProjectDir)..\properties\ZeroMQ_Static.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Win32.props"
/>
<Import
Project=
"$(ProjectDir)..\properties\Debug.props"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<TargetName>
libzmq_d
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<TargetName>
libzmq
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<TargetName>
libzmq_d
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<TargetName>
libzmq
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='StaticDebug|Win32'"
>
<TargetName>
libzmq_d
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='StaticRelease|Win32'"
>
<TargetName>
libzmq
</TargetName>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\src
</Command>
</PreBuildEvent>
<Link>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\src
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\src
</Command>
</PreBuildEvent>
<Link>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\src
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='StaticRelease|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\src
</Command>
</PreBuildEvent>
<ClCompile>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
</ClCompile>
<Lib>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='StaticDebug|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\src
</Command>
</PreBuildEvent>
<ClCompile>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
</ClCompile>
<Lib>
<AdditionalDependencies>
Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\src\address.cpp"
/>
<ClCompile
Include=
"..\..\..\src\clock.cpp"
/>
<ClCompile
Include=
"..\..\..\src\ctx.cpp"
/>
<ClCompile
Include=
"..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\src\err.cpp"
/>
<ClCompile
Include=
"..\..\..\src\fq.cpp"
/>
<ClCompile
Include=
"..\..\..\src\io_object.cpp"
/>
<ClCompile
Include=
"..\..\..\src\io_thread.cpp"
/>
<ClCompile
Include=
"..\..\..\src\ip.cpp"
/>
<ClCompile
Include=
"..\..\..\src\ipc_address.cpp"
/>
<ClCompile
Include=
"..\..\..\src\ipc_connecter.cpp"
/>
<ClCompile
Include=
"..\..\..\src\ipc_listener.cpp"
/>
<ClCompile
Include=
"..\..\..\src\kqueue.cpp"
/>
<ClCompile
Include=
"..\..\..\src\lb.cpp"
/>
<ClCompile
Include=
"..\..\..\src\mailbox.cpp"
/>
<ClCompile
Include=
"..\..\..\src\mechanism.cpp"
/>
<ClCompile
Include=
"..\..\..\src\msg.cpp"
/>
<ClCompile
Include=
"..\..\..\src\mtrie.cpp"
/>
<ClCompile
Include=
"..\..\..\src\null_mechanism.cpp"
/>
<ClCompile
Include=
"..\..\..\src\object.cpp"
/>
<ClCompile
Include=
"..\..\..\src\options.cpp"
/>
<ClCompile
Include=
"..\..\..\src\own.cpp"
/>
<ClCompile
Include=
"..\..\..\src\pair.cpp"
/>
<ClCompile
Include=
"..\..\..\src\pgm_receiver.cpp"
/>
<ClCompile
Include=
"..\..\..\src\pgm_sender.cpp"
/>
<ClCompile
Include=
"..\..\..\src\pgm_socket.cpp"
/>
<ClCompile
Include=
"..\..\..\src\pipe.cpp"
/>
<ClCompile
Include=
"..\..\..\src\plain_mechanism.cpp"
/>
<ClCompile
Include=
"..\..\..\src\poll.cpp"
/>
<ClCompile
Include=
"..\..\..\src\poller_base.cpp"
/>
<ClCompile
Include=
"..\..\..\src\precompiled.cpp"
>
<PrecompiledHeader>
Create
</PrecompiledHeader>
</ClCompile>
<ClCompile
Include=
"..\..\..\src\proxy.cpp"
/>
<ClCompile
Include=
"..\..\..\src\pub.cpp"
/>
<ClCompile
Include=
"..\..\..\src\pull.cpp"
/>
<ClCompile
Include=
"..\..\..\src\push.cpp"
/>
<ClCompile
Include=
"..\..\..\src\random.cpp"
/>
<ClCompile
Include=
"..\..\..\src\raw_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\src\raw_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\src\reaper.cpp"
/>
<ClCompile
Include=
"..\..\..\src\rep.cpp"
/>
<ClCompile
Include=
"..\..\..\src\req.cpp"
/>
<ClCompile
Include=
"..\..\..\src\router.cpp"
/>
<ClCompile
Include=
"..\..\..\src\select.cpp"
/>
<ClCompile
Include=
"..\..\..\src\session_base.cpp"
/>
<ClCompile
Include=
"..\..\..\src\signaler.cpp"
/>
<ClCompile
Include=
"..\..\..\src\socket_base.cpp"
/>
<ClCompile
Include=
"..\..\..\src\stream.cpp"
/>
<ClCompile
Include=
"..\..\..\src\stream_engine.cpp"
/>
<ClCompile
Include=
"..\..\..\src\sub.cpp"
/>
<ClCompile
Include=
"..\..\..\src\tcp.cpp"
/>
<ClCompile
Include=
"..\..\..\src\tcp_address.cpp"
/>
<ClCompile
Include=
"..\..\..\src\tcp_connecter.cpp"
/>
<ClCompile
Include=
"..\..\..\src\tcp_listener.cpp"
/>
<ClCompile
Include=
"..\..\..\src\thread.cpp"
/>
<ClCompile
Include=
"..\..\..\src\trie.cpp"
/>
<ClCompile
Include=
"..\..\..\src\v1_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\src\zmq.cpp"
/>
<ClCompile
Include=
"..\..\..\src\zmq_utils.cpp"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\include\zmq_utils.h"
/>
<ClInclude
Include=
"..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\src\atomic_counter.hpp"
/>
<ClInclude
Include=
"..\..\..\src\atomic_ptr.hpp"
/>
<ClInclude
Include=
"..\..\..\src\clock.hpp"
/>
<ClInclude
Include=
"..\..\..\src\command.hpp"
/>
<ClInclude
Include=
"..\..\..\src\config.hpp"
/>
<ClInclude
Include=
"..\..\..\src\ctx.hpp"
/>
<ClInclude
Include=
"..\..\..\src\decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\src\devpoll.hpp"
/>
<ClInclude
Include=
"..\..\..\src\dist.hpp"
/>
<ClInclude
Include=
"..\..\..\src\encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\src\epoll.hpp"
/>
<ClInclude
Include=
"..\..\..\src\err.hpp"
/>
<ClInclude
Include=
"..\..\..\src\fd.hpp"
/>
<ClInclude
Include=
"..\..\..\src\fq.hpp"
/>
<ClInclude
Include=
"..\..\..\src\i_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\src\i_poll_events.hpp"
/>
<ClInclude
Include=
"..\..\..\src\io_object.hpp"
/>
<ClInclude
Include=
"..\..\..\src\io_thread.hpp"
/>
<ClInclude
Include=
"..\..\..\src\ip.hpp"
/>
<ClInclude
Include=
"..\..\..\src\ipc_address.hpp"
/>
<ClInclude
Include=
"..\..\..\src\ipc_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\src\ipc_listener.hpp"
/>
<ClInclude
Include=
"..\..\..\src\kqueue.hpp"
/>
<ClInclude
Include=
"..\..\..\src\lb.hpp"
/>
<ClInclude
Include=
"..\..\..\src\likely.hpp"
/>
<ClInclude
Include=
"..\..\..\src\mailbox.hpp"
/>
<ClInclude
Include=
"..\..\..\src\msg.hpp"
/>
<ClInclude
Include=
"..\..\..\src\mtrie.hpp"
/>
<ClInclude
Include=
"..\..\..\src\mutex.hpp"
/>
<ClInclude
Include=
"..\..\..\src\object.hpp"
/>
<ClInclude
Include=
"..\..\..\src\options.hpp"
/>
<ClInclude
Include=
"..\..\..\src\own.hpp"
/>
<ClInclude
Include=
"..\..\..\src\pair.hpp"
/>
<ClInclude
Include=
"..\..\..\src\pgm_receiver.hpp"
/>
<ClInclude
Include=
"..\..\..\src\pgm_sender.hpp"
/>
<ClInclude
Include=
"..\..\..\src\pgm_socket.hpp"
/>
<ClInclude
Include=
"..\..\..\src\pipe.hpp"
/>
<ClInclude
Include=
"..\..\..\src\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\src\poller_base.hpp"
/>
<ClInclude
Include=
"..\..\..\src\precompiled.hpp"
/>
<ClInclude
Include=
"..\..\..\src\proxy.hpp"
/>
<ClInclude
Include=
"..\..\..\src\pub.hpp"
/>
<ClInclude
Include=
"..\..\..\src\pull.hpp"
/>
<ClInclude
Include=
"..\..\..\src\push.hpp"
/>
<ClInclude
Include=
"..\..\..\src\random.hpp"
/>
<ClInclude
Include=
"..\..\..\src\raw_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\src\raw_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\src\reaper.hpp"
/>
<ClInclude
Include=
"..\..\..\src\rep.hpp"
/>
<ClInclude
Include=
"..\..\..\src\req.hpp"
/>
<ClInclude
Include=
"..\..\..\src\select.hpp"
/>
<ClInclude
Include=
"..\..\..\src\session_base.hpp"
/>
<ClInclude
Include=
"..\..\..\src\signaler.hpp"
/>
<ClInclude
Include=
"..\..\..\src\socket_base.hpp"
/>
<ClInclude
Include=
"..\..\..\src\stdint.hpp"
/>
<ClInclude
Include=
"..\..\..\src\stream_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\src\sub.hpp"
/>
<ClInclude
Include=
"..\..\..\src\tcp.hpp"
/>
<ClInclude
Include=
"..\..\..\src\tcp_address.hpp"
/>
<ClInclude
Include=
"..\..\..\src\tcp_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\src\tcp_listener.hpp"
/>
<ClInclude
Include=
"..\..\..\src\thread.hpp"
/>
<ClInclude
Include=
"..\..\..\src\trie.hpp"
/>
<ClInclude
Include=
"..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\src\xpub.hpp"
/>
<ClInclude
Include=
"..\..\..\src\xrep.hpp"
/>
<ClInclude
Include=
"..\..\..\src\xreq.hpp"
/>
<ClInclude
Include=
"..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\src\yqueue.hpp"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
builds/msvc/msvc12.sln
0 → 100644
View file @
18e885bb
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzmq12", "libzmq\libzmq12.vcxproj", "{641C5F36-32EE-4323-B740-992B651CF9D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
StaticDebug|Win32 = StaticDebug|Win32
StaticDebug|x64 = StaticDebug|x64
StaticRelease|Win32 = StaticRelease|Win32
StaticRelease|x64 = StaticRelease|x64
WithOpenPGM|Win32 = WithOpenPGM|Win32
WithOpenPGM|x64 = WithOpenPGM|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{641C5F36-32EE-4323-B740-992B651CF9D6}.Debug|Win32.ActiveCfg = Debug|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.Debug|Win32.Build.0 = Debug|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.Debug|x64.ActiveCfg = Debug|x64
{641C5F36-32EE-4323-B740-992B651CF9D6}.Debug|x64.Build.0 = Debug|x64
{641C5F36-32EE-4323-B740-992B651CF9D6}.Release|Win32.ActiveCfg = Release|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.Release|Win32.Build.0 = Release|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.Release|x64.ActiveCfg = Release|x64
{641C5F36-32EE-4323-B740-992B651CF9D6}.Release|x64.Build.0 = Release|x64
{641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|Win32.ActiveCfg = StaticDebug|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|Win32.Build.0 = StaticDebug|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|x64.ActiveCfg = StaticDebug|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|Win32.ActiveCfg = StaticRelease|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|Win32.Build.0 = StaticRelease|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|x64.ActiveCfg = StaticRelease|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.WithOpenPGM|Win32.ActiveCfg = WithOpenPGM|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.WithOpenPGM|Win32.Build.0 = WithOpenPGM|Win32
{641C5F36-32EE-4323-B740-992B651CF9D6}.WithOpenPGM|x64.ActiveCfg = WithOpenPGM|x64
{641C5F36-32EE-4323-B740-992B651CF9D6}.WithOpenPGM|x64.Build.0 = WithOpenPGM|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment