2 usages of MSBuild property ErrorOnMissingProjectReference
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
2187
<_NonExistentProjectReferenceSeverity Condition="'@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(
ErrorOnMissingProjectReference
)' != 'True'">Warning</_NonExistentProjectReferenceSeverity>
2188
<_NonExistentProjectReferenceSeverity Condition="'@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(
ErrorOnMissingProjectReference
)' == 'True'">Error</_NonExistentProjectReferenceSeverity>