Mercurial > repos > IBBoard.WarFoundry.GUI.QtSharp
view AssemblyInfo.cs @ 16:d211d01efa44
Re #242: Create Qt# UI for WarFoundry
* Fix MonoDevelop's annoying auto-formatting
* Remove debugging "true" from IF condition
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 13 Feb 2010 19:45:08 +0000 |
parents | 61bc9b44a695 |
children |
line wrap: on
line source
// This file (AssemblyInfo.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard // // 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. using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. [assembly: AssemblyTitle("WarFoundry (Qyoto)")] [assembly: AssemblyDescription("The Qyoto (Qt#) interface for WarFoundry, the army creator designed to cover a wide range of wargame systems")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("WarFoundry")] [assembly: AssemblyCopyright("IBBoard, 2010")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] //[assembly: AssemblyKeyFile("")] [assembly: log4net.Config.XmlConfigurator(ConfigFileExtension = "log4net", Watch = true)]