22 lines
871 B
C#
22 lines
871 B
C#
|
using System.Reflection;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
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("Touchy Tickets")]
|
|||
|
[assembly: AssemblyDescription("")]
|
|||
|
[assembly: AssemblyConfiguration("")]
|
|||
|
[assembly: AssemblyCompany("")]
|
|||
|
[assembly: AssemblyProduct("Touchy Tickets")]
|
|||
|
[assembly: AssemblyCopyright("Copyright © 2020")]
|
|||
|
[assembly: AssemblyTrademark("")]
|
|||
|
[assembly: AssemblyCulture("")]
|
|||
|
[assembly: ComVisible(false)]
|
|||
|
|
|||
|
// The following attributes are used to specify the signing key for the assembly,
|
|||
|
// if desired. See the Mono documentation for more information about signing.
|
|||
|
|
|||
|
//[assembly: AssemblyDelaySign(false)]
|
|||
|
//[assembly: AssemblyKeyFile("")]
|