aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2007-05-05 23:08:44 +0000
committerAdam Frisby2007-05-05 23:08:44 +0000
commite6aed411740990ddb760095e6031d88d9ba1dd4b (patch)
tree0415644de789f26377ceb4a7ae2912be492b9c67 /prebuild.xml
parentYou can now save profiles to a database. (Zomg!) (diff)
downloadopensim-SC_OLD-e6aed411740990ddb760095e6031d88d9ba1dd4b.zip
opensim-SC_OLD-e6aed411740990ddb760095e6031d88d9ba1dd4b.tar.gz
opensim-SC_OLD-e6aed411740990ddb760095e6031d88d9ba1dd4b.tar.bz2
opensim-SC_OLD-e6aed411740990ddb760095e6031d88d9ba1dd4b.tar.xz
Updated and run prebuild.
Diffstat (limited to '')
-rw-r--r--prebuild.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 7d1ca59..45cfc3a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -296,6 +296,30 @@
296 </Files> 296 </Files>
297 </Project> 297 </Project>
298 298
299 <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGrid.Framework.Data.DB4o" type="Library">
300 <Configuration name="Debug">
301 <Options>
302 <OutputPath>../bin/</OutputPath>
303 </Options>
304 </Configuration>
305 <Configuration name="Release">
306 <Options>
307 <OutputPath>../bin/</OutputPath>
308 </Options>
309 </Configuration>
310
311 <ReferencePath>../bin/</ReferencePath>
312 <Reference name="System" localCopy="false"/>
313 <Reference name="System.Xml"/>
314 <Reference name="System.Data"/>
315 <Reference name="OpenGrid.Framework.Data"/>
316 <Reference name="libsecondlife.dll"/>
317 <Reference name="Db4objects.Db4o.dll"/>
318 <Files>
319 <Match pattern="*.cs" recurse="true"/>
320 </Files>
321 </Project>
322
299 <!-- OGS projects --> 323 <!-- OGS projects -->
300 324
301 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> 325 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">