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)" /> 408ItemName="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) == '' "> 403Condition=" $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(RestoreGraphProjectInputItems) == '' " 428Include="@(RestoreGraphProjectInputItems)" 441Include="@(RestoreGraphProjectInputItems)" 452Include="@(RestoreGraphProjectInputItems)" />