mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-02-20 14:44:56 +01:00
Updated project files
This commit is contained in:
parent
0b8590a164
commit
db7f22d093
|
|
@ -7,7 +7,7 @@
|
|||
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
|
||||
<PackageId>XAML.MapControl.MBTiles.Avalonia</PackageId>
|
||||
<Title>$(AssemblyTitle)</Title>
|
||||
<Description>MBTiles library for XAML Map Control</Description>
|
||||
<Description>MBTiles support library for XAML Map Control</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
|
||||
<PackageId>XAML.MapControl.MBTiles.UWP</PackageId>
|
||||
<Title>$(AssemblyTitle)</Title>
|
||||
<Description>MBTiles library for XAML Map Control</Description>
|
||||
<Description>MBTiles support library for XAML Map Control</Description>
|
||||
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
|
||||
<DefaultLanguage>en-US</DefaultLanguage>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
|
||||
<PackageId>XAML.MapControl.MBTiles.WPF</PackageId>
|
||||
<Title>$(AssemblyTitle)</Title>
|
||||
<Description>MBTiles library for XAML Map Control</Description>
|
||||
<Description>MBTiles support library for XAML Map Control</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
|
||||
<PackageId>XAML.MapControl.MBTiles.WinUI</PackageId>
|
||||
<Title>$(AssemblyTitle)</Title>
|
||||
<Description>MBTiles library for XAML Map Control</Description>
|
||||
<Description>MBTiles support library for XAML Map Control</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
<DefineConstants>UWP</DefineConstants>
|
||||
<RootNamespace>MapControl.UiTools</RootNamespace>
|
||||
<AssemblyTitle>XAML Map Control UI Tools Library for UWP</AssemblyTitle>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
|
||||
<DefaultLanguage>en-US</DefaultLanguage>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue