1 assignment to MSBuild property UseArtifactsIntermediateOutput
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.props (1)
68
<
UseArtifactsIntermediateOutput
Condition="'$(UseArtifactsIntermediateOutput)' == ''">true</UseArtifactsIntermediateOutput>
7 usages of MSBuild property UseArtifactsIntermediateOutput
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.props (2)
68
<UseArtifactsIntermediateOutput Condition="'$(
UseArtifactsIntermediateOutput
)' == ''">true</UseArtifactsIntermediateOutput>
72
<PropertyGroup Condition="'$(UseArtifactsOutput)' == 'true' And '$(BaseIntermediateOutputPath)' == '' And '$(
UseArtifactsIntermediateOutput
)' == 'true'">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (4)
76
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == '' And '$(
UseArtifactsIntermediateOutput
)' == 'true'">$(ArtifactsPath)\obj\$(ArtifactsProjectName)\</BaseIntermediateOutputPath>
83
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == '' And '$(
UseArtifactsIntermediateOutput
)' == 'true'">$(ArtifactsPath)\obj\</BaseIntermediateOutputPath>
89
<IntermediateOutputPath Condition=" $(IntermediateOutputPath) == '' And '$(
UseArtifactsIntermediateOutput
)' == 'true'">$(BaseIntermediateOutputPath)$(ArtifactsPivots)\</IntermediateOutputPath>
105
<PropertyGroup Condition="'$(
UseArtifactsIntermediateOutput
)' != 'true'">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
329
<IntermediateOutputPath Condition="'$(
UseArtifactsIntermediateOutput
)' != 'true'">$(IntermediateOutputPath)$(RuntimeIdentifier)\</IntermediateOutputPath>