forked from Mirrors/freeswitch
17 lines
532 B
Plaintext
17 lines
532 B
Plaintext
|
<?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">
|
||
|
<TiffVersion>4.0.7</TiffVersion>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<TiffVersionImported>true</TiffVersionImported>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup />
|
||
|
<ItemDefinitionGroup />
|
||
|
<ItemGroup>
|
||
|
<BuildMacro Include="TiffVersion">
|
||
|
<Value>$(TiffVersion)</Value>
|
||
|
</BuildMacro>
|
||
|
</ItemGroup>
|
||
|
</Project>
|