using System.Reflection; using System.Runtime.InteropServices; using System.Windows; [assembly: AssemblyTitle("SurfaceApplication")] [assembly: AssemblyDescription("XAML Map Control Sample Application for PixelSense (Surface 2)")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyProduct("XAML Map Control")] [assembly: AssemblyCopyright("Copyright © 2013 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyFileVersion("1.2.0")] [assembly: ComVisible(false)] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]