diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 658 |
1 files changed, 163 insertions, 495 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2c43683..a9b9336 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -107,6 +107,7 @@ | |||
107 | <Reference name="log4net" path="../../bin/"/> | 107 | <Reference name="log4net" path="../../bin/"/> |
108 | <Reference name="Mono.Addins" path="../../bin/"/> | 108 | <Reference name="Mono.Addins" path="../../bin/"/> |
109 | <Reference name="Mono.Addins.Setup" path="../../bin/"/> | 109 | <Reference name="Mono.Addins.Setup" path="../../bin/"/> |
110 | <Reference name="LukeSkywalker.IPNetwork" path="../../bin/"/> | ||
110 | <Reference name="SmartThreadPool"/> | 111 | <Reference name="SmartThreadPool"/> |
111 | <Files> | 112 | <Files> |
112 | <Match pattern="*.cs" recurse="false"/> | 113 | <Match pattern="*.cs" recurse="false"/> |
@@ -324,58 +325,6 @@ | |||
324 | </Files> | 325 | </Files> |
325 | </Project> | 326 | </Project> |
326 | 327 | ||
327 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> | ||
328 | <Configuration name="Debug"> | ||
329 | <Options> | ||
330 | <OutputPath>../../../../bin/</OutputPath> | ||
331 | </Options> | ||
332 | </Configuration> | ||
333 | <Configuration name="Release"> | ||
334 | <Options> | ||
335 | <OutputPath>../../../../bin/</OutputPath> | ||
336 | </Options> | ||
337 | </Configuration> | ||
338 | |||
339 | <ReferencePath>../../../../bin/</ReferencePath> | ||
340 | <Reference name="System"/> | ||
341 | <Reference name="System.Xml"/> | ||
342 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
343 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
344 | <Reference name="OpenSim.Framework"/> | ||
345 | <Reference name="OpenSim.Framework.Console"/> | ||
346 | <Reference name="Nini" path="../../../../bin/"/> | ||
347 | <Reference name="log4net" path="../../../../bin/"/> | ||
348 | <Files> | ||
349 | <Match pattern="*.cs" recurse="true"/> | ||
350 | </Files> | ||
351 | </Project> | ||
352 | |||
353 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> | ||
354 | <Configuration name="Debug"> | ||
355 | <Options> | ||
356 | <OutputPath>../../../../bin/</OutputPath> | ||
357 | </Options> | ||
358 | </Configuration> | ||
359 | <Configuration name="Release"> | ||
360 | <Options> | ||
361 | <OutputPath>../../../../bin/</OutputPath> | ||
362 | </Options> | ||
363 | </Configuration> | ||
364 | |||
365 | <ReferencePath>../../../../bin/</ReferencePath> | ||
366 | <Reference name="System"/> | ||
367 | <Reference name="System.Xml"/> | ||
368 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
369 | <Reference name="log4net" path="../../../../bin/"/> | ||
370 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
371 | <Reference name="OpenSim.Framework"/> | ||
372 | <Reference name="OpenSim.Framework.Console"/> | ||
373 | <Reference name="Nini" path="../../../../bin/"/> | ||
374 | <Files> | ||
375 | <Match pattern="*.cs" recurse="true"/> | ||
376 | </Files> | ||
377 | </Project> | ||
378 | |||
379 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | 328 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
380 | <Configuration name="Debug"> | 329 | <Configuration name="Debug"> |
381 | <Options> | 330 | <Options> |
@@ -410,167 +359,7 @@ | |||
410 | </Files> | 359 | </Files> |
411 | </Project> | 360 | </Project> |
412 | 361 | ||
413 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 362 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.UbitOdePlugin" path="OpenSim/Region/PhysicsModules/UbitOdePlugin" type="Library"> |
414 | <Configuration name="Debug"> | ||
415 | <Options> | ||
416 | <OutputPath>../../../../bin/</OutputPath> | ||
417 | </Options> | ||
418 | </Configuration> | ||
419 | <Configuration name="Release"> | ||
420 | <Options> | ||
421 | <OutputPath>../../../../bin/</OutputPath> | ||
422 | </Options> | ||
423 | </Configuration> | ||
424 | |||
425 | <ReferencePath>../../../../bin/</ReferencePath> | ||
426 | <Reference name="System"/> | ||
427 | <Reference name="System.Xml"/> | ||
428 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
429 | <Reference name="OpenSim.Framework"/> | ||
430 | <Reference name="OpenSim.Framework.Console"/> | ||
431 | <Reference name="nunit.framework" path="../../../../bin/"/> | ||
432 | <Reference name="Nini" path="../../../../bin/"/> | ||
433 | <Reference name="log4net" path="../../../../bin/"/> | ||
434 | |||
435 | <Files> | ||
436 | <Match pattern="*.cs" recurse="false"/> | ||
437 | </Files> | ||
438 | </Project> | ||
439 | |||
440 | <!-- Physics Plug-ins --> | ||
441 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> | ||
442 | <Configuration name="Debug"> | ||
443 | <Options> | ||
444 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
445 | </Options> | ||
446 | </Configuration> | ||
447 | <Configuration name="Release"> | ||
448 | <Options> | ||
449 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
450 | </Options> | ||
451 | </Configuration> | ||
452 | |||
453 | <ReferencePath>../../../../bin/</ReferencePath> | ||
454 | <Reference name="System"/> | ||
455 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
456 | <Reference name="Nini" path="../../../../bin/"/> | ||
457 | <Reference name="OpenSim.Framework"/> | ||
458 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
459 | <Files> | ||
460 | <Match pattern="*.cs" recurse="true"/> | ||
461 | </Files> | ||
462 | </Project> | ||
463 | |||
464 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> | ||
465 | <Configuration name="Debug"> | ||
466 | <Options> | ||
467 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
468 | </Options> | ||
469 | </Configuration> | ||
470 | <Configuration name="Release"> | ||
471 | <Options> | ||
472 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
473 | </Options> | ||
474 | </Configuration> | ||
475 | |||
476 | <ReferencePath>../../../../bin/</ReferencePath> | ||
477 | <Reference name="System"/> | ||
478 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
479 | <Reference name="Nini" path="../../../../bin/"/> | ||
480 | <Reference name="OpenSim.Framework"/> | ||
481 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
482 | <Files> | ||
483 | <Match pattern="*.cs" recurse="true"/> | ||
484 | </Files> | ||
485 | </Project> | ||
486 | |||
487 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | ||
488 | <Configuration name="Debug"> | ||
489 | <Options> | ||
490 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
491 | </Options> | ||
492 | </Configuration> | ||
493 | <Configuration name="Release"> | ||
494 | <Options> | ||
495 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
496 | </Options> | ||
497 | </Configuration> | ||
498 | |||
499 | <ReferencePath>../../../../bin/</ReferencePath> | ||
500 | <Reference name="System"/> | ||
501 | <Reference name="System.Core"/> | ||
502 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
503 | <Reference name="Nini" path="../../../../bin/"/> | ||
504 | <Reference name="OpenSim.Framework"/> | ||
505 | <Reference name="OpenSim.Framework.Console"/> | ||
506 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
507 | <Reference name="Ode.NET" path="../../../../bin/"/> | ||
508 | <Reference name="log4net" path="../../../../bin/"/> | ||
509 | |||
510 | <Files> | ||
511 | <Match pattern="*.cs" recurse="true"> | ||
512 | <Exclude name="Tests" pattern="Tests"/> | ||
513 | </Match> | ||
514 | </Files> | ||
515 | </Project> | ||
516 | |||
517 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | ||
518 | <Configuration name="Debug"> | ||
519 | <Options> | ||
520 | <OutputPath>../../../../bin/</OutputPath> | ||
521 | </Options> | ||
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.Core"/> | ||
532 | <Reference name="System.Data"/> | ||
533 | <Reference name="System.Xml"/> | ||
534 | |||
535 | <Files> | ||
536 | <Match pattern="*.cs" recurse="true"> | ||
537 | <Exclude name="Tests" pattern="Tests"/> | ||
538 | </Match> | ||
539 | </Files> | ||
540 | </Project> | ||
541 | |||
542 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> | ||
543 | <Configuration name="Debug"> | ||
544 | <Options> | ||
545 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
546 | </Options> | ||
547 | </Configuration> | ||
548 | <Configuration name="Release"> | ||
549 | <Options> | ||
550 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
551 | </Options> | ||
552 | </Configuration> | ||
553 | |||
554 | <ReferencePath>../../../../bin/</ReferencePath> | ||
555 | <Reference name="System"/> | ||
556 | <Reference name="System.Core"/> | ||
557 | <Reference name="OpenMetaverseTypes.dll"/> | ||
558 | <Reference name="Nini.dll" /> | ||
559 | <Reference name="OpenSim.Framework"/> | ||
560 | <Reference name="OpenSim.Framework.Console"/> | ||
561 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
562 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
563 | <Reference name="Ode.NET.dll" /> | ||
564 | <Reference name="log4net.dll"/> | ||
565 | |||
566 | <Files> | ||
567 | <Match pattern="*.cs" recurse="true"> | ||
568 | <Exclude name="Tests" pattern="Tests"/> | ||
569 | </Match> | ||
570 | </Files> | ||
571 | </Project> | ||
572 | |||
573 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> | ||
574 | <Configuration name="Debug"> | 363 | <Configuration name="Debug"> |
575 | <Options> | 364 | <Options> |
576 | <OutputPath>../../../../bin/Physics/</OutputPath> | 365 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -590,8 +379,9 @@ | |||
590 | 379 | ||
591 | <Reference name="OpenSim.Framework"/> | 380 | <Reference name="OpenSim.Framework"/> |
592 | <Reference name="OpenSim.Framework.Console"/> | 381 | <Reference name="OpenSim.Framework.Console"/> |
593 | <Reference name="OpenSim.Region.Physics.Manager"/> | 382 | <Reference name="OpenSim.Region.Framework"/> |
594 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | 383 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
384 | <Reference name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet"/> | ||
595 | <Reference name="log4net" path="../../../../bin/"/> | 385 | <Reference name="log4net" path="../../../../bin/"/> |
596 | 386 | ||
597 | <Files> | 387 | <Files> |
@@ -601,7 +391,7 @@ | |||
601 | </Files> | 391 | </Files> |
602 | </Project> | 392 | </Project> |
603 | 393 | ||
604 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 394 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.UbitMeshing" path="OpenSim/Region/PhysicsModules/UbitMeshing" type="Library"> |
605 | <Configuration name="Debug"> | 395 | <Configuration name="Debug"> |
606 | <Options> | 396 | <Options> |
607 | <OutputPath>../../../../bin/Physics/</OutputPath> | 397 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -623,38 +413,8 @@ | |||
623 | <Reference name="Nini" path="../../../../bin/"/> | 413 | <Reference name="Nini" path="../../../../bin/"/> |
624 | <Reference name="OpenSim.Framework"/> | 414 | <Reference name="OpenSim.Framework"/> |
625 | <Reference name="OpenSim.Framework.Console"/> | 415 | <Reference name="OpenSim.Framework.Console"/> |
626 | <Reference name="OpenSim.Region.Physics.Manager"/> | 416 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
627 | <Reference name="log4net" path="../../../../bin/"/> | 417 | <Reference name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet"/> |
628 | |||
629 | <Files> | ||
630 | <Match pattern="*.cs" recurse="true"/> | ||
631 | </Files> | ||
632 | </Project> | ||
633 | |||
634 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
635 | <Configuration name="Debug"> | ||
636 | <Options> | ||
637 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
638 | </Options> | ||
639 | </Configuration> | ||
640 | <Configuration name="Release"> | ||
641 | <Options> | ||
642 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
643 | </Options> | ||
644 | </Configuration> | ||
645 | |||
646 | <ReferencePath>../../../../bin/</ReferencePath> | ||
647 | <Reference name="System"/> | ||
648 | <Reference name="System.Drawing"/> | ||
649 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
650 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
651 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
652 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
653 | <Reference name="Nini" path="../../../../bin/"/> | ||
654 | <Reference name="OpenSim.Framework"/> | ||
655 | <Reference name="OpenSim.Framework.Console"/> | ||
656 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
657 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
658 | <Reference name="log4net" path="../../../../bin/"/> | 418 | <Reference name="log4net" path="../../../../bin/"/> |
659 | <Reference name="zlib.net" path="../../../../bin/"/> | 419 | <Reference name="zlib.net" path="../../../../bin/"/> |
660 | 420 | ||
@@ -698,49 +458,33 @@ | |||
698 | </Project> | 458 | </Project> |
699 | 459 | ||
700 | 460 | ||
701 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> | 461 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> |
702 | <Configuration name="Debug"> | 462 | <Configuration name="Debug"> |
703 | <Options> | 463 | <Options> |
704 | <OutputPath>../../../bin/</OutputPath> | 464 | <OutputPath>../../../../bin/</OutputPath> |
705 | </Options> | 465 | </Options> |
706 | </Configuration> | 466 | </Configuration> |
707 | <Configuration name="Release"> | 467 | <Configuration name="Release"> |
708 | <Options> | 468 | <Options> |
709 | <OutputPath>../../../bin/</OutputPath> | 469 | <OutputPath>../../../../bin/</OutputPath> |
710 | </Options> | 470 | </Options> |
711 | </Configuration> | 471 | </Configuration> |
712 | 472 | ||
713 | <ReferencePath>../../../bin/</ReferencePath> | 473 | <ReferencePath>../../../../bin/</ReferencePath> |
714 | <Reference name="System"/> | 474 | <Reference name="System"/> |
715 | <Reference name="System.Core"/> | ||
716 | <Reference name="System.Xml"/> | 475 | <Reference name="System.Xml"/> |
717 | <Reference name="System.Web"/> | 476 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
718 | <Reference name="OpenSim.Data"/> | ||
719 | <Reference name="OpenSim.Framework"/> | 477 | <Reference name="OpenSim.Framework"/> |
720 | <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/> | ||
721 | <Reference name="OpenSim.Framework.Console"/> | 478 | <Reference name="OpenSim.Framework.Console"/> |
722 | <Reference name="OpenSim.Framework.Monitoring"/> | 479 | <Reference name="nunit.framework" path="../../../../bin/"/> |
723 | <Reference name="OpenSim.Framework.Servers"/> | 480 | <Reference name="Nini" path="../../../../bin/"/> |
724 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 481 | <Reference name="log4net" path="../../../../bin/"/> |
725 | <Reference name="OpenSim.Services.Interfaces"/> | ||
726 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
727 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
728 | <!-- FIXME: The OpenMetaverse.dll reference can be dropped when the TransferRequestPacket reference is removed from the code --> | ||
729 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
730 | <Reference name="LukeSkywalker.IPNetwork" path="../../../bin/"/> | ||
731 | <Reference name="Nini" path="../../../bin/"/> | ||
732 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
733 | <Reference name="log4net" path="../../../bin/"/> | ||
734 | 482 | ||
735 | <Files> | 483 | <Files> |
736 | <Match pattern="*.cs" recurse="true"> | 484 | <Match pattern="*.cs" recurse="false"/> |
737 | <Exclude name="Tests" pattern="Tests"/> | ||
738 | </Match> | ||
739 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
740 | </Files> | 485 | </Files> |
741 | </Project> | 486 | </Project> |
742 | 487 | ||
743 | |||
744 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | 488 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> |
745 | <Configuration name="Debug"> | 489 | <Configuration name="Debug"> |
746 | <Options> | 490 | <Options> |
@@ -765,18 +509,16 @@ | |||
765 | <Reference name="OpenSim.Services.Interfaces"/> | 509 | <Reference name="OpenSim.Services.Interfaces"/> |
766 | <Reference name="OpenSim.Framework"/> | 510 | <Reference name="OpenSim.Framework"/> |
767 | <Reference name="OpenSim.Capabilities"/> | 511 | <Reference name="OpenSim.Capabilities"/> |
768 | <Reference name="OpenSim.Framework.Communications"/> | ||
769 | <Reference name="OpenSim.Data"/> | 512 | <Reference name="OpenSim.Data"/> |
770 | <Reference name="OpenSim.Framework.Console"/> | 513 | <Reference name="OpenSim.Framework.Console"/> |
771 | <Reference name="OpenSim.Framework.Monitoring"/> | 514 | <Reference name="OpenSim.Framework.Monitoring"/> |
772 | <Reference name="OpenSim.Framework.Serialization"/> | 515 | <Reference name="OpenSim.Framework.Serialization"/> |
773 | <Reference name="OpenSim.Framework.Servers"/> | 516 | <Reference name="OpenSim.Framework.Servers"/> |
774 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 517 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
775 | <Reference name="OpenSim.Region.Physics.Manager"/> | 518 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
776 | 519 | ||
777 | <!-- For scripting in funny languages by default --> | 520 | <!-- For scripting in funny languages by default --> |
778 | <Reference name="XMLRPC" path="../../../bin/"/> | 521 | <Reference name="XMLRPC" path="../../../bin/"/> |
779 | <Reference name="OpenSim.Framework.Communications"/> | ||
780 | <Reference name="Nini" path="../../../bin/"/> | 522 | <Reference name="Nini" path="../../../bin/"/> |
781 | <Reference name="log4net" path="../../../bin/"/> | 523 | <Reference name="log4net" path="../../../bin/"/> |
782 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 524 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -789,8 +531,6 @@ | |||
789 | </Files> | 531 | </Files> |
790 | </Project> | 532 | </Project> |
791 | 533 | ||
792 | <!-- OpenSim.Framework.Communications --> | ||
793 | |||
794 | <!-- OGS projects --> | 534 | <!-- OGS projects --> |
795 | 535 | ||
796 | 536 | ||
@@ -943,7 +683,6 @@ | |||
943 | <Reference name="OpenSim.Data"/> | 683 | <Reference name="OpenSim.Data"/> |
944 | <Reference name="OpenSim.Framework"/> | 684 | <Reference name="OpenSim.Framework"/> |
945 | <Reference name="OpenSim.Capabilities"/> | 685 | <Reference name="OpenSim.Capabilities"/> |
946 | <Reference name="OpenSim.Framework.Communications"/> | ||
947 | <Reference name="OpenSim.Framework.Console"/> | 686 | <Reference name="OpenSim.Framework.Console"/> |
948 | <Reference name="OpenSim.Framework.Monitoring"/> | 687 | <Reference name="OpenSim.Framework.Monitoring"/> |
949 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 688 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
@@ -1603,41 +1342,6 @@ | |||
1603 | </Files> | 1342 | </Files> |
1604 | </Project> | 1343 | </Project> |
1605 | 1344 | ||
1606 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> | ||
1607 | <Configuration name="Debug"> | ||
1608 | <Options> | ||
1609 | <OutputPath>../../../bin/</OutputPath> | ||
1610 | </Options> | ||
1611 | </Configuration> | ||
1612 | <Configuration name="Release"> | ||
1613 | <Options> | ||
1614 | <OutputPath>../../../bin/</OutputPath> | ||
1615 | </Options> | ||
1616 | </Configuration> | ||
1617 | |||
1618 | <ReferencePath>../../../bin/</ReferencePath> | ||
1619 | <Reference name="System"/> | ||
1620 | <Reference name="System.Xml"/> | ||
1621 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1622 | <Reference name="OpenSim.Region.Framework"/> | ||
1623 | <Reference name="OpenSim.Framework"/> | ||
1624 | <Reference name="OpenSim.Data"/> | ||
1625 | <Reference name="OpenSim.Framework.Console"/> | ||
1626 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1627 | <Reference name="OpenSim.Framework.Servers"/> | ||
1628 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1629 | <Reference name="OpenSim.Framework.Communications"/> | ||
1630 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1631 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1632 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
1633 | <Reference name="Nini" path="../../../bin/"/> | ||
1634 | <Reference name="log4net" path="../../../bin/"/> | ||
1635 | |||
1636 | <Files> | ||
1637 | <Match pattern="*.cs" recurse="false"/> | ||
1638 | </Files> | ||
1639 | </Project> | ||
1640 | |||
1641 | <!-- ClientStack Plugins --> | 1345 | <!-- ClientStack Plugins --> |
1642 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> | 1346 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> |
1643 | <Configuration name="Debug"> | 1347 | <Configuration name="Debug"> |
@@ -1667,14 +1371,13 @@ | |||
1667 | <Reference name="OpenSim.Framework.Servers"/> | 1371 | <Reference name="OpenSim.Framework.Servers"/> |
1668 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1372 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1669 | <Reference name="OpenSim.Framework.Console"/> | 1373 | <Reference name="OpenSim.Framework.Console"/> |
1670 | <Reference name="OpenSim.Framework.Communications"/> | ||
1671 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1672 | <Reference name="OpenSim.Region.Framework"/> | 1374 | <Reference name="OpenSim.Region.Framework"/> |
1673 | <Reference name="OpenSim.Services.Interfaces"/> | 1375 | <Reference name="OpenSim.Services.Interfaces"/> |
1674 | <Reference name="Nini" path="../../../../../bin/"/> | 1376 | <Reference name="Nini" path="../../../../../bin/"/> |
1675 | <Reference name="log4net" path="../../../../../bin/"/> | 1377 | <Reference name="log4net" path="../../../../../bin/"/> |
1676 | <Reference name="C5" path="../../../../../bin/"/> | 1378 | <Reference name="C5" path="../../../../../bin/"/> |
1677 | <Reference name="Nini" path="../../../../../bin/"/> | 1379 | <Reference name="Nini" path="../../../../../bin/"/> |
1380 | <Reference name="Mono.Addins" path="../../../../../bin/"/> | ||
1678 | 1381 | ||
1679 | <Files> | 1382 | <Files> |
1680 | <Match pattern="*.cs" recurse="true"> | 1383 | <Match pattern="*.cs" recurse="true"> |
@@ -1715,7 +1418,7 @@ | |||
1715 | <Reference name="OpenSim.Framework.Servers"/> | 1418 | <Reference name="OpenSim.Framework.Servers"/> |
1716 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1419 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1717 | <Reference name="OpenSim.Framework.Console"/> | 1420 | <Reference name="OpenSim.Framework.Console"/> |
1718 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1421 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1719 | <Reference name="OpenSim.Services.Interfaces"/> | 1422 | <Reference name="OpenSim.Services.Interfaces"/> |
1720 | <Reference name="Mono.Addins" path="../../../../../bin/"/> | 1423 | <Reference name="Mono.Addins" path="../../../../../bin/"/> |
1721 | <Reference name="Nini" path="../../../../../bin/"/> | 1424 | <Reference name="Nini" path="../../../../../bin/"/> |
@@ -1762,7 +1465,6 @@ | |||
1762 | <Reference name="OpenSim.Capabilities"/> | 1465 | <Reference name="OpenSim.Capabilities"/> |
1763 | <Reference name="OpenSim.Data"/> | 1466 | <Reference name="OpenSim.Data"/> |
1764 | <Reference name="OpenSim.Framework"/> | 1467 | <Reference name="OpenSim.Framework"/> |
1765 | <Reference name="OpenSim.Framework.Communications"/> | ||
1766 | <Reference name="OpenSim.Framework.Console"/> | 1468 | <Reference name="OpenSim.Framework.Console"/> |
1767 | <Reference name="OpenSim.Framework.Monitoring"/> | 1469 | <Reference name="OpenSim.Framework.Monitoring"/> |
1768 | <Reference name="OpenSim.Framework.Serialization"/> | 1470 | <Reference name="OpenSim.Framework.Serialization"/> |
@@ -1770,7 +1472,7 @@ | |||
1770 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1472 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1771 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1473 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1772 | <Reference name="OpenSim.Region.Framework"/> | 1474 | <Reference name="OpenSim.Region.Framework"/> |
1773 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1475 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1774 | <Reference name="OpenSim.Server.Base"/> | 1476 | <Reference name="OpenSim.Server.Base"/> |
1775 | <Reference name="OpenSim.Server.Handlers"/> | 1477 | <Reference name="OpenSim.Server.Handlers"/> |
1776 | <Reference name="OpenSim.Services.Connectors"/> | 1478 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -1782,7 +1484,6 @@ | |||
1782 | 1484 | ||
1783 | <!-- For scripting in funny languages by default --> | 1485 | <!-- For scripting in funny languages by default --> |
1784 | <Reference name="XMLRPC" path="../../../bin/"/> | 1486 | <Reference name="XMLRPC" path="../../../bin/"/> |
1785 | <Reference name="OpenSim.Framework.Communications"/> | ||
1786 | <Reference name="Nini" path="../../../bin/"/> | 1487 | <Reference name="Nini" path="../../../bin/"/> |
1787 | <Reference name="log4net" path="../../../bin/"/> | 1488 | <Reference name="log4net" path="../../../bin/"/> |
1788 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 1489 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -1800,44 +1501,6 @@ | |||
1800 | </Files> | 1501 | </Files> |
1801 | </Project> | 1502 | </Project> |
1802 | 1503 | ||
1803 | <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> | ||
1804 | <Configuration name="Debug"> | ||
1805 | <Options> | ||
1806 | <OutputPath>../../../bin/</OutputPath> | ||
1807 | </Options> | ||
1808 | </Configuration> | ||
1809 | <Configuration name="Release"> | ||
1810 | <Options> | ||
1811 | <OutputPath>../../../bin/</OutputPath> | ||
1812 | </Options> | ||
1813 | </Configuration> | ||
1814 | |||
1815 | <ReferencePath>../../../bin/</ReferencePath> | ||
1816 | <Reference name="System"/> | ||
1817 | <Reference name="System.Xml"/> | ||
1818 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1819 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1820 | <Reference name="OpenSim.Framework"/> | ||
1821 | <Reference name="OpenSim.Framework.Communications"/> | ||
1822 | <Reference name="OpenSim.Region.Framework"/> | ||
1823 | <Reference name="OpenSim.Server.Base"/> | ||
1824 | <Reference name="OpenSim.Server.Handlers"/> | ||
1825 | <Reference name="OpenSim.Framework.Console"/> | ||
1826 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1827 | <Reference name="OpenSim.Framework.Communications"/> | ||
1828 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1829 | <Reference name="Nini" path="../../../bin/"/> | ||
1830 | <Reference name="log4net" path="../../../bin/"/> | ||
1831 | |||
1832 | <!-- To allow regions to have mono addins --> | ||
1833 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
1834 | |||
1835 | <Files> | ||
1836 | <Match pattern="*.cs" recurse="true"/> | ||
1837 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
1838 | </Files> | ||
1839 | </Project> | ||
1840 | |||
1841 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1504 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1842 | <Configuration name="Debug"> | 1505 | <Configuration name="Debug"> |
1843 | <Options> | 1506 | <Options> |
@@ -1853,6 +1516,7 @@ | |||
1853 | <ReferencePath>../../../bin/</ReferencePath> | 1516 | <ReferencePath>../../../bin/</ReferencePath> |
1854 | <Reference name="System"/> | 1517 | <Reference name="System"/> |
1855 | <Reference name="System.Core"/> | 1518 | <Reference name="System.Core"/> |
1519 | <Reference name="System.Data"/> | ||
1856 | <Reference name="System.Xml"/> | 1520 | <Reference name="System.Xml"/> |
1857 | <Reference name="System.Drawing"/> | 1521 | <Reference name="System.Drawing"/> |
1858 | <Reference name="System.Web"/> | 1522 | <Reference name="System.Web"/> |
@@ -1861,9 +1525,9 @@ | |||
1861 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1525 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1862 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1526 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
1863 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1527 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1528 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | ||
1864 | <Reference name="OpenSim.Capabilities"/> | 1529 | <Reference name="OpenSim.Capabilities"/> |
1865 | <Reference name="OpenSim.Framework"/> | 1530 | <Reference name="OpenSim.Framework"/> |
1866 | <Reference name="OpenSim.Framework.Communications"/> | ||
1867 | <Reference name="OpenSim.Data"/> | 1531 | <Reference name="OpenSim.Data"/> |
1868 | <Reference name="OpenSim.Framework.Console"/> | 1532 | <Reference name="OpenSim.Framework.Console"/> |
1869 | <Reference name="OpenSim.Framework.Monitoring"/> | 1533 | <Reference name="OpenSim.Framework.Monitoring"/> |
@@ -1874,7 +1538,7 @@ | |||
1874 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | 1538 | <Reference name="OpenSim.Region.Framework.Interfaces"/> |
1875 | <Reference name="OpenSim.Region.Framework.Scenes"/> | 1539 | <Reference name="OpenSim.Region.Framework.Scenes"/> |
1876 | <Reference name="OpenSim.Region.Framework"/> | 1540 | <Reference name="OpenSim.Region.Framework"/> |
1877 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1541 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1878 | <Reference name="OpenSim.Server.Base"/> | 1542 | <Reference name="OpenSim.Server.Base"/> |
1879 | <Reference name="OpenSim.Server.Handlers"/> | 1543 | <Reference name="OpenSim.Server.Handlers"/> |
1880 | <Reference name="OpenSim.Services.Connectors"/> | 1544 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -1884,7 +1548,6 @@ | |||
1884 | 1548 | ||
1885 | <!-- For scripting in funny languages by default --> | 1549 | <!-- For scripting in funny languages by default --> |
1886 | <Reference name="XMLRPC" path="../../../bin/"/> | 1550 | <Reference name="XMLRPC" path="../../../bin/"/> |
1887 | <Reference name="OpenSim.Framework.Communications"/> | ||
1888 | <Reference name="Nini" path="../../../bin/"/> | 1551 | <Reference name="Nini" path="../../../bin/"/> |
1889 | <Reference name="log4net" path="../../../bin/"/> | 1552 | <Reference name="log4net" path="../../../bin/"/> |
1890 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 1553 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -1926,7 +1589,7 @@ | |||
1926 | </Files> | 1589 | </Files> |
1927 | </Project> | 1590 | </Project> |
1928 | 1591 | ||
1929 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 1592 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> |
1930 | <Configuration name="Debug"> | 1593 | <Configuration name="Debug"> |
1931 | <Options> | 1594 | <Options> |
1932 | <OutputPath>../../../../bin/</OutputPath> | 1595 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1951,16 +1614,131 @@ | |||
1951 | </Files> | 1614 | </Files> |
1952 | </Project> | 1615 | </Project> |
1953 | 1616 | ||
1954 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | 1617 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
1955 | <Configuration name="Debug"> | 1618 | <Configuration name="Debug"> |
1956 | <Options> | 1619 | <Options> |
1957 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1620 | <OutputPath>../../../../bin/</OutputPath> |
1621 | </Options> | ||
1622 | </Configuration> | ||
1623 | <Configuration name="Release"> | ||
1624 | <Options> | ||
1625 | <OutputPath>../../../../bin/</OutputPath> | ||
1626 | </Options> | ||
1627 | </Configuration> | ||
1628 | |||
1629 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1630 | <Reference name="System"/> | ||
1631 | <Reference name="System.Drawing"/> | ||
1632 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
1633 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1634 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
1635 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
1636 | <Reference name="Nini" path="../../../../bin/"/> | ||
1637 | <Reference name="OpenSim.Framework"/> | ||
1638 | <Reference name="OpenSim.Framework.Console"/> | ||
1639 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1640 | <Reference name="OpenSim.Region.Framework"/> | ||
1641 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1642 | <Reference name="log4net" path="../../../../bin/"/> | ||
1643 | |||
1644 | <Files> | ||
1645 | <Match pattern="*.cs" recurse="true"/> | ||
1646 | </Files> | ||
1647 | </Project> | ||
1648 | |||
1649 | <!-- Physics Plug-ins --> | ||
1650 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> | ||
1651 | <Configuration name="Debug"> | ||
1652 | <Options> | ||
1653 | <OutputPath>../../../../bin/</OutputPath> | ||
1654 | </Options> | ||
1655 | </Configuration> | ||
1656 | <Configuration name="Release"> | ||
1657 | <Options> | ||
1658 | <OutputPath>../../../../bin/</OutputPath> | ||
1659 | </Options> | ||
1660 | </Configuration> | ||
1661 | |||
1662 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1663 | <Reference name="System"/> | ||
1664 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1665 | <Reference name="Nini" path="../../../../bin/"/> | ||
1666 | <Reference name="OpenSim.Framework"/> | ||
1667 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1668 | <Reference name="OpenSim.Region.Framework"/> | ||
1669 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1670 | <Files> | ||
1671 | <Match pattern="*.cs" recurse="true"/> | ||
1672 | </Files> | ||
1673 | </Project> | ||
1674 | |||
1675 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> | ||
1676 | <Configuration name="Debug"> | ||
1677 | <Options> | ||
1678 | <OutputPath>../../../../bin/</OutputPath> | ||
1679 | </Options> | ||
1680 | </Configuration> | ||
1681 | <Configuration name="Release"> | ||
1682 | <Options> | ||
1683 | <OutputPath>../../../../bin/</OutputPath> | ||
1684 | </Options> | ||
1685 | </Configuration> | ||
1686 | |||
1687 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1688 | <Reference name="System"/> | ||
1689 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1690 | <Reference name="Nini" path="../../../../bin/"/> | ||
1691 | <Reference name="OpenSim.Framework"/> | ||
1692 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1693 | <Reference name="OpenSim.Region.Framework"/> | ||
1694 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1695 | <Files> | ||
1696 | <Match pattern="*.cs" recurse="true"/> | ||
1697 | </Files> | ||
1698 | </Project> | ||
1699 | |||
1700 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> | ||
1701 | <Configuration name="Debug"> | ||
1702 | <Options> | ||
1703 | <OutputPath>../../../../bin/</OutputPath> | ||
1704 | </Options> | ||
1705 | </Configuration> | ||
1706 | <Configuration name="Release"> | ||
1707 | <Options> | ||
1708 | <OutputPath>../../../../bin/</OutputPath> | ||
1709 | </Options> | ||
1710 | </Configuration> | ||
1711 | |||
1712 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1713 | <Reference name="System"/> | ||
1714 | <Reference name="System.Core"/> | ||
1715 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1716 | <Reference name="Nini" path="../../../../bin/"/> | ||
1717 | <Reference name="OpenSim.Framework"/> | ||
1718 | <Reference name="OpenSim.Framework.Console"/> | ||
1719 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1720 | <Reference name="OpenSim.Region.Framework"/> | ||
1721 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1722 | <Reference name="Ode.NET" path="../../../../bin/"/> | ||
1723 | <Reference name="log4net" path="../../../../bin/"/> | ||
1724 | |||
1725 | <Files> | ||
1726 | <Match pattern="*.cs" recurse="true"> | ||
1727 | <Exclude name="Tests" pattern="Tests"/> | ||
1728 | </Match> | ||
1729 | </Files> | ||
1730 | </Project> | ||
1731 | |||
1732 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> | ||
1733 | <Configuration name="Debug"> | ||
1734 | <Options> | ||
1735 | <OutputPath>../../../../bin/</OutputPath> | ||
1958 | <AllowUnsafe>true</AllowUnsafe> | 1736 | <AllowUnsafe>true</AllowUnsafe> |
1959 | </Options> | 1737 | </Options> |
1960 | </Configuration> | 1738 | </Configuration> |
1961 | <Configuration name="Release"> | 1739 | <Configuration name="Release"> |
1962 | <Options> | 1740 | <Options> |
1963 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1741 | <OutputPath>../../../../bin/</OutputPath> |
1964 | <AllowUnsafe>true</AllowUnsafe> | 1742 | <AllowUnsafe>true</AllowUnsafe> |
1965 | </Options> | 1743 | </Options> |
1966 | </Configuration> | 1744 | </Configuration> |
@@ -1974,12 +1752,11 @@ | |||
1974 | <Reference name="OpenSim.Framework"/> | 1752 | <Reference name="OpenSim.Framework"/> |
1975 | <Reference name="OpenSim.Framework.Monitoring"/> | 1753 | <Reference name="OpenSim.Framework.Monitoring"/> |
1976 | <Reference name="OpenSim.Region.Framework"/> | 1754 | <Reference name="OpenSim.Region.Framework"/> |
1977 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1978 | <Reference name="OpenSim.Region.OptionalModules"/> | ||
1979 | <Reference name="OpenSim.Framework.Console"/> | 1755 | <Reference name="OpenSim.Framework.Console"/> |
1980 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1756 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1981 | <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../bin/Physics/"/> | 1757 | <Reference name="OpenSim.Region.PhysicsModules.Meshing" path="../../../../bin/"/> |
1982 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | 1758 | <Reference name="OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet"/> |
1759 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1983 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | 1760 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> |
1984 | <Reference name="log4net.dll" path="../../../../bin/"/> | 1761 | <Reference name="log4net.dll" path="../../../../bin/"/> |
1985 | 1762 | ||
@@ -2014,15 +1791,13 @@ | |||
2014 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1791 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2015 | <Reference name="OpenSim.Framework"/> | 1792 | <Reference name="OpenSim.Framework"/> |
2016 | <Reference name="OpenSim.Data"/> | 1793 | <Reference name="OpenSim.Data"/> |
2017 | <Reference name="OpenSim.Framework.Communications"/> | ||
2018 | <Reference name="OpenSim.Framework.Console"/> | 1794 | <Reference name="OpenSim.Framework.Console"/> |
2019 | <Reference name="OpenSim.Framework.Monitoring"/> | 1795 | <Reference name="OpenSim.Framework.Monitoring"/> |
2020 | <Reference name="OpenSim.Framework.Servers"/> | 1796 | <Reference name="OpenSim.Framework.Servers"/> |
2021 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1797 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2022 | <Reference name="OpenSim.Region.Framework"/> | 1798 | <Reference name="OpenSim.Region.Framework"/> |
2023 | <Reference name="OpenSim.Region.CoreModules"/> | 1799 | <Reference name="OpenSim.Region.CoreModules"/> |
2024 | <Reference name="OpenSim.Region.ClientStack"/> | 1800 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
2025 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
2026 | <Reference name="OpenSim.Server.Base"/> | 1801 | <Reference name="OpenSim.Server.Base"/> |
2027 | <Reference name="OpenSim.Services.Base"/> | 1802 | <Reference name="OpenSim.Services.Base"/> |
2028 | <Reference name="OpenSim.Services.Interfaces"/> | 1803 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -2055,7 +1830,6 @@ | |||
2055 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1830 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2056 | <Reference name="Nini" path="../../../bin/"/> | 1831 | <Reference name="Nini" path="../../../bin/"/> |
2057 | <Reference name="OpenSim"/> | 1832 | <Reference name="OpenSim"/> |
2058 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2059 | <Reference name="OpenSim.Region.CoreModules"/> | 1833 | <Reference name="OpenSim.Region.CoreModules"/> |
2060 | <Reference name="OpenSim.Region.Framework"/> | 1834 | <Reference name="OpenSim.Region.Framework"/> |
2061 | <Reference name="OpenSim.Framework"/> | 1835 | <Reference name="OpenSim.Framework"/> |
@@ -2091,7 +1865,6 @@ | |||
2091 | <Reference name="OpenSim.Framework"/> | 1865 | <Reference name="OpenSim.Framework"/> |
2092 | <Reference name="OpenSim.Framework.Servers"/> | 1866 | <Reference name="OpenSim.Framework.Servers"/> |
2093 | <Reference name="OpenSim.Region.Framework"/> | 1867 | <Reference name="OpenSim.Region.Framework"/> |
2094 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2095 | <Reference name="System"/> | 1868 | <Reference name="System"/> |
2096 | <Reference name="System.Xml"/> | 1869 | <Reference name="System.Xml"/> |
2097 | <Reference name="log4net" path="../../../bin/"/> | 1870 | <Reference name="log4net" path="../../../bin/"/> |
@@ -2125,10 +1898,8 @@ | |||
2125 | <Reference name="Nini" path="../../../bin/"/> | 1898 | <Reference name="Nini" path="../../../bin/"/> |
2126 | <Reference name="XMLRPC" path="../../../bin/"/> | 1899 | <Reference name="XMLRPC" path="../../../bin/"/> |
2127 | <Reference name="OpenSim"/> | 1900 | <Reference name="OpenSim"/> |
2128 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2129 | <Reference name="OpenSim.Region.Framework"/> | 1901 | <Reference name="OpenSim.Region.Framework"/> |
2130 | <Reference name="OpenSim.Region.CoreModules"/> | 1902 | <Reference name="OpenSim.Region.CoreModules"/> |
2131 | <Reference name="OpenSim.Framework.Communications"/> | ||
2132 | <Reference name="OpenSim.Framework"/> | 1903 | <Reference name="OpenSim.Framework"/> |
2133 | <Reference name="OpenSim.Framework.Servers"/> | 1904 | <Reference name="OpenSim.Framework.Servers"/> |
2134 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1905 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
@@ -2144,42 +1915,6 @@ | |||
2144 | 1915 | ||
2145 | <!-- Scene Server API Example Apps --> | 1916 | <!-- Scene Server API Example Apps --> |
2146 | 1917 | ||
2147 | <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> | ||
2148 | <Configuration name="Debug"> | ||
2149 | <Options> | ||
2150 | <OutputPath>../../../bin/</OutputPath> | ||
2151 | </Options> | ||
2152 | </Configuration> | ||
2153 | <Configuration name="Release"> | ||
2154 | <Options> | ||
2155 | <OutputPath>../../../bin/</OutputPath> | ||
2156 | </Options> | ||
2157 | </Configuration> | ||
2158 | |||
2159 | <ReferencePath>../../../bin/</ReferencePath> | ||
2160 | <Reference name="System"/> | ||
2161 | <Reference name="System.Core"/> | ||
2162 | <Reference name="System.Xml"/> | ||
2163 | <Reference name="System.Data"/> | ||
2164 | <Reference name="OpenSim.Capabilities"/> | ||
2165 | <Reference name="OpenSim.Framework"/> | ||
2166 | <Reference name="OpenSim.Framework.Communications"/> | ||
2167 | <Reference name="OpenSim.Framework.Console"/> | ||
2168 | <Reference name="OpenSim.Framework.Servers"/> | ||
2169 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2170 | <Reference name="OpenSim.Region.Framework"/> | ||
2171 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2172 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2173 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2174 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2175 | <Reference name="Nini" path="../../../bin/"/> | ||
2176 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2177 | <Reference name="log4net" path="../../../bin/"/> | ||
2178 | <Files> | ||
2179 | <Match pattern="*.cs" recurse="true"/> | ||
2180 | </Files> | ||
2181 | </Project> | ||
2182 | |||
2183 | <!-- Data Base Modules --> | 1918 | <!-- Data Base Modules --> |
2184 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 1919 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
2185 | <Configuration name="Debug"> | 1920 | <Configuration name="Debug"> |
@@ -2316,7 +2051,6 @@ | |||
2316 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 2051 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
2317 | <Reference name="OpenSim"/> | 2052 | <Reference name="OpenSim"/> |
2318 | <Reference name="OpenSim.Framework"/> | 2053 | <Reference name="OpenSim.Framework"/> |
2319 | <Reference name="OpenSim.Framework.Communications"/> | ||
2320 | <Reference name="OpenSim.Region.Framework"/> | 2054 | <Reference name="OpenSim.Region.Framework"/> |
2321 | <Reference name="OpenSim.Region.CoreModules"/> | 2055 | <Reference name="OpenSim.Region.CoreModules"/> |
2322 | <Reference name="OpenSim.Framework.Console"/> | 2056 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2353,7 +2087,6 @@ | |||
2353 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | 2087 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
2354 | <Reference name="OpenSim"/> | 2088 | <Reference name="OpenSim"/> |
2355 | <Reference name="OpenSim.Framework"/> | 2089 | <Reference name="OpenSim.Framework"/> |
2356 | <Reference name="OpenSim.Framework.Communications"/> | ||
2357 | <Reference name="OpenSim.Region.Framework"/> | 2090 | <Reference name="OpenSim.Region.Framework"/> |
2358 | <Reference name="OpenSim.Region.CoreModules"/> | 2091 | <Reference name="OpenSim.Region.CoreModules"/> |
2359 | <Reference name="OpenSim.Framework.Console"/> | 2092 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2390,12 +2123,11 @@ | |||
2390 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../../bin/"/> | 2123 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../../bin/"/> |
2391 | <Reference name="OpenSim"/> | 2124 | <Reference name="OpenSim"/> |
2392 | <Reference name="OpenSim.Framework"/> | 2125 | <Reference name="OpenSim.Framework"/> |
2393 | <Reference name="OpenSim.Framework.Communications"/> | ||
2394 | <Reference name="OpenSim.Framework.Console"/> | 2126 | <Reference name="OpenSim.Framework.Console"/> |
2395 | <Reference name="OpenSim.Framework.Monitoring"/> | 2127 | <Reference name="OpenSim.Framework.Monitoring"/> |
2396 | <Reference name="OpenSim.Region.Framework"/> | 2128 | <Reference name="OpenSim.Region.Framework"/> |
2397 | <Reference name="OpenSim.Region.CoreModules"/> | 2129 | <Reference name="OpenSim.Region.CoreModules"/> |
2398 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2130 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
2399 | <Reference name="OpenSim.Services.Interfaces"/> | 2131 | <Reference name="OpenSim.Services.Interfaces"/> |
2400 | <Reference name="OpenSim.Services.Connectors"/> | 2132 | <Reference name="OpenSim.Services.Connectors"/> |
2401 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2133 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
@@ -2458,7 +2190,6 @@ | |||
2458 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 2190 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
2459 | <Reference name="OpenSim"/> | 2191 | <Reference name="OpenSim"/> |
2460 | <Reference name="OpenSim.Framework"/> | 2192 | <Reference name="OpenSim.Framework"/> |
2461 | <Reference name="OpenSim.Framework.Communications"/> | ||
2462 | <Reference name="OpenSim.Region.Framework"/> | 2193 | <Reference name="OpenSim.Region.Framework"/> |
2463 | <Reference name="OpenSim.Region.CoreModules"/> | 2194 | <Reference name="OpenSim.Region.CoreModules"/> |
2464 | <Reference name="OpenSim.Framework.Console"/> | 2195 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2498,7 +2229,6 @@ | |||
2498 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | 2229 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
2499 | <Reference name="OpenSim"/> | 2230 | <Reference name="OpenSim"/> |
2500 | <Reference name="OpenSim.Framework"/> | 2231 | <Reference name="OpenSim.Framework"/> |
2501 | <Reference name="OpenSim.Framework.Communications"/> | ||
2502 | <Reference name="OpenSim.Region.Framework"/> | 2232 | <Reference name="OpenSim.Region.Framework"/> |
2503 | <Reference name="OpenSim.Region.CoreModules"/> | 2233 | <Reference name="OpenSim.Region.CoreModules"/> |
2504 | <Reference name="OpenSim.Framework.Console"/> | 2234 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2534,7 +2264,6 @@ | |||
2534 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | 2264 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> |
2535 | <Reference name="OpenSim"/> | 2265 | <Reference name="OpenSim"/> |
2536 | <Reference name="OpenSim.Framework"/> | 2266 | <Reference name="OpenSim.Framework"/> |
2537 | <Reference name="OpenSim.Framework.Communications"/> | ||
2538 | <Reference name="OpenSim.Region.Framework"/> | 2267 | <Reference name="OpenSim.Region.Framework"/> |
2539 | <Reference name="OpenSim.Region.CoreModules"/> | 2268 | <Reference name="OpenSim.Region.CoreModules"/> |
2540 | <Reference name="OpenSim.Framework.Console"/> | 2269 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2558,55 +2287,6 @@ | |||
2558 | </Files> | 2287 | </Files> |
2559 | </Project> | 2288 | </Project> |
2560 | 2289 | ||
2561 | <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | ||
2562 | <Configuration name="Debug"> | ||
2563 | <Options> | ||
2564 | <OutputPath>../../../bin/</OutputPath> | ||
2565 | </Options> | ||
2566 | </Configuration> | ||
2567 | <Configuration name="Release"> | ||
2568 | <Options> | ||
2569 | <OutputPath>../../../bin/</OutputPath> | ||
2570 | </Options> | ||
2571 | </Configuration> | ||
2572 | |||
2573 | <ReferencePath>../../../bin/</ReferencePath> | ||
2574 | <Reference name="System"/> | ||
2575 | <Reference name="System.Data"/> | ||
2576 | <Reference name="System.Xml"/> | ||
2577 | <Reference name="System.Drawing"/> | ||
2578 | <Reference name="System.Runtime.Remoting"/> | ||
2579 | <Reference name="System.Web"/> | ||
2580 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2581 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
2582 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2583 | <Reference name="OpenSim.Capabilities"/> | ||
2584 | <Reference name="OpenSim.Framework"/> | ||
2585 | <Reference name="OpenSim.Data"/> | ||
2586 | <Reference name="OpenSim.Region.Framework"/> | ||
2587 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2588 | <Reference name="OpenSim.Framework.Console"/> | ||
2589 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
2590 | <Reference name="OpenSim.Framework.Servers"/> | ||
2591 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2592 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
2593 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | ||
2594 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2595 | |||
2596 | <!-- For scripting in funny languages by default --> | ||
2597 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
2598 | <Reference name="OpenSim.Framework.Communications"/> | ||
2599 | <Reference name="Nini" path="../../../bin/"/> | ||
2600 | <Reference name="log4net" path="../../../bin/"/> | ||
2601 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | ||
2602 | |||
2603 | <Files> | ||
2604 | <Match pattern="*.cs" recurse="true"> | ||
2605 | <Exclude name="Tests" pattern="Tests"/> | ||
2606 | </Match> | ||
2607 | </Files> | ||
2608 | </Project> | ||
2609 | |||
2610 | <!-- Addons --> | 2290 | <!-- Addons --> |
2611 | 2291 | ||
2612 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> | 2292 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> |
@@ -2845,7 +2525,6 @@ | |||
2845 | <Reference name="OpenSim.Data"/> | 2525 | <Reference name="OpenSim.Data"/> |
2846 | <Reference name="OpenSim.Data.Null"/> | 2526 | <Reference name="OpenSim.Data.Null"/> |
2847 | <Reference name="OpenSim.Framework"/> | 2527 | <Reference name="OpenSim.Framework"/> |
2848 | <Reference name="OpenSim.Framework.Communications"/> | ||
2849 | <Reference name="OpenSim.Framework.Console"/> | 2528 | <Reference name="OpenSim.Framework.Console"/> |
2850 | <Reference name="OpenSim.Framework.Servers"/> | 2529 | <Reference name="OpenSim.Framework.Servers"/> |
2851 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2530 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
@@ -2854,7 +2533,8 @@ | |||
2854 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 2533 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
2855 | <Reference name="OpenSim.Region.Framework"/> | 2534 | <Reference name="OpenSim.Region.Framework"/> |
2856 | <Reference name="OpenSim.Region.OptionalModules"/> | 2535 | <Reference name="OpenSim.Region.OptionalModules"/> |
2857 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2536 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
2537 | <Reference name="OpenSim.Region.PhysicsModule.BasicPhysics"/> | ||
2858 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2538 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
2859 | <Reference name="OpenSim.Server.Base"/> | 2539 | <Reference name="OpenSim.Server.Base"/> |
2860 | <Reference name="OpenSim.Services.Interfaces"/> | 2540 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -3173,7 +2853,6 @@ | |||
3173 | <Reference name="OpenSim.Data.Null"/> | 2853 | <Reference name="OpenSim.Data.Null"/> |
3174 | <Reference name="OpenSim.Framework"/> | 2854 | <Reference name="OpenSim.Framework"/> |
3175 | <Reference name="OpenSim.Framework.Serialization"/> | 2855 | <Reference name="OpenSim.Framework.Serialization"/> |
3176 | <Reference name="OpenSim.Framework.Communications"/> | ||
3177 | <Reference name="OpenSim.Framework.Console"/> | 2856 | <Reference name="OpenSim.Framework.Console"/> |
3178 | <Reference name="OpenSim.Framework.Monitoring"/> | 2857 | <Reference name="OpenSim.Framework.Monitoring"/> |
3179 | <Reference name="OpenSim.Framework.Servers"/> | 2858 | <Reference name="OpenSim.Framework.Servers"/> |
@@ -3181,7 +2860,7 @@ | |||
3181 | <Reference name="OpenSim.Region.Framework"/> | 2860 | <Reference name="OpenSim.Region.Framework"/> |
3182 | <Reference name="OpenSim.Region.CoreModules"/> | 2861 | <Reference name="OpenSim.Region.CoreModules"/> |
3183 | <Reference name="OpenSim.Region.OptionalModules"/> | 2862 | <Reference name="OpenSim.Region.OptionalModules"/> |
3184 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2863 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3185 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2864 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
3186 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> | 2865 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> |
3187 | <Reference name="OpenSim.Services.Interfaces"/> | 2866 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -3193,7 +2872,6 @@ | |||
3193 | 2872 | ||
3194 | <!-- For scripting in funny languages by default --> | 2873 | <!-- For scripting in funny languages by default --> |
3195 | <Reference name="XMLRPC" path="../../../bin/"/> | 2874 | <Reference name="XMLRPC" path="../../../bin/"/> |
3196 | <Reference name="OpenSim.Framework.Communications"/> | ||
3197 | <Reference name="Nini" path="../../../bin/"/> | 2875 | <Reference name="Nini" path="../../../bin/"/> |
3198 | <Reference name="log4net" path="../../../bin/"/> | 2876 | <Reference name="log4net" path="../../../bin/"/> |
3199 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 2877 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -3252,7 +2930,6 @@ | |||
3252 | <Reference name="OpenSim.Data"/> | 2930 | <Reference name="OpenSim.Data"/> |
3253 | <Reference name="OpenSim.Framework"/> | 2931 | <Reference name="OpenSim.Framework"/> |
3254 | <Reference name="OpenSim.Framework.Serialization"/> | 2932 | <Reference name="OpenSim.Framework.Serialization"/> |
3255 | <Reference name="OpenSim.Framework.Communications"/> | ||
3256 | <Reference name="OpenSim.Framework.Console"/> | 2933 | <Reference name="OpenSim.Framework.Console"/> |
3257 | <Reference name="OpenSim.Framework.Monitoring"/> | 2934 | <Reference name="OpenSim.Framework.Monitoring"/> |
3258 | <Reference name="OpenSim.Framework.Servers"/> | 2935 | <Reference name="OpenSim.Framework.Servers"/> |
@@ -3262,7 +2939,7 @@ | |||
3262 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | 2939 | <Reference name="OpenSim.Region.Framework.Interfaces"/> |
3263 | <Reference name="OpenSim.Region.CoreModules"/> | 2940 | <Reference name="OpenSim.Region.CoreModules"/> |
3264 | <Reference name="OpenSim.Region.OptionalModules"/> | 2941 | <Reference name="OpenSim.Region.OptionalModules"/> |
3265 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2942 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3266 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2943 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
3267 | <Reference name="OpenSim.Services.AvatarService"/> | 2944 | <Reference name="OpenSim.Services.AvatarService"/> |
3268 | <Reference name="OpenSim.Services.Interfaces"/> | 2945 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -3274,7 +2951,6 @@ | |||
3274 | 2951 | ||
3275 | <!-- For scripting in funny languages by default --> | 2952 | <!-- For scripting in funny languages by default --> |
3276 | <Reference name="XMLRPC" path="../../../bin/"/> | 2953 | <Reference name="XMLRPC" path="../../../bin/"/> |
3277 | <Reference name="OpenSim.Framework.Communications"/> | ||
3278 | <Reference name="Nini" path="../../../bin/"/> | 2954 | <Reference name="Nini" path="../../../bin/"/> |
3279 | <Reference name="log4net" path="../../../bin/"/> | 2955 | <Reference name="log4net" path="../../../bin/"/> |
3280 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 2956 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -3319,18 +2995,16 @@ | |||
3319 | <Reference name="OpenSim.Capabilities"/> | 2995 | <Reference name="OpenSim.Capabilities"/> |
3320 | <Reference name="OpenSim.Data"/> | 2996 | <Reference name="OpenSim.Data"/> |
3321 | <Reference name="OpenSim.Framework"/> | 2997 | <Reference name="OpenSim.Framework"/> |
3322 | <Reference name="OpenSim.Framework.Communications"/> | ||
3323 | <Reference name="OpenSim.Framework.Console"/> | 2998 | <Reference name="OpenSim.Framework.Console"/> |
3324 | <Reference name="OpenSim.Framework.Monitoring"/> | 2999 | <Reference name="OpenSim.Framework.Monitoring"/> |
3325 | <Reference name="OpenSim.Framework.Servers"/> | 3000 | <Reference name="OpenSim.Framework.Servers"/> |
3326 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3001 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3327 | <Reference name="OpenSim.Framework.Serialization"/> | 3002 | <Reference name="OpenSim.Framework.Serialization"/> |
3328 | <Reference name="OpenSim.Region.ClientStack"/> | ||
3329 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | 3003 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> |
3330 | <Reference name="OpenSim.Region.Framework"/> | 3004 | <Reference name="OpenSim.Region.Framework"/> |
3331 | <Reference name="OpenSim.Region.CoreModules"/> | 3005 | <Reference name="OpenSim.Region.CoreModules"/> |
3332 | <Reference name="OpenSim.Region.OptionalModules"/> | 3006 | <Reference name="OpenSim.Region.OptionalModules"/> |
3333 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3007 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3334 | <Reference name="OpenSim.Services.Interfaces"/> | 3008 | <Reference name="OpenSim.Services.Interfaces"/> |
3335 | 3009 | ||
3336 | <!-- Unit tests --> | 3010 | <!-- Unit tests --> |
@@ -3341,7 +3015,6 @@ | |||
3341 | 3015 | ||
3342 | <!-- For scripting in funny languages by default --> | 3016 | <!-- For scripting in funny languages by default --> |
3343 | <Reference name="XMLRPC" path="../../../bin/"/> | 3017 | <Reference name="XMLRPC" path="../../../bin/"/> |
3344 | <Reference name="OpenSim.Framework.Communications"/> | ||
3345 | <Reference name="Nini" path="../../../bin/"/> | 3018 | <Reference name="Nini" path="../../../bin/"/> |
3346 | <Reference name="log4net" path="../../../bin/"/> | 3019 | <Reference name="log4net" path="../../../bin/"/> |
3347 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 3020 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -3382,7 +3055,6 @@ | |||
3382 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | 3055 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> |
3383 | <Reference name="OpenSim.Capabilities"/> | 3056 | <Reference name="OpenSim.Capabilities"/> |
3384 | <Reference name="OpenSim.Framework"/> | 3057 | <Reference name="OpenSim.Framework"/> |
3385 | <Reference name="OpenSim.Framework.Communications"/> | ||
3386 | <Reference name="OpenSim.Framework.Monitoring"/> | 3058 | <Reference name="OpenSim.Framework.Monitoring"/> |
3387 | <Reference name="OpenSim.Framework.Servers"/> | 3059 | <Reference name="OpenSim.Framework.Servers"/> |
3388 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3060 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
@@ -3421,9 +3093,7 @@ | |||
3421 | <Reference name="OpenMetaverse" path="../../../../../../bin/"/> | 3093 | <Reference name="OpenMetaverse" path="../../../../../../bin/"/> |
3422 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | 3094 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
3423 | <Reference name="OpenSim.Framework"/> | 3095 | <Reference name="OpenSim.Framework"/> |
3424 | <Reference name="OpenSim.Framework.Communications"/> | ||
3425 | <Reference name="OpenSim.Framework.Monitoring"/> | 3096 | <Reference name="OpenSim.Framework.Monitoring"/> |
3426 | <Reference name="OpenSim.Region.ClientStack"/> | ||
3427 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 3097 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
3428 | <Reference name="OpenSim.Region.CoreModules"/> | 3098 | <Reference name="OpenSim.Region.CoreModules"/> |
3429 | <Reference name="OpenSim.Region.Framework"/> | 3099 | <Reference name="OpenSim.Region.Framework"/> |
@@ -3453,7 +3123,6 @@ | |||
3453 | <Reference name="System.Core"/> | 3123 | <Reference name="System.Core"/> |
3454 | <Reference name="System.Xml"/> | 3124 | <Reference name="System.Xml"/> |
3455 | <Reference name="OpenSim.Framework"/> | 3125 | <Reference name="OpenSim.Framework"/> |
3456 | <Reference name="OpenSim.Framework.Communications"/> | ||
3457 | <Reference name="OpenSim.Framework.Servers"/> | 3126 | <Reference name="OpenSim.Framework.Servers"/> |
3458 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3127 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3459 | <Reference name="OpenSim.Region.CoreModules"/> | 3128 | <Reference name="OpenSim.Region.CoreModules"/> |
@@ -3495,7 +3164,7 @@ | |||
3495 | TODO: this is kind of lame, we basically build a duplicate | 3164 | TODO: this is kind of lame, we basically build a duplicate |
3496 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3165 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3497 | --> | 3166 | --> |
3498 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> | 3167 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> |
3499 | <Configuration name="Debug"> | 3168 | <Configuration name="Debug"> |
3500 | <Options> | 3169 | <Options> |
3501 | <OutputPath>../../../../../bin/</OutputPath> | 3170 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3514,8 +3183,9 @@ | |||
3514 | <Reference name="Nini" path="../../../../../bin/"/> | 3183 | <Reference name="Nini" path="../../../../../bin/"/> |
3515 | <Reference name="OpenSim.Framework"/> | 3184 | <Reference name="OpenSim.Framework"/> |
3516 | <Reference name="OpenSim.Framework.Console"/> | 3185 | <Reference name="OpenSim.Framework.Console"/> |
3517 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3186 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3518 | <Reference name="OpenSim.Region.Physics.OdePlugin" path="../../../../../bin/Physics/"/> | 3187 | <Reference name="OpenSim.Region.PhysicsModule.Ode"/> |
3188 | <Reference name="OpenSim.Region.Framework"/> | ||
3519 | <Reference name="OpenSim.Tests.Common"/> | 3189 | <Reference name="OpenSim.Tests.Common"/> |
3520 | <Reference name="Ode.NET" path="../../../../../bin/"/> | 3190 | <Reference name="Ode.NET" path="../../../../../bin/"/> |
3521 | <Reference name="nunit.framework" path="../../../../../bin/"/> | 3191 | <Reference name="nunit.framework" path="../../../../../bin/"/> |
@@ -3526,7 +3196,7 @@ | |||
3526 | </Files> | 3196 | </Files> |
3527 | </Project> | 3197 | </Project> |
3528 | 3198 | ||
3529 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin.Tests" path="OpenSim/Region/Physics/BulletSPlugin/Tests" type="Library"> | 3199 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> |
3530 | <Configuration name="Debug"> | 3200 | <Configuration name="Debug"> |
3531 | <Options> | 3201 | <Options> |
3532 | <OutputPath>../../../../../bin/</OutputPath> | 3202 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3549,10 +3219,10 @@ | |||
3549 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 3219 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
3550 | <Reference name="OpenSim.Framework"/> | 3220 | <Reference name="OpenSim.Framework"/> |
3551 | <Reference name="OpenSim.Tests.Common"/> | 3221 | <Reference name="OpenSim.Tests.Common"/> |
3552 | <Reference name="OpenSim.Region.CoreModules"/> | 3222 | <Reference name="OpenSim.Region.Framework"/> |
3553 | <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../../bin/Physics/"/> | 3223 | <Reference name="OpenSim.Region.PhysicsModules.Meshing"/> |
3554 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3224 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3555 | <Reference name="OpenSim.Region.Physics.BulletSPlugin" path="../../../../../bin/Physics/"/> | 3225 | <Reference name="OpenSim.Region.PhysicsModule.BulletS"/> |
3556 | 3226 | ||
3557 | <Files> | 3227 | <Files> |
3558 | <Match pattern="*.cs" recurse="false"/> | 3228 | <Match pattern="*.cs" recurse="false"/> |
@@ -3631,7 +3301,6 @@ | |||
3631 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 3301 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
3632 | <Reference name="XMLRPC" path="../../../bin/"/> | 3302 | <Reference name="XMLRPC" path="../../../bin/"/> |
3633 | <Reference name="OpenSim.Framework"/> | 3303 | <Reference name="OpenSim.Framework"/> |
3634 | <Reference name="OpenSim.Framework.Communications"/> | ||
3635 | <Reference name="OpenSim.Framework.Console"/> | 3304 | <Reference name="OpenSim.Framework.Console"/> |
3636 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3305 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3637 | <Reference name="OpenSim.Region.CoreModules"/> | 3306 | <Reference name="OpenSim.Region.CoreModules"/> |
@@ -3671,7 +3340,6 @@ | |||
3671 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 3340 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
3672 | <Reference name="XMLRPC" path="../../../bin/"/> | 3341 | <Reference name="XMLRPC" path="../../../bin/"/> |
3673 | <Reference name="OpenSim.Framework"/> | 3342 | <Reference name="OpenSim.Framework"/> |
3674 | <Reference name="OpenSim.Framework.Communications"/> | ||
3675 | <Reference name="OpenSim.Framework.Console"/> | 3343 | <Reference name="OpenSim.Framework.Console"/> |
3676 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3344 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3677 | <Reference name="OpenSim.Region.CoreModules"/> | 3345 | <Reference name="OpenSim.Region.CoreModules"/> |