Skip to content

Commit

Permalink
feat: provide override to disable default UnoResizetizer Items
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 18, 2024
1 parent c61ef3b commit aaf452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Sdk/targets/Uno.DefaultItems.targets
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<Import Project="Uno.DefaultItems.SingleProject.targets" Condition="$(SingleProject) == 'true'" />

<!-- Resizetizer -->
<Import Project="Uno.DefaultItems.Resizetizer.targets" Condition="$(PkgUno_Resizetizer) != ''" />
<Import Project="Uno.DefaultItems.Resizetizer.targets" Condition="$(DisableDefaultUnoResizetizerItems) != 'true'" />

<!-- Cross Targetting -->
<Import Project="Uno.CrossTargeting.targets" />
Expand Down

0 comments on commit aaf452e

Please sign in to comment.