aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-06-19 10:40:20 +0000
committerMW2007-06-19 10:40:20 +0000
commit320fbcb7b4179968994100d0819da2e0732451ef (patch)
tree7babe0b5a0b7d3c4a46cd3f7a6198565d5e31e76 /prebuild.xml
parent* Cleaning up unused zircon branch. (diff)
downloadopensim-SC_OLD-320fbcb7b4179968994100d0819da2e0732451ef.zip
opensim-SC_OLD-320fbcb7b4179968994100d0819da2e0732451ef.tar.gz
opensim-SC_OLD-320fbcb7b4179968994100d0819da2e0732451ef.tar.bz2
opensim-SC_OLD-320fbcb7b4179968994100d0819da2e0732451ef.tar.xz
Made a base class from the Grid mode UserServer.UserManager and included that in the OpenSim solution.
Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
Diffstat (limited to '')
-rw-r--r--prebuild.xml503
1 files changed, 312 insertions, 191 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6b25abd..cbe688d 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -33,7 +33,7 @@
33 </Configuration> 33 </Configuration>
34 34
35 <!-- XML-RPC --> 35 <!-- XML-RPC -->
36 <Project name="XMLRPC" path="Common/XmlRpcCS" type="Library"> 36 <Project name="XMLRPC" path="Common/XmlRpcCS" type="Library">
37 <Configuration name="Debug"> 37 <Configuration name="Debug">
38 <Options> 38 <Options>
39 <OutputPath>../../bin/</OutputPath> 39 <OutputPath>../../bin/</OutputPath>
@@ -93,7 +93,7 @@
93 <Reference name="libsecondlife.dll"/> 93 <Reference name="libsecondlife.dll"/>
94 <Reference name="Db4objects.Db4o.dll"/> 94 <Reference name="Db4objects.Db4o.dll"/>
95 <Reference name="XMLRPC"/> 95 <Reference name="XMLRPC"/>
96 <Reference name="OpenSim.Framework.Console"/> 96 <Reference name="OpenSim.Framework.Console"/>
97 <Files> 97 <Files>
98 <Match pattern="*.cs" recurse="true"/> 98 <Match pattern="*.cs" recurse="true"/>
99 </Files> 99 </Files>
@@ -114,58 +114,10 @@
114 <ReferencePath>../../bin/</ReferencePath> 114 <ReferencePath>../../bin/</ReferencePath>
115 <Reference name="System"/> 115 <Reference name="System"/>
116 <Reference name="System.Xml"/> 116 <Reference name="System.Xml"/>
117 <Reference name="OpenSim.Framework"/> 117 <Reference name="OpenSim.Framework"/>
118 <Reference name="OpenSim.Framework.Console"/> 118 <Reference name="OpenSim.Framework.Console"/>
119 <Reference name="libsecondlife.dll"/> 119 <Reference name="libsecondlife.dll"/>
120 <Reference name="XMLRPC"/> 120 <Reference name="XMLRPC"/>
121
122 <Files>
123 <Match pattern="*.cs" recurse="true"/>
124 </Files>
125 </Project>
126
127 <!-- OpenGridFrameWork.Communications" -->
128 <Project name="OpenGrid.Framework.Communications" path="Common/OpenGrid.Framework.Communications" 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="OpenSim.Framework"/>
144 <Reference name="libsecondlife.dll"/>
145
146 <Files>
147 <Match pattern="*.cs" recurse="true"/>
148 </Files>
149 </Project>
150
151 <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" 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"/>
165 <Reference name="System.Xml"/>
166 <Reference name="OpenGrid.Framework.Communications"/>
167 <Reference name="libsecondlife.dll"/>
168 <Reference name="OpenSim.Framework"/>
169 121
170 <Files> 122 <Files>
171 <Match pattern="*.cs" recurse="true"/> 123 <Match pattern="*.cs" recurse="true"/>
@@ -188,7 +140,7 @@
188 <Reference name="System"/> 140 <Reference name="System"/>
189 <Reference name="System.Xml"/> 141 <Reference name="System.Xml"/>
190 <Reference name="libsecondlife.dll"/> 142 <Reference name="libsecondlife.dll"/>
191 <Reference name="OpenSim.Framework"/> 143 <Reference name="OpenSim.Framework"/>
192 <Files> 144 <Files>
193 <Match pattern="*.cs" recurse="true"/> 145 <Match pattern="*.cs" recurse="true"/>
194 </Files> 146 </Files>
@@ -219,7 +171,7 @@
219 <Match pattern="*.cs" recurse="true"/> 171 <Match pattern="*.cs" recurse="true"/>
220 </Files> 172 </Files>
221 </Project> 173 </Project>
222 174
223 <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim/OpenSim.Storage/LocalStorageSQLite" type="Library"> 175 <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim/OpenSim.Storage/LocalStorageSQLite" type="Library">
224 <Configuration name="Debug"> 176 <Configuration name="Debug">
225 <Options> 177 <Options>
@@ -319,7 +271,7 @@
319 <Match pattern="*.cs" recurse="true"/> 271 <Match pattern="*.cs" recurse="true"/>
320 </Files> 272 </Files>
321 </Project> 273 </Project>
322 274
323 275
324 <Project name="OpenSim.Physics.Manager" path="OpenSim/OpenSim.Physics/Manager" type="Library"> 276 <Project name="OpenSim.Physics.Manager" path="OpenSim/OpenSim.Physics/Manager" type="Library">
325 <Configuration name="Debug"> 277 <Configuration name="Debug">
@@ -352,6 +304,11 @@
352 <OutputPath>../../../bin/Physics/</OutputPath> 304 <OutputPath>../../../bin/Physics/</OutputPath>
353 </Options> 305 </Options>
354 </Configuration> 306 </Configuration>
307 <Configuration name="Release">
308 <Options>
309 <OutputPath>../../../bin/Physics/</OutputPath>
310 </Options>
311 </Configuration>
355 312
356 <ReferencePath>../../../bin/</ReferencePath> 313 <ReferencePath>../../../bin/</ReferencePath>
357 <Reference name="System" localCopy="false"/> 314 <Reference name="System" localCopy="false"/>
@@ -368,6 +325,11 @@
368 <OutputPath>../../../bin/Physics/</OutputPath> 325 <OutputPath>../../../bin/Physics/</OutputPath>
369 </Options> 326 </Options>
370 </Configuration> 327 </Configuration>
328 <Configuration name="Release">
329 <Options>
330 <OutputPath>../../../bin/Physics/</OutputPath>
331 </Options>
332 </Configuration>
371 333
372 <ReferencePath>../../../bin/</ReferencePath> 334 <ReferencePath>../../../bin/</ReferencePath>
373 <Reference name="System" localCopy="false"/> 335 <Reference name="System" localCopy="false"/>
@@ -385,43 +347,58 @@
385 <OutputPath>../../../bin/Physics/</OutputPath> 347 <OutputPath>../../../bin/Physics/</OutputPath>
386 </Options> 348 </Options>
387 </Configuration> 349 </Configuration>
350 <Configuration name="Release">
351 <Options>
352 <OutputPath>../../../bin/Physics/</OutputPath>
353 </Options>
354 </Configuration>
388 355
389 <ReferencePath>../../../bin/</ReferencePath> 356 <ReferencePath>../../../bin/</ReferencePath>
390 <Reference name="System" localCopy="false"/> 357 <Reference name="System" localCopy="false"/>
391 <Reference name="Axiom.MathLib.dll" localCopy="false"/> 358 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
392 <Reference name="OpenSim.Physics.Manager" localCopy="false"/> 359 <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
393 <Reference name="Ode.NET.dll" localCopy="false" /> 360 <Reference name="Ode.NET.dll" localCopy="false" />
394 361
395 <Files> 362 <Files>
396 <Match pattern="*.cs" recurse="true"/> 363 <Match pattern="*.cs" recurse="true"/>
397 </Files> 364 </Files>
398 </Project> 365 </Project>
399 366
400 <!-- Xml Config Dll --> 367 <!-- Xml Config Dll -->
401 <Project name="OpenSim.GenericConfig.Xml" path="Common/OpenSim.GenericConfig/Xml" type="Library"> 368 <Project name="OpenSim.GenericConfig.Xml" path="Common/OpenSim.GenericConfig/Xml" type="Library">
402 <Configuration name="Debug"> 369 <Configuration name="Debug">
403 <Options> 370 <Options>
404 <OutputPath>../../../bin/</OutputPath> 371 <OutputPath>../../../bin/</OutputPath>
405 </Options> 372 </Options>
406 </Configuration> 373 </Configuration>
374 <Configuration name="Release">
375 <Options>
376 <OutputPath>../../../bin/</OutputPath>
377 </Options>
378 </Configuration>
407 379
408 <ReferencePath>../../../bin/</ReferencePath> 380 <ReferencePath>../../../bin/</ReferencePath>
409 <Reference name="System"/> 381 <Reference name="System"/>
410 <Reference name="System.Xml"/> 382 <Reference name="System.Xml"/>
411 <Reference name="OpenSim.Framework"/> 383 <Reference name="OpenSim.Framework"/>
412 384
413 <Files> 385 <Files>
414 <Match pattern="*.cs" recurse="true"/> 386 <Match pattern="*.cs" recurse="true"/>
415 </Files> 387 </Files>
416 </Project> 388 </Project>
417 389
418 <!-- Terrain engine --> 390 <!-- Terrain engine -->
419 <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim/OpenSim.Terrain.BasicTerrain" type="Library"> 391 <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim/OpenSim.Terrain.BasicTerrain" type="Library">
420 <Configuration name="Debug"> 392 <Configuration name="Debug">
421 <Options> 393 <Options>
422 <OutputPath>../../bin/</OutputPath> 394 <OutputPath>../../bin/</OutputPath>
423 </Options> 395 </Options>
424 </Configuration> 396 </Configuration>
397 <Configuration name="Release">
398 <Options>
399 <OutputPath>../../bin/</OutputPath>
400 </Options>
401 </Configuration>
425 402
426 <ReferencePath>../../bin/</ReferencePath> 403 <ReferencePath>../../bin/</ReferencePath>
427 <Reference name="System"/> 404 <Reference name="System"/>
@@ -436,69 +413,145 @@
436 </Files> 413 </Files>
437 </Project> 414 </Project>
438 415
439 <Project name="OpenSim.RegionServer" path="OpenSim/OpenSim.RegionServer" type="Library"> 416 <Project name="OpenGrid.Framework.Data" path="Common/OpenGrid.Framework.Data" type="Library">
440 <Configuration name="Debug"> 417 <Configuration name="Debug">
441 <Options> 418 <Options>
442 <OutputPath>../../bin/</OutputPath> 419 <OutputPath>../../bin/</OutputPath>
443 </Options> 420 </Options>
444 </Configuration> 421 </Configuration>
422 <Configuration name="Release">
423 <Options>
424 <OutputPath>../../bin/</OutputPath>
425 </Options>
426 </Configuration>
445 427
446 <ReferencePath>../../bin/</ReferencePath> 428 <ReferencePath>../../bin/</ReferencePath>
447 <Reference name="System" localCopy="false"/> 429 <Reference name="System" localCopy="false"/>
448 <Reference name="System.Xml"/> 430 <Reference name="System.Xml"/>
431 <Reference name="System.Data"/>
449 <Reference name="libsecondlife.dll"/> 432 <Reference name="libsecondlife.dll"/>
450 <Reference name="Axiom.MathLib.dll"/>
451 <Reference name="Db4objects.Db4o.dll"/>
452 <Reference name="OpenSim.Terrain.BasicTerrain"/>
453 <Reference name="OpenSim.Framework"/>
454 <Reference name="OpenSim.Framework.Console"/>
455 <Reference name="OpenSim.GenericConfig.Xml"/>
456 <Reference name="OpenSim.Physics.Manager"/>
457 <Reference name="OpenSim.Servers"/>
458 <Reference name="OpenSim.Caches"/>
459 <Reference name="XMLRPC"/>
460
461 <Files> 433 <Files>
462 <Match pattern="*.cs" recurse="true"/> 434 <Match pattern="*.cs" recurse="true"/>
463 </Files> 435 </Files>
464 </Project> 436 </Project>
465 437
466 438 <Project name="OpenGrid.Framework.Data.DB4o" path="Common/OpenGrid.Framework.Data.DB4o" type="Library">
467 <Project name="OpenSim.Region" path="OpenSim/OpenSim.Region" type="Library">
468 <Configuration name="Debug"> 439 <Configuration name="Debug">
469 <Options> 440 <Options>
470 <OutputPath>../../bin/</OutputPath> 441 <OutputPath>../../bin/</OutputPath>
471 </Options> 442 </Options>
472 </Configuration> 443 </Configuration>
444 <Configuration name="Release">
445 <Options>
446 <OutputPath>../../bin/</OutputPath>
447 </Options>
448 </Configuration>
473 449
474 <ReferencePath>../../bin/</ReferencePath> 450 <ReferencePath>../../bin/</ReferencePath>
475 <Reference name="System" localCopy="false"/> 451 <Reference name="System" localCopy="false"/>
476 <Reference name="System.Xml"/> 452 <Reference name="System.Xml"/>
453 <Reference name="System.Data"/>
454 <Reference name="OpenGrid.Framework.Data"/>
477 <Reference name="libsecondlife.dll"/> 455 <Reference name="libsecondlife.dll"/>
478 <Reference name="Axiom.MathLib.dll"/>
479 <Reference name="Db4objects.Db4o.dll"/> 456 <Reference name="Db4objects.Db4o.dll"/>
480 <Reference name="OpenSim.Terrain.BasicTerrain"/> 457 <Files>
481 <Reference name="OpenSim.Framework"/> 458 <Match pattern="*.cs" recurse="true"/>
482 <Reference name="OpenSim.Framework.Console"/> 459 </Files>
483 <Reference name="OpenSim.GenericConfig.Xml"/> 460 </Project>
484 <Reference name="OpenSim.Physics.Manager"/> 461
485 <Reference name="OpenSim.Servers"/> 462 <Project name="OpenGrid.Framework.UserManagement" path="Common/OpenGrid.Framework.UserManager" type="Library">
486 <Reference name="OpenSim.Caches"/> 463 <Configuration name="Debug">
487 <Reference name="XMLRPC"/> 464 <Options>
488 <Reference name="OpenGrid.Framework.Communications"/> 465 <OutputPath>../../bin/</OutputPath>
466 </Options>
467 </Configuration>
468 <Configuration name="Release">
469 <Options>
470 <OutputPath>../../bin/</OutputPath>
471 </Options>
472 </Configuration>
473
474 <ReferencePath>../../bin/</ReferencePath>
475 <Reference name="System" localCopy="false"/>
476 <Reference name="System.Data" localCopy="false"/>
477 <Reference name="System.Xml" localCopy="false"/>
478 <Reference name="OpenSim.Framework"/>
479 <Reference name="OpenSim.Framework.Console"/>
480 <Reference name="OpenGrid.Framework.Data"/>
481 <Reference name="OpenSim.GenericConfig.Xml"/>
482 <Reference name="OpenSim.Servers"/>
483 <Reference name="libsecondlife.dll"/>
484 <Reference name="Db4objects.Db4o.dll"/>
485 <Reference name="XMLRPC"/>
486
487 <Files>
488 <Match pattern="*.cs" recurse="true"/>
489 </Files>
490 </Project>
491
492 <!-- OpenGridFrameWork.Communications" -->
493 <Project name="OpenGrid.Framework.Communications" path="Common/OpenGrid.Framework.Communications" type="Library">
494 <Configuration name="Debug">
495 <Options>
496 <OutputPath>../../bin/</OutputPath>
497 </Options>
498 </Configuration>
499 <Configuration name="Release">
500 <Options>
501 <OutputPath>../../bin/</OutputPath>
502 </Options>
503 </Configuration>
504
505 <ReferencePath>../../bin/</ReferencePath>
506 <Reference name="System"/>
507 <Reference name="System.Xml"/>
508 <Reference name="OpenSim.Framework"/>
509 <Reference name="OpenGrid.Framework.Data" />
510 <Reference name="libsecondlife.dll"/>
489 511
490 <Files> 512 <Files>
491 <Match pattern="*.cs" recurse="true"/> 513 <Match pattern="*.cs" recurse="true"/>
492 </Files> 514 </Files>
493 </Project> 515 </Project>
494 516
495 <!-- OpenSim app --> 517 <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" type="Library">
496 <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe">
497 <Configuration name="Debug"> 518 <Configuration name="Debug">
498 <Options> 519 <Options>
499 <OutputPath>../../bin/</OutputPath> 520 <OutputPath>../../bin/</OutputPath>
500 </Options> 521 </Options>
501 </Configuration> 522 </Configuration>
523 <Configuration name="Release">
524 <Options>
525 <OutputPath>../../bin/</OutputPath>
526 </Options>
527 </Configuration>
528
529 <ReferencePath>../../bin/</ReferencePath>
530 <Reference name="System"/>
531 <Reference name="System.Xml"/>
532 <Reference name="OpenGrid.Framework.Communications"/>
533 <Reference name="OpenGrid.Framework.UserManagement" />
534 <Reference name="OpenGrid.Framework.Data" />
535 <Reference name="libsecondlife.dll"/>
536 <Reference name="OpenSim.Framework"/>
537
538 <Files>
539 <Match pattern="*.cs" recurse="true"/>
540 </Files>
541 </Project>
542
543
544 <Project name="OpenSim.RegionServer" path="OpenSim/OpenSim.RegionServer" type="Library">
545 <Configuration name="Debug">
546 <Options>
547 <OutputPath>../../bin/</OutputPath>
548 </Options>
549 </Configuration>
550 <Configuration name="Release">
551 <Options>
552 <OutputPath>../../bin/</OutputPath>
553 </Options>
554 </Configuration>
502 555
503 <ReferencePath>../../bin/</ReferencePath> 556 <ReferencePath>../../bin/</ReferencePath>
504 <Reference name="System" localCopy="false"/> 557 <Reference name="System" localCopy="false"/>
@@ -509,81 +562,92 @@
509 <Reference name="OpenSim.Terrain.BasicTerrain"/> 562 <Reference name="OpenSim.Terrain.BasicTerrain"/>
510 <Reference name="OpenSim.Framework"/> 563 <Reference name="OpenSim.Framework"/>
511 <Reference name="OpenSim.Framework.Console"/> 564 <Reference name="OpenSim.Framework.Console"/>
565 <Reference name="OpenSim.GenericConfig.Xml"/>
512 <Reference name="OpenSim.Physics.Manager"/> 566 <Reference name="OpenSim.Physics.Manager"/>
513 <Reference name="OpenSim.Servers"/> 567 <Reference name="OpenSim.Servers"/>
514 <Reference name="OpenSim.Region"/>
515 <Reference name="OpenSim.RegionServer"/>
516 <Reference name="OpenSim.GenericConfig.Xml"/>
517 <Reference name="OpenGrid.Framework.Communications"/>
518 <Reference name="OpenSim.Caches"/> 568 <Reference name="OpenSim.Caches"/>
519 <Reference name="XMLRPC"/> 569 <Reference name="XMLRPC"/>
520 <Reference name="OpenSim.LocalCommunications"/>
521 570
522 <Files> 571 <Files>
523 <Match pattern="*.cs" recurse="true"/> 572 <Match pattern="*.cs" recurse="true"/>
524 </Files> 573 </Files>
525 </Project> 574 </Project>
526 575
527 <!-- Scene Server API Example Apps -->
528 576
529 <Project name="SimpleApp" path="OpenSim/Examples/SimpleApp" type="Exe"> 577 <Project name="OpenSim.Region" path="OpenSim/OpenSim.Region" type="Library">
530 <Configuration name="Debug"> 578 <Configuration name="Debug">
531 <Options> 579 <Options>
532 <OutputPath>../../../bin/</OutputPath> 580 <OutputPath>../../bin/</OutputPath>
581 </Options>
582 </Configuration>
583 <Configuration name="Release">
584 <Options>
585 <OutputPath>../../bin/</OutputPath>
533 </Options> 586 </Options>
534 </Configuration> 587 </Configuration>
535 588
536 <ReferencePath>../../../bin/</ReferencePath> 589 <ReferencePath>../../bin/</ReferencePath>
537
538 <Reference name="libsecondlife.dll"/>
539 <Reference name="System" localCopy="false"/> 590 <Reference name="System" localCopy="false"/>
540 <Reference name="System.Data.dll"/>
541 <Reference name="System.Xml"/> 591 <Reference name="System.Xml"/>
542 592 <Reference name="libsecondlife.dll"/>
543 <Reference name="OpenSim.Framework.Console"/> 593 <Reference name="Axiom.MathLib.dll"/>
594 <Reference name="Db4objects.Db4o.dll"/>
595 <Reference name="OpenSim.Terrain.BasicTerrain"/>
544 <Reference name="OpenSim.Framework"/> 596 <Reference name="OpenSim.Framework"/>
545 <Reference name="XMLRPC"/> 597 <Reference name="OpenSim.Framework.Console"/>
546 <Reference name="OpenSim.GridInterfaces.Local"/> 598 <Reference name="OpenSim.GenericConfig.Xml"/>
599 <Reference name="OpenSim.Physics.Manager"/>
547 <Reference name="OpenSim.Servers"/> 600 <Reference name="OpenSim.Servers"/>
548 <Reference name="OpenSim.Caches"/> 601 <Reference name="OpenSim.Caches"/>
549 <Reference name="OpenSim.RegionServer"/> 602 <Reference name="XMLRPC"/>
603 <Reference name="OpenGrid.Framework.Communications"/>
550 604
551 <Files> 605 <Files>
552 <Match pattern="*.cs" recurse="true"/> 606 <Match pattern="*.cs" recurse="true"/>
553 </Files> 607 </Files>
554 </Project> 608 </Project>
555 609
556 <Project name="SimpleApp2" path="OpenSim/Examples/SimpleApp2" type="Exe"> 610 <!-- OpenSim app -->
611 <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe">
557 <Configuration name="Debug"> 612 <Configuration name="Debug">
558 <Options> 613 <Options>
559 <OutputPath>../../../bin/</OutputPath> 614 <OutputPath>../../bin/</OutputPath>
615 </Options>
616 </Configuration>
617 <Configuration name="Release">
618 <Options>
619 <OutputPath>../../bin/</OutputPath>
560 </Options> 620 </Options>
561 </Configuration> 621 </Configuration>
562 622
563 <ReferencePath>../../../bin/</ReferencePath> 623 <ReferencePath>../../bin/</ReferencePath>
564
565 <Reference name="libsecondlife.dll"/>
566 <Reference name="System" localCopy="false"/> 624 <Reference name="System" localCopy="false"/>
567 <Reference name="System.Data.dll"/>
568 <Reference name="System.Xml"/> 625 <Reference name="System.Xml"/>
569 626 <Reference name="libsecondlife.dll"/>
570 <Reference name="OpenSim.Framework.Console"/> 627 <Reference name="Axiom.MathLib.dll"/>
628 <Reference name="Db4objects.Db4o.dll"/>
629 <Reference name="OpenSim.Terrain.BasicTerrain"/>
571 <Reference name="OpenSim.Framework"/> 630 <Reference name="OpenSim.Framework"/>
572 <Reference name="XMLRPC"/> 631 <Reference name="OpenSim.Framework.Console"/>
573 <Reference name="OpenSim.GridInterfaces.Local"/> 632 <Reference name="OpenSim.Physics.Manager"/>
574 <Reference name="OpenSim.Servers"/> 633 <Reference name="OpenSim.Servers"/>
575 <Reference name="OpenSim.Caches"/> 634 <Reference name="OpenSim.Region"/>
576 <Reference name="OpenSim.RegionServer"/> 635 <Reference name="OpenSim.RegionServer"/>
636 <Reference name="OpenSim.GenericConfig.Xml"/>
637 <Reference name="OpenGrid.Framework.Communications"/>
638 <Reference name="OpenSim.Caches"/>
639 <Reference name="XMLRPC"/>
640 <Reference name="OpenSim.LocalCommunications"/>
577 641
578 <Files> 642 <Files>
579 <Match pattern="*.cs" recurse="true"/> 643 <Match pattern="*.cs" recurse="true"/>
580 </Files> 644 </Files>
581 </Project> 645 </Project>
582 646
583 </Solution> 647</Solution>
584 648
585 649
586 <Solution name="OpenGridServices" activeConfig="Debug" path="./"> 650<Solution name="OpenGridServices" activeConfig="Debug" path="./">
587 <Configuration name="Debug"> 651 <Configuration name="Debug">
588 <Options> 652 <Options>
589 <CompilerDefines>TRACE;DEBUG</CompilerDefines> 653 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
@@ -615,9 +679,9 @@
615 </Options> 679 </Options>
616 </Configuration> 680 </Configuration>
617 681
618 682
619 <!-- OpenGrid Data Services --> 683 <!-- OpenGrid Data Services -->
620 <Project name="OpenGrid.Framework.Data" path="OpenGridServices/OpenGrid.Framework.Data" type="Library"> 684 <Project name="OpenGrid.Framework.Data" path="Common/OpenGrid.Framework.Data" type="Library">
621 <Configuration name="Debug"> 685 <Configuration name="Debug">
622 <Options> 686 <Options>
623 <OutputPath>../../bin/</OutputPath> 687 <OutputPath>../../bin/</OutputPath>
@@ -663,7 +727,7 @@
663 </Files> 727 </Files>
664 </Project> 728 </Project>
665 729
666 <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGridServices/OpenGrid.Framework.Data.DB4o" type="Library"> 730 <Project name="OpenGrid.Framework.Data.DB4o" path="Common/OpenGrid.Framework.Data.DB4o" type="Library">
667 <Configuration name="Debug"> 731 <Configuration name="Debug">
668 <Options> 732 <Options>
669 <OutputPath>../../bin/</OutputPath> 733 <OutputPath>../../bin/</OutputPath>
@@ -734,9 +798,9 @@
734 </Files> 798 </Files>
735 </Project> 799 </Project>
736 800
737 <!-- OGS projects --> 801 <!-- OGS projects -->
738 802
739 <Project name="OpenGrid.Framework.Manager" path="OpenGridServices/OpenGrid.Framework.Manager" type="Library"> 803 <Project name="OpenGrid.Framework.Manager" path="OpenGridServices/OpenGrid.Framework.Manager" type="Library">
740 <Configuration name="Debug"> 804 <Configuration name="Debug">
741 <Options> 805 <Options>
742 <OutputPath>../../bin/</OutputPath> 806 <OutputPath>../../bin/</OutputPath>
@@ -748,19 +812,19 @@
748 </Options> 812 </Options>
749 </Configuration> 813 </Configuration>
750 814
751 <ReferencePath>../../bin/</ReferencePath> 815 <ReferencePath>../../bin/</ReferencePath>
752 <Reference name="System" localCopy="false"/> 816 <Reference name="System" localCopy="false"/>
753 <Reference name="OpenSim.Framework"/> 817 <Reference name="OpenSim.Framework"/>
754 <Reference name="OpenSim.Servers"/> 818 <Reference name="OpenSim.Servers"/>
755 <Reference name="libsecondlife.dll"/> 819 <Reference name="libsecondlife.dll"/>
756 <Reference name="XMLRPC"/> 820 <Reference name="XMLRPC"/>
757 821
758 822
759 <Files> 823 <Files>
760 <Match pattern="*.cs" recurse="true"/> 824 <Match pattern="*.cs" recurse="true"/>
761 </Files> 825 </Files>
762 </Project> 826 </Project>
763 827
764 <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe"> 828 <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe">
765 <Configuration name="Debug"> 829 <Configuration name="Debug">
766 <Options> 830 <Options>
@@ -773,26 +837,26 @@
773 </Options> 837 </Options>
774 </Configuration> 838 </Configuration>
775 839
776 <ReferencePath>../../bin/</ReferencePath> 840 <ReferencePath>../../bin/</ReferencePath>
777 <Reference name="System" localCopy="false"/> 841 <Reference name="System" localCopy="false"/>
778 <Reference name="System.Data" localCopy="false"/> 842 <Reference name="System.Data" localCopy="false"/>
779 <Reference name="System.Xml" localCopy="false"/> 843 <Reference name="System.Xml" localCopy="false"/>
780 <Reference name="OpenSim.Framework"/> 844 <Reference name="OpenSim.Framework"/>
781 <Reference name="OpenSim.Framework.Console"/> 845 <Reference name="OpenSim.Framework.Console"/>
782 <Reference name="OpenSim.Servers"/> 846 <Reference name="OpenSim.Servers"/>
783 <Reference name="OpenGrid.Framework.Data"/> 847 <Reference name="OpenGrid.Framework.Data"/>
784 <Reference name="OpenGrid.Framework.Manager"/> 848 <Reference name="OpenGrid.Framework.Manager"/>
785 <Reference name="OpenSim.GenericConfig.Xml"/> 849 <Reference name="OpenSim.GenericConfig.Xml"/>
786 <Reference name="libsecondlife.dll"/> 850 <Reference name="libsecondlife.dll"/>
787 <Reference name="Db4objects.Db4o.dll"/> 851 <Reference name="Db4objects.Db4o.dll"/>
788 <Reference name="XMLRPC"/> 852 <Reference name="XMLRPC"/>
789 853
790 <Files> 854 <Files>
791 <Match pattern="*.cs" recurse="true"/> 855 <Match pattern="*.cs" recurse="true"/>
792 </Files> 856 </Files>
793 </Project> 857 </Project>
794 858
795 <Project name="OpenGridServices.AssetServer" path="OpenGridServices/OpenGridServices.AssetServer" type="Exe"> 859 <Project name="OpenGridServices.AssetServer" path="OpenGridServices/OpenGridServices.AssetServer" type="Exe">
796 <Configuration name="Debug"> 860 <Configuration name="Debug">
797 <Options> 861 <Options>
798 <OutputPath>../../bin/</OutputPath> 862 <OutputPath>../../bin/</OutputPath>
@@ -804,20 +868,50 @@
804 </Options> 868 </Options>
805 </Configuration> 869 </Configuration>
806 870
807 <ReferencePath>../../bin/</ReferencePath> 871 <ReferencePath>../../bin/</ReferencePath>
808 <Reference name="System" localCopy="false"/> 872 <Reference name="System" localCopy="false"/>
809 <Reference name="System.Data" localCopy="false"/> 873 <Reference name="System.Data" localCopy="false"/>
810 <Reference name="System.Xml" localCopy="false"/> 874 <Reference name="System.Xml" localCopy="false"/>
811 <Reference name="OpenSim.Framework"/> 875 <Reference name="OpenSim.Framework"/>
812 <Reference name="OpenSim.Framework.Console"/> 876 <Reference name="OpenSim.Framework.Console"/>
813 <Reference name="OpenSim.Servers"/> 877 <Reference name="OpenSim.Servers"/>
814 <Reference name="libsecondlife.dll"/> 878 <Reference name="libsecondlife.dll"/>
815 <Reference name="Db4objects.Db4o.dll"/> 879 <Reference name="Db4objects.Db4o.dll"/>
816 <Reference name="XMLRPC"/> 880 <Reference name="XMLRPC"/>
881
882 <Files>
883 <Match pattern="*.cs" recurse="true"/>
884 </Files>
885 </Project>
817 886
818 <Files> 887 <Project name="OpenGrid.Framework.UserManagement" path="Common/OpenGrid.Framework.UserManager" type="Library">
819 <Match pattern="*.cs" recurse="true"/> 888 <Configuration name="Debug">
820 </Files> 889 <Options>
890 <OutputPath>../../bin/</OutputPath>
891 </Options>
892 </Configuration>
893 <Configuration name="Release">
894 <Options>
895 <OutputPath>../../bin/</OutputPath>
896 </Options>
897 </Configuration>
898
899 <ReferencePath>../../bin/</ReferencePath>
900 <Reference name="System" localCopy="false"/>
901 <Reference name="System.Data" localCopy="false"/>
902 <Reference name="System.Xml" localCopy="false"/>
903 <Reference name="OpenSim.Framework"/>
904 <Reference name="OpenSim.Framework.Console"/>
905 <Reference name="OpenGrid.Framework.Data"/>
906 <Reference name="OpenSim.GenericConfig.Xml"/>
907 <Reference name="OpenSim.Servers"/>
908 <Reference name="libsecondlife.dll"/>
909 <Reference name="Db4objects.Db4o.dll"/>
910 <Reference name="XMLRPC"/>
911
912 <Files>
913 <Match pattern="*.cs" recurse="true"/>
914 </Files>
821 </Project> 915 </Project>
822 916
823 <Project name="OpenGridServices.UserServer" path="OpenGridServices/OpenGridServices.UserServer" type="Exe"> 917 <Project name="OpenGridServices.UserServer" path="OpenGridServices/OpenGridServices.UserServer" type="Exe">
@@ -831,25 +925,27 @@
831 <OutputPath>../../bin/</OutputPath> 925 <OutputPath>../../bin/</OutputPath>
832 </Options> 926 </Options>
833 </Configuration> 927 </Configuration>
834 928
835 <ReferencePath>../../bin/</ReferencePath> 929 <ReferencePath>../../bin/</ReferencePath>
836 <Reference name="System" localCopy="false"/> 930 <Reference name="System" localCopy="false"/>
837 <Reference name="System.Data" localCopy="false"/> 931 <Reference name="System.Data" localCopy="false"/>
838 <Reference name="System.Xml" localCopy="false"/> 932 <Reference name="System.Xml" localCopy="false"/>
839 <Reference name="OpenSim.Framework"/> 933 <Reference name="OpenSim.Framework"/>
840 <Reference name="OpenSim.Framework.Console"/> 934 <Reference name="OpenSim.Framework.Console"/>
841 <Reference name="OpenGrid.Framework.Data"/> 935 <Reference name="OpenGrid.Framework.Data"/>
842 <Reference name="OpenSim.GenericConfig.Xml"/> 936 <Reference name="OpenSim.GenericConfig.Xml"/>
843 <Reference name="OpenSim.Servers"/> 937 <Reference name="OpenSim.Servers"/>
844 <Reference name="libsecondlife.dll"/> 938 <Reference name="OpenGrid.Framework.UserManager" />
845 <Reference name="Db4objects.Db4o.dll"/> 939 <Reference name="libsecondlife.dll"/>
846 <Reference name="XMLRPC"/> 940 <Reference name="Db4objects.Db4o.dll"/>
847 941 <Reference name="XMLRPC"/>
848 <Files> 942
849 <Match pattern="*.cs" recurse="true"/> 943 <Files>
850 </Files> 944 <Match pattern="*.cs" recurse="true"/>
945 </Files>
851 </Project> 946 </Project>
852 947
948
853 949
854 950
855 <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGridServices/OpenGrid.Config/GridConfigDb4o" type="Library"> 951 <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGridServices/OpenGrid.Config/GridConfigDb4o" type="Library">
@@ -883,6 +979,11 @@
883 <OutputPath>../../../bin/</OutputPath> 979 <OutputPath>../../../bin/</OutputPath>
884 </Options> 980 </Options>
885 </Configuration> 981 </Configuration>
982 <Configuration name="Release">
983 <Options>
984 <OutputPath>../../../bin/</OutputPath>
985 </Options>
986 </Configuration>
886 987
887 <ReferencePath>../../../bin/</ReferencePath> 988 <ReferencePath>../../../bin/</ReferencePath>
888 <Reference name="System" localCopy="false"/> 989 <Reference name="System" localCopy="false"/>
@@ -896,9 +997,10 @@
896 <Match pattern="*.cs" recurse="true"/> 997 <Match pattern="*.cs" recurse="true"/>
897 </Files> 998 </Files>
898 </Project> 999 </Project>
899 </Solution> 1000
900 1001</Solution>
901 1002
1003
902 <!-- Prebuild tool --> 1004 <!-- Prebuild tool -->
903 <Solution name="Prebuild" path="Prebuild/" > 1005 <Solution name="Prebuild" path="Prebuild/" >
904 <Configuration name="Debug"> 1006 <Configuration name="Debug">
@@ -910,6 +1012,15 @@
910 <SuppressWarnings>1595</SuppressWarnings> 1012 <SuppressWarnings>1595</SuppressWarnings>
911 </Options> 1013 </Options>
912 </Configuration> 1014 </Configuration>
1015 <Configuration name="Release">
1016 <Options>
1017 <CompilerDefines>TRACE</CompilerDefines>
1018 <OutputPath>bin/Release</OutputPath>
1019 <OptimizeCode>true</OptimizeCode>
1020 <DebugInformation>false</DebugInformation>
1021 <SuppressWarnings>1595</SuppressWarnings>
1022 </Options>
1023 </Configuration>
913 <Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild"> 1024 <Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
914 <Configuration name="Debug"> 1025 <Configuration name="Debug">
915 <Options> 1026 <Options>
@@ -921,6 +1032,16 @@
921 <SuppressWarnings>1595</SuppressWarnings> 1032 <SuppressWarnings>1595</SuppressWarnings>
922 </Options> 1033 </Options>
923 </Configuration> 1034 </Configuration>
1035 <Configuration name="Release">
1036 <Options>
1037 <CompilerDefines>TRACE</CompilerDefines>
1038 <OutputPath>..\..\bin\</OutputPath>
1039 <OptimizeCode>true</OptimizeCode>
1040 <DebugInformation>false</DebugInformation>
1041 <KeyFile>Prebuild.snk</KeyFile>
1042 <SuppressWarnings>1595</SuppressWarnings>
1043 </Options>
1044 </Configuration>
924 <ReferencePath>../../bin/</ReferencePath> 1045 <ReferencePath>../../bin/</ReferencePath>
925 <Reference name="System.EnterpriseServices" /> 1046 <Reference name="System.EnterpriseServices" />
926 <Reference name="System.Xml" /> 1047 <Reference name="System.Xml" />