Updated the assembly information for each project in the Mud Designer Game Engine solution

This commit is contained in:
Scionwest_cp 2010-08-22 11:43:29 -07:00
parent e1c25dd9a1
commit b5c33b1246
5 changed files with 19 additions and 17 deletions

View file

@ -5,11 +5,11 @@ 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("MUDCompiler")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("MUD Script Compiler")]
[assembly: AssemblyDescription("Compiles the Mud Designer Game Engine scripts, checking for errros.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MUDCompiler")]
[assembly: AssemblyCompany("Mud Designer")]
[assembly: AssemblyProduct("Mud Designer Game Engine")]
[assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]