Updated project properties

This commit is contained in:
ClemensFischer 2024-06-26 11:05:00 +02:00
parent 4b110509ed
commit 08a7888748
12 changed files with 25 additions and 23 deletions

View file

@ -2,13 +2,13 @@
<PropertyGroup>
<TargetFrameworks>net6.0-windows;net462</TargetFrameworks>
<UseWPF>true</UseWPF>
<DefineConstants>WPF</DefineConstants>
<RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control Library</AssemblyTitle>
<AssemblyTitle>XAML Map Control Library for WPF</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl</PackageId>
<Title>$(AssemblyTitle)</Title>
<Description>A set of controls for WPF, WinUI and Avalonia UI for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description>
<DefineConstants>WPF</DefineConstants>
<Description>A set of WPF controls for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description>
</PropertyGroup>
<ItemGroup>