2 assignments to MSBuild property RestoreProjectStyle
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\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)
644<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)
560<_RestoreGraphEntry Include="$([System.Guid]::NewGuid())" Condition=" '$(RestoreProjectStyle)' != 'Unknown' "> 611Condition=" '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' "> 624Returns="$(RestoreProjectStyle);$(PackageReferenceCompatibleProjectStyle)"> 643RestoreProjectStyle="$(RestoreProjectStyle)"> 664Condition="'$(RestoreProjectStyle)' == 'PackageReference'"> 690Condition=" '$(RestoreProjectStyle)' != 'ProjectJson'" 733Condition=" '$(RestoreProjectStyle)' == 'PackageReference' OR '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == 'DotnetToolReference' OR '$(RestoreProjectStyle)' == 'PackagesConfig'" 737<PropertyGroup Condition=" '$(RestoreSolutionDirectory)' == '' AND '$(RestoreProjectStyle)' == 'PackagesConfig' AND '$(SolutionDir)' != '*Undefined*'"> 755RestoreProjectStyle="$(RestoreProjectStyle)" 841<PropertyGroup Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson' "> 845<ConvertToAbsolutePath Paths="$(RestoreOutputPath)" Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson'"> 896<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 926<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'ProjectJson' "> 937<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 943<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'PackagesConfig' "> 949<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 967<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'Unknown' "> 973<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (1)
104<ProjectCapability Include="PackageReferences" Condition="'$(RestoreProjectStyle)' == 'PackageReference'" />