8 assignments to MSBuild item AnnotatedProjects
MSBuildFiles (8)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (8)
1896
<Output ItemName="
AnnotatedProjects
" TaskParameter="AssignedProjects" />
1905
<Output ItemName="
AnnotatedProjects
" TaskParameter="AssignedProjects" />
1917
<
AnnotatedProjects
Include="@(_ProjectReferenceTargetFrameworkPossibilities)"
1931
<
AnnotatedProjects
Remove="@(AnnotatedProjects)" />
1932
<
AnnotatedProjects
Include="@(UpdatedAnnotatedProjects)" />
1936
<
AnnotatedProjects
Condition="'@(AnnotatedProjects)' == '%(Identity)' and '%(AnnotatedProjects.NearestTargetFramework)' != '' and '%(AnnotatedProjects.HasSingleTargetFramework)' != 'true'">
1944
<
AnnotatedProjects
Condition="'@(AnnotatedProjects)' == '%(Identity)' and ('%(AnnotatedProjects.NearestTargetFramework)' == '' or '%(AnnotatedProjects.HasSingleTargetFramework)' == 'true')">
1950
<
AnnotatedProjects
Condition="'@(AnnotatedProjects)' == '%(Identity)' and '%(AnnotatedProjects.IsRidAgnostic)' != 'false'">
6 usages of MSBuild item AnnotatedProjects
MSBuildFiles (6)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
1926
<SetRidAgnosticValueForProjects Projects="@(
AnnotatedProjects
)">
1931
<AnnotatedProjects Remove="@(
AnnotatedProjects
)" />
1936
<AnnotatedProjects Condition="'@(
AnnotatedProjects
)' == '%(Identity)' and '%(AnnotatedProjects.NearestTargetFramework)' != '' and '%(AnnotatedProjects.HasSingleTargetFramework)' != 'true'">
1944
<AnnotatedProjects Condition="'@(
AnnotatedProjects
)' == '%(Identity)' and ('%(AnnotatedProjects.NearestTargetFramework)' == '' or '%(AnnotatedProjects.HasSingleTargetFramework)' == 'true')">
1950
<AnnotatedProjects Condition="'@(
AnnotatedProjects
)' == '%(Identity)' and '%(AnnotatedProjects.IsRidAgnostic)' != 'false'">
1959
<_MSBuildProjectReferenceExistent Include="@(
AnnotatedProjects
)" />