2020-05-30 19:41:49 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
using Android.App;
|
|
|
|
|
|
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
|
// associated with an assembly.
|
2020-06-01 17:39:57 +02:00
|
|
|
|
[assembly: AssemblyTitle("Touchy Tickets")]
|
2020-05-30 19:41:49 +02:00
|
|
|
|
[assembly: AssemblyDescription("")]
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyCompany("")]
|
2020-06-01 17:39:57 +02:00
|
|
|
|
[assembly: AssemblyProduct("Touchy Tickets")]
|
2020-06-04 23:36:39 +02:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2020")]
|
2020-05-30 19:41:49 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
2020-06-04 23:36:39 +02:00
|
|
|
|
[assembly: ComVisible(false)]
|