3 assignments to MSBuild item RestoreGraphProjectInputItems
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (3)
437
<
RestoreGraphProjectInputItems
Include="$(RestoreGraphProjectInput)" />
442
<
RestoreGraphProjectInputItems
Include="$(MSBuildProjectFullPath)" />
452
ItemName="
RestoreGraphProjectInputItems
" />
7 usages of MSBuild item RestoreGraphProjectInputItems
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (7)
433
<Target Name="_LoadRestoreGraphEntryPoints" Returns="@(
RestoreGraphProjectInputItems
)">
436
<ItemGroup Condition=" @(
RestoreGraphProjectInputItems
) == '' ">
441
<ItemGroup Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) != 'true' AND @(
RestoreGraphProjectInputItems
) == '' ">
447
Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(
RestoreGraphProjectInputItems
) == '' "
472
Include="@(
RestoreGraphProjectInputItems
)"
485
Include="@(
RestoreGraphProjectInputItems
)"
496
Include="@(
RestoreGraphProjectInputItems
)" />