aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorgareth2007-04-02 10:14:36 +0000
committergareth2007-04-02 10:14:36 +0000
commit489ab5a0d2a8d190e472f153de4e1d0e6b5cff13 (patch)
tree15f5a8a4175e284e738618f7049ab9438221812f /prebuild.xml
parentMore renaming (diff)
downloadopensim-SC_OLD-489ab5a0d2a8d190e472f153de4e1d0e6b5cff13.zip
opensim-SC_OLD-489ab5a0d2a8d190e472f153de4e1d0e6b5cff13.tar.gz
opensim-SC_OLD-489ab5a0d2a8d190e472f153de4e1d0e6b5cff13.tar.bz2
opensim-SC_OLD-489ab5a0d2a8d190e472f153de4e1d0e6b5cff13.tar.xz
Added OpenUser.Config project
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d1ae31e..024102c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -248,6 +248,30 @@
248 </Files> 248 </Files>
249 </Project> 249 </Project>
250 250
251 <Project name="OpenUser.Config.UserConfigDb4o" path="OpenUser.Config/UserConfigDb4o" type="Library">
252 <Configuration name="Debug">
253 <Options>
254 <OutputPath>../../bin/</OutputPath>
255 </Options>
256 </Configuration>
257 <Configuration name="Release">
258 <Options>
259 <OutputPath>../../bin/</OutputPath>
260 </Options>
261 </Configuration>
262
263 <ReferencePath>../../bin/</ReferencePath>
264 <Reference name="System" localCopy="false"/>
265 <Reference name="System.Data.dll"/>
266 <Reference name="System.Xml"/>
267 <Reference name="libsecondlife.dll"/>
268 <Reference name="Db4objects.Db4o.dll"/>
269 <Reference name="OpenSim.Framework"/>
270 <Reference name="OpenSim.Framework.Console"/>
271 <Files>
272 <Match pattern="*.cs" recurse="true"/>
273 </Files>
274 </Project>
251 275
252 <!-- Grid Server Plug-ins --> 276 <!-- Grid Server Plug-ins -->
253 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> 277 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">