3 assignments to MSBuild item RestoreGraphProjectInputItems
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (3)
389
<
RestoreGraphProjectInputItems
Include="$(RestoreGraphProjectInput)" />
394
<
RestoreGraphProjectInputItems
Include="$(MSBuildProjectFullPath)" />
404
ItemName="
RestoreGraphProjectInputItems
" />
7 usages of MSBuild item RestoreGraphProjectInputItems
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (7)
385
<Target Name="_LoadRestoreGraphEntryPoints" Returns="@(
RestoreGraphProjectInputItems
)">
388
<ItemGroup Condition=" @(
RestoreGraphProjectInputItems
) == '' ">
393
<ItemGroup Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) != 'true' AND @(
RestoreGraphProjectInputItems
) == '' ">
399
Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(
RestoreGraphProjectInputItems
) == '' "
424
Include="@(
RestoreGraphProjectInputItems
)"
437
Include="@(
RestoreGraphProjectInputItems
)"
448
Include="@(
RestoreGraphProjectInputItems
)" />