1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-29 03:23:37 +02:00
MLEM/Demos.Android/Properties/AssemblyInfo.cs

16 lines
606 B
C#
Raw Normal View History

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.
[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("")]
[assembly: AssemblyProduct("MLEM Android Demos")]
[assembly: AssemblyCopyright("Copyright © 2018")]
2019-09-01 11:56:12 +02:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
2022-06-17 18:23:47 +02:00
[assembly: ComVisible(false)]