aspnetcore/src/Microsoft.DotNet.Watcher.Tools/dotnetwatch.targets

18 lines
952 B
XML

<!-- This file is autogenerated by dotnet-watch. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_DotNetWatchTargetsFile Condition="'$(_DotNetWatchTargetsFile)' == ''">$(MSBuildThisFileFullPath)</_DotNetWatchTargetsFile>
</PropertyGroup>
<Import Project="$(_DotNetWatchTargetsLocation)\DotNetWatchCommon.targets"
Condition="Exists('$(_DotNetWatchTargetsLocation)\DotNetWatchCommon.targets')" />
<ImportGroup Condition="'$(TargetFramework)'==''">
<Import Project="$(_DotNetWatchTargetsLocation)\DotNetWatchOuter.targets"
Condition="Exists('$(_DotNetWatchTargetsLocation)\DotNetWatchOuter.targets')" />
</ImportGroup>
<ImportGroup Condition="'$(TargetFramework)'!=''">
<Import Project="$(_DotNetWatchTargetsLocation)\DotNetWatchInner.targets"
Condition="Exists('$(_DotNetWatchTargetsLocation)\DotNetWatchInner.targets')" />
</ImportGroup>
</Project>