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")]
|
2020-01-09 19:40:10 +01:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")]
|
2018-08-29 20:54:42 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2020-03-29 21:43:21 +02:00
|
|
|
|
[assembly: AssemblyVersion("5.0.1")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("5.0.1")]
|
2018-08-29 20:54:42 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
[assembly: ComVisible(false)]
|