Build csapi with Release configuration
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0 / Microsoft.CSharp.CrossTargeting.targets
1 <!--\r
2 ***********************************************************************************************\r
3 Microsoft.CSharp.CrossTargeting.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) Microsoft Corporation. All rights reserved.\r
10 ***********************************************************************************************\r
11 -->\r
12 \r
13 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
14 \r
15   <!-- Import design time targets for Roslyn Project System. These are only available if Visual Studio is installed. -->\r
16   <!-- Import design time targets before the common crosstargeting targets, which import targets from Nuget. -->\r
17   <PropertyGroup>\r
18      <CSharpDesignTimeTargetsPath Condition="'$(CSharpDesignTimeTargetsPath)'==''">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets</CSharpDesignTimeTargetsPath>\r
19   </PropertyGroup>\r
20   <Import Project="$(CSharpDesignTimeTargetsPath)" Condition="'$(CSharpDesignTimeTargetsPath)' != '' and Exists('$(CSharpDesignTimeTargetsPath)')" />\r
21 \r
22   <Import Project="Microsoft.Common.CrossTargeting.targets" />\r
23 \r
24 </Project>\r