3 assignments to MSBuild item RestoreGraphProjectInputItems
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (3)
429
<
RestoreGraphProjectInputItems
Include="$(RestoreGraphProjectInput)" />
434
<
RestoreGraphProjectInputItems
Include="$(MSBuildProjectFullPath)" />
444
ItemName="
RestoreGraphProjectInputItems
" />
7 usages of MSBuild item RestoreGraphProjectInputItems
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (7)
425
<Target Name="_LoadRestoreGraphEntryPoints" Returns="@(
RestoreGraphProjectInputItems
)">
428
<ItemGroup Condition=" @(
RestoreGraphProjectInputItems
) == '' ">
433
<ItemGroup Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) != 'true' AND @(
RestoreGraphProjectInputItems
) == '' ">
439
Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(
RestoreGraphProjectInputItems
) == '' "
464
Include="@(
RestoreGraphProjectInputItems
)"
477
Include="@(
RestoreGraphProjectInputItems
)"
488
Include="@(
RestoreGraphProjectInputItems
)" />