2017-10-02 19:09:51 +00: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 13:46:42 +00:00
|
|
|
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
|
2017-10-02 19:09:51 +00:00
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros">
|
2018-04-04 19:12:45 +00:00
|
|
|
<pcreVersion>8.34</pcreVersion>
|
2017-10-02 19:09:51 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
2018-04-04 19:12:45 +00:00
|
|
|
<pcreVersionImported>true</pcreVersionImported>
|
2017-10-02 19:09:51 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup />
|
|
|
|
<ItemDefinitionGroup />
|
|
|
|
<ItemGroup>
|
2018-04-04 19:12:45 +00:00
|
|
|
<BuildMacro Include="pcreVersion">
|
|
|
|
<Value>$(pcreVersion)</Value>
|
2017-10-02 19:09:51 +00:00
|
|
|
</BuildMacro>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|