annotate AssemblyInfo.cs @ 35:6624cf5822f7

* Update to VS.Net 2010 compatibility no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 07 Aug 2011 19:13:31 +0000
parents 10df433db2ac
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 // This file (AssemblyInfo.cs) is a part of the IBBoard.Gtk project and is copyright 2009 IBBoard
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 //
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 // The file and the library/program it is in are licensed under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING.LGPL for more information and the full license.
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 //
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 using System.Reflection;
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 using System.Runtime.CompilerServices;
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 // Information about this assembly is defined by the following attributes.
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 // Change them to the values specific to your project.
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 [assembly: AssemblyTitle("IBBoard.Gtk")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 [assembly: AssemblyDescription("An API of useful Gtk# functions and classes")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 [assembly: AssemblyConfiguration("")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 [assembly: AssemblyCompany("IBBoard")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 [assembly: AssemblyProduct("IBBoard.Gtk library")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 [assembly: AssemblyCopyright("IBBoard, 2009")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 [assembly: AssemblyTrademark("")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 [assembly: AssemblyCulture("")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 [assembly: AssemblyVersion("1.0.*")]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 // The following attributes are used to specify the signing key for the assembly,
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 // if desired. See the Mono documentation for more information about signing.
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29 [assembly: AssemblyDelaySign(false)]
10df433db2ac Re #23: Add easy creation of "tab with close"
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 [assembly: AssemblyKeyFile("")]