XAML-Map-Control/SQLiteCache/WPF/Properties/AssemblyInfo.cs

15 lines
585 B
C#
Raw Normal View History

2019-07-18 23:08:10 +02:00
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("XAML Map Control SQLiteCache (WPF)")]
[assembly: AssemblyDescription("ObjectCache implementation based on SQLite")]
[assembly: AssemblyProduct("XAML Map Control")]
[assembly: AssemblyCompany("Clemens Fischer")]
[assembly: AssemblyCopyright("Copyright © 2019 Clemens Fischer")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("4.14.0")]
[assembly: AssemblyFileVersion("4.14.0")]
2019-07-18 23:08:10 +02:00
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]