* Refractored a bit.
[ngenerator.git] / CodeScheme / AssemblyInfo.cs
blobf37c8fb9d703f7778de63554d364d44053fe4c45
1 // /home/jeremie/TaoParser/NGenerator/CodeScheme/AssemblyInfo.cs
2 // Writtent by jeremie at 19:13 10/06/2007
3 //
4 // This file is licensed under the LGPL licence as described in the COPYING file
5 using System.Reflection;
6 using System.Runtime.CompilerServices;
7 using System;
9 // Information about this assembly is defined by the following
10 // attributes.
12 // change them to the information which is associated with the assembly
13 // you compile.
15 [assembly: AssemblyTitle("")]
16 [assembly: AssemblyDescription("")]
17 [assembly: AssemblyConfiguration("")]
18 [assembly: AssemblyCompany("")]
19 [assembly: AssemblyProduct("")]
20 [assembly: AssemblyCopyright("")]
21 [assembly: AssemblyTrademark("")]
22 [assembly: AssemblyCulture("")]
24 [assembly: CLSCompliantAttribute(true)]
27 // The assembly version has following format :
29 // Major.Minor.Build.Revision
31 // You can specify all values by your own or you can build default build and revision
32 // numbers with the '*' character (the default):
34 [assembly: AssemblyVersion("1.0.*")]
36 // The following attributes specify the key for the sign of your assembly. See the
37 // .NET Framework documentation for more information about signing.
38 // This is not required, if you don't want signing let these attributes like they're.
39 [assembly: AssemblyDelaySign(false)]
40 [assembly: AssemblyKeyFile("")]