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

(cherry picked from commit 0e3d136dad1263e36b136b66adbc7e7d4789d56e)
Service-Card-Id: PVTI_lADOAF3p4s4Axadtzgf7udI
Service-Version: 1.23
This commit is contained in:
Dustin L. Howett 2025-10-15 19:23:22 -05:00 committed by Dustin L. Howett
parent 821eb1b645
commit 93335d045c

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>