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")]
|
2012-05-04 12:52:20 +02:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2012 Clemens Fischer")]
|
2012-04-25 22:02:53 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
2012-12-15 18:54:40 +01:00
|
|
|
|
[assembly: AssemblyVersion("1.1.3")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("1.1.3")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: ComVisible(false)]
|