3 usages of MSBuild property PreserveCompilationContext
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PreserveCompilationContext.targets (2)
17
<PreserveCompilationReferences Condition=" '$(PreserveCompilationReferences)' == ''">$(
PreserveCompilationContext
)</PreserveCompilationReferences>
21
Condition="'$(
PreserveCompilationContext
)' == 'true'"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
121
<GenerateDependencyFile Condition="'$(GenerateDependencyFile)' == ''">$(
PreserveCompilationContext
)</GenerateDependencyFile>