2014-07-01 18:57:44 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle("Windows Phone Sample Application")]
|
|
|
|
|
|
[assembly: AssemblyDescription("XAML Map Control Windows Phone Sample Application")]
|
|
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
|
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
|
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2014 Clemens Fischer")]
|
|
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2014-12-17 21:38:28 +01:00
|
|
|
|
[assembly: AssemblyVersion("2.4.2")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("2.4.2")]
|
2014-07-01 18:57:44 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
2014-07-09 21:27:28 +02:00
|
|
|
|
[assembly: ComVisible(false)]
|