annotate src/zlib-1.2.7/contrib/dotzlib/DotZLib/AssemblyInfo.cs @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents e13257ea84a4
children
rev   line source
Chris@4 1 using System.Reflection;
Chris@4 2 using System.Runtime.CompilerServices;
Chris@4 3
Chris@4 4 //
Chris@4 5 // General Information about an assembly is controlled through the following
Chris@4 6 // set of attributes. Change these attribute values to modify the information
Chris@4 7 // associated with an assembly.
Chris@4 8 //
Chris@4 9 [assembly: AssemblyTitle("DotZLib")]
Chris@4 10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
Chris@4 11 [assembly: AssemblyConfiguration("")]
Chris@4 12 [assembly: AssemblyCompany("Henrik Ravn")]
Chris@4 13 [assembly: AssemblyProduct("")]
Chris@4 14 [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
Chris@4 15 [assembly: AssemblyTrademark("")]
Chris@4 16 [assembly: AssemblyCulture("")]
Chris@4 17
Chris@4 18 //
Chris@4 19 // Version information for an assembly consists of the following four values:
Chris@4 20 //
Chris@4 21 // Major Version
Chris@4 22 // Minor Version
Chris@4 23 // Build Number
Chris@4 24 // Revision
Chris@4 25 //
Chris@4 26 // You can specify all the values or you can default the Revision and Build Numbers
Chris@4 27 // by using the '*' as shown below:
Chris@4 28
Chris@4 29 [assembly: AssemblyVersion("1.0.*")]
Chris@4 30
Chris@4 31 //
Chris@4 32 // In order to sign your assembly you must specify a key to use. Refer to the
Chris@4 33 // Microsoft .NET Framework documentation for more information on assembly signing.
Chris@4 34 //
Chris@4 35 // Use the attributes below to control which key is used for signing.
Chris@4 36 //
Chris@4 37 // Notes:
Chris@4 38 // (*) If no key is specified, the assembly is not signed.
Chris@4 39 // (*) KeyName refers to a key that has been installed in the Crypto Service
Chris@4 40 // Provider (CSP) on your machine. KeyFile refers to a file which contains
Chris@4 41 // a key.
Chris@4 42 // (*) If the KeyFile and the KeyName values are both specified, the
Chris@4 43 // following processing occurs:
Chris@4 44 // (1) If the KeyName can be found in the CSP, that key is used.
Chris@4 45 // (2) If the KeyName does not exist and the KeyFile does exist, the key
Chris@4 46 // in the KeyFile is installed into the CSP and used.
Chris@4 47 // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
Chris@4 48 // When specifying the KeyFile, the location of the KeyFile should be
Chris@4 49 // relative to the project output directory which is
Chris@4 50 // %Project Directory%\obj\<configuration>. For example, if your KeyFile is
Chris@4 51 // located in the project directory, you would specify the AssemblyKeyFile
Chris@4 52 // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
Chris@4 53 // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
Chris@4 54 // documentation for more information on this.
Chris@4 55 //
Chris@4 56 [assembly: AssemblyDelaySign(false)]
Chris@4 57 [assembly: AssemblyKeyFile("")]
Chris@4 58 [assembly: AssemblyKeyName("")]