2 assignments to MSBuild property RestoreProjectStyle
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\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)
684<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)
600<_RestoreGraphEntry Include="$([System.Guid]::NewGuid())" Condition=" '$(RestoreProjectStyle)' != 'Unknown' "> 651Condition=" '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' "> 664Returns="$(RestoreProjectStyle);$(PackageReferenceCompatibleProjectStyle)"> 683RestoreProjectStyle="$(RestoreProjectStyle)"> 704Condition="'$(RestoreProjectStyle)' == 'PackageReference'"> 730Condition=" '$(RestoreProjectStyle)' != 'ProjectJson'" 773Condition=" '$(RestoreProjectStyle)' == 'PackageReference' OR '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == 'DotnetToolReference' OR '$(RestoreProjectStyle)' == 'PackagesConfig'" 777<PropertyGroup Condition=" '$(RestoreSolutionDirectory)' == '' AND '$(RestoreProjectStyle)' == 'PackagesConfig' AND '$(SolutionDir)' != '*Undefined*'"> 795RestoreProjectStyle="$(RestoreProjectStyle)" 881<PropertyGroup Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson' "> 885<ConvertToAbsolutePath Paths="$(RestoreOutputPath)" Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson'"> 936<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 966<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'ProjectJson' "> 977<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 983<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'PackagesConfig' "> 989<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 1007<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'Unknown' "> 1013<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (1)
104<ProjectCapability Include="PackageReferences" Condition="'$(RestoreProjectStyle)' == 'PackageReference'" />