diff options
Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index c70ac38..21b3729 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -684,7 +684,7 @@ | |||
684 | </Files> | 684 | </Files> |
685 | </Project> | 685 | </Project> |
686 | 686 | ||
687 | <Project name="OpenSim.Grid.Framework" path="OpenSim/Grid/Framework" type="Library"> | 687 | <Project name="OpenSim.Grid.Framework" path="OpenSim/Grid/Framework" type="Library"> |
688 | <Configuration name="Debug"> | 688 | <Configuration name="Debug"> |
689 | <Options> | 689 | <Options> |
690 | <OutputPath>../../../bin/</OutputPath> | 690 | <OutputPath>../../../bin/</OutputPath> |
@@ -714,6 +714,39 @@ | |||
714 | </Files> | 714 | </Files> |
715 | </Project> | 715 | </Project> |
716 | 716 | ||
717 | <Project name="OpenSim.Grid.GridServer.Modules" path="OpenSim/Grid/GridServer.Modules" type="Library"> | ||
718 | <Configuration name="Debug"> | ||
719 | <Options> | ||
720 | <OutputPath>../../../bin/</OutputPath> | ||
721 | </Options> | ||
722 | </Configuration> | ||
723 | <Configuration name="Release"> | ||
724 | <Options> | ||
725 | <OutputPath>../../../bin/</OutputPath> | ||
726 | </Options> | ||
727 | </Configuration> | ||
728 | |||
729 | <ReferencePath>../../../bin/</ReferencePath> | ||
730 | <Reference name="System"/> | ||
731 | <Reference name="System.Data"/> | ||
732 | <Reference name="System.Xml"/> | ||
733 | <Reference name="OpenSim.Framework"/> | ||
734 | <Reference name="OpenSim.Framework.Communications"/> | ||
735 | <Reference name="OpenSim.Framework.Console"/> | ||
736 | <Reference name="OpenSim.Framework.Servers"/> | ||
737 | <Reference name="OpenSim.Data"/> | ||
738 | <Reference name="OpenSim.Data.MySQL"/> | ||
739 | <Reference name="OpenSim.Grid.Framework"/> | ||
740 | <Reference name="OpenMetaverseTypes.dll"/> | ||
741 | <Reference name="OpenMetaverse.dll"/> | ||
742 | <Reference name="XMLRPC.dll"/> | ||
743 | <Reference name="log4net.dll"/> | ||
744 | |||
745 | <Files> | ||
746 | <Match pattern="*.cs" recurse="true"/> | ||
747 | </Files> | ||
748 | </Project> | ||
749 | |||
717 | 750 | ||
718 | <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> | 751 | <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> |
719 | <Configuration name="Debug"> | 752 | <Configuration name="Debug"> |
@@ -739,6 +772,7 @@ | |||
739 | <Reference name="OpenSim.Data"/> | 772 | <Reference name="OpenSim.Data"/> |
740 | <Reference name="OpenSim.Data.MySQL"/> | 773 | <Reference name="OpenSim.Data.MySQL"/> |
741 | <Reference name="OpenSim.Grid.Framework"/> | 774 | <Reference name="OpenSim.Grid.Framework"/> |
775 | <Reference name="OpenSim.Grid.GridServer.Modules"/> | ||
742 | <Reference name="OpenMetaverseTypes.dll"/> | 776 | <Reference name="OpenMetaverseTypes.dll"/> |
743 | <Reference name="OpenMetaverse.dll"/> | 777 | <Reference name="OpenMetaverse.dll"/> |
744 | <Reference name="XMLRPC.dll"/> | 778 | <Reference name="XMLRPC.dll"/> |