aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-05-15 15:05:13 +0000
committerMW2007-05-15 15:05:13 +0000
commitdb6427b6f4709d86c5bf1e4711ff2be0f65e5875 (patch)
treeea9d6f366436594f543c1d5b50c522dcfdb3b5e4 /prebuild.xml
parentupdated Build/project files to include the new projects and new files. (diff)
downloadopensim-SC_OLD-db6427b6f4709d86c5bf1e4711ff2be0f65e5875.zip
opensim-SC_OLD-db6427b6f4709d86c5bf1e4711ff2be0f65e5875.tar.gz
opensim-SC_OLD-db6427b6f4709d86c5bf1e4711ff2be0f65e5875.tar.bz2
opensim-SC_OLD-db6427b6f4709d86c5bf1e4711ff2be0f65e5875.tar.xz
Turned SimClient into a partial class (and added SimClient(Grid), so that grid mode specific code can be kept separate)
Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)
Diffstat (limited to '')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 0d7d8f2..b62cf8e 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -409,6 +409,7 @@
409 <ReferencePath>../bin/</ReferencePath> 409 <ReferencePath>../bin/</ReferencePath>
410 <Reference name="System" localCopy="false"/> 410 <Reference name="System" localCopy="false"/>
411 <Reference name="System.ServiceProcess" localCopy="false"/> 411 <Reference name="System.ServiceProcess" localCopy="false"/>
412 <Reference name="System.Xml" localCopy="false"/>
412 413
413 <Files> 414 <Files>
414 <Match pattern="*.cs" recurse="true"/> 415 <Match pattern="*.cs" recurse="true"/>