~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to samples/DisplayBindings/HtmlPreview/Configuration/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
using System.Reflection;
 
2
using System.Runtime.CompilerServices;
 
3
 
 
4
// Information about this assembly is defined by the following
 
5
// attributes.
 
6
//
 
7
// change them to the information which is associated with the assembly
 
8
// you compile.
 
9
 
 
10
[assembly: AssemblyTitle("HtmlPreview")]
 
11
[assembly: AssemblyDescription("Addin for SharpDevelop 2.0")]
 
12
[assembly: AssemblyConfiguration("")]
 
13
[assembly: AssemblyCompany("")]
 
14
[assembly: AssemblyProduct("SharpDevelop")]
 
15
[assembly: AssemblyCopyright("GNU Lesser General Public Licence")]
 
16
[assembly: AssemblyTrademark("")]
 
17
[assembly: AssemblyCulture("")]
 
18
 
 
19
// The assembly version has following format :
 
20
//
 
21
// Major.Minor.Build.Revision
 
22
//
 
23
// You can specify all values by your own or you can build default build and revision
 
24
// numbers with the '*' character (the default):
 
25
 
 
26
[assembly: AssemblyVersion("1.0.*")]
 
27