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
diff options
context:
space:
mode:
authorChris Rummel <crummel@microsoft.com>2016-12-20 04:05:17 +0300
committerJan Kotas <jkotas@microsoft.com>2016-12-20 04:05:17 +0300
commit5518722c82faec0b6f4b20d355d6ed5d16b46715 (patch)
tree41895c5098c4c0678457d48d7b7a9bea6aefdd1b /src/ILCompiler.MetadataWriter
parent2c70a97c46c7eaba1df56ce687d8a87682c61fa1 (diff)
Add packaging build changes and scripts. (#2325)
Diffstat (limited to 'src/ILCompiler.MetadataWriter')
-rw-r--r--src/ILCompiler.MetadataWriter/src/ILCompiler.MetadataWriter.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ILCompiler.MetadataWriter/src/ILCompiler.MetadataWriter.csproj b/src/ILCompiler.MetadataWriter/src/ILCompiler.MetadataWriter.csproj
index 78ed1dad5..b2a96c3e6 100644
--- a/src/ILCompiler.MetadataWriter/src/ILCompiler.MetadataWriter.csproj
+++ b/src/ILCompiler.MetadataWriter/src/ILCompiler.MetadataWriter.csproj
@@ -19,10 +19,15 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
+ <ItemGroup>
+ <PackageDestination Include="Tools">
+ <TargetFramework>.NetCoreApp,Version=1.2</TargetFramework>
+ </PackageDestination>
+ </ItemGroup>
<Import Project="ILCompiler.MetadataWriter.targets" />
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>