2012-07-04 17:19:48 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
2012-11-22 21:42:29 +01:00
|
|
|
|
using System.Windows;
|
2012-05-04 12:52:20 +02:00
|
|
|
|
|
2012-07-04 17:19:48 +02:00
|
|
|
|
[assembly: AssemblyTitle("SurfaceApplication")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Sample Application for PixelSense (Surface 2)")]
|
2012-05-04 12:52:20 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
2012-07-04 17:19:48 +02:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright <20> 2012 Clemens Fischer")]
|
2012-05-04 12:52:20 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
2012-12-07 17:20:56 +01:00
|
|
|
|
[assembly: AssemblyVersion("1.1.0")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("1.1.0")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|