File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,12 @@ Copyright (C) Microsoft Corporation. All rights reserved.
8282 <BeforeClCompileTargets >
8383 $(BeforeClCompileTargets);CppWinRTAddXamlMetaDataProviderCpp;CppWinRTMakeProjections;
8484 </BeforeClCompileTargets >
85+
86+ <!-- Ensure ComputeCompileInputsTargets runs at the end so that FixupCLCompileOptions is the last to run -->
8587 <ComputeCompileInputsTargets >
86- $(ComputeCompileInputsTargets);CppWinRTComputeXamlGeneratedCompileInputs ;CppWinRTHeapEnforcementOptOut;
88+ CppWinRTComputeXamlGeneratedCompileInputs; $(ComputeCompileInputsTargets);CppWinRTHeapEnforcementOptOut;
8789 </ComputeCompileInputsTargets >
90+
8891 <MarkupCompilePass1DependsOn >
8992 $(MarkupCompilePass1DependsOn);CppWinRTAddXamlReferences
9093 </MarkupCompilePass1DependsOn >
You can’t perform that action at this time.
0 commit comments