3 assignments to MSBuild item ProjectReferenceWithConfiguration
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
1615
<Output TaskParameter="AssignedProjects" ItemName="
ProjectReferenceWithConfiguration
"/>
1616
<Output TaskParameter="UnassignedProjects" ItemName="
ProjectReferenceWithConfiguration
"/>
1624
<
ProjectReferenceWithConfiguration
>
12 usages of MSBuild item ProjectReferenceWithConfiguration
MSBuildFiles (12)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (12)
1042
Condition="'$(BuildPassReferences)' == 'true' and '@(
ProjectReferenceWithConfiguration
)' != '' and '@(_MSBuildProjectReferenceExistent)' != '' and '%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true'"
1071
Condition="'$(BuildPassReferences)' == 'true' and '@(
ProjectReferenceWithConfiguration
)' != '' and '@(_MSBuildProjectReferenceExistent)' != '' and '%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true'"
1100
Condition="'$(BuildPassReferences)' == 'true' and '@(
ProjectReferenceWithConfiguration
)' != '' and '@(_MSBuildProjectReferenceExistent)' != '' and '%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true'"
1653
ProjectReferences="@(
ProjectReferenceWithConfiguration
)"
1655
Condition="'$(BuildingInsideVisualStudio)'=='true' and '@(
ProjectReferenceWithConfiguration
)'!=''">
1668
<_MSBuildProjectReference Include="@(
ProjectReferenceWithConfiguration
)" Condition="'$(BuildingInsideVisualStudio)'!='true' and '@(
ProjectReferenceWithConfiguration
)'!=''"/>
2123
Condition="'%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(
ProjectReferenceWithConfiguration
)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != ''"
2143
Condition="'%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(
ProjectReferenceWithConfiguration
)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != ''"
2163
Condition="'%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(
ProjectReferenceWithConfiguration
)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != ''"
2187
<_NonExistentProjectReferenceSeverity Condition="'@(
ProjectReferenceWithConfiguration
)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(ErrorOnMissingProjectReference)' != 'True'">Warning</_NonExistentProjectReferenceSeverity>
2188
<_NonExistentProjectReferenceSeverity Condition="'@(
ProjectReferenceWithConfiguration
)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(ErrorOnMissingProjectReference)' == 'True'">Error</_NonExistentProjectReferenceSeverity>