FS-10690: [libblade, Build-System] Do not import BaseDir props if already imported.

This commit is contained in:
Andrey Volk 2017-10-07 16:46:42 +03:00
parent 1991ce4817
commit 9f12a57c1d
2 changed files with 4 additions and 1 deletions

View File

@ -3,4 +3,7 @@
<PropertyGroup Label="UserMacros" Condition=" '$(BaseDir)' == ''">
<BaseDir>$(MSBuildThisFileDirectory)..\</BaseDir>
</PropertyGroup>
<PropertyGroup>
<BaseDirImported>true</BaseDirImported>
</PropertyGroup>
</Project>

View File

@ -1,7 +1,7 @@
<?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"/>
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
</ImportGroup>
<PropertyGroup Label="UserMacros">
<PCREVersion>8.34</PCREVersion>