[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)
[platform/upstream/coreclr.git] / src / Directory.Build.props
1 <Project>
2   <Import Project="../Directory.Build.props" />
3
4   <!-- Properties that should be defined for all managed product assemblies -->
5   <PropertyGroup>
6     <Company>Microsoft Corporation</Company>
7     <Product>Microsoft%AE .NET Core</Product>
8   </PropertyGroup>
9
10   <PropertyGroup>
11     <!-- If true, indicates that this is not an officially supported release -->
12     <!-- It is important to flip this to false in official release branches -->
13     <!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
14     <IsPrerelease>true</IsPrerelease>
15   </PropertyGroup>
16 </Project>