1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4
5  <PropertyGroup>
6    <PackageVersion>2.1.0</PackageVersion>
7    <SkipValidatePackage>true</SkipValidatePackage>
8    <!-- We don't need to harvest the stable packages to build this -->
9    <HarvestStablePackage>false</HarvestStablePackage>
10  </PropertyGroup>
11
12  <ItemGroup>
13    <File Include="runtime.json" />
14    <!-- make this package installable and noop in a packages.config-based project -->
15    <File Include="$(PlaceHolderFile)">
16      <TargetPath>lib/netstandard1.0</TargetPath>
17    </File>
18  </ItemGroup>
19
20  <Import Project="runtimeGroups.props" />
21
22  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
23</Project>