Fix dotnet-build.sh
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0-preview1-005977 / 15.0 / Microsoft.Common.targets / ImportAfter / Microsoft.TestPlatform.ImportAfter.targets
1 <!--
2 ***********************************************************************************************
3 Microsoft.TestPlatform.ImportAfter.targets
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
13 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
14   <!-- Import Microsoft.TestPlatform.targets for VSTest target -->
15   <PropertyGroup>
16     <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
17     <VSTestTargets Condition="'$(VSTestTargets)'==''">$(MSBuildExtensionsPath)\Microsoft.TestPlatform.targets</VSTestTargets>
18   </PropertyGroup>
19   <Import Condition="Exists('$(VSTestTargets)')" Project="$(VSTestTargets)" />
20 </Project>