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

« back to all changes in this revision

Viewing changes to .pc/antlr-cs-signing.patch/lib/csharp/antlr.runtime/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
 
 
6
// General Information about an assembly is controlled through the following
 
7
// set of attributes. Change these attribute values to modify the information
 
8
// associated with an assembly.
 
9
 
 
10
// TODO: Review the values of the assembly attributes
 
11
 
 
12
[assembly: AssemblyTitle("antlr.runtime")]
 
13
[assembly: AssemblyDescription("ANTLR Runtime for .NET")]
 
14
[assembly: AssemblyCompany("www.antlr.org")]
 
15
[assembly: AssemblyProduct("")]
 
16
[assembly: AssemblyCopyright("")]
 
17
[assembly: AssemblyTrademark("")]
 
18
[assembly: AssemblyCulture("")]
 
19
 
 
20
[assembly: AssemblyVersion("2.7.7.01")]
 
21
 
 
22
 
 
23
// Version information for an assembly consists of the following four values:
 
24
//
 
25
//      Major Version
 
26
//      Minor Version
 
27
//      Revision
 
28
//      Build Number
 
29
//
 
30
// You can specify all the values or you can default the Revision and Build Numbers
 
31
// by using the '*' as shown below:
 
32
 
 
33
[assembly: CLSCompliantAttribute(true)]
 
34
 
 
35
#if STRONGNAME
 
36
#pragma warning disable 1699
 
37
[assembly: AssemblyDelaySign(false)]
 
38
[assembly: AssemblyKeyFile("org.antlr.snk")]
 
39
#pragma warning restore 1699
 
40
#endif
 
41
 
 
42
#if APTC
 
43
[assembly: System.Security.AllowPartiallyTrustedCallers]
 
44
#endif
 
 
b'\\ No newline at end of file'