2012-08-15 21:31:10 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
2014-11-19 21:11:14 +01:00
|
|
|
|
[assembly: AssemblyTitle("XAML Map Control ImageFileCache (WPF)")]
|
2012-08-15 21:31:10 +02:00
|
|
|
|
[assembly: AssemblyDescription("ObjectCache implementation based on local image files")]
|
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")]
|
2016-02-23 20:07:30 +01:00
|
|
|
|
[assembly: AssemblyCopyright("© 2016 Clemens Fischer")]
|
2012-08-15 21:31:10 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
2016-02-23 20:07:30 +01:00
|
|
|
|
[assembly: AssemblyVersion("2.8.0")]
|
|
|
|
|
|
[assembly: AssemblyFileVersion("2.8.0")]
|
2013-05-07 18:12:25 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2012-08-15 21:31:10 +02:00
|
|
|
|
[assembly: AssemblyCulture("")]
|
2012-11-22 21:42:29 +01:00
|
|
|
|
[assembly: ComVisible(false)]
|