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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorAndon Andonov <andon.andonov@microsoft.com>2017-12-19 04:26:41 +0300
committerAndon Andonov <andon.andonov@microsoft.com>2017-12-19 05:29:22 +0300
commitbdd113ac609232810790e63f5344c70d5bc97f09 (patch)
tree44ee0799f0421f4252c15d6945ba50b594c827b6 /pkg
parentd553da517c1caffe50322510cbc5788b5bce0532 (diff)
Add Project reference to meta package
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj b/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
index ac7f6c2b1..fbf37602c 100644
--- a/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
+++ b/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
@@ -14,6 +14,11 @@
<PackageTargetRuntime></PackageTargetRuntime>
</PropertyGroup>
+ <!-- The package references are used to generate a runtimes.json for the meta-package-->
+ <ItemGroup>
+ <ProjectReference Include="TargetSpecific\Microsoft.DotNet.ILCompiler.pkgproj" />
+ </ItemGroup>
+
<ItemGroup>
<File Include="$(PackageSourceDirectory)\BuildIntegration\*">
<TargetPath>build</TargetPath>