You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
371 B
C#
12 lines
371 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
[assembly: AssemblyTrademark ("")]
|
|
[assembly: AssemblyCulture ("")]
|
|
|
|
// 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("")]
|
|
|