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)" /> 444ItemName="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) == '' "> 439Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(RestoreGraphProjectInputItems) == '' " 464Include="@(RestoreGraphProjectInputItems)" 477Include="@(RestoreGraphProjectInputItems)" 488Include="@(RestoreGraphProjectInputItems)" />