~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/nrefactory/ICSharpCode.NRefactory.VB.Tests/AssemblyInfo.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
 
2
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
 
3
 
 
4
using System.Reflection;
 
5
using System.Runtime.CompilerServices;
 
6
 
 
7
// Information about this assembly is defined by the following
 
8
// attributes.
 
9
//
 
10
// change them to the information which is associated with the assembly
 
11
// you compile.
 
12
 
 
13
[assembly: AssemblyTitle("NRefactory Test")]
 
14
[assembly: AssemblyDescription("Unit tests for the parser and refactoring library for C# and VB.NET")]
 
15
[assembly: AssemblyConfiguration("")]
 
16
[assembly: AssemblyCompany("ic#code")]
 
17
[assembly: AssemblyProduct("SharpDevelop")]
 
18
[assembly: AssemblyCopyright("2004-2006 AlphaSierraPapa")]
 
19
[assembly: AssemblyTrademark("")]
 
20
[assembly: AssemblyCulture("")]
 
21
 
 
22
// The assembly version has following format :
 
23
//
 
24
// Major.Minor.Build.Revision
 
25
//
 
26
// You can specify all values by your own or you can build default build and revision
 
27
// numbers with the '*' character (the default):
 
28
 
 
29
[assembly: AssemblyVersion("2.0.0.1")]
 
30
 
 
31
// The following attributes specify the key for the sign of your assembly. See the
 
32
// .NET Framework documentation for more information about signing.
 
33
// This is not required, if you don't want signing let these attributes like they're.
 
34
[assembly: AssemblyDelaySign(false)]
 
35
[assembly: AssemblyKeyFile("")]