source: trunk/yao/share/antlr-2.7.7/lib/csharp/antlr.astframe/AssemblyInfo.cs @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 1.2 KB
Line 
1using System;
2using System.Reflection;
3using System.Runtime.CompilerServices;
4
5// General Information about an assembly is controlled through the following
6// set of attributes. Change these attribute values to modify the information
7// associated with an assembly.
8
9// TODO: Review the values of the assembly attributes
10
11[assembly: AssemblyTitle("antlr.astframe")]
12[assembly: AssemblyDescription("ANTLR ASTFrame for .NET")]
13[assembly: AssemblyCompany("www.antlr.org")]
14[assembly: AssemblyProduct("")]
15[assembly: AssemblyCopyright("")]
16[assembly: AssemblyTrademark("")]
17[assembly: AssemblyCulture("")]
18
19[assembly: AssemblyVersion("2.7.7.01")]
20
21
22// Version information for an assembly consists of the following four values:
23//
24//      Major Version
25//      Minor Version
26//      Revision
27//      Build Number
28//
29// You can specify all the values or you can default the Revision and Build Numbers
30// by using the '*' as shown below:
31
32[assembly: CLSCompliantAttribute(true)]
33
34#if STRONGNAME
35#pragma warning disable 1699
36[assembly: AssemblyDelaySign(false)]
37[assembly: AssemblyKeyFile("org.antlr.snk")]
38#pragma warning restore 1699
39#endif
40
41
42#if APTC
43[assembly: System.Security.AllowPartiallyTrustedCallers]
44#endif
Note: See TracBrowser for help on using the repository browser.