using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("StoreApplication")] [assembly: AssemblyDescription("XAML Map Control Sample Application for Windows Runtime")] [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.2")] [assembly: AssemblyFileVersion("1.2.2")] [assembly: ComVisible(false)]