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