diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 250 |
1 files changed, 127 insertions, 123 deletions
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 | ||