freeswitch/w32/spandsp-version.props

19 lines
662 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">
<SpandspVersion>master</SpandspVersion>
</PropertyGroup>
<PropertyGroup>
<SpandspVersionImported>true</SpandspVersionImported>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="SpandspVersion">
<Value>$(SpandspVersion)</Value>
</BuildMacro>
</ItemGroup>
</Project>