2018-08-29 20:54:42 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle("XAML Map Control Projections (UWP)")]
|
|
|
|
|
|
[assembly: AssemblyDescription("Map Projections Library for XAML Map Control")]
|
|
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
|
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
2021-01-13 21:19:27 +01:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2021 Clemens Fischer")]
|
2018-08-29 20:54:42 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2021-11-17 23:46:48 +01:00
|
|
|
|
[assembly: AssemblyVersion("7.0.0")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("7.0.0")]
|
2018-08-29 20:54:42 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
[assembly: ComVisible(false)]
|