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

@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<DefineConstants>AVALONIA</DefineConstants>
<RootNamespace>MapControl.Projections</RootNamespace>
<AssemblyTitle>XAML Map Control Projections Library for Avalonia</AssemblyTitle>
<AssemblyTitle>XAML Map Control Projections Library for Avalonia UI</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl.MapProjections</PackageId>
<DefineConstants>AVALONIA</DefineConstants>
<Title>$(AssemblyTitle)</Title>
<Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description>
</PropertyGroup>
<ItemGroup>