2012-11-22 21:42:29 +01:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
using System.Windows;
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle("WpfApplication")]
|
|
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Sample Application for WPF")]
|
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
|
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
2013-01-17 18:48:38 +01:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2013 Clemens Fischer")]
|
2012-11-22 21:42:29 +01: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)]
|
|
|
|
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|