Skip to content

Commit

Permalink
fix: include missing xaml files for xaml merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Nov 17, 2022
1 parent 505d487 commit 5fa27a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library/Uno.Cupertino/Uno.Cupertino.csproj
Expand Up @@ -133,6 +133,7 @@

<ItemGroup>
<XamlMergeInput Include="Styles\Controls\**\*.xaml" />
<XamlMergeInput Include="Styles\Application\**\*.xaml" />
<None Remove="Styles\Controls\_Resources.xaml" />
<XamlMergeInput Remove="Styles\Application\CupertinoColors.xaml" />
<XamlMergeInput Remove="Styles\Application\ColorPalette.xaml" />
Expand All @@ -150,4 +151,4 @@
</ItemGroup>

<Import Project="..\Uno.Material\xamlmerge.targets" />
</Project>
</Project>

0 comments on commit 5fa27a5

Please sign in to comment.