/!\ Warning: this commit doesn't compile /!
[circ.git] / Circ.Backend.Cil / AssemblyInfo.cs
blobce45fc8477d209352b62106c064fd14c1432c347
1 using System;
2 using System.Reflection;
3 using System.Runtime.CompilerServices;
4 using System.Runtime.InteropServices;
6 // Information about this assembly is defined by the following
7 // attributes.
8 //
9 // change them to the information which is associated with the assembly
10 // you compile.
12 [assembly: AssemblyTitle("")]
13 [assembly: AssemblyDescription("")]
14 [assembly: AssemblyConfiguration("")]
15 [assembly: AssemblyCompany("")]
16 [assembly: AssemblyProduct("")]
17 [assembly: AssemblyCopyright("")]
18 [assembly: AssemblyTrademark("")]
19 [assembly: AssemblyCulture("")]
21 [assembly: Mono.Addins.AddinDependency("Circ", "0.1")]
22 [assembly: Mono.Addins.Addin("Cil")]
24 [assembly: InternalsVisibleToAttribute("Tests")]
26 [assembly: ComVisible(false)]
28 // The assembly version has following format :
30 // Major.Minor.Build.Revision
32 // You can specify all values by your own or you can build default build and revision
33 // numbers with the '*' character (the default):
35 [assembly: AssemblyVersion("1.0.*")]
37 // The following attributes specify the key for the sign of your assembly. See the
38 // .NET Framework documentation for more information about signing.
39 // This is not required, if you don't want signing let these attributes like they're.
40 [assembly: AssemblyDelaySign(false)]
41 [assembly: AssemblyKeyFile("")]