2018-08-29 20:54:42 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
2022-01-11 19:42:12 +01:00
|
|
|
|
[assembly: AssemblyTitle("XAML Map Control Projections Library for UWP")]
|
2018-08-29 20:54:42 +02:00
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
|
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
2024-02-03 21:01:53 +01:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2024 Clemens Fischer")]
|
2018-08-29 20:54:42 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2025-02-27 10:34:19 +01:00
|
|
|
|
[assembly: AssemblyVersion("13.0.0")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("13.0.0")]
|
2018-08-29 20:54:42 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
[assembly: ComVisible(false)]
|