2012-04-25 22:02:53 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
using System.Windows;
|
|
|
|
|
|
|
2012-11-22 21:42:29 +01:00
|
|
|
|
#if SILVERLIGHT
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyTitle("Silverlight Map Control")]
|
|
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Library for Silverlight")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
#else
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyTitle("WPF Map Control")]
|
|
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Library for WPF")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|
|
|
|
|
|
#endif
|
2013-05-07 18:12:25 +02:00
|
|
|
|
|
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")]
|
|
|
|
|
|
[assembly: AssemblyCopyright("Copyright © Clemens Fischer 2012-2013")]
|
2012-04-25 22:02:53 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2013-10-10 00:46:47 +02:00
|
|
|
|
[assembly: AssemblyVersion("1.4.0")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("1.4.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)]
|