diff --git a/MUDCompiler/Properties/AssemblyInfo.cs b/MUDCompiler/Properties/AssemblyInfo.cs index 639baab..e096597 100644 --- a/MUDCompiler/Properties/AssemblyInfo.cs +++ b/MUDCompiler/Properties/AssemblyInfo.cs @@ -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("")] diff --git a/MudClient/Properties/AssemblyInfo.cs b/MudClient/Properties/AssemblyInfo.cs index 12c09ea..bb0c106 100644 --- a/MudClient/Properties/AssemblyInfo.cs +++ b/MudClient/Properties/AssemblyInfo.cs @@ -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("")] diff --git a/MudEngine/Properties/AssemblyInfo.cs b/MudEngine/Properties/AssemblyInfo.cs index 4a25912..6a683f8 100644 --- a/MudEngine/Properties/AssemblyInfo.cs +++ b/MudEngine/Properties/AssemblyInfo.cs @@ -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("")] diff --git a/MudGame/Properties/AssemblyInfo.cs b/MudGame/Properties/AssemblyInfo.cs index 6931102..db9c8c2 100644 --- a/MudGame/Properties/AssemblyInfo.cs +++ b/MudGame/Properties/AssemblyInfo.cs @@ -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("")] diff --git a/MudGame/bin/..svnbridge/.svnbridge b/MudGame/bin/..svnbridge/.svnbridge new file mode 100644 index 0000000..8385865 --- /dev/null +++ b/MudGame/bin/..svnbridge/.svnbridge @@ -0,0 +1,2 @@ +svn:ignoreDebug + \ No newline at end of file