Add an empty PGO rule to the wpf test harness app (#14484)

This should fix the PGO build.
This commit is contained in:
Dustin L. Howett
2022-12-06 10:26:06 -06:00
committed by GitHub
parent b89c8ced22
commit 32bf894f14

View File

@@ -26,4 +26,7 @@
</Content>
</ItemGroup>
<!-- Install an empty one for CSPROJ projects as they don't PGO. -->
<Target Name="MergePGOCounts" />
</Project>