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.Runtime.NET")]
45 [assembly: AssemblyDescription("ANTLR3 C# Runtime for .NET")]
46 [assembly: AssemblyCompany("")]
47 [assembly: AssemblyProduct("")]
48 [assembly: AssemblyCopyright("Copyright (c) 2005-2007 Kunle Odutola, 2007-2009 Johannes Luber")]
49 [assembly: AssemblyTrademark("")]
50 [assembly: AssemblyCulture("")]
52 // Allow the use of the assembly in medium trust for websites
53 [assembly: System.Security.AllowPartiallyTrustedCallers]
56 // Version information for an assembly consists of the following four values:
66 [assembly: AssemblyVersion("3.1.3.*")]
69 // In order to sign your assembly you must specify a key to use. Refer to the
70 // Microsoft .NET Framework documentation for more information on assembly signing.
75 // (*) If no key is specified, the assembly is not signed.
89 // attribute as [assembly: AssemblyKeyFile("..\..\mykey.snk")]
94 [assembly: AssemblyConfiguration("")]
95 [assembly: AssemblyKeyName("")]
99 [assembly: AssemblyDelaySign(false)]
100 [assembly: AssemblyKeyFile("../../../Antlr3_KeyPair.snk")]
103 [assembly: AssemblyDelaySign(false)]
104 [assembly: AssemblyKeyFile("../Antlr3_KeyPair.snk")]
106 // This should never happen as the assembly should always be strong named.
107 [assembly: AssemblyDelaySign(false)]
108 [assembly: AssemblyKeyFile("")]