提交 9f12a57c authored 作者: Andrey Volk's avatar Andrey Volk

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

上级 1991ce48
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
<PropertyGroup Label="UserMacros" Condition=" '$(BaseDir)' == ''"> <PropertyGroup Label="UserMacros" Condition=" '$(BaseDir)' == ''">
<BaseDir>$(MSBuildThisFileDirectory)..\</BaseDir> <BaseDir>$(MSBuildThisFileDirectory)..\</BaseDir>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<BaseDirImported>true</BaseDirImported>
</PropertyGroup>
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets"> <ImportGroup Label="PropertySheets">
<Import Project="basedir.props"/> <Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
</ImportGroup> </ImportGroup>
<PropertyGroup Label="UserMacros"> <PropertyGroup Label="UserMacros">
<PCREVersion>8.34</PCREVersion> <PCREVersion>8.34</PCREVersion>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论