Lines Matching full:assembly
38 // General Information about an assembly is controlled through the following
40 // associated with an assembly.
42 // TODO: Review the values of the assembly attributes
44 [assembly: AssemblyTitle("ANTLR3 Utilities for .NET")]
45 [assembly: AssemblyDescription("")]
46 [assembly: AssemblyCompany("")]
47 [assembly: AssemblyProduct("")]
48 [assembly: AssemblyCopyright("Copyright (c) 2005-2007 Kunle Odutola")]
49 [assembly: AssemblyTrademark("")]
50 [assembly: AssemblyCulture("")]
53 // Version information for an assembly consists of the following four values:
63 [assembly: AssemblyVersion("0.1.0.*")]
66 // In order to sign your assembly you must specify a key to use. Refer to the
67 // Microsoft .NET Framework documentation for more information on assembly signing.
72 // (*) If no key is specified, the assembly is not signed.
86 // attribute as [assembly: AssemblyKeyFile("..\..\mykey.snk")]
91 [assembly: AssemblyConfiguration("")]
92 [assembly: AssemblyKeyName("")]
96 [assembly: AssemblyDelaySign(false)]
97 [assembly: AssemblyKeyFile("../../../Antlr3_KeyPair.snk")]
100 [assembly: AssemblyDelaySign(false)]
101 [assembly: AssemblyKeyFile("../Antlr3_KeyPair.snk")]
103 // This should never happen as the assembly should always be strong named.
104 [assembly: AssemblyDelaySign(false)]
105 [assembly: AssemblyKeyFile("")]