2 assignments to MSBuild property RestoreProjectStyle
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
109<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
692<Output TaskParameter="ProjectStyle" PropertyName="RestoreProjectStyle" />
23 usages of MSBuild property RestoreProjectStyle
MSBuildFiles (23)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (22)
608<_RestoreGraphEntry Include="$([System.Guid]::NewGuid())" Condition=" '$(RestoreProjectStyle)' != 'Unknown' "> 659Condition=" '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' "> 672Returns="$(RestoreProjectStyle);$(PackageReferenceCompatibleProjectStyle)"> 691RestoreProjectStyle="$(RestoreProjectStyle)"> 712Condition="'$(RestoreProjectStyle)' == 'PackageReference'"> 738Condition=" '$(RestoreProjectStyle)' != 'ProjectJson'" 781Condition=" '$(RestoreProjectStyle)' == 'PackageReference' OR '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == 'DotnetToolReference' OR '$(RestoreProjectStyle)' == 'PackagesConfig'" 785<PropertyGroup Condition=" '$(RestoreSolutionDirectory)' == '' AND '$(RestoreProjectStyle)' == 'PackagesConfig' AND '$(SolutionDir)' != '*Undefined*'"> 803RestoreProjectStyle="$(RestoreProjectStyle)" 889<PropertyGroup Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson' "> 893<ConvertToAbsolutePath Paths="$(RestoreOutputPath)" Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson'"> 944<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 974<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'ProjectJson' "> 985<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 991<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'PackagesConfig' "> 997<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 1015<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'Unknown' "> 1021<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (1)
104<ProjectCapability Include="PackageReferences" Condition="'$(RestoreProjectStyle)' == 'PackageReference'" />