$(CommonOutputGroupsDependsOn);
$(DesignerRuntimeImplementationProjectOutputGroupDependsOn);
_GenerateDesignerDepsFile;
_GenerateDesignerRuntimeConfigFile;
GetCopyToOutputDirectoryItems;
_GatherDesignerShadowCopyFiles;
<_DesignerDepsFileName>$(AssemblyName).designer.deps.json
<_DesignerRuntimeConfigFileName>$(AssemblyName).designer.runtimeconfig.json
<_DesignerDepsFilePath>$(IntermediateOutputPath)$(_DesignerDepsFileName)
<_DesignerRuntimeConfigFilePath>$(IntermediateOutputPath)$(_DesignerRuntimeConfigFileName)
<_DesignerHostConfigurationOption
Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
Value="true"
/>
<_DesignerShadowCopy Include="@(ReferenceCopyLocalPaths)" />
<_DesignerShadowCopy
Remove="@(_ResolvedCopyLocalBuildAssets)"
Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'"
/>
<_DesignerShadowCopy
Remove="@(RuntimePackAsset)"
Condition="'%(RuntimePackAsset.RuntimePackAlwaysCopyLocal)' != 'true'"
/>