diff --git a/src/SolutionTemplate/5.2/uno52blank/uno52blank/uno52blank.csproj b/src/SolutionTemplate/5.2/uno52blank/uno52blank/uno52blank.csproj index d3e83fe28caa..71b8ebfdc488 100644 --- a/src/SolutionTemplate/5.2/uno52blank/uno52blank/uno52blank.csproj +++ b/src/SolutionTemplate/5.2/uno52blank/uno52blank/uno52blank.csproj @@ -43,4 +43,11 @@ Condition="!exists('$(OutputPath)\Assets\SharedAssets.md')" /> + + + + + diff --git a/src/SourceGenerators/Uno.UI.Tasks/Content/Uno.UI.Tasks.targets b/src/SourceGenerators/Uno.UI.Tasks/Content/Uno.UI.Tasks.targets index d9e5916674f6..e395c5928648 100644 --- a/src/SourceGenerators/Uno.UI.Tasks/Content/Uno.UI.Tasks.targets +++ b/src/SourceGenerators/Uno.UI.Tasks/Content/Uno.UI.Tasks.targets @@ -152,7 +152,7 @@ TargetPlatform="$(XamarinProjectType)" DefaultLanguage="$(DefaultLanguage)" IntermediateOutputPath="$(IntermediateOutputPath)" - ContentItems="@(Content);@(_SourceItemsToCopyToOutputDirectory)" + ContentItems="@(ContentWithTargetPath);@(_SourceItemsToCopyToOutputDirectory)" AndroidAssetsPrefix="$(MonoAndroidAssetsPrefix)" IosAppManifest="$(_UnoIosAppManifest)" Condition="'$(XamarinProjectType)'!=''">