2012-04-25 22:02:53 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
using System.Windows;
|
|
|
|
|
|
|
2014-10-19 21:50:23 +02:00
|
|
|
|
#if WINDOWS_PHONE
|
|
|
|
|
|
[assembly: AssemblyTitle("XAML Map Control (Windows Phone Silverlight)")]
|
|
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Library for Windows Phone Silverlight")]
|
|
|
|
|
|
#elif SILVERLIGHT
|
2014-06-11 23:03:13 +02:00
|
|
|
|
[assembly: AssemblyTitle("XAML Map Control (Silverlight)")]
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Library for Silverlight")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
#else
|
2014-06-11 23:03:13 +02:00
|
|
|
|
[assembly: AssemblyTitle("XAML Map Control (WPF)")]
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Library for WPF")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|
|
|
|
|
|
#endif
|
|
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
2015-01-20 17:52:02 +01:00
|
|
|
|
[assembly: AssemblyCopyright("© 2015 Clemens Fischer")]
|
2012-04-25 22:02:53 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2015-02-10 21:59:39 +01:00
|
|
|
|
[assembly: AssemblyVersion("2.4.7")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("2.4.7")]
|
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)]
|