summaryrefslogtreecommitdiff
path: root/packages/microsoft.portable.targets/0.1.1-dev/contentFiles/any/any/Extensions/Microsoft/Portable/v4.6/Microsoft.Portable.CSharp.targets
blob: b35e88b1f63ba7a5d939edc26d0c147f823a6162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--
***********************************************************************************************
Microsoft.Portable.CSharp.targets

Contains common properties and targets that are shared by all v4.5 Portable Library C# projects.

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
          created a backup copy.  Incorrect changes to this file will make it
          impossible to load or build your projects from the command-line or the IDE.

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
        <PortableEnableXamlTargets>true</PortableEnableXamlTargets>
    </PropertyGroup>
    
    <Import Project="Microsoft.Portable.Common.targets" />
    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.Targets" />
    <Import Project="..\Microsoft.Portable.Core.targets" />
  
</Project>