View of /trunk/ModularRex/Properties/AssemblyInfo.cs
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Sun Sep 14 02:18:38 2008 UTC (4 years, 8 months ago) by afrisby
File size: 1472 byte(s)
Sun Sep 14 02:18:38 2008 UTC (4 years, 8 months ago) by afrisby
File size: 1472 byte(s)
* Initial check-in of prototype Rex module. * This is a very very very early alpha of where we are heading, this checkin is mostly functionality-free and is aimed at building PacketServer, IClientAPI and other core classes so that functionality can be built cleanly on top.
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ModularRex")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ModularRex")]
[assembly: AssemblyCopyright("Copyright © Adminotech, Ludocraft and DeepThink 2007-2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("6bf9ab5a-c83b-4b88-baf6-03a1c3bb0fef")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

