4 usages of MSBuild property DoNotDecorateComposeDir
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (4)
233
<ProfilingSymbolsDir Condition="'$(ProfilingSymbolsDir)' != '' and '$(
DoNotDecorateComposeDir
)' != 'true'">$([System.IO.Path]::Combine($(ProfilingSymbolsDir), $(PlatformTarget)))</ProfilingSymbolsDir>
235
<ProfilingSymbolsDir Condition="'$(
DoNotDecorateComposeDir
)' != 'true'">$([System.IO.Path]::Combine($(ProfilingSymbolsDir), $(_TFM)))</ProfilingSymbolsDir>
239
<ComposeDir Condition="'$(
DoNotDecorateComposeDir
)' != 'true'">$([System.IO.Path]::Combine($(ComposeDir), $(PlatformTarget)))</ComposeDir>
240
<ComposeDir Condition="'$(
DoNotDecorateComposeDir
)' != 'true'">$([System.IO.Path]::Combine($(ComposeDir), $(_TFM)))</ComposeDir>