2017-10-02 15:09:51 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2017-10-07 09:46:42 -04:00
|
|
|
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
|
2017-10-02 15:09:51 -04:00
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros">
|
2018-04-04 15:12:45 -04:00
|
|
|
<pcreVersion>8.34</pcreVersion>
|
2017-10-02 15:09:51 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
2018-04-04 15:12:45 -04:00
|
|
|
<pcreVersionImported>true</pcreVersionImported>
|
2017-10-02 15:09:51 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup />
|
|
|
|
<ItemDefinitionGroup />
|
|
|
|
<ItemGroup>
|
2018-04-04 15:12:45 -04:00
|
|
|
<BuildMacro Include="pcreVersion">
|
|
|
|
<Value>$(pcreVersion)</Value>
|
2017-10-02 15:09:51 -04:00
|
|
|
</BuildMacro>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|