* Now use config file value
[circ.git] / Circ.Backend.Cil / AssemblyInfo.cs
blob9334822d13faec385a87309c7938830708b2c991
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: ComVisible(false)]
26 // The assembly version has following format :
28 // Major.Minor.Build.Revision
30 // You can specify all values by your own or you can build default build and revision
31 // numbers with the '*' character (the default):
33 [assembly: AssemblyVersion("1.0.*")]
35 // The following attributes specify the key for the sign of your assembly. See the
36 // .NET Framework documentation for more information about signing.
37 // This is not required, if you don't want signing let these attributes like they're.
38 [assembly: AssemblyDelaySign(false)]
39 [assembly: AssemblyKeyFile("")]