Skip to content

Commit

Permalink
Logo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MiikaRK committed Jan 6, 2024
1 parent b959726 commit d34e9d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 5 additions & 2 deletions FuelCostCalculator/FuelCostCalculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@

<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
<MauiIcon Include="Resources\AppIcon\appicon.svg" Color="#512BD4" />

<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />

<!-- Images -->
<MauiImage Include="Resources\Images\*" />
Expand All @@ -61,4 +60,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="Resources\Splash\" />
</ItemGroup>

</Project>
8 changes: 0 additions & 8 deletions FuelCostCalculator/Resources/AppIcon/appiconfg.svg

This file was deleted.

0 comments on commit d34e9d1

Please sign in to comment.