Mercurial > repos > IBBoard.ArmyBuilder.API
view AssemblyInfo.cs @ 0:1a5205612b72
Add initial work on ArmyBuilder API project\nno-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 19 Apr 2009 11:24:10 +0000 |
parents | |
children | ec77b60e5369 |
line wrap: on
line source
// This file (AssemblyInfo.cs) is a part of the IBBoard.ArmyBuilder.API and is copyright 2009 IBBoard // // 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. // 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("IBBoard.ArmyBuilder.API")] [assembly: AssemblyDescription("An API for loading Army Builder's .ab files")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("IBBoard")] [assembly: AssemblyProduct("IBBoard.ArmyBuilder.API library")] [assembly: AssemblyCopyright("IBBoard, 2009")] [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("1.0.*")] // 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("")]