Moved the OpenSimMain class into the OpenSim.exe project

This commit is contained in:
MW
2007-05-16 18:59:51 +00:00
parent 7cc41b9e38
commit 2a6d69b2b8
9 changed files with 588 additions and 28 deletions

View File

@@ -7,7 +7,8 @@ using OpenSim.Framework.Console;
namespace OpenSim
{
public class Application
{
{
//could move our main function into OpenSimMain and kill this class
[STAThread]
public static void Main(string[] args)
{