1<!--
2***********************************************************************************************
3Microsoft.Portable.CSharp.targets
4
5Contains common properties and targets that are shared by all v5.0 Portable Library C# projects.
6
7WARNING:  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***********************************************************************************************
12-->
13
14<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
15    <PropertyGroup>
16        <PortableEnableXamlTargets>true</PortableEnableXamlTargets>
17    </PropertyGroup>
18
19    <Import Project="Microsoft.Portable.Common.targets" />
20    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
21    <Import Project="..\Microsoft.Portable.Core.targets" />
22
23</Project>
24