2014-04-08 04:38:59 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-05-13 12:17:48 +02:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-08 04:38:59 +02:00
|
|
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<_PropertySheetDisplayName>ZMQ Import Settings</_PropertySheetDisplayName>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<!-- User Interface -->
|
|
|
|
|
|
|
|
<ItemGroup Label="BuildOptionsExtension">
|
|
|
|
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)libzmq.import.xml" />
|
|
|
|
</ItemGroup>
|
2014-05-13 12:17:48 +02:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Option-sodium>true</Option-sodium>
|
|
|
|
</PropertyGroup>
|
2014-04-08 04:38:59 +02:00
|
|
|
|
|
|
|
<!-- Configuration -->
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2014-04-09 12:27:27 +02:00
|
|
|
<PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">HAVE_LIBSODIUM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-05-13 12:17:48 +02:00
|
|
|
<PreprocessorDefinitions Condition="'$(Option-gssapi)' == 'true'">HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-04-08 04:38:59 +02:00
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2014-05-13 12:17:48 +02:00
|
|
|
|
|
|
|
<!-- Linkage -->
|
2014-04-08 04:38:59 +02:00
|
|
|
|
2014-05-13 12:17:48 +02:00
|
|
|
<ItemDefinitionGroup>
|
2014-04-08 04:38:59 +02:00
|
|
|
<ClCompile>
|
2014-05-13 12:17:48 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<PreprocessorDefinitions Condition="'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'">ZMQ_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-04-08 04:38:59 +02:00
|
|
|
</ClCompile>
|
2014-05-13 12:17:48 +02:00
|
|
|
<Link>
|
2014-06-04 10:26:39 +02:00
|
|
|
<AdditionalDependencies Condition="'$(Linkage-libzmq)' != ''">libzmq.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2014-05-13 12:17:48 +02:00
|
|
|
<AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Debug')) != -1">$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Release')) != -1">$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2014-04-08 04:38:59 +02:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2014-04-09 12:27:27 +02:00
|
|
|
|
2014-04-08 04:38:59 +02:00
|
|
|
<!-- Copy -->
|
|
|
|
|
|
|
|
<Target Name="Linkage-libzmq-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libzmq)' == 'dynamic'">
|
|
|
|
<Copy Condition="$(Configuration.IndexOf('Debug')) != -1"
|
2014-05-13 12:17:48 +02:00
|
|
|
SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libzmq.dll"
|
2014-04-08 04:38:59 +02:00
|
|
|
DestinationFiles="$(TargetDir)libzmq.dll"
|
|
|
|
SkipUnchangedFiles="true" />
|
|
|
|
<Copy Condition="$(Configuration.IndexOf('Debug')) != -1"
|
2014-05-13 12:17:48 +02:00
|
|
|
SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libzmq.pdb"
|
2014-04-08 04:38:59 +02:00
|
|
|
DestinationFiles="$(TargetDir)libzmq.pdb"
|
|
|
|
SkipUnchangedFiles="true" />
|
|
|
|
<Copy Condition="$(Configuration.IndexOf('Release')) != -1"
|
2014-05-13 12:17:48 +02:00
|
|
|
SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libzmq.dll"
|
2014-04-08 04:38:59 +02:00
|
|
|
DestinationFiles="$(TargetDir)libzmq.dll"
|
|
|
|
SkipUnchangedFiles="true" />
|
|
|
|
</Target>
|
|
|
|
|
|
|
|
<!-- Messages -->
|
|
|
|
|
|
|
|
<Target Name="libzmq-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libzmq)' == 'dynamic'">
|
|
|
|
<Message Text="Copying libzmq.dll -> $(TargetDir)libzmq.dll" Importance="high"/>
|
|
|
|
<Message Text="Copying libzmq.pdb -> $(TargetDir)libzmq.pdb" Importance="high" Condition="$(Configuration.IndexOf('Debug')) != -1" />
|
|
|
|
</Target>
|
|
|
|
|
|
|
|
</Project>
|