~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to samples/Mono/Mono.Build.Tasks.Tests/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
// <file>
 
2
//     <copyright see="prj:///doc/copyright.txt"/>
 
3
//     <license see="prj:///doc/license.txt"/>
 
4
//     <owner name="none" email=""/>
 
5
//     <version>$Revision$</version>
 
6
// </file>
 
7
 
 
8
using System.Reflection;
 
9
using System.Runtime.CompilerServices;
 
10
 
 
11
// Information about this assembly is defined by the following
 
12
// attributes.
 
13
//
 
14
// change them to the information which is associated with the assembly
 
15
// you compile.
 
16
 
 
17
[assembly: AssemblyTitle("")]
 
18
[assembly: AssemblyDescription("")]
 
19
[assembly: AssemblyConfiguration("")]
 
20
[assembly: AssemblyCompany("")]
 
21
[assembly: AssemblyProduct("")]
 
22
[assembly: AssemblyCopyright("")]
 
23
[assembly: AssemblyTrademark("")]
 
24
[assembly: AssemblyCulture("")]
 
25
 
 
26
// The assembly version has following format :
 
27
//
 
28
// Major.Minor.Build.Revision
 
29
//
 
30
// You can specify all values by your own or you can build default build and revision
 
31
// numbers with the '*' character (the default):
 
32
 
 
33
[assembly: AssemblyVersion("2.0.0.1")]