2 assignments to MSBuild item _GenerateRestoreGraphProjectEntryInput
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (2)
506
<
_GenerateRestoreGraphProjectEntryInput
Include="@(FilteredRestoreGraphProjectInputItems)" Condition=" '$(RestoreRecursive)' != 'true' " />
507
<
_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)
513
Projects="@(
_GenerateRestoreGraphProjectEntryInput
)"