diff --git a/src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets b/src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets
index fe0f344df12c..3f3dd1e9b321 100644
--- a/src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets
+++ b/src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets
@@ -11,6 +11,9 @@
128,128
#FFFFFF
+ false
+ true
+
<_UnoResizetizerIsCompatibleApp Condition="
$(_IsUnoSingleProjectAndLegacy) == 'true'
@@ -23,6 +26,7 @@
ForegroundFile="$(UnoIconForegroundFile)"
ForegroundScale="$(UnoIconForegroundScale)"
Color="$(UnoIconBackgroundColor)"
+ UseBackgroundFile="$(UnoUseIconBackgroundFile)"
IsDefaultItem="true"
Exclude="@(UnoIcon)"
Condition="Exists('$(UnoIconBackgroundFile)') and Exists('$(UnoIconForegroundFile)')" />