Skip to content

Commit

Permalink
Merge branch 'dev/vyng/Lightweight-Styling-Chip-ChipGroup-Styles' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/unoplatform/uno.toolkit.ui into dev/vyng/Lightweight-Styling-Chip-ChipGroup-Styles
  • Loading branch information
nguyeenvy committed Jun 19, 2023
2 parents cfcb1e1 + 51ca91a commit 425161f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Uno.Toolkit.UI/Uno.Toolkit.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,19 @@
</ItemGroup>

<Import Project="xamlmerge-toolkit.props" />

<ItemGroup>
<None Remove="controls\chips\Chip.xaml" />
<None Remove="controls\chips\ChipGroup.xaml" />
</ItemGroup>

<ItemGroup>
<UpToDateCheckInput Remove="controls\chips\Chip.xaml" />
<UpToDateCheckInput Remove="controls\chips\ChipGroup.xaml" />
</ItemGroup>

<ItemGroup>
<XamlMergeInput Remove="controls\chips\Chip.xaml" />
<XamlMergeInput Remove="controls\chips\ChipGroup.xaml" />
</ItemGroup>
</Project>

0 comments on commit 425161f

Please sign in to comment.