2014-04-06 02:39:15 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-14 19:18:36 -07:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-06 02:39:15 -07:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>ZeroMQ inproc_lat Common Settings</_PropertySheetDisplayName>
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
|
|
</PropertyGroup>
|
2014-04-07 19:38:59 -07:00
|
|
|
|
|
|
|
<!-- Configuration -->
|
2014-04-06 02:39:15 -07:00
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<PreBuildEvent>
|
2014-05-13 03:17:48 -07:00
|
|
|
<Command>xcopy /c /y $(BuildRoot)platform.hpp $(RepoRoot)perf\</Command>
|
2014-04-06 02:39:15 -07:00
|
|
|
</PreBuildEvent>
|
|
|
|
<Link>
|
2014-04-09 03:27:27 -07:00
|
|
|
<AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
2014-04-06 02:39:15 -07:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
2014-04-09 03:27:27 -07:00
|
|
|
<!-- Dependencies -->
|
2014-04-07 19:38:59 -07:00
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="$(SolutionDir)libzmq.import.props" />
|
|
|
|
<Import Project="$(SolutionDir)libsodium.import.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
|
2014-05-13 03:17:48 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<Linkage-libzmq>$(DefaultLinkage)</Linkage-libzmq>
|
|
|
|
<Linkage-libsodium>$(DefaultLinkage)</Linkage-libsodium>
|
2014-04-07 19:38:59 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<!-- Messages -->
|
|
|
|
|
2014-04-06 02:39:15 -07:00
|
|
|
<Target Name="CustomInfo" BeforeTargets="PrepareForBuild">
|
2014-05-13 03:17:48 -07:00
|
|
|
<Message Text="Will copy $(BuildRoot)platform.hpp -> $(RepoRoot)perf\platform.hpp" Importance="high"/>
|
2014-04-06 02:39:15 -07:00
|
|
|
</Target>
|
|
|
|
|
2014-04-07 19:38:59 -07:00
|
|
|
<Target Name="LinkageInfo" BeforeTargets="PrepareForBuild">
|
|
|
|
<Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/>
|
|
|
|
<Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high"/>
|
|
|
|
</Target>
|
|
|
|
|
2014-04-06 02:39:15 -07:00
|
|
|
</Project>
|