~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to samples/ILAsmBinding/Project/Src/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="Daniel Grunwald" email="daniel@danielgrunwald.de"/>
 
5
//     <version>$Revision$</version>
 
6
// </file>
 
7
 
 
8
using System.Reflection;
 
9
 
 
10
// Information about this assembly is defined by the following
 
11
// attributes.
 
12
//
 
13
// change them to the information which is associated with the assembly
 
14
// you compile.
 
15
 
 
16
[assembly: AssemblyTitle("ILAsmBinding")]
 
17
[assembly: AssemblyDescription("IL language binding for #develop")]
 
18
[assembly: AssemblyConfiguration("")]
 
19
[assembly: AssemblyTrademark("")]
 
20
[assembly: AssemblyCulture("")]