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 // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("MUDCompiler")] [assembly: AssemblyTitle("MUD Script Compiler")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("Compiles the Mud Designer Game Engine scripts, checking for errros.")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("Mud Designer")]
[assembly: AssemblyProduct("MUDCompiler")] [assembly: AssemblyProduct("Mud Designer Game Engine")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

View file

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("MudClient")] [assembly: AssemblyTitle("Mud Designer Network Client")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("Connects to the Mud Designer Game Engine Server, accepting data from the server, and sending content back.")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Hewlett-Packard")] [assembly: AssemblyCompany("Mud Designer")]
[assembly: AssemblyProduct("MudClient")] [assembly: AssemblyProduct("Mud Designer Game Engine")]
[assembly: AssemblyCopyright("Copyright © Hewlett-Packard 2010")] [assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

View file

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("MudEngine")] [assembly: AssemblyTitle("Mud Designer Game Engine")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("Provides the needed classes for constructing a complete networkable MUD game.")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("Mud Designer")]
[assembly: AssemblyProduct("MudEngine")] [assembly: AssemblyProduct("Mud Designer Game Engine")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

View file

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("MudGame")] [assembly: AssemblyTitle("Mud Designer Client & Server")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("Runs a copy of the Mud Designer Game Engine in either Server mode of offline client mode")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("Mud Designer")]
[assembly: AssemblyProduct("MudGame")] [assembly: AssemblyProduct("Mud Designer Game Engine")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © 2010")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [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>