Mercurial > repos > IBBoard.WarFoundry.GUI.QtSharp
comparison AssemblyInfo.cs @ 7:09bc9a4df412
Re #242: Create Qt# UI for WarFoundry
* Fill in AssemblyInfo information
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 30 Jan 2010 20:02:32 +0000 |
parents | 620c62ba4d07 |
children | 6bbc5c08c06d |
comparison
equal
deleted
inserted
replaced
6:bbf40d66dfe4 | 7:09bc9a4df412 |
---|---|
5 using System.Runtime.CompilerServices; | 5 using System.Runtime.CompilerServices; |
6 | 6 |
7 // Information about this assembly is defined by the following attributes. | 7 // Information about this assembly is defined by the following attributes. |
8 // Change them to the values specific to your project. | 8 // Change them to the values specific to your project. |
9 | 9 |
10 [assembly: AssemblyTitle("IBBoard.WarFoundry.GUI.QtSharp")] | 10 [assembly: AssemblyTitle("WarFoundry (Qyoto)")] |
11 [assembly: AssemblyDescription("")] | 11 [assembly: AssemblyDescription("The Qyoto (Qt#) interface for WarFoundry, the army creator/designer/builder designed to cover a wide range of wargame systems")] |
12 [assembly: AssemblyConfiguration("")] | 12 [assembly: AssemblyConfiguration("")] |
13 [assembly: AssemblyCompany("")] | 13 [assembly: AssemblyCompany("")] |
14 [assembly: AssemblyProduct("")] | 14 [assembly: AssemblyProduct("WarFoundry")] |
15 [assembly: AssemblyCopyright("")] | 15 [assembly: AssemblyCopyright("IBBoard, 2010")] |
16 [assembly: AssemblyTrademark("")] | 16 [assembly: AssemblyTrademark("")] |
17 [assembly: AssemblyCulture("")] | 17 [assembly: AssemblyCulture("")] |
18 | 18 |
19 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". | 19 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". |
20 // The form "{Major}.{Minor}.*" will automatically update the build and revision, | 20 // The form "{Major}.{Minor}.*" will automatically update the build and revision, |
21 // and "{Major}.{Minor}.{Build}.*" will update just the revision. | 21 // and "{Major}.{Minor}.{Build}.*" will update just the revision. |
22 | 22 |
23 [assembly: AssemblyVersion("1.0.*")] | 23 [assembly: AssemblyVersion("0.0.1.*")] |
24 | 24 |
25 // The following attributes are used to specify the signing key for the assembly, | 25 // The following attributes are used to specify the signing key for the assembly, |
26 // if desired. See the Mono documentation for more information about signing. | 26 // if desired. See the Mono documentation for more information about signing. |
27 | 27 |
28 //[assembly: AssemblyDelaySign(false)] | 28 //[assembly: AssemblyDelaySign(false)] |