2019-09-01 11:56:12 +02:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
// 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.
|
2021-03-14 01:03:17 +01:00
|
|
|
|
[assembly: AssemblyTitle("MLEM Android Demos")]
|
2019-09-01 11:56:12 +02:00
|
|
|
|
[assembly: AssemblyDescription("")]
|
2020-04-19 03:20:25 +02:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2019-09-01 11:56:12 +02:00
|
|
|
|
[assembly: AssemblyCompany("")]
|
2021-03-14 01:03:17 +01:00
|
|
|
|
[assembly: AssemblyProduct("MLEM Android Demos")]
|
|
|
|
|
[assembly: AssemblyCopyright("Copyright © 2018")]
|
2019-09-01 11:56:12 +02:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
2022-02-07 13:19:03 +01:00
|
|
|
|
[assembly: ComVisible(false)]
|