summaryrefslogtreecommitdiff
path: root/src/Directory.Build.props
blob: afe45ab396a03bb3da78a5a7958aa12c8499a65d (plain)
1
2
3
4
5
6
7
8
9
<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>
</Project>