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

15 lines
570 B
C#
Raw Normal View History

using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("WPF Sample Application")]
[assembly: AssemblyDescription("XAML Map Control WPF Sample Application")]
[assembly: AssemblyProduct("XAML Map Control")]
[assembly: AssemblyCompany("Clemens Fischer")]
2019-06-04 22:09:01 +02:00
[assembly: AssemblyCopyright("Copyright © 2019 Clemens Fischer")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("4.15.0")]
[assembly: AssemblyFileVersion("4.15.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]