XAML-Map-Control/MapControl/Properties/AssemblyInfo.cs

22 lines
836 B
C#
Raw Normal View History

2012-04-25 22:02:53 +02:00
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
#if SILVERLIGHT
[assembly: AssemblyTitle("XAML Map Control (Silverlight)")]
[assembly: AssemblyDescription("XAML Map Control Library for Silverlight")]
#else
[assembly: AssemblyTitle("XAML Map Control (WPF)")]
[assembly: AssemblyDescription("XAML Map Control Library for WPF")]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
#endif
[assembly: AssemblyProduct("XAML Map Control")]
[assembly: AssemblyCompany("Clemens Fischer")]
[assembly: AssemblyCopyright("© 2017 Clemens Fischer")]
2012-04-25 22:02:53 +02:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: AssemblyConfiguration("")]
2012-04-25 22:02:53 +02:00
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]