3 usages of MSBuild property PreserveCompilationContext
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\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\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
124
<GenerateDependencyFile Condition="'$(GenerateDependencyFile)' == ''">$(
PreserveCompilationContext
)</GenerateDependencyFile>