Updated global build properties

This commit is contained in:
ClemensFischer 2024-06-26 10:13:41 +02:00
parent 40a635eafe
commit 4b110509ed
6 changed files with 5 additions and 10 deletions

View file

@ -9,5 +9,9 @@
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<GeneratePackage>false</GeneratePackage>
<PackageTags>XAML WPF WinUI Avalonia Map</PackageTags>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ClemensFischer/XAML-Map-Control</PackageProjectUrl>
<Nullable>disable</Nullable>
</PropertyGroup>
</Project>

View file

@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control Library for Avalonia UI</AssemblyTitle>

View file

@ -8,9 +8,6 @@
<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>
<PackageTags>XAML WPF WinUI Avalonia Map</PackageTags>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ClemensFischer/XAML-Map-Control</PackageProjectUrl>
<DefineConstants>WPF</DefineConstants>
</PropertyGroup>

View file

@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<RootNamespace>MapControl.Projections</RootNamespace>
<AssemblyTitle>XAML Map Control Projections Library for Avalonia</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>

View file

@ -8,9 +8,6 @@
<PackageId>XAML.MapControl.MapProjections</PackageId>
<Title>$(AssemblyTitle)</Title>
<Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description>
<PackageTags>XAML WPF WinUI Avalonia Map</PackageTags>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ClemensFischer/XAML-Map-Control</PackageProjectUrl>
<DefineConstants>WPF</DefineConstants>
</PropertyGroup>

View file

@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<RootNamespace>MapControl.UiTools</RootNamespace>
<AssemblyTitle>XAML Map Control UI Tools Library for Avalonia</AssemblyTitle>
<DefineConstants>AVALONIA</DefineConstants>