2 assignments to MSBuild item _MSBuildProjectReference
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
1657
<Output TaskParameter="UnresolvedProjectReferences" ItemName="
_MSBuildProjectReference
"/>
1667
<
_MSBuildProjectReference
Include="@(ProjectReferenceWithConfiguration)" Condition="'$(BuildingInsideVisualStudio)'!='true' and '@(ProjectReferenceWithConfiguration)'!=''"/>
2 usages of MSBuild item _MSBuildProjectReference
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
1672
<_MSBuildProjectReferenceExistent Include="@(
_MSBuildProjectReference
)" Condition="Exists('%(Identity)')"/>
1673
<_MSBuildProjectReferenceNonexistent Include="@(
_MSBuildProjectReference
)" Condition="!Exists('%(Identity)')"/>