<_IsAspNetCoreProject Condition="%(ProjectCapability.Identity) == 'AspNetCore'">true
<_DotNetCLIPrePublishDependsOn>
_InitProjectCapabilityProperties;
_AspNetCoreProjectSystemPrePublish;
<_AspNetCoreProjectSystemPrePublishDependsOn>
BeforePublish;
$(_DotNetPublishComputeFiles);
<_DotNetCLIPostPublishDependsOn>
_InitProjectCapabilityProperties;
_AspNetCoreProjectSystemPostPublish;
_OtherNetProjectPostPublish;
AfterPublish;
<_AspNetCoreProjectSystemPostPublishDependsOn>
_InitPublishIntermediateOutputPath;
$(_DotNetPublishTransformFiles);
_PublishFiles;
<_OtherNetProjectPostPublishDependsOn>
_InitPublishIntermediateOutputPath;
_PublishFiles;
$(PublishDirFullPath)
<_PublishFilesDependsOn>
$(_DotNetPublishFiles);