Updated the assembly information for each project in the Mud Designer Game Engine solution
This commit is contained in:
parent
e1c25dd9a1
commit
b5c33b1246
5 changed files with 19 additions and 17 deletions
|
@ -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("")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue