~ubuntu-branches/ubuntu/breezy/antlr/breezy

« back to all changes in this revision

Viewing changes to lib/csharp/src/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-06-29 16:11:22 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050629161122-g81crc3z92p5xhsg
Tags: 2.7.5-6ubuntu4
Build depend on java-gcj-compat-dev, depend on java-gcj-compat.

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.runtime")]
12
 
[assembly: AssemblyDescription("ANTLR Runtime 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.3.03")]
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
 
 
 
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.runtime")]
 
12
[assembly: AssemblyDescription("ANTLR Runtime 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.5.02")]
 
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)]