summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.ILDAsm/dir.props
blob: 5182fee1113e03f391c3b6d9bc0c3ca3db3a34ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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" />

  <!-- Packaging properties -->
  <PropertyGroup>
    <PreReleaseLabel>rc4</PreReleaseLabel>
    <PackageDescriptionFile>$(MSBuildThisFileDirectory)descriptions.json</PackageDescriptionFile>

    <!-- NOTE: for various required properties, we use the values from the imported dir.props. -->
  </PropertyGroup>
</Project>