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)" /> 452ItemName="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) == '' "> 447Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(RestoreGraphProjectInputItems) == '' " 472Include="@(RestoreGraphProjectInputItems)" 485Include="@(RestoreGraphProjectInputItems)" 496Include="@(RestoreGraphProjectInputItems)" />