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

ILLink.depproj « ILLink « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbc59f043b2917c275620230ebde9c8c436f2dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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>
    <NuGetTargetMonikerShort>netcoreapp1.1</NuGetTargetMonikerShort>
    <OutputPath>$(ToolsDir)ILLink</OutputPath>
    <EnableBinPlacing>false</EnableBinPlacing>
    <NugetRuntimeIdentifier>$(ToolRuntimeRID)</NugetRuntimeIdentifier>
    <RidSpecificAssets>true</RidSpecificAssets>
    <ILLinkTasksPackageId>illink.tasks</ILLinkTasksPackageId>
    <ILLinkTasksPackageVersion>0.1.4-preview-1222833</ILLinkTasksPackageVersion>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="$(ILLinkTasksPackageId)">
      <Version>$(ILLinkTasksPackageVersion)</Version>
    </PackageReference>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
  <Target Name="IncludeToolsFiles"
          AfterTargets="ResolveNuGetPackages">
    <ItemGroup>
      <ReferenceCopyLocalPaths Include="$(PackagesDir)\$(ILLinkTasksPackageId)\$(ILLinkTasksPackageVersion)\tools\netcoreapp2.0\*.*">
        <NuGetPackageId>$(ILLinkTasksPackageId)</NuGetPackageId>
        <NuGetPackageVersion>$(ILLinkTasksPackageVersion)</NuGetPackageVersion>
        <SubFolder>/netcoreapp2.0/</SubFolder>
      </ReferenceCopyLocalPaths>
    </ItemGroup>
    <ItemGroup>
      <ReferenceCopyLocalPaths Include="$(PackagesDir)\$(ILLinkTasksPackageId)\$(ILLinkTasksPackageVersion)\tools\net46\*.*">
        <NuGetPackageId>$(ILLinkTasksPackageId)</NuGetPackageId>
        <NuGetPackageVersion>$(ILLinkTasksPackageVersion)</NuGetPackageVersion>
        <SubFolder>/net46/</SubFolder>
      </ReferenceCopyLocalPaths>
    </ItemGroup>
  </Target>
</Project>