XAML-Map-Control/SampleApps/SurfaceApplication/Properties/AssemblyInfo.cs

16 lines
597 B
C#
Raw Normal View History

2012-07-04 17:19:48 +02:00
using System.Reflection;
using System.Runtime.InteropServices;
2012-05-04 12:52:20 +02:00
[assembly: AssemblyTitle("Surface Sample Application")]
[assembly: AssemblyDescription("XAML Map Control Sample Application for PixelSense (Surface 2)")]
[assembly: AssemblyProduct("XAML Map Control")]
[assembly: AssemblyCompany("Clemens Fischer")]
[assembly: AssemblyCopyright("Copyright <20> Clemens Fischer 2012-2013")]
2012-05-04 12:52:20 +02:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyConfiguration("")]
2012-05-04 12:52:20 +02:00
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]