2 assignments to MSBuild item _MSBuildProjectReference
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
1658
<Output TaskParameter="UnresolvedProjectReferences" ItemName="
_MSBuildProjectReference
"/>
1668
<
_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)
1673
<_MSBuildProjectReferenceExistent Include="@(
_MSBuildProjectReference
)" Condition="Exists('%(Identity)')"/>
1674
<_MSBuildProjectReferenceNonexistent Include="@(
_MSBuildProjectReference
)" Condition="!Exists('%(Identity)')"/>