@@ -185,6 +185,7 @@ Copyright (c) .NET Foundation. All rights reserved.
185185 <CsWinRTGeneratorInteropAssemblyDirectory Condition =" '$(CsWinRTGeneratorInteropAssemblyDirectory)' == ''" >$(IntermediateOutputPath)</CsWinRTGeneratorInteropAssemblyDirectory >
186186 <CsWinRTGeneratorValidateWinRTRuntimeAssemblyVersion Condition =" '$(CsWinRTGeneratorValidateWinRTRuntimeAssemblyVersion)' == ''" >true</CsWinRTGeneratorValidateWinRTRuntimeAssemblyVersion >
187187 <CsWinRTGeneratorValidateWinRTRuntimeDllVersion2References Condition =" '$(CsWinRTGeneratorValidateWinRTRuntimeDllVersion2References)' == ''" >true</CsWinRTGeneratorValidateWinRTRuntimeDllVersion2References >
188+ <CsWinRTGeneratorEnableIncrementalGeneration Condition =" '$(CsWinRTGeneratorEnableIncrementalGeneration)' == ''" >true</CsWinRTGeneratorEnableIncrementalGeneration >
188189 <CsWinRTGeneratorTreatWarningsAsErrors Condition =" '$(CsWinRTGeneratorTreatWarningsAsErrors)' == ''" >false</CsWinRTGeneratorTreatWarningsAsErrors >
189190 <CsWinRTGeneratorMaxDegreesOfParallelism Condition =" '$(CsWinRTGeneratorMaxDegreesOfParallelism)' == ''" >-1</CsWinRTGeneratorMaxDegreesOfParallelism >
190191 <CsWinRTGeneratorStandardOutputImportance Condition =" '$(CsWinRTGeneratorStandardOutputImportance)' == ''" >High</CsWinRTGeneratorStandardOutputImportance >
@@ -248,6 +249,7 @@ Copyright (c) .NET Foundation. All rights reserved.
248249 <_RunCsWinRTGeneratorInputsCacheToHash Include =" $(CsWinRTUseWindowsUIXamlProjections)" />
249250 <_RunCsWinRTGeneratorInputsCacheToHash Include =" $(CsWinRTGeneratorValidateWinRTRuntimeAssemblyVersion)" />
250251 <_RunCsWinRTGeneratorInputsCacheToHash Include =" $(CsWinRTGeneratorValidateWinRTRuntimeDllVersion2References)" />
252+ <_RunCsWinRTGeneratorInputsCacheToHash Include =" $(CsWinRTGeneratorEnableIncrementalGeneration)" />
251253 <_RunCsWinRTGeneratorInputsCacheToHash Include =" $(CsWinRTGeneratorTreatWarningsAsErrors)" />
252254 <_RunCsWinRTGeneratorInputsCacheToHash Include =" $(CsWinRTGeneratorMaxDegreesOfParallelism)" />
253255 <_RunCsWinRTGeneratorInputsCacheToHash Include =" $(CsWinRTGeneratorLogStandardErrorAsError)" />
@@ -294,6 +296,7 @@ Copyright (c) .NET Foundation. All rights reserved.
294296 UseWindowsUIXamlProjections =" $(CsWinRTUseWindowsUIXamlProjections)"
295297 ValidateWinRTRuntimeAssemblyVersion =" $(CsWinRTGeneratorValidateWinRTRuntimeAssemblyVersion)"
296298 ValidateWinRTRuntimeDllVersion2References =" $(CsWinRTGeneratorValidateWinRTRuntimeDllVersion2References)"
299+ EnableIncrementalGeneration =" $(CsWinRTGeneratorEnableIncrementalGeneration)"
297300 TreatWarningsAsErrors =" $(CsWinRTGeneratorTreatWarningsAsErrors)"
298301 MaxDegreesOfParallelism =" $(CsWinRTGeneratorMaxDegreesOfParallelism)"
299302 AdditionalArguments =" @(CsWinRTGeneratorAdditionalArgument)"
0 commit comments