Avalonia ImageLoader

This commit is contained in:
ClemensFischer 2024-05-22 16:15:29 +02:00
parent 3cc93c7460
commit 4867d52013
5 changed files with 69 additions and 36 deletions

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control Library for Avalonia UI</AssemblyTitle>
<Product>XAML Map Control</Product>