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