forked from Mirrors/freeswitch
20 lines
713 B
XML
20 lines
713 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">
|
|
<mariadb-connector-cVersion>3.0.9</mariadb-connector-cVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<mariadb-connector-cVersionImported>true</mariadb-connector-cVersionImported>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup />
|
|
<ItemGroup>
|
|
<BuildMacro Include="mariadb-connector-cVersion">
|
|
<Value>$(mariadb-connector-cVersion)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project>
|