add appicon to Maui client project

This commit is contained in:
sbwalker
2023-08-02 17:11:33 -04:00
parent 34253916ea
commit a72e5e02da
2 changed files with 20 additions and 5 deletions

View File

@ -44,7 +44,7 @@
<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
<MauiIcon Include="Resources\AppIcon\appicon.svg" />
<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />