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
|
|
|
|
|
|
[assembly: AssemblyTitle("MapControl.Silverlight")]
|
|
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control for Silverlight")]
|
|
|
|
|
|
#else
|
|
|
|
|
|
[assembly: AssemblyTitle("MapControl.WPF")]
|
|
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control for WPF")]
|
|
|
|
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|
|
|
|
|
|
#endif
|
2012-04-25 22:02:53 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
2013-01-17 18:48:38 +01:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2013 Clemens Fischer")]
|
2012-04-25 22:02:53 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
2013-04-21 23:56:08 +02:00
|
|
|
|
[assembly: AssemblyVersion("1.2.2")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("1.2.2")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: ComVisible(false)]
|