Make sure UIHelpers' resources are included in the final PRI file (#19461)

OCWildcardResource requires the inclusion of a magic MSBuild target that
we wrote. We forgot to include it here. Oops.

Closes #19444
This commit is contained in:
Dustin L. Howett 2025-10-15 19:23:22 -05:00 committed by GitHub
parent 7f6ab5520e
commit 0e3d136dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,4 +86,5 @@
<Import Project="$(OpenConsoleDir)src\cppwinrt.build.post.props" />
<!-- This -must- go after cppwinrt.build.post.props because that includes many VS-provided props including appcontainer.common.props, which stomps on what cppwinrt.targets did. -->
<Import Project="$(OpenConsoleDir)src\common.nugetversions.targets" />
<Import Project="$(OpenConsoleDir)build\rules\CollectWildcardResources.targets" />
</Project>