2 assignments to MSBuild property RestoreProjectStyle
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\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)
648<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)
564<_RestoreGraphEntry Include="$([System.Guid]::NewGuid())" Condition=" '$(RestoreProjectStyle)' != 'Unknown' "> 615Condition=" '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' "> 628Returns="$(RestoreProjectStyle);$(PackageReferenceCompatibleProjectStyle)"> 647RestoreProjectStyle="$(RestoreProjectStyle)"> 668Condition="'$(RestoreProjectStyle)' == 'PackageReference'"> 694Condition=" '$(RestoreProjectStyle)' != 'ProjectJson'" 737Condition=" '$(RestoreProjectStyle)' == 'PackageReference' OR '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == 'DotnetToolReference' OR '$(RestoreProjectStyle)' == 'PackagesConfig'" 741<PropertyGroup Condition=" '$(RestoreSolutionDirectory)' == '' AND '$(RestoreProjectStyle)' == 'PackagesConfig' AND '$(SolutionDir)' != '*Undefined*'"> 759RestoreProjectStyle="$(RestoreProjectStyle)" 845<PropertyGroup Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson' "> 849<ConvertToAbsolutePath Paths="$(RestoreOutputPath)" Condition=" '$(PackageReferenceCompatibleProjectStyle)' == 'true' OR '$(RestoreProjectStyle)' == 'ProjectJson'"> 900<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 927<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'ProjectJson' "> 938<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 944<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'PackagesConfig' "> 950<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle> 968<ItemGroup Condition=" '$(RestoreProjectStyle)' == 'Unknown' "> 974<ProjectStyle>$(RestoreProjectStyle)</ProjectStyle>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (1)
104<ProjectCapability Include="PackageReferences" Condition="'$(RestoreProjectStyle)' == 'PackageReference'" />