~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Main/Base/Test/AssemblyInfo.cs

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

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("")]
 
14
[assembly: AssemblyDescription("")]
 
15
[assembly: AssemblyConfiguration("")]
 
16
[assembly: AssemblyCompany("")]
 
17
[assembly: AssemblyProduct("")]
 
18
[assembly: AssemblyCopyright("")]
 
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("")]