kusano fc6ab3
using System.Reflection;
kusano fc6ab3
using System.Runtime.CompilerServices;
kusano fc6ab3
kusano fc6ab3
//
kusano fc6ab3
// General Information about an assembly is controlled through the following
kusano fc6ab3
// set of attributes. Change these attribute values to modify the information
kusano fc6ab3
// associated with an assembly.
kusano fc6ab3
//
kusano fc6ab3
[assembly: AssemblyTitle("DotZLib")]
kusano fc6ab3
[assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
kusano fc6ab3
[assembly: AssemblyConfiguration("")]
kusano fc6ab3
[assembly: AssemblyCompany("Henrik Ravn")]
kusano fc6ab3
[assembly: AssemblyProduct("")]
kusano fc6ab3
[assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
kusano fc6ab3
[assembly: AssemblyTrademark("")]
kusano fc6ab3
[assembly: AssemblyCulture("")]
kusano fc6ab3
kusano fc6ab3
//
kusano fc6ab3
// Version information for an assembly consists of the following four values:
kusano fc6ab3
//
kusano fc6ab3
//      Major Version
kusano fc6ab3
//      Minor Version
kusano fc6ab3
//      Build Number
kusano fc6ab3
//      Revision
kusano fc6ab3
//
kusano fc6ab3
// You can specify all the values or you can default the Revision and Build Numbers
kusano fc6ab3
// by using the '*' as shown below:
kusano fc6ab3
kusano fc6ab3
[assembly: AssemblyVersion("1.0.*")]
kusano fc6ab3
kusano fc6ab3
//
kusano fc6ab3
// In order to sign your assembly you must specify a key to use. Refer to the
kusano fc6ab3
// Microsoft .NET Framework documentation for more information on assembly signing.
kusano fc6ab3
//
kusano fc6ab3
// Use the attributes below to control which key is used for signing.
kusano fc6ab3
//
kusano fc6ab3
// Notes:
kusano fc6ab3
//   (*) If no key is specified, the assembly is not signed.
kusano fc6ab3
//   (*) KeyName refers to a key that has been installed in the Crypto Service
kusano fc6ab3
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
kusano fc6ab3
//       a key.
kusano fc6ab3
//   (*) If the KeyFile and the KeyName values are both specified, the
kusano fc6ab3
//       following processing occurs:
kusano fc6ab3
//       (1) If the KeyName can be found in the CSP, that key is used.
kusano fc6ab3
//       (2) If the KeyName does not exist and the KeyFile does exist, the key
kusano fc6ab3
//           in the KeyFile is installed into the CSP and used.
kusano fc6ab3
//   (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
kusano fc6ab3
//       When specifying the KeyFile, the location of the KeyFile should be
kusano fc6ab3
//       relative to the project output directory which is
kusano fc6ab3
//       %Project Directory%\obj\<configuration>. For example, if your KeyFile is</configuration>
kusano fc6ab3
//       located in the project directory, you would specify the AssemblyKeyFile
kusano fc6ab3
//       attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
kusano fc6ab3
//   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
kusano fc6ab3
//       documentation for more information on this.
kusano fc6ab3
//
kusano fc6ab3
[assembly: AssemblyDelaySign(false)]
kusano fc6ab3
[assembly: AssemblyKeyFile("")]
kusano fc6ab3
[assembly: AssemblyKeyName("")]