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'))" /> <_TrimmableProject Include="@(_ProjectReferenceProvider->WithMetadataValue('IsTrimmable', 'true'))" /> $(MSBuildThisFileDirectory)ProjectReferences.props @(_ProjectReferenceProvider->'', '%0A ') ]]> $(MSBuildThisFileDirectory)SharedFramework.Local.props and properties from each .csproj in this repository. --> @(_SharedFrameworkAndPackageRef->'', '%0A ') @(_SharedFrameworkRef->'', '%0A ') ]]> $(MSBuildThisFileDirectory)TrimmableProjects.props properties from each .csproj in this repository. --> @(_TrimmableProject->'', '%0A ') ]]> $(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->'', '%0A ') ]]>