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:
authorWes Haggard <Wes.Haggard@microsoft.com>2016-11-10 03:26:53 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2016-11-11 20:31:22 +0300
commit16f3ae3da079c36ebd4e617e4b36392c4ef816a7 (patch)
tree5a17ef7365fae176d2692ce3619c4cbd53f2c62b /build.proj
parent417746e2b5c1502c9f6caa461d4fd2946ed14aa4 (diff)
Enable compat shims/facades building
This adds the building of netstandard.dll facade as well as the net461 set of shim facades along with some APICompat checks. To accomplish this we are dependent on a flat layout that we can use for seeds so we are going to use the layout that we currently produce for indexing. The APICompat check is split between net461 and netstandard20 which will allow us to more easily track the remaining work for netstandard20.
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 00cea08939..50fe06b448 100644
--- a/build.proj
+++ b/build.proj
@@ -53,6 +53,7 @@
<!-- For the root traversal default filter the OSGroup to the OSEnvironment which is the OS we are running on -->
<FilterToOSGroup Condition="'$(_OriginalOSGroup)' == ''">$(OSEnvironment)</FilterToOSGroup>
</Project>
+ <Project Include="layout\dir.proj" />
</ItemGroup>
<Import Project="dir.targets" />