c51d63c78a5b5512b7c395a5ccb09a8b39857726
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / ICSharpCode.SharpZipLib / AssemblyInfo.cs
1 // AssemblyInfo.cs\r
2 //\r
3 // Copyright (C) 2001 Mike Krueger\r
4 //\r
5 // This program is free software; you can redistribute it and/or\r
6 // modify it under the terms of the GNU General Public License\r
7 // as published by the Free Software Foundation; either version 2\r
8 // of the License, or (at your option) any later version.\r
9 //\r
10 // This program is distributed in the hope that it will be useful,\r
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13 // GNU General Public License for more details.\r
14 //\r
15 // You should have received a copy of the GNU General Public License\r
16 // along with this program; if not, write to the Free Software\r
17 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
18 //\r
19 // Linking this library statically or dynamically with other modules is\r
20 // making a combined work based on this library.  Thus, the terms and\r
21 // conditions of the GNU General Public License cover the whole\r
22 // combination.\r
23 // \r
24 // As a special exception, the copyright holders of this library give you\r
25 // permission to link this library with independent modules to produce an\r
26 // executable, regardless of the license terms of these independent\r
27 // modules, and to copy and distribute the resulting executable under\r
28 // terms of your choice, provided that you also meet, for each linked\r
29 // independent module, the terms and conditions of the license of that\r
30 // module.  An independent module is a module which is not derived from\r
31 // or based on this library.  If you modify this library, you may extend\r
32 // this exception to your version of the library, but you are not\r
33 // obligated to do so.  If you do not wish to do so, delete this\r
34 // exception statement from your version.\r
35 \r
36 using System;\r
37 using System.Reflection;\r
38 using System.Runtime.CompilerServices;\r
39 \r
40 [assembly: CLSCompliant(true)]\r
41 \r
42 [assembly: AssemblyTitle("ICSharpCode.SharpZipLibrary")]\r
43 [assembly: AssemblyDescription("A free C# compression library")]\r
44 [assembly: AssemblyConfiguration("")]\r
45 [assembly: AssemblyCompany("")]\r
46 [assembly: AssemblyProduct("#ZipLibrary")]\r
47 [assembly: AssemblyCopyright("Copyright 2001-2005 Mike Krueger")]\r
48 [assembly: AssemblyTrademark("")]\r
49 [assembly: AssemblyCulture("")]\r
50 \r
51 #if NET_4_0\r
52 [assembly: AssemblyVersion("4.84.0.0")]\r
53 #else\r
54 [assembly: AssemblyVersion("2.84.0.0")]\r
55 #endif\r
56 \r
57 [assembly: AssemblyDelaySign(true)]\r
58 [assembly: AssemblyKeyFile("SharpZipLib.pub")]\r