2019-10-03 20:44:44 +03:00
|
|
|
<!--
|
2019-10-03 19:51:35 +03:00
|
|
|
|
2019-10-03 20:44:44 +03:00
|
|
|
This file defines the tool external dependencies used by this repo.
|
|
|
|
This file might be updated by automation.
|
|
|
|
|
|
|
|
-->
|
|
|
|
<Project>
|
2019-10-03 19:51:35 +03:00
|
|
|
|
|
|
|
<PropertyGroup Label="Define Basic Properties">
|
2019-10-04 02:35:05 +03:00
|
|
|
|
|
|
|
<!-- Make sure any change to this file invoke a rebuild -->
|
2019-10-03 20:44:44 +03:00
|
|
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
2019-10-04 02:35:05 +03:00
|
|
|
|
|
|
|
<!-- Setup the EnlistmentRoot, without the last '\' -->
|
|
|
|
<EnlistmentRoot Condition="'$(EnlistmentRoot)'==''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))</EnlistmentRoot>
|
|
|
|
|
2020-01-24 03:40:57 +03:00
|
|
|
<EnlistToolPath Condition="'$(EnlistToolPath)'==''">$(EnlistmentRoot)\tool</EnlistToolPath>
|
2019-10-04 02:35:05 +03:00
|
|
|
|
2019-10-03 19:51:35 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-10-04 02:35:05 +03:00
|
|
|
<Import Project=".\versioning.props" />
|
|
|
|
|
2019-10-03 19:51:35 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Before/After injection Settings -->
|
|
|
|
<CustomBeforeMicrosoftCommonTargets>$(MSBuildThisFileDirectory)Before.Common.targets</CustomBeforeMicrosoftCommonTargets>
|
2019-10-04 02:35:05 +03:00
|
|
|
|
2019-10-03 19:51:35 +03:00
|
|
|
<CustomAfterMicrosoftCommonTargets>$(MSBuildThisFileDirectory)After.Common.targets</CustomAfterMicrosoftCommonTargets>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|