Add NuGet.BuildTasks
[platform/core/dotnet/build-tools.git] / tasks / NuGet / ImportBeforeAfter / Microsoft.NuGet.ImportBefore.props
1 <!--
2 ***********************************************************************************************
3 Microsoft.NuGet.ImportBefore.props
4
5 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6           created a backup copy.  Incorrect changes to this file will make it
7           impossible to load or build your projects from the command-line or the IDE.
8
9 Copyright (c) .NET Foundation. All rights reserved. 
10 ***********************************************************************************************
11 -->
12 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
13   <PropertyGroup>
14     <NuGetProps Condition="'$(NuGetProps)'==''">$(MSBuildExtensionsPath)\Microsoft\NuGet\Microsoft.NuGet.props</NuGetProps>
15   </PropertyGroup>
16   <Import Condition="Exists('$(NuGetProps)')" Project="$(NuGetProps)" />
17 </Project>