From 59f0920a8fc58ea6443768591b762f5673134840 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sat, 22 Sep 2007 13:15:52 +0000 Subject: Stand Alone ScriptEngine: early framework, ongoing planning (don't touch yet, will go through major reorganizing). Still a LOT of things needs to be solved... --- OpenSim/Grid/ScriptServer/ScriptServer.csproj | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 OpenSim/Grid/ScriptServer/ScriptServer.csproj (limited to 'OpenSim/Grid/ScriptServer/ScriptServer.csproj') diff --git a/OpenSim/Grid/ScriptServer/ScriptServer.csproj b/OpenSim/Grid/ScriptServer/ScriptServer.csproj new file mode 100644 index 0000000..6968848 --- /dev/null +++ b/OpenSim/Grid/ScriptServer/ScriptServer.csproj @@ -0,0 +1,47 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {8FF1D8B6-9E2F-47AB-A26A-F44CED20CD0E} + Exe + Properties + ScriptServer + ScriptServer + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1