libzmq.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{217AD6A0-8CEA-428D-908F-C34B23CECAAF}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>libzmq</RootNamespace>
  25. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v140_xp</PlatformToolset>
  32. <CharacterSet>NotSet</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v140_xp</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>NotSet</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v140</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v140</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <LinkIncremental>true</LinkIncremental>
  74. <OutDir>$(ProjectDir)..\..\..\bin\$(PlatformName)\$(Configuration)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77. <LinkIncremental>true</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. <OutDir>$(ProjectDir)..\..\..\bin\$(PlatformName)\$(Configuration)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <PrecompiledHeader>
  89. </PrecompiledHeader>
  90. <WarningLevel>Level3</WarningLevel>
  91. <Optimization>Disabled</Optimization>
  92. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <AdditionalIncludeDirectories>$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  94. </ClCompile>
  95. <Link>
  96. <SubSystem>Windows</SubSystem>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101. <ClCompile>
  102. <PrecompiledHeader>
  103. </PrecompiledHeader>
  104. <WarningLevel>Level3</WarningLevel>
  105. <Optimization>Disabled</Optimization>
  106. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;LIBZMQ_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. </ClCompile>
  108. <Link>
  109. <SubSystem>Windows</SubSystem>
  110. <GenerateDebugInformation>true</GenerateDebugInformation>
  111. </Link>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <ClCompile>
  115. <WarningLevel>Level3</WarningLevel>
  116. <PrecompiledHeader>
  117. </PrecompiledHeader>
  118. <Optimization>MaxSpeed</Optimization>
  119. <FunctionLevelLinking>true</FunctionLevelLinking>
  120. <IntrinsicFunctions>true</IntrinsicFunctions>
  121. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  123. <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Windows</SubSystem>
  127. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  128. <OptimizeReferences>true</OptimizeReferences>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  133. <ClCompile>
  134. <WarningLevel>Level3</WarningLevel>
  135. <PrecompiledHeader>
  136. </PrecompiledHeader>
  137. <Optimization>MaxSpeed</Optimization>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;LIBZMQ_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Windows</SubSystem>
  144. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. </Link>
  148. </ItemDefinitionGroup>
  149. <ItemGroup>
  150. <ClCompile Include="..\..\..\src\address.cpp" />
  151. <ClCompile Include="..\..\..\src\client.cpp" />
  152. <ClCompile Include="..\..\..\src\clock.cpp" />
  153. <ClCompile Include="..\..\..\src\ctx.cpp" />
  154. <ClCompile Include="..\..\..\src\curve_client.cpp" />
  155. <ClCompile Include="..\..\..\src\curve_mechanism_base.cpp" />
  156. <ClCompile Include="..\..\..\src\curve_server.cpp" />
  157. <ClCompile Include="..\..\..\src\dealer.cpp" />
  158. <ClCompile Include="..\..\..\src\decoder_allocators.cpp" />
  159. <ClCompile Include="..\..\..\src\devpoll.cpp" />
  160. <ClCompile Include="..\..\..\src\dgram.cpp" />
  161. <ClCompile Include="..\..\..\src\dish.cpp" />
  162. <ClCompile Include="..\..\..\src\dist.cpp" />
  163. <ClCompile Include="..\..\..\src\epoll.cpp" />
  164. <ClCompile Include="..\..\..\src\err.cpp" />
  165. <ClCompile Include="..\..\..\src\fq.cpp" />
  166. <ClCompile Include="..\..\..\src\gather.cpp" />
  167. <ClCompile Include="..\..\..\src\gssapi_client.cpp" />
  168. <ClCompile Include="..\..\..\src\gssapi_mechanism_base.cpp" />
  169. <ClCompile Include="..\..\..\src\gssapi_server.cpp" />
  170. <ClCompile Include="..\..\..\src\io_object.cpp" />
  171. <ClCompile Include="..\..\..\src\io_thread.cpp" />
  172. <ClCompile Include="..\..\..\src\ip.cpp" />
  173. <ClCompile Include="..\..\..\src\ipc_address.cpp" />
  174. <ClCompile Include="..\..\..\src\ipc_connecter.cpp" />
  175. <ClCompile Include="..\..\..\src\ipc_listener.cpp" />
  176. <ClCompile Include="..\..\..\src\kqueue.cpp" />
  177. <ClCompile Include="..\..\..\src\lb.cpp" />
  178. <ClCompile Include="..\..\..\src\mailbox.cpp" />
  179. <ClCompile Include="..\..\..\src\mailbox_safe.cpp" />
  180. <ClCompile Include="..\..\..\src\mechanism.cpp" />
  181. <ClCompile Include="..\..\..\src\mechanism_base.cpp" />
  182. <ClCompile Include="..\..\..\src\metadata.cpp" />
  183. <ClCompile Include="..\..\..\src\msg.cpp" />
  184. <ClCompile Include="..\..\..\src\mtrie.cpp" />
  185. <ClCompile Include="..\..\..\src\norm_engine.cpp" />
  186. <ClCompile Include="..\..\..\src\null_mechanism.cpp" />
  187. <ClCompile Include="..\..\..\src\object.cpp" />
  188. <ClCompile Include="..\..\..\src\options.cpp" />
  189. <ClCompile Include="..\..\..\src\own.cpp" />
  190. <ClCompile Include="..\..\..\src\pair.cpp" />
  191. <ClCompile Include="..\..\..\src\pgm_receiver.cpp" />
  192. <ClCompile Include="..\..\..\src\pgm_sender.cpp" />
  193. <ClCompile Include="..\..\..\src\pgm_socket.cpp" />
  194. <ClCompile Include="..\..\..\src\pipe.cpp" />
  195. <ClCompile Include="..\..\..\src\plain_client.cpp" />
  196. <ClCompile Include="..\..\..\src\plain_server.cpp" />
  197. <ClCompile Include="..\..\..\src\poll.cpp" />
  198. <ClCompile Include="..\..\..\src\poller_base.cpp" />
  199. <ClCompile Include="..\..\..\src\pollset.cpp" />
  200. <ClCompile Include="..\..\..\src\precompiled.cpp" />
  201. <ClCompile Include="..\..\..\src\proxy.cpp" />
  202. <ClCompile Include="..\..\..\src\pub.cpp" />
  203. <ClCompile Include="..\..\..\src\pull.cpp" />
  204. <ClCompile Include="..\..\..\src\push.cpp" />
  205. <ClCompile Include="..\..\..\src\radio.cpp" />
  206. <ClCompile Include="..\..\..\src\random.cpp" />
  207. <ClCompile Include="..\..\..\src\raw_decoder.cpp" />
  208. <ClCompile Include="..\..\..\src\raw_encoder.cpp" />
  209. <ClCompile Include="..\..\..\src\reaper.cpp" />
  210. <ClCompile Include="..\..\..\src\rep.cpp" />
  211. <ClCompile Include="..\..\..\src\req.cpp" />
  212. <ClCompile Include="..\..\..\src\router.cpp" />
  213. <ClCompile Include="..\..\..\src\scatter.cpp" />
  214. <ClCompile Include="..\..\..\src\select.cpp" />
  215. <ClCompile Include="..\..\..\src\server.cpp" />
  216. <ClCompile Include="..\..\..\src\session_base.cpp" />
  217. <ClCompile Include="..\..\..\src\signaler.cpp" />
  218. <ClCompile Include="..\..\..\src\socket_base.cpp" />
  219. <ClCompile Include="..\..\..\src\socket_poller.cpp" />
  220. <ClCompile Include="..\..\..\src\socks.cpp" />
  221. <ClCompile Include="..\..\..\src\socks_connecter.cpp" />
  222. <ClCompile Include="..\..\..\src\stream.cpp" />
  223. <ClCompile Include="..\..\..\src\stream_engine.cpp" />
  224. <ClCompile Include="..\..\..\src\sub.cpp" />
  225. <ClCompile Include="..\..\..\src\tcp.cpp" />
  226. <ClCompile Include="..\..\..\src\tcp_address.cpp" />
  227. <ClCompile Include="..\..\..\src\tcp_connecter.cpp" />
  228. <ClCompile Include="..\..\..\src\tcp_listener.cpp" />
  229. <ClCompile Include="..\..\..\src\thread.cpp" />
  230. <ClCompile Include="..\..\..\src\timers.cpp" />
  231. <ClCompile Include="..\..\..\src\tipc_address.cpp" />
  232. <ClCompile Include="..\..\..\src\tipc_connecter.cpp" />
  233. <ClCompile Include="..\..\..\src\tipc_listener.cpp" />
  234. <ClCompile Include="..\..\..\src\trie.cpp" />
  235. <ClCompile Include="..\..\..\src\udp_address.cpp" />
  236. <ClCompile Include="..\..\..\src\udp_engine.cpp" />
  237. <ClCompile Include="..\..\..\src\v1_decoder.cpp" />
  238. <ClCompile Include="..\..\..\src\v1_encoder.cpp" />
  239. <ClCompile Include="..\..\..\src\v2_decoder.cpp" />
  240. <ClCompile Include="..\..\..\src\v2_encoder.cpp" />
  241. <ClCompile Include="..\..\..\src\vmci.cpp" />
  242. <ClCompile Include="..\..\..\src\vmci_address.cpp" />
  243. <ClCompile Include="..\..\..\src\vmci_connecter.cpp" />
  244. <ClCompile Include="..\..\..\src\vmci_listener.cpp" />
  245. <ClCompile Include="..\..\..\src\xpub.cpp" />
  246. <ClCompile Include="..\..\..\src\xsub.cpp" />
  247. <ClCompile Include="..\..\..\src\zap_client.cpp" />
  248. <ClCompile Include="..\..\..\src\zmq.cpp" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <ClInclude Include="..\..\..\src\condition_variable.hpp" />
  252. <ClInclude Include="..\..\..\src\mutex.hpp" />
  253. <ClInclude Include="platform.hpp" />
  254. </ItemGroup>
  255. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  256. <ImportGroup Label="ExtensionTargets">
  257. </ImportGroup>
  258. </Project>