mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-11075: [mod_amqp] Add mod_amqp to the Windows build.
This commit is contained in:
committed by
Muteesa Fred
parent
443166dc2b
commit
fe9f2713b4
19
w32/rabbitmq-c-version.props
Normal file
19
w32/rabbitmq-c-version.props
Normal 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>
|
Reference in New Issue
Block a user