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:
Diffstat (limited to 'external/ILLink/ILLink.depproj')
-rw-r--r--external/ILLink/ILLink.depproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/ILLink/ILLink.depproj b/external/ILLink/ILLink.depproj
new file mode 100644
index 0000000000..853c90047b
--- /dev/null
+++ b/external/ILLink/ILLink.depproj
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+ <PropertyGroup>
+ <NuGetTargetMoniker>.NETCoreApp,Version=v1.1</NuGetTargetMoniker>
+ <OutputPath>$(ToolsDir)ILLink</OutputPath>
+ <IsRuntimeAssembly>false</IsRuntimeAssembly>
+ </PropertyGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+ <Target Name="IncludeAllFiles"
+ AfterTargets="ResolveNuGetPackages">
+ <ItemGroup>
+ <ReferenceCopyLocalPaths Include="%(ReferenceCopyLocalPaths.RootDir)%(ReferenceCopyLocalPaths.Directory)\*.*" />
+ </ItemGroup>
+ </Target>
+</Project> \ No newline at end of file