Changeset 476
- Timestamp:
- 01/31/10 15:45:55 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
IBBoard.WarFoundry.GUI.QtSharp/trunk/AssemblyInfo.cs
r473 r476 1 1 // This file (AssemblyInfo.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard 2 // 2 // 3 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. 4 4 using System.Reflection; 5 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 8 // Change them to the values specific to your project. 9 9 10 10 [assembly: AssemblyTitle("WarFoundry (Qyoto)")] 11 [assembly: AssemblyDescription("The Qyoto (Qt#) interface for WarFoundry, the army creator /designer/builderdesigned to cover a wide range of wargame systems")]11 [assembly: AssemblyDescription("The Qyoto (Qt#) interface for WarFoundry, the army creator designed to cover a wide range of wargame systems")] 12 12 [assembly: AssemblyConfiguration("")] 13 13 [assembly: AssemblyCompany("")] … … 23 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 26 // if desired. See the Mono documentation for more information about signing. 27 27
WarFoundry - Development