1 declaration of MSBuild target _GetRestoreProjectStyle
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
662<Target Name="_GetRestoreProjectStyle"
9 usages of MSBuild target _GetRestoreProjectStyle
MSBuildFiles (9)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\NuGet.Build.Tasks.Pack.targets (1)
41<PackDependsOn>$(BeforePack); _GetRestoreProjectStyle; _IntermediatePack; GenerateNuspec; $(PackDependsOn)</PackDependsOn>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (8)
594DependsOnTargets="_GetRestoreProjectStyle" 702<Target Name="EnableIntermediateOutputPathMismatchWarning" DependsOnTargets="_GetRestoreProjectStyle" 720DependsOnTargets="_GetRestoreProjectStyle;_GetRestoreTargetFrameworkOverride" 757DependsOnTargets="_GetRestoreProjectStyle;_GetRestoreTargetFrameworkOverride" 835DependsOnTargets="_GetRestoreTargetFrameworksAsItems;_GetRestoreProjectStyle" 877DependsOnTargets="_GetRestoreProjectStyle;_GetRestoreTargetFrameworksOutput;_GetRestoreSettings" 1027_GetRestoreProjectStyle; 1091DependsOnTargets="_GetRestoreProjectStyle;_CollectRestoreInputs"