mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
19 lines
656 B
XML
19 lines
656 B
XML
<?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">
|
|
<libcodec2_Version>0.2</libcodec2_Version>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<libcodec2_VersionImported>true</libcodec2_VersionImported>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup />
|
|
<ItemGroup>
|
|
<BuildMacro Include="libcodec2_Version">
|
|
<Value>$(libcodec2_Version)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project> |