~ubuntu-branches/ubuntu/maverick/antlr/maverick

« back to all changes in this revision

Viewing changes to .pc/antlr-cs-signing.patch/lib/csharp/antlr.astframe/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-07-24 11:10:14 UTC
  • mfrom: (1.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100724111014-8giryjn0shmevvei
Tags: 2.7.7-16ubuntu1
* Merge from Debian unstable (LP: #609406). Remaining changes:
  - Make libantlr-java only suggest libantlr-java-gcj.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using System;
 
2
using System.Reflection;
 
3
using 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
 
 
b'\\ No newline at end of file'