2012-04-25 22:02:53 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
using System.Windows;
|
|
|
|
|
|
|
2017-10-07 17:43:28 +02:00
|
|
|
|
[assembly: AssemblyTitle("XAML Map Control (WPF)")]
|
|
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Library")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
2018-02-09 17:43:47 +01:00
|
|
|
|
[assembly: AssemblyCopyright("© 2018 Clemens Fischer")]
|
2012-04-25 22:02:53 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2018-08-08 23:31:52 +02:00
|
|
|
|
[assembly: AssemblyVersion("4.10.0")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("4.10.0")]
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2012-04-25 22:02:53 +02:00
|
|
|
|
[assembly: AssemblyCulture("")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: ComVisible(false)]
|
2017-08-04 21:38:58 +02:00
|
|
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|