1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-02 17:03:52 +00:00
freeswitch/w32/ilbc-version.props

17 lines
538 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<iLBC_Version>0.0.1</iLBC_Version>
</PropertyGroup>
<PropertyGroup>
<iLBC_VersionImported>true</iLBC_VersionImported>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="iLBC_Version">
<Value>$(iLBC_Version)</Value>
</BuildMacro>
</ItemGroup>
</Project>