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:
authorJan Kotas <jkotas@microsoft.com>2015-12-16 04:11:02 +0300
committerJan Kotas <jkotas@microsoft.com>2015-12-16 05:04:45 +0300
commit85cbac9a615852a75426fcc1f60dad57129c24e3 (patch)
treeae37281e272fdfa823242dfd784627cda30f2d84 /src/ILCompiler
parent8b4cc0563c0e26500326a03c0f8f0d8f028dd68f (diff)
Add unmanaged binaries to the desktop convenience project
It avoids need to manually copy them over.
Diffstat (limited to 'src/ILCompiler')
-rw-r--r--src/ILCompiler/desktop/desktop.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ILCompiler/desktop/desktop.csproj b/src/ILCompiler/desktop/desktop.csproj
index 7af563a08..e5e223787 100644
--- a/src/ILCompiler/desktop/desktop.csproj
+++ b/src/ILCompiler/desktop/desktop.csproj
@@ -62,6 +62,17 @@
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
+ <ItemGroup>
+ <Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish0\jitinterface.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish0\objwriter.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish0\ryujit.dll">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.