[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / packages / microsoft.portable.targets / 0.1.1-dev / contentFiles / any / any / Extensions / Microsoft / Portable / v5.0 / Microsoft.Portable.Common.targets
1 <!--
2 ***********************************************************************************************
3 Microsoft.Portable.Common.targets
4
5 Contains common properties that are shared by all v5.0 Portable Library projects.
6
7 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
8           created a backup copy.  Incorrect changes to this file will make it
9           impossible to load or build your projects from the command-line or the IDE.
10
11 Copyright (C) Microsoft Corporation. All rights reserved.
12 ***********************************************************************************************
13 -->
14
15 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
16     <PropertyGroup>
17         <PortableNuGetMode>true</PortableNuGetMode>
18         <NoStdLib>true</NoStdLib>
19         <NuGetTargetMoniker>.NETPlatform,Version=v5.0</NuGetTargetMoniker>
20     </PropertyGroup>
21     <Import Project="..\Microsoft.Portable.Core.props" />
22
23 </Project>