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>2015-12-04 00:23:55 +0300
committerEric St. John <ericstj@microsoft.com>2015-12-16 03:51:34 +0300
commitfa811f379c45504a4b5fdae5b08a22a31202bea9 (patch)
tree69852f46dd3496cd9c386c80b9b6d695c98412df /build.proj
parent05d55a550cc5e37b5967d4afa1fde700c4592ae8 (diff)
Initial integration of packaging support
Adds packages for a few libraries and integrates package build into the binary build process.
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 3bea980525..6038e671e5 100644
--- a/build.proj
+++ b/build.proj
@@ -9,6 +9,7 @@
<ItemGroup>
<Project Include="src\dirs.proj" />
+ <Project Include="src\packages.builds" />
<Project Include="src\post.msbuild" />
</ItemGroup>