Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2016-11-30 00:30:21 +0300
committerEric St. John <ericstj@microsoft.com>2016-11-30 03:57:34 +0300
commit1012c0f9e4f8a782503284eb7837920854492752 (patch)
tree28cf34981765740780e38e140c89e15e43ba4933 /build.proj
parent36d88a4dd988c16ee3fd1d8c71c48205223273f2 (diff)
Hook up tools build
This hooks up tools build into the managed build, allowing us to consume locally built tasks in projects.
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 3c8afeb525..85a997372a 100644
--- a/build.proj
+++ b/build.proj
@@ -33,6 +33,7 @@
<Import Project="$(ToolsDir)VersionTools.targets" Condition="Exists('$(ToolsDir)VersionTools.targets')" />
<ItemGroup>
+ <Project Include="src\Tools\tools.builds" />
<Project Include="src\dirs.proj">
<!-- For the root traversal default filter the OSGroup to the OSEnvironment which is the OS we are running on -->
<FilterToOSGroup Condition="'$(_OriginalOSGroup)' == ''">$(OSEnvironment)</FilterToOSGroup>