Skip to content

Fix CppWinRTAddXamlReferences to not use outputs as inputs#1381

Merged
Scottj1s merged 1 commit intomasterfrom
scottj1s/xaml_refs
Dec 28, 2023
Merged

Fix CppWinRTAddXamlReferences to not use outputs as inputs#1381
Scottj1s merged 1 commit intomasterfrom
scottj1s/xaml_refs

Conversation

@Scottj1s
Copy link
Member

Incremental builds fail when a referenced project's winmd has been updated. This is because the CppWinRT reference projection is properly using project's referenced winmds as inputs. But the MarkupCompilePass2 target is using XamlReferencesToCompile, which has been set here to use previously copied output files.

Incremental builds fail when a referenced project's winmd has been updated.  This is because the CppWinRT reference projection is properly using project's referenced winmds as inputs.  But the MarkupCompilePass2 target is using XamlReferencesToCompile, which has been set here to use previously copied output files.
@Scottj1s Scottj1s merged commit cb67472 into master Dec 28, 2023
@Scottj1s Scottj1s deleted the scottj1s/xaml_refs branch December 28, 2023 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments