diff options
-rw-r--r-- | prebuild.xml | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/prebuild.xml b/prebuild.xml index a6e9cb6..38ab757 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -594,7 +594,7 @@ | |||
594 | </Files> | 594 | </Files> |
595 | </Project> | 595 | </Project> |
596 | 596 | ||
597 | <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> | 597 | <Project name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> |
598 | <Configuration name="Debug"> | 598 | <Configuration name="Debug"> |
599 | <Options> | 599 | <Options> |
600 | <OutputPath>../../../bin/</OutputPath> | 600 | <OutputPath>../../../bin/</OutputPath> |
@@ -608,34 +608,20 @@ | |||
608 | 608 | ||
609 | <ReferencePath>../../../bin/</ReferencePath> | 609 | <ReferencePath>../../../bin/</ReferencePath> |
610 | <Reference name="System"/> | 610 | <Reference name="System"/> |
611 | <Reference name="System.Xml"/> | ||
612 | <Reference name="System.Web"/> | ||
613 | <Reference name="OpenSim.Framework"/> | ||
614 | <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/> | ||
615 | <Reference name="OpenSim.Data" /> | ||
616 | <Reference name="OpenSim.Framework.Servers"/> | ||
617 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
618 | <Reference name="OpenSim.Framework.Console"/> | ||
619 | <Reference name="OpenSim.Framework.Statistics"/> | ||
620 | <Reference name="OpenSim.Services.Interfaces"/> | ||
621 | <Reference name="OpenMetaverseTypes.dll"/> | 611 | <Reference name="OpenMetaverseTypes.dll"/> |
622 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
623 | <!-- FIXME: The OpenMetaverse.dll reference can be dropped when the TransferRequestPacket reference is removed from the code --> | ||
624 | <Reference name="OpenMetaverse.dll"/> | 612 | <Reference name="OpenMetaverse.dll"/> |
613 | <Reference name="OpenSim.Framework"/> | ||
614 | <Reference name="OpenSim.Framework.Console"/> | ||
615 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
625 | <Reference name="Nini.dll" /> | 616 | <Reference name="Nini.dll" /> |
626 | <Reference name="XMLRPC.dll"/> | ||
627 | <Reference name="log4net.dll"/> | 617 | <Reference name="log4net.dll"/> |
628 | <Reference name="GlynnTucker.Cache.dll"/> | ||
629 | 618 | ||
630 | <Files> | 619 | <Files> |
631 | <Match pattern="*.cs" recurse="true"> | 620 | <Match pattern="*.cs" recurse="true"/> |
632 | <Exclude name="Tests" pattern="Tests"/> | ||
633 | </Match> | ||
634 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
635 | </Files> | 621 | </Files> |
636 | </Project> | 622 | </Project> |
637 | 623 | ||
638 | <Project name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | 624 | <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> |
639 | <Configuration name="Debug"> | 625 | <Configuration name="Debug"> |
640 | <Options> | 626 | <Options> |
641 | <OutputPath>../../../bin/</OutputPath> | 627 | <OutputPath>../../../bin/</OutputPath> |
@@ -649,19 +635,34 @@ | |||
649 | 635 | ||
650 | <ReferencePath>../../../bin/</ReferencePath> | 636 | <ReferencePath>../../../bin/</ReferencePath> |
651 | <Reference name="System"/> | 637 | <Reference name="System"/> |
652 | <Reference name="OpenMetaverseTypes.dll"/> | 638 | <Reference name="System.Xml"/> |
653 | <Reference name="OpenMetaverse.dll"/> | 639 | <Reference name="System.Web"/> |
654 | <Reference name="OpenSim.Framework"/> | 640 | <Reference name="OpenSim.Framework"/> |
655 | <Reference name="OpenSim.Framework.Console"/> | 641 | <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/> |
642 | <Reference name="OpenSim.Data" /> | ||
643 | <Reference name="OpenSim.Framework.Servers"/> | ||
656 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 644 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
645 | <Reference name="OpenSim.Framework.Console"/> | ||
646 | <Reference name="OpenSim.Framework.Statistics"/> | ||
647 | <Reference name="OpenSim.Services.Interfaces"/> | ||
648 | <Reference name="OpenMetaverseTypes.dll"/> | ||
649 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
650 | <!-- FIXME: The OpenMetaverse.dll reference can be dropped when the TransferRequestPacket reference is removed from the code --> | ||
651 | <Reference name="OpenMetaverse.dll"/> | ||
657 | <Reference name="Nini.dll" /> | 652 | <Reference name="Nini.dll" /> |
653 | <Reference name="XMLRPC.dll"/> | ||
658 | <Reference name="log4net.dll"/> | 654 | <Reference name="log4net.dll"/> |
655 | <Reference name="GlynnTucker.Cache.dll"/> | ||
659 | 656 | ||
660 | <Files> | 657 | <Files> |
661 | <Match pattern="*.cs" recurse="true"/> | 658 | <Match pattern="*.cs" recurse="true"> |
659 | <Exclude name="Tests" pattern="Tests"/> | ||
660 | </Match> | ||
661 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
662 | </Files> | 662 | </Files> |
663 | </Project> | 663 | </Project> |
664 | 664 | ||
665 | |||
665 | <Project name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | 666 | <Project name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> |
666 | <Configuration name="Debug"> | 667 | <Configuration name="Debug"> |
667 | <Options> | 668 | <Options> |