* Initial check-in of Prebuild setup. This removes all MSVC project files and NAnt build files and replaces with a few batch/shell scripts

* Adding nunit.framework.dll to bin/

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1965 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-07-23 00:27:31 +00:00
parent 533fe6d161
commit c5a73acfa9
18 changed files with 222 additions and 1428 deletions

View File

@@ -7,8 +7,8 @@ class ProxyMain
public static void Main(string[] args)
{
ProxyFrame p = new ProxyFrame(args);
ProxyPlugin analyst = new Analyst(p);
ProxyPlugin analyst = new Analyst(p);
analyst.Init();
p.proxy.Start();
p.proxy.Start();
}
}