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("")]

View file

@ -5,12 +5,12 @@ 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("MudClient")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Mud Designer Network Client")]
[assembly: AssemblyDescription("Connects to the Mud Designer Game Engine Server, accepting data from the server, and sending content back.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Hewlett-Packard")]
[assembly: AssemblyProduct("MudClient")]
[assembly: AssemblyCopyright("Copyright © Hewlett-Packard 2010")]
[assembly: AssemblyCompany("Mud Designer")]
[assembly: AssemblyProduct("Mud Designer Game Engine")]
[assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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("MudEngine")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Mud Designer Game Engine")]
[assembly: AssemblyDescription("Provides the needed classes for constructing a complete networkable MUD game.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MudEngine")]
[assembly: AssemblyCompany("Mud Designer")]
[assembly: AssemblyProduct("Mud Designer Game Engine")]
[assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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("MudGame")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Mud Designer Client & Server")]
[assembly: AssemblyDescription("Runs a copy of the Mud Designer Game Engine in either Server mode of offline client mode")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MudGame")]
[assembly: AssemblyCompany("Mud Designer")]
[assembly: AssemblyProduct("Mud Designer Game Engine")]
[assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:ignore</Name><Value>Debug
</Value></Property></Properties></ItemProperties>