summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj
blob: 253cba083d10ee1b9df5aecd052f87fd25574d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <SkipPackageFileCheck>true</SkipPackageFileCheck>
    <SkipValidatePackage>true</SkipValidatePackage>
    <PackagePlatforms>x64;</PackagePlatforms>
    <OutputPath>$(PackagesOutputPath)</OutputPath>
  </PropertyGroup>
  <ItemGroup>
    <File Include="$(BinDir)/ref/mscorlib.dll">
      <TargetPath>lib/netstandard1.0</TargetPath>
    </File>
    <File Include="$(BinDir)/System.Private.CoreLib.dll">
      <TargetPath>lib/netstandard1.0</TargetPath>
    </File>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>