FS-11075: [mod_amqp] Add mod_amqp to the Windows build.

This commit is contained in:
Andrey Volk
2018-03-29 19:53:31 +03:00
committed by Muteesa Fred
parent 443166dc2b
commit fe9f2713b4
7 changed files with 260 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
</ImportGroup>
<PropertyGroup Label="UserMacros">
<rabbitmq_cVersion>0.8.0</rabbitmq_cVersion>
</PropertyGroup>
<PropertyGroup>
<rabbitmq_cVersionImported>true</rabbitmq_cVersionImported>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="rabbitmq_cVersion">
<Value>$(rabbitmq_cVersion)</Value>
</BuildMacro>
</ItemGroup>
</Project>