2 assignments to MSBuild item _GenerateRestoreGraphProjectEntryInput
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (2)
510
<
_GenerateRestoreGraphProjectEntryInput
Include="@(FilteredRestoreGraphProjectInputItems)" Condition=" '$(RestoreRecursive)' != 'true' " />
511
<
_GenerateRestoreGraphProjectEntryInput
Include="@(_RestoreProjectPathItems)" Condition=" '$(RestoreRecursive)' == 'true' " />
1 usage of MSBuild item _GenerateRestoreGraphProjectEntryInput
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
517
Projects="@(
_GenerateRestoreGraphProjectEntryInput
)"