aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1062
1 files changed, 1062 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
new file mode 100644
index 0000000..688437a
--- /dev/null
+++ b/prebuild.xml
@@ -0,0 +1,1062 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
3 <Solution name="OpenSim" activeConfig="Debug" path="./">
4 <Configuration name="Debug">
5 <Options>
6 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode>
8 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
9 <AllowUnsafe>false</AllowUnsafe>
10 <WarningLevel>4</WarningLevel>
11 <WarningsAsErrors>false</WarningsAsErrors>
12 <SuppressWarnings></SuppressWarnings>
13 <OutputPath>bin</OutputPath>
14 <DebugInformation>true</DebugInformation>
15 <IncrementalBuild>true</IncrementalBuild>
16 <NoStdLib>false</NoStdLib>
17 </Options>
18 </Configuration>
19 <Configuration name="Release">
20 <Options>
21 <CompilerDefines>TRACE</CompilerDefines>
22 <OptimizeCode>true</OptimizeCode>
23 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
24 <AllowUnsafe>false</AllowUnsafe>
25 <WarningLevel>4</WarningLevel>
26 <WarningsAsErrors>false</WarningsAsErrors>
27 <SuppressWarnings></SuppressWarnings>
28 <OutputPath>bin</OutputPath>
29 <DebugInformation>false</DebugInformation>
30 <IncrementalBuild>true</IncrementalBuild>
31 <NoStdLib>false</NoStdLib>
32 </Options>
33 </Configuration>
34
35
36 <!-- Core OpenSim Projects -->
37
38 <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
39 <Configuration name="Debug">
40 <Options>
41 <OutputPath>../../../bin/</OutputPath>
42 </Options>
43 </Configuration>
44 <Configuration name="Release">
45 <Options>
46 <OutputPath>../../../bin/</OutputPath>
47 </Options>
48 </Configuration>
49
50 <ReferencePath>../../../bin/</ReferencePath>
51 <Reference name="System" localCopy="false"/>
52 <Files>
53 <Match pattern="*.cs" recurse="true"/>
54 </Files>
55 </Project>
56
57 <Project name="OpenSim.Framework" path="OpenSim/Framework/General" type="Library">
58 <Configuration name="Debug">
59 <Options>
60 <OutputPath>../../../bin/</OutputPath>
61 </Options>
62 </Configuration>
63 <Configuration name="Release">
64 <Options>
65 <OutputPath>../../../bin/</OutputPath>
66 </Options>
67 </Configuration>
68
69 <ReferencePath>../../../bin/</ReferencePath>
70 <Reference name="System"/>
71 <Reference name="System.Xml"/>
72 <Reference name="libsecondlife.dll"/>
73 <Reference name="Db4objects.Db4o.dll"/>
74 <Reference name="XMLRPC.dll"/>
75 <Reference name="OpenSim.Framework.Console"/>
76 <Files>
77 <Match pattern="*.cs" recurse="true"/>
78 </Files>
79 </Project>
80
81 <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
82 <Configuration name="Debug">
83 <Options>
84 <OutputPath>../../../bin/</OutputPath>
85 </Options>
86 </Configuration>
87 <Configuration name="Release">
88 <Options>
89 <OutputPath>../../../bin/</OutputPath>
90 </Options>
91 </Configuration>
92
93 <ReferencePath>../../../bin/</ReferencePath>
94 <Reference name="System"/>
95 <Reference name="System.Xml"/>
96 <Reference name="OpenSim.Framework"/>
97 <Reference name="OpenSim.Framework.Console"/>
98 <Reference name="libsecondlife.dll"/>
99 <Reference name="XMLRPC.dll"/>
100
101 <Files>
102 <Match pattern="*.cs" recurse="true"/>
103 </Files>
104 </Project>
105
106 <Project name="OpenSim.Region.Caches" path="OpenSim/Region/Caches" type="Library">
107 <Configuration name="Debug">
108 <Options>
109 <OutputPath>../../../bin/</OutputPath>
110 </Options>
111 </Configuration>
112 <Configuration name="Release">
113 <Options>
114 <OutputPath>../../../bin/</OutputPath>
115 </Options>
116 </Configuration>
117
118 <ReferencePath>../../../bin/</ReferencePath>
119 <Reference name="System"/>
120 <Reference name="System.Xml"/>
121 <Reference name="libsecondlife.dll"/>
122 <Reference name="OpenSim.Framework"/>
123 <Files>
124 <Match pattern="*.cs" recurse="true"/>
125 </Files>
126 </Project>
127
128 <Project name="OpenSim.Region.Capabilities" path="OpenSim/Region/Capabilities" type="Library">
129 <Configuration name="Debug">
130 <Options>
131 <OutputPath>../../../bin/</OutputPath>
132 </Options>
133 </Configuration>
134 <Configuration name="Release">
135 <Options>
136 <OutputPath>../../../bin/</OutputPath>
137 </Options>
138 </Configuration>
139
140 <ReferencePath>../../../bin/</ReferencePath>
141 <Reference name="System"/>
142 <Reference name="System.Xml"/>
143 <Reference name="libsecondlife.dll"/>
144 <Reference name="OpenSim.Framework"/>
145 <Reference name="OpenSim.Framework.Servers"/>
146 <Reference name="OpenSim.Region.Caches"/>
147 <Reference name="XMLRPC.dll"/>
148
149 <Files>
150 <Match pattern="*.cs" recurse="true"/>
151 </Files>
152 </Project>
153
154 <!-- Storage Plug-ins -->
155 <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library">
156 <Configuration name="Debug">
157 <Options>
158 <OutputPath>../../../../bin/</OutputPath>
159 </Options>
160 </Configuration>
161 <Configuration name="Release">
162 <Options>
163 <OutputPath>../../../../bin/</OutputPath>
164 </Options>
165 </Configuration>
166
167 <ReferencePath>../../../../bin/</ReferencePath>
168 <Reference name="System" localCopy="false"/>
169 <Reference name="System.Xml"/>
170 <Reference name="Db4objects.Db4o.dll"/>
171 <Reference name="libsecondlife.dll"/>
172 <Reference name="OpenSim.Framework"/>
173 <Reference name="OpenSim.Framework.Console"/>
174 <Files>
175 <Match pattern="*.cs" recurse="true"/>
176 </Files>
177 </Project>
178
179 <Project name="OpenSim.Region.Storage.LocalStorageSQLite" path="OpenSim/Region/Storage/LocalStorageSQLite" type="Library">
180 <Configuration name="Debug">
181 <Options>
182 <OutputPath>../../../../bin/</OutputPath>
183 </Options>
184 </Configuration>
185 <Configuration name="Release">
186 <Options>
187 <OutputPath>../../../../bin/</OutputPath>
188 </Options>
189 </Configuration>
190
191 <ReferencePath>../../../../bin/</ReferencePath>
192 <Reference name="System" localCopy="false"/>
193 <Reference name="System.Xml"/>
194 <Reference name="System.Data"/>
195 <Reference name="System.Data.SQLite.dll"/>
196 <Reference name="libsecondlife.dll"/>
197 <Reference name="OpenSim.Framework"/>
198 <Reference name="OpenSim.Framework.Console"/>
199 <Files>
200 <Match pattern="*.cs" recurse="true"/>
201 </Files>
202 </Project>
203
204 <Project name="OpenSim.Region.Storage.LocalStorageBerkeleyDB" path="OpenSim/Region/Storage/LocalStorageBerkeleyDB" 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="System.Data"/>
220 <Reference name="Kds.Serialization.dll"/>
221 <Reference name="libdb_dotNET43.dll"/>
222 <Reference name="libsecondlife.dll"/>
223 <Reference name="OpenSim.Framework"/>
224 <Reference name="OpenSim.Framework.Console"/>
225 <Files>
226 <Match pattern="*.cs" recurse="true"/>
227 </Files>
228 </Project>
229
230 <!-- Grid Server Plug-ins -->
231 <Project name="OpenSim.Region.GridInterfaces.Local" path="OpenSim/Region/GridInterfaces/Local" type="Library">
232 <Configuration name="Debug">
233 <Options>
234 <OutputPath>../../../../bin/</OutputPath>
235 </Options>
236 </Configuration>
237 <Configuration name="Release">
238 <Options>
239 <OutputPath>../../../../bin/</OutputPath>
240 </Options>
241 </Configuration>
242
243 <ReferencePath>../../../../bin/</ReferencePath>
244 <Reference name="System" localCopy="false"/>
245 <Reference name="System.Xml"/>
246 <Reference name="Db4objects.Db4o.dll"/>
247 <Reference name="libsecondlife.dll"/>
248 <Reference name="OpenSim.Framework"/>
249 <Reference name="OpenSim.Framework.Console"/>
250 <Files>
251 <Match pattern="*.cs" recurse="true"/>
252 </Files>
253 </Project>
254
255 <Project name="OpenSim.Region.GridInterfaces.Remote" path="OpenSim/Region/GridInterfaces/Remote" type="Library">
256 <Configuration name="Debug">
257 <Options>
258 <OutputPath>../../../../bin/</OutputPath>
259 </Options>
260 </Configuration>
261 <Configuration name="Release">
262 <Options>
263 <OutputPath>../../../../bin/</OutputPath>
264 </Options>
265 </Configuration>
266
267 <ReferencePath>../../../../bin/</ReferencePath>
268 <Reference name="System" localCopy="false"/>
269 <Reference name="System.Xml"/>
270 <Reference name="libsecondlife.dll"/>
271 <Reference name="OpenSim.Framework"/>
272 <Reference name="OpenSim.Framework.Console"/>
273 <Reference name="XMLRPC.dll"/>
274 <Files>
275 <Match pattern="*.cs" recurse="true"/>
276 </Files>
277 </Project>
278
279 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
280 <Configuration name="Debug">
281 <Options>
282 <OutputPath>../../../../bin/</OutputPath>
283 </Options>
284 </Configuration>
285 <Configuration name="Release">
286 <Options>
287 <OutputPath>../../../../bin/</OutputPath>
288 </Options>
289 </Configuration>
290
291 <ReferencePath>../../../../bin/</ReferencePath>
292 <Reference name="System" localCopy="false"/>
293 <Reference name="System.Xml" localCopy="false" />
294 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
295 <Reference name="OpenSim.Framework" localCopy="false"/>
296 <Reference name="OpenSim.Framework.Console" localCopy="false"/>
297 <Files>
298 <Match pattern="*.cs" recurse="false"/>
299 </Files>
300 </Project>
301
302
303 <!-- Physics Plug-ins -->
304 <Project name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library">
305 <Configuration name="Debug">
306 <Options>
307 <OutputPath>../../../../bin/Physics/</OutputPath>
308 </Options>
309 </Configuration>
310 <Configuration name="Release">
311 <Options>
312 <OutputPath>../../../../bin/Physics/</OutputPath>
313 </Options>
314 </Configuration>
315
316 <ReferencePath>../../../../bin/</ReferencePath>
317 <Reference name="System" localCopy="false"/>
318 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
319 <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
320 <Files>
321 <Match pattern="*.cs" recurse="true"/>
322 </Files>
323 </Project>
324
325 <Project name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library">
326 <Configuration name="Debug">
327 <Options>
328 <OutputPath>../../../../bin/Physics/</OutputPath>
329 </Options>
330 </Configuration>
331 <Configuration name="Release">
332 <Options>
333 <OutputPath>../../../../bin/Physics/</OutputPath>
334 </Options>
335 </Configuration>
336
337 <ReferencePath>../../../../bin/</ReferencePath>
338 <Reference name="System" localCopy="false"/>
339 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
340 <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
341 <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
342 <Files>
343 <Match pattern="*.cs" recurse="true"/>
344 </Files>
345 </Project>
346
347 <Project name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library">
348 <Configuration name="Debug">
349 <Options>
350 <OutputPath>../../../../bin/Physics/</OutputPath>
351 </Options>
352 </Configuration>
353 <Configuration name="Release">
354 <Options>
355 <OutputPath>../../../../bin/Physics/</OutputPath>
356 </Options>
357 </Configuration>
358
359 <ReferencePath>../../../../bin/</ReferencePath>
360 <Reference name="System" localCopy="false"/>
361 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
362 <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
363 <Reference name="Ode.NET.dll" localCopy="false" />
364
365 <Files>
366 <Match pattern="*.cs" recurse="true"/>
367 </Files>
368 </Project>
369
370 <!-- Xml Config Dll -->
371 <Project name="OpenSim.Framework.GenericConfig.Xml" path="OpenSim/Framework/GenericConfig/Xml" type="Library">
372 <Configuration name="Debug">
373 <Options>
374 <OutputPath>../../../../bin/</OutputPath>
375 </Options>
376 </Configuration>
377 <Configuration name="Release">
378 <Options>
379 <OutputPath>../../../../bin/</OutputPath>
380 </Options>
381 </Configuration>
382
383 <ReferencePath>../../../../bin/</ReferencePath>
384 <Reference name="System"/>
385 <Reference name="System.Xml"/>
386 <Reference name="OpenSim.Framework"/>
387
388 <Files>
389 <Match pattern="*.cs" recurse="true"/>
390 </Files>
391 </Project>
392
393 <!-- Terrain engine -->
394 <Project name="OpenSim.Region.Terrain.BasicTerrain" path="OpenSim/Region/Terrain.BasicTerrain" type="Library">
395 <Configuration name="Debug">
396 <Options>
397 <OutputPath>../../../bin/</OutputPath>
398 </Options>
399 </Configuration>
400 <Configuration name="Release">
401 <Options>
402 <OutputPath>../../../bin/</OutputPath>
403 </Options>
404 </Configuration>
405
406 <ReferencePath>../../../bin/</ReferencePath>
407 <Reference name="System"/>
408 <Reference name="System.Drawing"/>
409 <Reference name="System.Data"/>
410 <Reference name="System.Xml"/>
411 <Reference name="Microsoft.JScript"/>
412 <Reference name="libTerrain-BSD.dll"/>
413 <Reference name="openjpegnet.dll" />
414
415 <Files>
416 <Match pattern="*.cs" recurse="true"/>
417 </Files>
418 </Project>
419
420 <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library">
421 <Configuration name="Debug">
422 <Options>
423 <OutputPath>../../../bin/</OutputPath>
424 </Options>
425 </Configuration>
426 <Configuration name="Release">
427 <Options>
428 <OutputPath>../../../bin/</OutputPath>
429 </Options>
430 </Configuration>
431
432 <ReferencePath>../../../bin/</ReferencePath>
433 <Reference name="System" localCopy="false"/>
434 <Reference name="System.Xml"/>
435 <Reference name="System.Data"/>
436 <Reference name="XMLRPC.dll"/>
437 <Reference name="libsecondlife.dll"/>
438 <Files>
439 <Match pattern="*.cs" recurse="true"/>
440 </Files>
441 </Project>
442
443 <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
444 <Configuration name="Debug">
445 <Options>
446 <OutputPath>../../../bin/</OutputPath>
447 </Options>
448 </Configuration>
449 <Configuration name="Release">
450 <Options>
451 <OutputPath>../../../bin/</OutputPath>
452 </Options>
453 </Configuration>
454
455 <ReferencePath>../../../bin/</ReferencePath>
456 <Reference name="System" localCopy="false"/>
457 <Reference name="System.Xml"/>
458 <Reference name="System.Data"/>
459 <Reference name="OpenSim.Framework.Data"/>
460 <Reference name="libsecondlife.dll"/>
461 <Reference name="Db4objects.Db4o.dll"/>
462 <Files>
463 <Match pattern="*.cs" recurse="true"/>
464 </Files>
465 </Project>
466
467 <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library">
468 <Configuration name="Debug">
469 <Options>
470 <OutputPath>../../../bin/</OutputPath>
471 </Options>
472 </Configuration>
473 <Configuration name="Release">
474 <Options>
475 <OutputPath>../../../bin/</OutputPath>
476 </Options>
477 </Configuration>
478
479 <ReferencePath>../../../bin/</ReferencePath>
480 <Reference name="System" localCopy="false"/>
481 <Reference name="System.Data" localCopy="false"/>
482 <Reference name="System.Xml" localCopy="false"/>
483 <Reference name="XMLRPC.dll"/>
484 <Reference name="OpenSim.Framework"/>
485 <Reference name="OpenSim.Framework.Console"/>
486 <Reference name="OpenSim.Framework.Data"/>
487 <Reference name="OpenSim.Framework.GenericConfig.Xml"/>
488 <Reference name="OpenSim.Framework.Servers"/>
489 <Reference name="libsecondlife.dll"/>
490 <Reference name="Db4objects.Db4o.dll"/>
491
492 <Files>
493 <Match pattern="*.cs" recurse="true"/>
494 </Files>
495 </Project>
496
497 <!-- OpenSim.Framework.Communications -->
498 <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library">
499 <Configuration name="Debug">
500 <Options>
501 <OutputPath>../../../bin/</OutputPath>
502 </Options>
503 </Configuration>
504 <Configuration name="Release">
505 <Options>
506 <OutputPath>../../../bin/</OutputPath>
507 </Options>
508 </Configuration>
509
510 <ReferencePath>../../../bin/</ReferencePath>
511 <Reference name="System"/>
512 <Reference name="System.Xml"/>
513 <Reference name="OpenSim.Framework"/>
514 <Reference name="OpenSim.Framework.Data" />
515 <Reference name="OpenSim.Framework.Servers"/>
516 <Reference name="libsecondlife.dll"/>
517
518 <Files>
519 <Match pattern="*.cs" recurse="true"/>
520 </Files>
521 </Project>
522
523 <Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library">
524 <Configuration name="Debug">
525 <Options>
526 <OutputPath>../../../../bin/</OutputPath>
527 </Options>
528 </Configuration>
529 <Configuration name="Release">
530 <Options>
531 <OutputPath>../../../../bin/</OutputPath>
532 </Options>
533 </Configuration>
534
535 <ReferencePath>../../../../bin/</ReferencePath>
536 <Reference name="System"/>
537 <Reference name="System.Xml"/>
538 <Reference name="System.Data"/>
539 <Reference name="System.Runtime.Remoting"/>
540 <Reference name="OpenSim.Framework"/>
541 <Reference name="OpenSim.Framework.Console"/>
542 <Reference name="OpenSim.Framework.Servers"/>
543 <Reference name="OpenSim.Framework.Communications" />
544 <Reference name="OpenSim.Framework.Data" />
545 <Reference name="libsecondlife.dll"/>
546 <Reference name="XMLRPC.dll"/>
547
548 <Files>
549 <Match pattern="*.cs" recurse="true"/>
550 </Files>
551 </Project>
552
553 <Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library">
554 <Configuration name="Debug">
555 <Options>
556 <OutputPath>../../../../bin/</OutputPath>
557 </Options>
558 </Configuration>
559 <Configuration name="Release">
560 <Options>
561 <OutputPath>../../../../bin/</OutputPath>
562 </Options>
563 </Configuration>
564
565 <ReferencePath>../../../../bin/</ReferencePath>
566 <Reference name="System"/>
567 <Reference name="System.Xml"/>
568 <Reference name="OpenSim.Framework.Communications"/>
569 <Reference name="OpenSim.Framework.UserManagement" />
570 <Reference name="OpenSim.Framework.Data" />
571 <Reference name="OpenSim.Framework.Servers"/>
572 <Reference name="libsecondlife.dll"/>
573 <Reference name="OpenSim.Framework"/>
574
575 <Files>
576 <Match pattern="*.cs" recurse="true"/>
577 </Files>
578 </Project>
579
580 <Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
581 <Configuration name="Debug">
582 <Options>
583 <OutputPath>../../../bin/</OutputPath>
584 </Options>
585 </Configuration>
586 <Configuration name="Release">
587 <Options>
588 <OutputPath>../../../bin/</OutputPath>
589 </Options>
590 </Configuration>
591
592 <ReferencePath>../../../bin/</ReferencePath>
593 <Reference name="System" localCopy="false"/>
594 <Reference name="System.Xml"/>
595 <Reference name="libsecondlife.dll"/>
596 <Reference name="Axiom.MathLib.dll"/>
597 <Reference name="Db4objects.Db4o.dll"/>
598 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
599 <Reference name="OpenSim.Framework"/>
600 <Reference name="OpenSim.Framework.Console"/>
601 <Reference name="OpenSim.Region.Physics.Manager"/>
602 <Reference name="OpenSim.Framework.Servers"/>
603 <Reference name="OpenSim.Region.Caches"/>
604 <Reference name="XMLRPC.dll"/>
605
606 <Files>
607 <Match pattern="*.cs" recurse="true"/>
608 </Files>
609 </Project>
610
611
612
613 <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" type="Library">
614 <Configuration name="Debug">
615 <Options>
616 <OutputPath>../../../bin/</OutputPath>
617 </Options>
618 </Configuration>
619 <Configuration name="Release">
620 <Options>
621 <OutputPath>../../../bin/</OutputPath>
622 </Options>
623 </Configuration>
624
625 <ReferencePath>../../../bin/</ReferencePath>
626 <Reference name="System" localCopy="false"/>
627 <Reference name="System.Xml"/>
628 <Reference name="libsecondlife.dll"/>
629 <Reference name="Axiom.MathLib.dll"/>
630 <Reference name="Db4objects.Db4o.dll"/>
631 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
632 <Reference name="OpenSim.Framework"/>
633 <Reference name="OpenSim.Framework.Console"/>
634 <Reference name="OpenSim.Framework.GenericConfig.Xml"/>
635 <Reference name="OpenSim.Region.Physics.Manager"/>
636 <Reference name="OpenSim.Framework.Servers"/>
637 <Reference name="OpenSim.Region.Caches"/>
638 <Reference name="OpenSim.Region.Capabilities"/>
639 <!-- For scripting in funny languages by default -->
640 <Reference name="Microsoft.JScript"/>
641 <Reference name="XMLRPC.dll"/>
642 <Reference name="OpenSim.Framework.Communications"/>
643
644 <Files>
645 <Match pattern="*.cs" recurse="true"/>
646 </Files>
647 </Project>
648
649 <!-- OpenSim app -->
650 <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe">
651 <Configuration name="Debug">
652 <Options>
653 <OutputPath>../../../bin/</OutputPath>
654 </Options>
655 </Configuration>
656 <Configuration name="Release">
657 <Options>
658 <OutputPath>../../../bin/</OutputPath>
659 </Options>
660 </Configuration>
661
662 <ReferencePath>../../../bin/</ReferencePath>
663 <Reference name="System" localCopy="false"/>
664 <Reference name="System.Xml"/>
665 <Reference name="libsecondlife.dll"/>
666 <Reference name="Axiom.MathLib.dll"/>
667 <Reference name="Db4objects.Db4o.dll"/>
668 <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
669 <Reference name="OpenSim.Framework"/>
670 <Reference name="OpenSim.Framework.Data"/>
671 <Reference name="OpenSim.Framework.Console"/>
672 <Reference name="OpenSim.Region.Physics.Manager"/>
673 <Reference name="OpenSim.Framework.Servers"/>
674 <Reference name="OpenSim.Region.Environment"/>
675 <Reference name="OpenSim.Region.ClientStack"/>
676 <Reference name="OpenSim.Framework.GenericConfig.Xml"/>
677 <Reference name="OpenSim.Framework.Communications"/>
678 <Reference name="OpenSim.Region.Communications.OGS1"/>
679 <Reference name="OpenSim.Region.Caches"/>
680 <Reference name="XMLRPC.dll"/>
681 <Reference name="OpenSim.Framework.UserManagement" />
682 <Reference name="OpenSim.Region.Communications.Local"/>
683
684 <Files>
685 <Match pattern="*.cs" recurse="true"/>
686 </Files>
687 </Project>
688
689 <!-- Scene Server API Example Apps -->
690
691 <Project name="SimpleApp" path="OpenSim/Region/Examples/SimpleApp" type="Exe">
692 <Configuration name="Debug">
693 <Options>
694 <OutputPath>../../../../bin/</OutputPath>
695 </Options>
696 </Configuration>
697 <Configuration name="Release">
698 <Options>
699 <OutputPath>../../../../bin/</OutputPath>
700 </Options>
701 </Configuration>
702
703 <ReferencePath>../../../../bin/</ReferencePath>
704 <ReferencePath>../../../../bin/Physics/</ReferencePath>
705
706 <Reference name="libsecondlife.dll"/>
707 <Reference name="System" localCopy="false"/>
708 <Reference name="System.Data.dll"/>
709 <Reference name="System.Xml"/>
710
711 <Reference name="OpenSim.Framework.Console"/>
712 <Reference name="OpenSim.Framework"/>
713 <Reference name="OpenSim.Framework.UserManagement"/>
714 <Reference name="OpenSim.Region.Physics.Manager"/>
715 <Reference name="OpenSim.Region.Capabilities"/>
716 <Reference name="XMLRPC.dll"/>
717 <Reference name="OpenSim.Region.GridInterfaces.Local"/>
718 <Reference name="OpenSim.Framework.Servers"/>
719 <Reference name="OpenSim.Framework.Communications"/>
720 <Reference name="OpenSim.Region.Communications.Local"/>
721 <Reference name="OpenSim.Region.Caches"/>
722 <Reference name="OpenSim.Region.ClientStack"/>
723 <Reference name="OpenSim.Region.Environment"/>
724
725
726 <Files>
727 <Match pattern="*.cs" recurse="true"/>
728 </Files>
729 </Project>
730
731 </Solution>
732
733
734 <Solution name="OpenGridServices" activeConfig="Debug" path="./">
735 <Configuration name="Debug">
736 <Options>
737 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
738 <OptimizeCode>false</OptimizeCode>
739 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
740 <AllowUnsafe>false</AllowUnsafe>
741 <WarningLevel>4</WarningLevel>
742 <WarningsAsErrors>false</WarningsAsErrors>
743 <SuppressWarnings></SuppressWarnings>
744 <OutputPath>bin</OutputPath>
745 <DebugInformation>true</DebugInformation>
746 <IncrementalBuild>true</IncrementalBuild>
747 <NoStdLib>false</NoStdLib>
748 </Options>
749 </Configuration>
750 <Configuration name="Release">
751 <Options>
752 <CompilerDefines>TRACE</CompilerDefines>
753 <OptimizeCode>true</OptimizeCode>
754 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
755 <AllowUnsafe>false</AllowUnsafe>
756 <WarningLevel>4</WarningLevel>
757 <WarningsAsErrors>false</WarningsAsErrors>
758 <SuppressWarnings></SuppressWarnings>
759 <OutputPath>bin</OutputPath>
760 <DebugInformation>false</DebugInformation>
761 <IncrementalBuild>true</IncrementalBuild>
762 <NoStdLib>false</NoStdLib>
763 </Options>
764 </Configuration>
765
766 <Project name="OpenSim.Framework.Data.MySQL" path="OpenSim/Framework/Data.MySQL" type="Library">
767 <Configuration name="Debug">
768 <Options>
769 <OutputPath>../../../bin/</OutputPath>
770 </Options>
771 </Configuration>
772 <Configuration name="Release">
773 <Options>
774 <OutputPath>../../../bin/</OutputPath>
775 </Options>
776 </Configuration>
777
778 <ReferencePath>../../../bin/</ReferencePath>
779 <Reference name="System" localCopy="false"/>
780 <Reference name="System.Xml"/>
781 <Reference name="System.Data"/>
782 <Reference name="OpenSim.Framework.Data"/>
783 <Reference name="libsecondlife.dll"/>
784 <Reference name="MySql.Data.dll"/>
785 <Files>
786 <Match pattern="*.cs" recurse="true"/>
787 </Files>
788 </Project>
789
790 <Project name="OpenSim.Framework.Data.MSSQL" path="OpenSim/Framework/Data.MSSQL" type="Library">
791 <Configuration name="Debug">
792 <Options>
793 <OutputPath>../../../bin/</OutputPath>
794 </Options>
795 </Configuration>
796 <Configuration name="Release">
797 <Options>
798 <OutputPath>../../../bin/</OutputPath>
799 </Options>
800 </Configuration>
801
802 <ReferencePath>../../../bin/</ReferencePath>
803 <Reference name="System" localCopy="false"/>
804 <Reference name="System.Xml"/>
805 <Reference name="System.Data"/>
806 <Reference name="OpenSim.Framework.Data"/>
807 <Reference name="libsecondlife.dll"/>
808 <Files>
809 <Match pattern="*.cs" recurse="true"/>
810 </Files>
811 </Project>
812
813 <Project name="OpenSim.Framework.Data.SQLite" path="OpenSim/Framework/Data.SQLite" type="Library">
814 <Configuration name="Debug">
815 <Options>
816 <OutputPath>../../../bin/</OutputPath>
817 </Options>
818 </Configuration>
819 <Configuration name="Release">
820 <Options>
821 <OutputPath>../../../bin/</OutputPath>
822 </Options>
823 </Configuration>
824
825 <ReferencePath>../../../bin/</ReferencePath>
826 <Reference name="System" localCopy="false"/>
827 <Reference name="System.Xml"/>
828 <Reference name="System.Data"/>
829 <Reference name="System.Data.SQLite.dll"/>
830 <Reference name="OpenSim.Framework.Data"/>
831 <Reference name="libsecondlife.dll"/>
832 <Files>
833 <Match pattern="*.cs" recurse="true"/>
834 </Files>
835 </Project>
836
837 <!-- OGS projects -->
838
839 <Project name="OpenSim.Grid.Framework.Manager" path="OpenSim/Grid/Framework.Manager" type="Library">
840 <Configuration name="Debug">
841 <Options>
842 <OutputPath>../../../bin/</OutputPath>
843 </Options>
844 </Configuration>
845 <Configuration name="Release">
846 <Options>
847 <OutputPath>../../../bin/</OutputPath>
848 </Options>
849 </Configuration>
850
851 <ReferencePath>../../../bin/</ReferencePath>
852 <Reference name="System" localCopy="false"/>
853 <Reference name="OpenSim.Framework"/>
854 <Reference name="OpenSim.Framework.Servers"/>
855 <Reference name="libsecondlife.dll"/>
856 <Reference name="XMLRPC.dll"/>
857
858
859 <Files>
860 <Match pattern="*.cs" recurse="true"/>
861 </Files>
862 </Project>
863
864 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">
865 <Configuration name="Debug">
866 <Options>
867 <OutputPath>../../../bin/</OutputPath>
868 </Options>
869 </Configuration>
870 <Configuration name="Release">
871 <Options>
872 <OutputPath>../../../bin/</OutputPath>
873 </Options>
874 </Configuration>
875
876 <ReferencePath>../../../bin/</ReferencePath>
877 <Reference name="System" localCopy="false"/>
878 <Reference name="System.Data" localCopy="false"/>
879 <Reference name="System.Xml" localCopy="false"/>
880 <Reference name="OpenSim.Framework"/>
881 <Reference name="OpenSim.Framework.Console"/>
882 <Reference name="OpenSim.Framework.Servers"/>
883 <Reference name="OpenSim.Framework.Data"/>
884 <Reference name="OpenSim.Grid.Framework.Manager"/>
885 <Reference name="OpenSim.Framework.GenericConfig.Xml"/>
886 <Reference name="libsecondlife.dll"/>
887 <Reference name="Db4objects.Db4o.dll"/>
888 <Reference name="XMLRPC.dll"/>
889
890 <Files>
891 <Match pattern="*.cs" recurse="true"/>
892 </Files>
893 </Project>
894
895 <Project name="OpenSim.Grid.AssetServer" path="OpenSim/Grid/AssetServer" type="Exe">
896 <Configuration name="Debug">
897 <Options>
898 <OutputPath>../../../bin/</OutputPath>
899 </Options>
900 </Configuration>
901 <Configuration name="Release">
902 <Options>
903 <OutputPath>../../../bin/</OutputPath>
904 </Options>
905 </Configuration>
906
907 <ReferencePath>../../../bin/</ReferencePath>
908 <Reference name="System" localCopy="false"/>
909 <Reference name="System.Data" localCopy="false"/>
910 <Reference name="System.Xml" localCopy="false"/>
911 <Reference name="OpenSim.Framework"/>
912 <Reference name="OpenSim.Framework.Console"/>
913 <Reference name="OpenSim.Framework.Servers"/>
914 <Reference name="libsecondlife.dll"/>
915 <Reference name="Db4objects.Db4o.dll"/>
916 <Reference name="XMLRPC.dll"/>
917
918 <Files>
919 <Match pattern="*.cs" recurse="true"/>
920 </Files>
921 </Project>
922
923
924 <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
925 <Configuration name="Debug">
926 <Options>
927 <OutputPath>../../../bin/</OutputPath>
928 </Options>
929 </Configuration>
930 <Configuration name="Release">
931 <Options>
932 <OutputPath>../../../bin/</OutputPath>
933 </Options>
934 </Configuration>
935
936 <ReferencePath>../../../bin/</ReferencePath>
937 <Reference name="System" localCopy="false"/>
938 <Reference name="System.Data" localCopy="false"/>
939 <Reference name="System.Xml" localCopy="false"/>
940 <Reference name="OpenSim.Framework"/>
941 <Reference name="OpenSim.Framework.Console"/>
942 <Reference name="OpenSim.Framework.Data"/>
943 <Reference name="OpenSim.Framework.GenericConfig.Xml"/>
944 <Reference name="OpenSim.Framework.Servers"/>
945 <Reference name="OpenSim.Framework.UserManagement" />
946 <Reference name="libsecondlife.dll"/>
947 <Reference name="Db4objects.Db4o.dll"/>
948 <Reference name="XMLRPC.dll"/>
949
950 <Files>
951 <Match pattern="*.cs" recurse="true"/>
952 </Files>
953 </Project>
954
955 <Project name="OpenSim.Grid.GridServer.Config" path="OpenSim/Grid/GridServer.Config" type="Library">
956 <Configuration name="Debug">
957 <Options>
958 <OutputPath>../../../bin/</OutputPath>
959 </Options>
960 </Configuration>
961 <Configuration name="Release">
962 <Options>
963 <OutputPath>../../../bin/</OutputPath>
964 </Options>
965 </Configuration>
966
967 <ReferencePath>../../../bin/</ReferencePath>
968 <Reference name="System" localCopy="false"/>
969 <Reference name="System.Data.dll"/>
970 <Reference name="System.Xml"/>
971 <Reference name="libsecondlife.dll"/>
972 <Reference name="Db4objects.Db4o.dll"/>
973 <Reference name="OpenSim.Framework"/>
974 <Reference name="OpenSim.Framework.Console"/>
975 <Files>
976 <Match pattern="*.cs" recurse="true"/>
977 </Files>
978 </Project>
979
980 <Project name="OpenSim.Grid.UserServer.Config" path="OpenSim/Grid/UserServer.Config" type="Library">
981 <Configuration name="Debug">
982 <Options>
983 <OutputPath>../../../bin/</OutputPath>
984 </Options>
985 </Configuration>
986 <Configuration name="Release">
987 <Options>
988 <OutputPath>../../../bin/</OutputPath>
989 </Options>
990 </Configuration>
991
992 <ReferencePath>../../../bin/</ReferencePath>
993 <Reference name="System" localCopy="false"/>
994 <Reference name="System.Data.dll"/>
995 <Reference name="System.Xml"/>
996 <Reference name="libsecondlife.dll"/>
997 <Reference name="Db4objects.Db4o.dll"/>
998 <Reference name="OpenSim.Framework"/>
999 <Reference name="OpenSim.Framework.Console"/>
1000 <Files>
1001 <Match pattern="*.cs" recurse="true"/>
1002 </Files>
1003 </Project>
1004
1005 </Solution>
1006
1007
1008 <!-- Prebuild tool -->
1009 <Solution name="Prebuild" path="Prebuild/" >
1010 <Configuration name="Debug">
1011 <Options>
1012 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
1013 <OptimizeCode>false</OptimizeCode>
1014 <OutputPath>bin/Debug</OutputPath>
1015 <DebugInformation>true</DebugInformation>
1016 <SuppressWarnings>1595</SuppressWarnings>
1017 </Options>
1018 </Configuration>
1019 <Configuration name="Release">
1020 <Options>
1021 <CompilerDefines>TRACE</CompilerDefines>
1022 <OutputPath>bin/Release</OutputPath>
1023 <OptimizeCode>true</OptimizeCode>
1024 <DebugInformation>false</DebugInformation>
1025 <SuppressWarnings>1595</SuppressWarnings>
1026 </Options>
1027 </Configuration>
1028 <Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
1029 <Configuration name="Debug">
1030 <Options>
1031 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
1032 <OptimizeCode>false</OptimizeCode>
1033 <OutputPath>..\..\bin\</OutputPath>
1034 <DebugInformation>true</DebugInformation>
1035 <KeyFile>Prebuild.snk</KeyFile>
1036 <SuppressWarnings>1595</SuppressWarnings>
1037 </Options>
1038 </Configuration>
1039 <Configuration name="Release">
1040 <Options>
1041 <CompilerDefines>TRACE</CompilerDefines>
1042 <OutputPath>..\..\bin\</OutputPath>
1043 <OptimizeCode>true</OptimizeCode>
1044 <DebugInformation>false</DebugInformation>
1045 <KeyFile>Prebuild.snk</KeyFile>
1046 <SuppressWarnings>1595</SuppressWarnings>
1047 </Options>
1048 </Configuration>
1049 <ReferencePath>../../bin/</ReferencePath>
1050 <Reference name="System.EnterpriseServices" />
1051 <Reference name="System.Xml" />
1052 <Reference name="System" />
1053 <Files>
1054 <Match pattern="App.ico" buildAction="EmbeddedResource"/>
1055 <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
1056 <Match pattern="*.cs" recurse="true"/>
1057 </Files>
1058 </Project>
1059 </Solution>
1060</Prebuild>
1061
1062