1 using System
.Reflection
;
2 using System
.Runtime
.CompilerServices
;
3 using System
.Runtime
.InteropServices
;
5 // Information about this assembly is defined by the following
8 // change them to the information which is associated with the assembly
11 [assembly
: AssemblyTitle("")]
12 [assembly
: AssemblyDescription("")]
13 [assembly
: AssemblyConfiguration("")]
14 [assembly
: AssemblyCompany("")]
15 [assembly
: AssemblyProduct("")]
16 [assembly
: AssemblyCopyright("")]
17 [assembly
: AssemblyTrademark("")]
18 [assembly
: AssemblyCulture("")]
20 [assembly
: Mono
.Addins
.AddinDependency("Circ", "0.1")]
21 [assembly
: Mono
.Addins
.Addin("Gtk")]
23 [assembly
: ComVisible(false)]
25 // The assembly version has following format :
27 // Major.Minor.Build.Revision
29 // You can specify all values by your own or you can build default build and revision
30 // numbers with the '*' character (the default):
32 [assembly
: AssemblyVersion("1.0.*")]
34 // The following attributes specify the key for the sign of your assembly. See the
35 // .NET Framework documentation for more information about signing.
36 // This is not required, if you don't want signing let these attributes like they're.
37 [assembly
: AssemblyDelaySign(false)]
38 [assembly
: AssemblyKeyFile("")]