Fix dotnet-build.sh
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0-preview2-006497 / Microsoft / Portable / v5.0 / Microsoft.Portable.CSharp.targets
1 <!--\r
2 ***********************************************************************************************\r
3 Microsoft.Portable.CSharp.targets\r
4 \r
5 Contains common properties and targets that are shared by all v5.0 Portable Library C# projects.\r
6 \r
7 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have\r
8           created a backup copy.  Incorrect changes to this file will make it\r
9           impossible to load or build your projects from the command-line or the IDE.\r
10 \r
11 Copyright (C) Microsoft Corporation. All rights reserved.\r
12 ***********************************************************************************************\r
13 -->\r
14 \r
15 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
16     <PropertyGroup>\r
17         <PortableEnableXamlTargets>true</PortableEnableXamlTargets>\r
18     </PropertyGroup>\r
19     \r
20     <Import Project="Microsoft.Portable.Common.targets" />\r
21     <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.Targets" />\r
22     <Import Project="..\Microsoft.Portable.Core.targets" />\r
23   \r
24 </Project>\r