MapProjections and MBTiles for Avalonia

This commit is contained in:
ClemensFischer 2024-05-27 17:30:58 +02:00
parent 14bd0f5867
commit 3e900d67d8
9 changed files with 103 additions and 183 deletions

View file

@ -2,9 +2,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control UI Tools Library for WPF</AssemblyTitle>
<RootNamespace>MapControl.UiTools</RootNamespace>
<AssemblyTitle>XAML Map Control UI Tools Library for Avalonia</AssemblyTitle>
<Product>XAML Map Control</Product>
<Version>10.0.0</Version>
<Authors>Clemens Fischer</Authors>