muddesigner/MudDesigner.sln
Scionwest_cp cf41436381 MudGame added. From within Visual Studio set MudGame as the Startup Project.
Run the Game once, then edit the Settings.ini file generated to enable or disable the network server. Setting ServerEnabled to False will enable the Singleplayer offline mode within the engine.
2010-08-08 18:36:36 -07:00

54 lines
3.4 KiB
Text

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudEngine", "MudEngine\MudEngine.csproj", "{498943A8-DF5A-4DB0-B506-0BFF44788657}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MUDCompiler", "MUDCompiler\MUDCompiler.csproj", "{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudGame", "MudGame\MudGame.csproj", "{0C47648F-8751-4A71-98ED-A3D0845627E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|Any CPU.Build.0 = Debug|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Debug|x86.ActiveCfg = Debug|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Any CPU.ActiveCfg = Release|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Any CPU.Build.0 = Release|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{498943A8-DF5A-4DB0-B506-0BFF44788657}.Release|x86.ActiveCfg = Release|Any CPU
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Any CPU.ActiveCfg = Debug|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|x86.ActiveCfg = Debug|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Debug|x86.Build.0 = Debug|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|Any CPU.ActiveCfg = Release|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|Mixed Platforms.Build.0 = Release|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|x86.ActiveCfg = Release|x86
{98E974DA-C650-4B88-B2F8-57AC7AE6C34F}.Release|x86.Build.0 = Release|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|Any CPU.ActiveCfg = Debug|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|Mixed Platforms.Build.0 = Debug|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|x86.ActiveCfg = Debug|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Debug|x86.Build.0 = Debug|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|Any CPU.ActiveCfg = Release|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|Mixed Platforms.Build.0 = Release|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|x86.ActiveCfg = Release|x86
{0C47648F-8751-4A71-98ED-A3D0845627E2}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal