* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / tools / prj2make / AssemblyInfo.cs
1 // This program is free software; you can redistribute it and/or modify
2 // it under the terms of the GNU General Public License as published by
3 // the Free Software Foundation; either version 2 of the License, or
4 // (at your option) any later version.
5 // 
6 // This program is distributed in the hope that it will be useful,
7 // but WITHOUT ANY WARRANTY; without even the implied warranty of
8 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9 // GNU Library General Public License for more details.
10 // 
11 // You should have received a copy of the GNU General Public License
12 // along with this program; if not, write to the Free Software
13 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
14
15 using System.Reflection;
16 using System.Runtime.CompilerServices;
17 using Mono.GetOptions;
18
19 // Information about this assembly is defined by the following
20 // attributes.
21 //
22 // change them to the information which is associated with the assembly
23 // you compile.
24
25 [assembly: AssemblyTitle("prj2make-sharp")]
26 [assembly: AssemblyDescription("Generates make and nmake files from Visual Studio and #Develop project files")]
27 [assembly: AssemblyConfiguration("")]
28 [assembly: AssemblyCompany("MFConsulting")]
29 [assembly: AssemblyProduct("")]
30 [assembly: AssemblyCopyright("2004")]
31 [assembly: AssemblyTrademark("")]
32 [assembly: AssemblyCulture("")]
33 [assembly: Mono.About("MFConsulting, (c) 2004")]
34 [assembly: Mono.Author("Jaroslaw Kowalski")]
35 [assembly: Mono.Author("Paco Martinez")]
36 [assembly: Mono.UsageComplement("InputFile")]
37
38
39 // The assembly version has following format :
40 //
41 // Major.Minor.Build.Revision
42 //
43 // You can specify all values by your own or you can build default build and revision
44 // numbers with the '*' character (the default):
45
46 [assembly: AssemblyVersion(Consts.MonoVersion)]
47
48 // The following attributes specify the key for the sign of your assembly. See the
49 // .NET Framework documentation for more information about signing.
50 // This is not required, if you don't want signing let these attributes like they're.
51 [assembly: AssemblyDelaySign(false)]
52 [assembly: AssemblyKeyFile("")]