2012-07-03 18:03:56 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
2017-10-07 17:43:28 +02:00
|
|
|
|
[assembly: AssemblyTitle("XAML Map Control FileDbCache (WPF)")]
|
2012-07-03 18:03:56 +02:00
|
|
|
|
[assembly: AssemblyDescription("ObjectCache implementation based on EzTools FileDb")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
2020-01-09 19:40:10 +01:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")]
|
2012-07-03 18:03:56 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2019-12-08 22:28:04 +01:00
|
|
|
|
[assembly: AssemblyVersion("4.16.0")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("4.16.0")]
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2012-07-03 18:03:56 +02:00
|
|
|
|
[assembly: AssemblyCulture("")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: ComVisible(false)]
|