Lines Matching full:assembly
5 // General Information about an assembly is controlled through the following
7 // associated with an assembly.
9 [assembly: AssemblyTitle("DotZLib")]
10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("Henrik Ravn")]
13 [assembly: AssemblyProduct("")]
14 [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")]
19 // Version information for an assembly consists of the following four values:
29 [assembly: AssemblyVersion("1.0.*")]
32 // In order to sign your assembly you must specify a key to use. Refer to the
33 // Microsoft .NET Framework documentation for more information on assembly signing.
38 // (*) If no key is specified, the assembly is not signed.
52 // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
56 [assembly: AssemblyDelaySign(false)]
57 [assembly: AssemblyKeyFile("")]
58 [assembly: AssemblyKeyName("")]