mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update copyright note
This commit is contained in:
parent
6558b5fa7b
commit
dbbb4c3de3
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using FileDbNs;
|
using FileDbNs;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyTitle("XAML Map Control FileDbCache Library for UWP")]
|
[assembly: AssemblyTitle("XAML Map Control FileDbCache Library for UWP")]
|
||||||
[assembly: AssemblyProduct("XAML Map Control")]
|
[assembly: AssemblyProduct("XAML Map Control")]
|
||||||
[assembly: AssemblyCompany("Clemens Fischer")]
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")]
|
[assembly: AssemblyCopyright("Copyright © 2023 Clemens Fischer")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyVersion("8.0.0")]
|
[assembly: AssemblyVersion("8.0.0")]
|
||||||
[assembly: AssemblyFileVersion("8.0.0")]
|
[assembly: AssemblyFileVersion("8.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<Product>XAML Map Control</Product>
|
<Product>XAML Map Control</Product>
|
||||||
<Version>8.0.0</Version>
|
<Version>8.0.0</Version>
|
||||||
<Authors>Clemens Fischer</Authors>
|
<Authors>Clemens Fischer</Authors>
|
||||||
<Copyright>Copyright © 2022 Clemens Fischer</Copyright>
|
<Copyright>Copyright © 2023 Clemens Fischer</Copyright>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
||||||
<DelaySign>false</DelaySign>
|
<DelaySign>false</DelaySign>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<Product>XAML Map Control</Product>
|
<Product>XAML Map Control</Product>
|
||||||
<Version>8.0.0</Version>
|
<Version>8.0.0</Version>
|
||||||
<Authors>Clemens Fischer</Authors>
|
<Authors>Clemens Fischer</Authors>
|
||||||
<Copyright>Copyright © 2022 Clemens Fischer</Copyright>
|
<Copyright>Copyright © 2023 Clemens Fischer</Copyright>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
||||||
<DelaySign>false</DelaySign>
|
<DelaySign>false</DelaySign>
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="FileDb.Standard" Version="7.4.4" />
|
<PackageReference Include="FileDb.Standard" Version="7.4.4" />
|
||||||
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221116.1" />
|
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221209.1" />
|
||||||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
|
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyTitle("XAML Map Control MBTiles Library for UWP")]
|
[assembly: AssemblyTitle("XAML Map Control MBTiles Library for UWP")]
|
||||||
[assembly: AssemblyProduct("XAML Map Control")]
|
[assembly: AssemblyProduct("XAML Map Control")]
|
||||||
[assembly: AssemblyCompany("Clemens Fischer")]
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")]
|
[assembly: AssemblyCopyright("Copyright © 2023 Clemens Fischer")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyVersion("8.0.0")]
|
[assembly: AssemblyVersion("8.0.0")]
|
||||||
[assembly: AssemblyFileVersion("8.0.0")]
|
[assembly: AssemblyFileVersion("8.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<Product>XAML Map Control</Product>
|
<Product>XAML Map Control</Product>
|
||||||
<Version>8.0.0</Version>
|
<Version>8.0.0</Version>
|
||||||
<Authors>Clemens Fischer</Authors>
|
<Authors>Clemens Fischer</Authors>
|
||||||
<Copyright>Copyright © 2022 Clemens Fischer</Copyright>
|
<Copyright>Copyright © 2023 Clemens Fischer</Copyright>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
||||||
<DelaySign>false</DelaySign>
|
<DelaySign>false</DelaySign>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<Product>XAML Map Control</Product>
|
<Product>XAML Map Control</Product>
|
||||||
<Version>8.0.0</Version>
|
<Version>8.0.0</Version>
|
||||||
<Authors>Clemens Fischer</Authors>
|
<Authors>Clemens Fischer</Authors>
|
||||||
<Copyright>Copyright © 2022 Clemens Fischer</Copyright>
|
<Copyright>Copyright © 2023 Clemens Fischer</Copyright>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
||||||
<DelaySign>false</DelaySign>
|
<DelaySign>false</DelaySign>
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221116.1" />
|
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221209.1" />
|
||||||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
|
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
|
||||||
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.117" />
|
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.117" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
#if WINUI
|
#if WINUI
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
#if WINUI
|
#if WINUI
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
#if WINUI
|
#if WINUI
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
namespace MapControl
|
namespace MapControl
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
namespace MapControl
|
namespace MapControl
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
namespace MapControl
|
namespace MapControl
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
namespace MapControl
|
namespace MapControl
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
#if !WINUI && !UWP
|
#if !WINUI && !UWP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyTitle("XAML Map Control Library for UWP")]
|
[assembly: AssemblyTitle("XAML Map Control Library for UWP")]
|
||||||
[assembly: AssemblyProduct("XAML Map Control")]
|
[assembly: AssemblyProduct("XAML Map Control")]
|
||||||
[assembly: AssemblyCompany("Clemens Fischer")]
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")]
|
[assembly: AssemblyCopyright("Copyright © 2023 Clemens Fischer")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyVersion("8.0.0")]
|
[assembly: AssemblyVersion("8.0.0")]
|
||||||
[assembly: AssemblyFileVersion("8.0.0")]
|
[assembly: AssemblyFileVersion("8.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<Product>XAML Map Control</Product>
|
<Product>XAML Map Control</Product>
|
||||||
<Version>8.0.0</Version>
|
<Version>8.0.0</Version>
|
||||||
<Authors>Clemens Fischer</Authors>
|
<Authors>Clemens Fischer</Authors>
|
||||||
<Copyright>Copyright © 2022 Clemens Fischer</Copyright>
|
<Copyright>Copyright © 2023 Clemens Fischer</Copyright>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
||||||
<DelaySign>false</DelaySign>
|
<DelaySign>false</DelaySign>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
#if WINUI
|
#if WINUI
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
|
||||||
// © 2022 Clemens Fischer
|
// Copyright © 2023 Clemens Fischer
|
||||||
// Licensed under the Microsoft Public License (Ms-PL)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
#if WINUI
|
#if WINUI
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue