Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
annotate AssemblyInfo.cs @ 83:678e9a0392fc
Re #308: Make GTK# UI translatable
* Translate category buttons
* Translate HTML export
* Translate removing units
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 29 Dec 2010 16:10:21 +0000 |
parents | 146b7a893a01 |
children | cfd2d9f490bc |
rev | line source |
---|---|
20 | 1 // This file (AssemblyInfo.cs) is a part of the IBBoard.WarFoundry.GTK project and is copyright 2008, 2009 IBBoard. |
19
a191d0655f55
Re #121: Migrate to AGPL license
IBBoard <dev@ibboard.co.uk>
parents:
13
diff
changeset
|
2 // |
a191d0655f55
Re #121: Migrate to AGPL license
IBBoard <dev@ibboard.co.uk>
parents:
13
diff
changeset
|
3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. |
a191d0655f55
Re #121: Migrate to AGPL license
IBBoard <dev@ibboard.co.uk>
parents:
13
diff
changeset
|
4 |
0 | 5 using System.Reflection; |
6 using System.Runtime.CompilerServices; | |
7 | |
8 // Information about this assembly is defined by the following | |
9 // attributes. | |
10 // | |
11 // change them to the information which is associated with the assembly | |
12 // you compile. | |
13 | |
38
0b7ffb4a76be
* Change description following threat of legal action over descriptive term "army builder" to describe WarFoundry as an app that builds armies
IBBoard <dev@ibboard.co.uk>
parents:
20
diff
changeset
|
14 [assembly: AssemblyTitle("WarFoundry (GTK#)")] |
39
146b7a893a01
* Update assembly description to try to avoid threatened legal action over similarity of descriptive phrase to a trademark
IBBoard <dev@ibboard.co.uk>
parents:
38
diff
changeset
|
15 [assembly: AssemblyDescription("The GTK# interface for WarFoundry, the army creator designed to cover a wide range of wargame systems")] |
13 | 16 [assembly: AssemblyConfiguration("")] |
17 [assembly: AssemblyCompany("")] | |
18 [assembly: AssemblyProduct("IBBoard.WarFoundry.GTK")] | |
19 [assembly: AssemblyCopyright("IBBoard 2009")] | |
20 [assembly: AssemblyTrademark("")] | |
0 | 21 [assembly: AssemblyCulture("")] |
22 | |
23 // The assembly version has following format : | |
24 // | |
25 // Major.Minor.Build.Revision | |
26 // | |
27 // You can specify all values by your own or you can build default build and revision | |
28 // numbers with the '*' character (the default): | |
29 | |
5 | 30 [assembly: AssemblyVersion("1.0.0.*")] |
0 | 31 |
32 // The following attributes specify the key for the sign of your assembly. See the | |
33 // .NET Framework documentation for more information about signing. | |
34 // This is not required, if you don't want signing let these attributes like they're. | |
35 [assembly: AssemblyDelaySign(false)] | |
36 [assembly: AssemblyKeyFile("")] | |
37 | |
38 | |
39 [assembly: log4net.Config.XmlConfigurator(ConfigFileExtension="log4net",Watch=true)] |