summaryrefslogtreecommitdiff
path: root/src/Directory.Build.props
blob: cbab92681fa18c55ad55d9a1fa1b4a962ee1bca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project>
  <Import Project="../Directory.Build.props" />

  <!-- Properties that should be defined for all managed product assemblies -->
  <PropertyGroup>
    <Company>Microsoft Corporation</Company>
    <Product>Microsoft%AE .NET Core</Product>
  </PropertyGroup>

  <PropertyGroup>
    <!-- If true, indicates that this is not an officially supported release -->
    <!-- It is important to flip this to false in official release branches -->
    <!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
    <IsPrerelease>true</IsPrerelease>
  </PropertyGroup>
</Project>