From 1bd8f08414b07b7d92ba94acb584a578ec26adb5 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Mon, 6 May 2024 12:54:50 -0600 Subject: [PATCH 1/2] fix: include Svg/**/*.svg as Content --- src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets | 2 +- src/Uno.Sdk/targets/Uno.DefaultItems.targets | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets b/src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets index a871b57394eb..fe0f344df12c 100644 --- a/src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets +++ b/src/Uno.Sdk/targets/Uno.DefaultItems.Resizetizer.targets @@ -36,7 +36,7 @@ diff --git a/src/Uno.Sdk/targets/Uno.DefaultItems.targets b/src/Uno.Sdk/targets/Uno.DefaultItems.targets index a3e55a62efe1..b717bd666e11 100644 --- a/src/Uno.Sdk/targets/Uno.DefaultItems.targets +++ b/src/Uno.Sdk/targets/Uno.DefaultItems.targets @@ -8,6 +8,9 @@ + From 01c60f0face167eda0f985785b62780b93184168 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Mon, 6 May 2024 15:00:31 -0600 Subject: [PATCH 2/2] chore: adding transitive library SVG validation --- .../uno52AppWithLib/uno52AppWithLib.csproj | 1 + .../uno52lib/Assets/Svg/myimage.svg | 137 ++++++++++++++++++ 2 files changed, 138 insertions(+) create mode 100644 src/SolutionTemplate/5.2/uno52AppWithLib/uno52lib/Assets/Svg/myimage.svg diff --git a/src/SolutionTemplate/5.2/uno52AppWithLib/uno52AppWithLib/uno52AppWithLib.csproj b/src/SolutionTemplate/5.2/uno52AppWithLib/uno52AppWithLib/uno52AppWithLib.csproj index 36a5293a780e..076236d4e50a 100644 --- a/src/SolutionTemplate/5.2/uno52AppWithLib/uno52AppWithLib/uno52AppWithLib.csproj +++ b/src/SolutionTemplate/5.2/uno52AppWithLib/uno52AppWithLib/uno52AppWithLib.csproj @@ -57,6 +57,7 @@ <_AssetsToValidate Include="$(OutputPath)\uno52lib\Assets\test.xml" /> <_AssetsToValidate Include="$(OutputPath)\uno52lib\Assets\icon_lib.png" /> + <_AssetsToValidate Include="$(OutputPath)\uno52lib\Assets\Svg\myimage.svg" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +