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' ">
659
Condition=" '$(
RestoreProjectStyle
)' == 'ProjectJson' OR '$(
RestoreProjectStyle
)' == '' ">
672
Returns="$(
RestoreProjectStyle
);$(PackageReferenceCompatibleProjectStyle)">
691
RestoreProjectStyle="$(
RestoreProjectStyle
)">
712
Condition="'$(
RestoreProjectStyle
)' == 'PackageReference'">
738
Condition=" '$(
RestoreProjectStyle
)' != 'ProjectJson'"
781
Condition=" '$(
RestoreProjectStyle
)' == 'PackageReference' OR '$(
RestoreProjectStyle
)' == 'ProjectJson' OR '$(
RestoreProjectStyle
)' == 'DotnetToolReference' OR '$(
RestoreProjectStyle
)' == 'PackagesConfig'"
785
<PropertyGroup Condition=" '$(RestoreSolutionDirectory)' == '' AND '$(
RestoreProjectStyle
)' == 'PackagesConfig' AND '$(SolutionDir)' != '*Undefined*'">
803
RestoreProjectStyle="$(
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'" />