aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim.build22
-rw-r--r--prebuild.xml250
2 files changed, 138 insertions, 134 deletions
diff --git a/OpenSim.build b/OpenSim.build
index 656d788..182776b 100644
--- a/OpenSim.build
+++ b/OpenSim.build
@@ -52,7 +52,7 @@
52 <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="clean" /> 52 <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="clean" />
53 <nant buildfile="XmlRpcCS/XMLRPC.dll.build" target="clean" /> 53 <nant buildfile="XmlRpcCS/XMLRPC.dll.build" target="clean" />
54 <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="clean" /> 54 <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="clean" />
55 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="clean" /> 55 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="clean" />
56 <nant buildfile="OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.dll.build" target="clean" /> 56 <nant buildfile="OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.dll.build" target="clean" />
57 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.dll.build" target="clean" /> 57 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.dll.build" target="clean" />
58 <nant buildfile="OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build" target="clean" /> 58 <nant buildfile="OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build" target="clean" />
@@ -60,13 +60,13 @@
60 <nant buildfile="OpenGridServices.GridServer/OpenGridServices.GridServer.exe.build" target="clean" /> 60 <nant buildfile="OpenGridServices.GridServer/OpenGridServices.GridServer.exe.build" target="clean" />
61 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="clean" /> 61 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="clean" />
62 <nant buildfile="OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.dll.build" target="clean" /> 62 <nant buildfile="OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.dll.build" target="clean" />
63 <nant buildfile="OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.dll.build" target="clean" />
63 <nant buildfile="OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build" target="clean" /> 64 <nant buildfile="OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build" target="clean" />
64 <nant buildfile="OpenGridServices.AssetServer/OpenGridServices.AssetServer.exe.build" target="clean" /> 65 <nant buildfile="OpenGridServices.AssetServer/OpenGridServices.AssetServer.exe.build" target="clean" />
65 <nant buildfile="OpenSim/OpenSim.exe.build" target="clean" /> 66 <nant buildfile="OpenSim/OpenSim.exe.build" target="clean" />
66 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="clean" />
67 <nant buildfile="OpenUser.Config/UserConfigDb4o/OpenUser.Config.UserConfigDb4o.dll.build" target="clean" /> 67 <nant buildfile="OpenUser.Config/UserConfigDb4o/OpenUser.Config.UserConfigDb4o.dll.build" target="clean" />
68 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="clean" /> 68 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="clean" />
69 <nant buildfile="OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.dll.build" target="clean" /> 69 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="clean" />
70 <nant buildfile="OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="clean" /> 70 <nant buildfile="OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="clean" />
71 <nant buildfile="OpenSim.Storage/LocalStorageBerkeleyDB/OpenSim.Storage.LocalStorageBerkeleyDB.dll.build" target="clean" /> 71 <nant buildfile="OpenSim.Storage/LocalStorageBerkeleyDB/OpenSim.Storage.LocalStorageBerkeleyDB.dll.build" target="clean" />
72 </target> 72 </target>
@@ -76,14 +76,17 @@
76 <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="build" /> 76 <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="build" />
77 <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="build" /> 77 <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="build" />
78 <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="build" /> 78 <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="build" />
79 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="build" />
80 <nant buildfile="OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="build" />
81 <nant buildfile="OpenSim.Storage/LocalStorageBerkeleyDB/OpenSim.Storage.LocalStorageBerkeleyDB.dll.build" target="build" />
82 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="build" />
83 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="build" />
79 <nant buildfile="OpenGridServices.GridServer/OpenGridServices.GridServer.exe.build" target="build" /> 84 <nant buildfile="OpenGridServices.GridServer/OpenGridServices.GridServer.exe.build" target="build" />
80 <nant buildfile="OpenGridServices.AssetServer/OpenGridServices.AssetServer.exe.build" target="build" /> 85 <nant buildfile="OpenGridServices.AssetServer/OpenGridServices.AssetServer.exe.build" target="build" />
81 <nant buildfile="OpenGridServices.UserServer/OpenGridServices.UserServer.exe.build" target="build" /> 86 <nant buildfile="OpenGridServices.UserServer/OpenGridServices.UserServer.exe.build" target="build" />
82 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="build" /> 87 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="build" />
83 <nant buildfile="OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build" target="build" /> 88 <nant buildfile="OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build" target="build" />
84 <nant buildfile="OpenUser.Config/UserConfigDb4o/OpenUser.Config.UserConfigDb4o.dll.build" target="build" /> 89 <nant buildfile="OpenUser.Config/UserConfigDb4o/OpenUser.Config.UserConfigDb4o.dll.build" target="build" />
85 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="build" />
86 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="build" />
87 <nant buildfile="OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.dll.build" target="build" /> 90 <nant buildfile="OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.dll.build" target="build" />
88 <nant buildfile="OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.dll.build" target="build" /> 91 <nant buildfile="OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.dll.build" target="build" />
89 <nant buildfile="OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.dll.build" target="build" /> 92 <nant buildfile="OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.dll.build" target="build" />
@@ -92,9 +95,6 @@
92 <nant buildfile="OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="build" /> 95 <nant buildfile="OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="build" />
93 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.dll.build" target="build" /> 96 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.dll.build" target="build" />
94 <nant buildfile="OpenSim/OpenSim.exe.build" target="build" /> 97 <nant buildfile="OpenSim/OpenSim.exe.build" target="build" />
95 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="build" />
96 <nant buildfile="OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="build" />
97 <nant buildfile="OpenSim.Storage/LocalStorageBerkeleyDB/OpenSim.Storage.LocalStorageBerkeleyDB.dll.build" target="build" />
98 </target> 98 </target>
99 99
100 <target name="build-release" depends="Release, init, build" description="Builds in Release mode" /> 100 <target name="build-release" depends="Release, init, build" description="Builds in Release mode" />
@@ -111,7 +111,7 @@
111 <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="doc" /> 111 <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="doc" />
112 <nant buildfile="XmlRpcCS/XMLRPC.dll.build" target="doc" /> 112 <nant buildfile="XmlRpcCS/XMLRPC.dll.build" target="doc" />
113 <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="doc" /> 113 <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="doc" />
114 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="doc" /> 114 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="doc" />
115 <nant buildfile="OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.dll.build" target="doc" /> 115 <nant buildfile="OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.dll.build" target="doc" />
116 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.dll.build" target="doc" /> 116 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.dll.build" target="doc" />
117 <nant buildfile="OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build" target="doc" /> 117 <nant buildfile="OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build" target="doc" />
@@ -119,13 +119,13 @@
119 <nant buildfile="OpenGridServices.GridServer/OpenGridServices.GridServer.exe.build" target="doc" /> 119 <nant buildfile="OpenGridServices.GridServer/OpenGridServices.GridServer.exe.build" target="doc" />
120 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="doc" /> 120 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="doc" />
121 <nant buildfile="OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.dll.build" target="doc" /> 121 <nant buildfile="OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.dll.build" target="doc" />
122 <nant buildfile="OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.dll.build" target="doc" />
122 <nant buildfile="OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build" target="doc" /> 123 <nant buildfile="OpenGrid.Config/GridConfigDb4o/OpenGrid.Config.GridConfigDb4o.dll.build" target="doc" />
123 <nant buildfile="OpenGridServices.AssetServer/OpenGridServices.AssetServer.exe.build" target="doc" /> 124 <nant buildfile="OpenGridServices.AssetServer/OpenGridServices.AssetServer.exe.build" target="doc" />
124 <nant buildfile="OpenSim/OpenSim.exe.build" target="doc" /> 125 <nant buildfile="OpenSim/OpenSim.exe.build" target="doc" />
125 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="doc" />
126 <nant buildfile="OpenUser.Config/UserConfigDb4o/OpenUser.Config.UserConfigDb4o.dll.build" target="doc" /> 126 <nant buildfile="OpenUser.Config/UserConfigDb4o/OpenUser.Config.UserConfigDb4o.dll.build" target="doc" />
127 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="doc" /> 127 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="doc" />
128 <nant buildfile="OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.dll.build" target="doc" /> 128 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="doc" />
129 <nant buildfile="OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="doc" /> 129 <nant buildfile="OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="doc" />
130 <nant buildfile="OpenSim.Storage/LocalStorageBerkeleyDB/OpenSim.Storage.LocalStorageBerkeleyDB.dll.build" target="doc" /> 130 <nant buildfile="OpenSim.Storage/LocalStorageBerkeleyDB/OpenSim.Storage.LocalStorageBerkeleyDB.dll.build" target="doc" />
131 </target> 131 </target>
diff --git a/prebuild.xml b/prebuild.xml
index 3d5c4bc..00d89f8 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -121,8 +121,135 @@
121 <Files> 121 <Files>
122 <Match pattern="*.cs" recurse="true"/> 122 <Match pattern="*.cs" recurse="true"/>
123 </Files> 123 </Files>
124 </Project>
125
126 <!-- Storage Plug-ins -->
127 <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library">
128 <Configuration name="Debug">
129 <Options>
130 <OutputPath>../../bin/</OutputPath>
131 </Options>
132 </Configuration>
133 <Configuration name="Release">
134 <Options>
135 <OutputPath>../../bin/</OutputPath>
136 </Options>
137 </Configuration>
138
139 <ReferencePath>../../bin/</ReferencePath>
140 <Reference name="System" localCopy="false"/>
141 <Reference name="System.Xml"/>
142 <Reference name="Db4objects.Db4o.dll"/>
143 <Reference name="libsecondlife.dll"/>
144 <Reference name="OpenSim.Framework"/>
145 <Reference name="OpenSim.Framework.Console"/>
146 <Files>
147 <Match pattern="*.cs" recurse="true"/>
148 </Files>
149 </Project>
150
151 <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim.Storage/LocalStorageSQLite" type="Library">
152 <Configuration name="Debug">
153 <Options>
154 <OutputPath>../../bin/</OutputPath>
155 </Options>
156 </Configuration>
157 <Configuration name="Release">
158 <Options>
159 <OutputPath>../../bin/</OutputPath>
160 </Options>
161 </Configuration>
162
163 <ReferencePath>../../bin/</ReferencePath>
164 <Reference name="System" localCopy="false"/>
165 <Reference name="System.Xml"/>
166 <Reference name="System.Data"/>
167 <Reference name="System.Data.SQLite.dll"/>
168 <Reference name="libsecondlife.dll"/>
169 <Reference name="OpenSim.Framework"/>
170 <Reference name="OpenSim.Framework.Console"/>
171 <Files>
172 <Match pattern="*.cs" recurse="true"/>
173 </Files>
124 </Project> 174 </Project>
125 175
176 <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage/LocalStorageBerkeleyDB" type="Library">
177 <Configuration name="Debug">
178 <Options>
179 <OutputPath>../../bin/</OutputPath>
180 </Options>
181 </Configuration>
182 <Configuration name="Release">
183 <Options>
184 <OutputPath>../../bin/</OutputPath>
185 </Options>
186 </Configuration>
187
188 <ReferencePath>../../bin/</ReferencePath>
189 <Reference name="System" localCopy="false"/>
190 <Reference name="System.Xml"/>
191 <Reference name="System.Data"/>
192 <Reference name="Kds.Serialization.dll"/>
193 <Reference name="libdb_dotNET43.dll"/>
194 <Reference name="libsecondlife.dll"/>
195 <Reference name="OpenSim.Framework"/>
196 <Reference name="OpenSim.Framework.Console"/>
197 <Files>
198 <Match pattern="*.cs" recurse="true"/>
199 </Files>
200 </Project>
201
202
203 <!-- Grid Server Plug-ins -->
204 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
205 <Configuration name="Debug">
206 <Options>
207 <OutputPath>../../bin/</OutputPath>
208 </Options>
209 </Configuration>
210 <Configuration name="Release">
211 <Options>
212 <OutputPath>../../bin/</OutputPath>
213 </Options>
214 </Configuration>
215
216 <ReferencePath>../../bin/</ReferencePath>
217 <Reference name="System" localCopy="false"/>
218 <Reference name="System.Xml"/>
219 <Reference name="Db4objects.Db4o.dll"/>
220 <Reference name="libsecondlife.dll"/>
221 <Reference name="OpenSim.Framework"/>
222 <Reference name="OpenSim.Framework.Console"/>
223 <Files>
224 <Match pattern="*.cs" recurse="true"/>
225 </Files>
226 </Project>
227
228 <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library">
229 <Configuration name="Debug">
230 <Options>
231 <OutputPath>../../bin/</OutputPath>
232 </Options>
233 </Configuration>
234 <Configuration name="Release">
235 <Options>
236 <OutputPath>../../bin/</OutputPath>
237 </Options>
238 </Configuration>
239
240 <ReferencePath>../../bin/</ReferencePath>
241 <Reference name="System" localCopy="false"/>
242 <Reference name="System.Xml"/>
243 <Reference name="libsecondlife.dll"/>
244 <Reference name="OpenSim.Framework"/>
245 <Reference name="OpenSim.Framework.Console"/>
246 <Reference name="XMLRPC"/>
247 <Files>
248 <Match pattern="*.cs" recurse="true"/>
249 </Files>
250 </Project>
251
252
126 <!-- OGS projects --> 253 <!-- OGS projects -->
127 254
128 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> 255 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">
@@ -284,54 +411,6 @@
284 </Files> 411 </Files>
285 </Project> 412 </Project>
286 413
287 <!-- Grid Server Plug-ins -->
288 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
289 <Configuration name="Debug">
290 <Options>
291 <OutputPath>../../bin/</OutputPath>
292 </Options>
293 </Configuration>
294 <Configuration name="Release">
295 <Options>
296 <OutputPath>../../bin/</OutputPath>
297 </Options>
298 </Configuration>
299
300 <ReferencePath>../../bin/</ReferencePath>
301 <Reference name="System" localCopy="false"/>
302 <Reference name="System.Xml"/>
303 <Reference name="Db4objects.Db4o.dll"/>
304 <Reference name="libsecondlife.dll"/>
305 <Reference name="OpenSim.Framework"/>
306 <Reference name="OpenSim.Framework.Console"/>
307 <Files>
308 <Match pattern="*.cs" recurse="true"/>
309 </Files>
310 </Project>
311
312 <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library">
313 <Configuration name="Debug">
314 <Options>
315 <OutputPath>../../bin/</OutputPath>
316 </Options>
317 </Configuration>
318 <Configuration name="Release">
319 <Options>
320 <OutputPath>../../bin/</OutputPath>
321 </Options>
322 </Configuration>
323
324 <ReferencePath>../../bin/</ReferencePath>
325 <Reference name="System" localCopy="false"/>
326 <Reference name="System.Xml"/>
327 <Reference name="libsecondlife.dll"/>
328 <Reference name="OpenSim.Framework"/>
329 <Reference name="OpenSim.Framework.Console"/>
330 <Reference name="XMLRPC"/>
331 <Files>
332 <Match pattern="*.cs" recurse="true"/>
333 </Files>
334 </Project>
335 414
336 <!-- Physics Plug-ins --> 415 <!-- Physics Plug-ins -->
337 <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library"> 416 <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
@@ -532,81 +611,6 @@
532 </Files> 611 </Files>
533 </Project> 612 </Project>
534 613
535 <!-- Storage Plug-ins -->
536 <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library">
537 <Configuration name="Debug">
538 <Options>
539 <OutputPath>../../bin/</OutputPath>
540 </Options>
541 </Configuration>
542 <Configuration name="Release">
543 <Options>
544 <OutputPath>../../bin/</OutputPath>
545 </Options>
546 </Configuration>
547
548 <ReferencePath>../../bin/</ReferencePath>
549 <Reference name="System" localCopy="false"/>
550 <Reference name="System.Xml"/>
551 <Reference name="Db4objects.Db4o.dll"/>
552 <Reference name="libsecondlife.dll"/>
553 <Reference name="OpenSim.Framework"/>
554 <Reference name="OpenSim.Framework.Console"/>
555 <Files>
556 <Match pattern="*.cs" recurse="true"/>
557 </Files>
558 </Project>
559
560 <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim.Storage/LocalStorageSQLite" type="Library">
561 <Configuration name="Debug">
562 <Options>
563 <OutputPath>../../bin/</OutputPath>
564 </Options>
565 </Configuration>
566 <Configuration name="Release">
567 <Options>
568 <OutputPath>../../bin/</OutputPath>
569 </Options>
570 </Configuration>
571
572 <ReferencePath>../../bin/</ReferencePath>
573 <Reference name="System" localCopy="false"/>
574 <Reference name="System.Xml"/>
575 <Reference name="System.Data"/>
576 <Reference name="System.Data.SQLite.dll"/>
577 <Reference name="libsecondlife.dll"/>
578 <Reference name="OpenSim.Framework"/>
579 <Reference name="OpenSim.Framework.Console"/>
580 <Files>
581 <Match pattern="*.cs" recurse="true"/>
582 </Files>
583 </Project>
584
585 <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage/LocalStorageBerkeleyDB" type="Library">
586 <Configuration name="Debug">
587 <Options>
588 <OutputPath>../../bin/</OutputPath>
589 </Options>
590 </Configuration>
591 <Configuration name="Release">
592 <Options>
593 <OutputPath>../../bin/</OutputPath>
594 </Options>
595 </Configuration>
596
597 <ReferencePath>../../bin/</ReferencePath>
598 <Reference name="System" localCopy="false"/>
599 <Reference name="System.Xml"/>
600 <Reference name="System.Data"/>
601 <Reference name="Kds.Serialization.dll"/>
602 <Reference name="libdb_dotNET43.dll"/>
603 <Reference name="libsecondlife.dll"/>
604 <Reference name="OpenSim.Framework"/>
605 <Reference name="OpenSim.Framework.Console"/>
606 <Files>
607 <Match pattern="*.cs" recurse="true"/>
608 </Files>
609 </Project>
610 614
611 </Solution> 615 </Solution>
612 616