Update dotnet/sdk to 2.0.0-preview2-006497
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0-preview2-006497 / Sdks / Microsoft.NET.Sdk / build / Microsoft.NET.DefaultAssemblyInfo.targets
1 <!--\r
2 ***********************************************************************************************\r
3 Microsoft.NET.DefaultAssemblyInfo.targets\r
4 \r
5 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have\r
6           created a backup copy.  Incorrect changes to this file will make it\r
7           impossible to load or build your projects from the command-line or the IDE.\r
8 \r
9 Copyright (c) .NET Foundation. All rights reserved. \r
10 ***********************************************************************************************\r
11 -->\r
12 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
13 \r
14   <PropertyGroup>\r
15     <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>\r
16   </PropertyGroup>\r
17 \r
18   <PropertyGroup Condition=" '$(Version)' == '' ">\r
19     <VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.0</VersionPrefix>\r
20     <Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>\r
21     <Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>\r
22   </PropertyGroup>\r
23 \r
24   <PropertyGroup>\r
25     <Authors Condition=" '$(Authors)'=='' ">$(AssemblyName)</Authors>\r
26     <Company Condition=" '$(Company)'=='' ">$(Authors)</Company>\r
27     <AssemblyTitle Condition=" '$(AssemblyTitle)' == '' ">$(AssemblyName)</AssemblyTitle>\r
28     <Product Condition=" '$(Product)' == ''">$(AssemblyName)</Product>\r
29   </PropertyGroup>\r
30 \r
31 </Project>\r