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)" /> 404ItemName="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) == '' "> 399Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(RestoreGraphProjectInputItems) == '' " 424Include="@(RestoreGraphProjectInputItems)" 437Include="@(RestoreGraphProjectInputItems)" 448Include="@(RestoreGraphProjectInputItems)" />