* Refractored a bit.
[ngenerator.git] / AssemblyInfo.cs
blobc860ce9af9793160c35c9770d69363f2dc610831
1 // /home/jeremie/TaoParser/NGenerator/AssemblyInfo.cs created with MonoDevelop
2 // User: jeremie at 19:57 30/05/2007
3 //
4 // To change standard headers go to Edit->Preferences->Coding->Standard Headers
5 //
6 using System.Reflection;
7 using System.Runtime.CompilerServices;
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("NGenerator")]
16 [assembly: AssemblyDescription("A automatic P/Invoke method generator for Mono/.NET")]
17 [assembly: AssemblyConfiguration("")]
18 [assembly: AssemblyCompany("")]
19 [assembly: AssemblyProduct("")]
20 [assembly: AssemblyCopyright("2007 (c) LAVAL Jérémie")]
21 [assembly: AssemblyTrademark("")]
22 [assembly: AssemblyCulture("")]
24 // The assembly version has following format :
26 // Major.Minor.Build.Revision
28 // You can specify all values by your own or you can build default build and revision
29 // numbers with the '*' character (the default):
31 [assembly: AssemblyVersion("0.0.*")]
33 // The following attributes specify the key for the sign of your assembly. See the
34 // .NET Framework documentation for more information about signing.
35 // This is not required, if you don't want signing let these attributes like they're.
36 [assembly: AssemblyDelaySign(false)]
37 [assembly: AssemblyKeyFile("")]