mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
14 lines
512 B
C#
14 lines
512 B
C#
|
|
using System.Reflection;
|
|||
|
|
using System.Runtime.InteropServices;
|
|||
|
|
|
|||
|
|
[assembly: AssemblyTitle("XAML Map Control UI Tools Library for UWP")]
|
|||
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
|||
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
|||
|
|
[assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")]
|
|||
|
|
[assembly: AssemblyTrademark("")]
|
|||
|
|
[assembly: AssemblyVersion("7.1.0")]
|
|||
|
|
[assembly: AssemblyFileVersion("7.1.0")]
|
|||
|
|
[assembly: AssemblyConfiguration("")]
|
|||
|
|
[assembly: AssemblyCulture("")]
|
|||
|
|
[assembly: ComVisible(false)]
|