3 assignments to MSBuild item RestoreGraphProjectInputItems
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (3)
393
<
RestoreGraphProjectInputItems
Include="$(RestoreGraphProjectInput)" />
398
<
RestoreGraphProjectInputItems
Include="$(MSBuildProjectFullPath)" />
408
ItemName="
RestoreGraphProjectInputItems
" />
7 usages of MSBuild item RestoreGraphProjectInputItems
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (7)
389
<Target Name="_LoadRestoreGraphEntryPoints" Returns="@(
RestoreGraphProjectInputItems
)">
392
<ItemGroup Condition=" @(
RestoreGraphProjectInputItems
) == '' ">
397
<ItemGroup Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) != 'true' AND @(
RestoreGraphProjectInputItems
) == '' ">
403
Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(
RestoreGraphProjectInputItems
) == '' "
428
Include="@(
RestoreGraphProjectInputItems
)"
441
Include="@(
RestoreGraphProjectInputItems
)"
452
Include="@(
RestoreGraphProjectInputItems
)" />