true
$([MSBuild]::NormalizeDirectory('$(MSBuildThisFileDirectory)', '..'))
true
<_ProjectReferenceProvider Include="@(_ProvidesReferenceOrRequiresDelay->WithMetadataValue('IsProjectReferenceProvider','true')->Distinct())" />
<_RequiresDelayedBuild Include="@(_ProvidesReferenceOrRequiresDelay->WithMetadataValue('RequiresDelayedBuild','true')->Distinct())" />
<_SharedFrameworkAndPackageRef Include="@(_ProjectReferenceProvider->WithMetadataValue('IsAspNetCoreApp','true')->WithMetadataValue('IsPackable', 'true'))" />
<_SharedFrameworkRef Include="@(_ProjectReferenceProvider->WithMetadataValue('IsAspNetCoreApp','true')->WithMetadataValue('IsPackable', 'false'))" />
<_ShippingAssemblyWithDupes Include="@(_ProjectReferenceProvider->WithMetadataValue('IsAspNetCoreApp', 'true'))" />
<_ShippingAssemblyWithDupes Include="@(_ProjectReferenceProvider->WithMetadataValue('IsShippingPackage', 'true'))" />
<_ShippingAssembly Include="@(_ShippingAssemblyWithDupes->Distinct())" />
<_TrimmableProject Include="@(_ProvidesReferenceOrRequiresDelay->WithMetadataValue('IsTrimmable', 'true')->WithMetadataValue('IsProjectReferenceProvider','true')->Distinct())" />
$(MSBuildThisFileDirectory)ProjectReferences.props
@(_ProjectReferenceProvider->'', '$([System.Environment]::NewLine) ')
]]>
$(MSBuildThisFileDirectory)ShippingAssemblies.props
@(_ShippingAssembly->'', '$([System.Environment]::NewLine) ')
]]>
$(MSBuildThisFileDirectory)SharedFramework.Local.props
and properties from each .csproj in this repository.
-->
@(_SharedFrameworkAndPackageRef->'', '$([System.Environment]::NewLine) ')
@(_SharedFrameworkRef->'', '$([System.Environment]::NewLine) ')
]]>
$(MSBuildThisFileDirectory)TrimmableProjects.props
properties from each .csproj in this repository.
-->
@(_TrimmableProject->'', '$([System.Environment]::NewLine) ')
]]>
$(MSBuildThisFileDirectory)RequiresDelayedBuildProjects.props
properties. Content may overlap ProjectReferences.csproj
but that is not required (projects that are not project reference providers are also supported).
-->
@(_RequiresDelayedBuild->'', '$([System.Environment]::NewLine) ')
]]>