diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2ef8e8f..b4cfc63 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -125,7 +125,7 @@ | |||
125 | </Files> | 125 | </Files> |
126 | </Project> | 126 | </Project> |
127 | 127 | ||
128 | <Project name="OpenSim.Region.Caps" path="OpenSim/Region/Caps" type="Library"> | 128 | <Project name="OpenSim.Region.Capabilities" path="OpenSim/Region/Capabilities" type="Library"> |
129 | <Configuration name="Debug"> | 129 | <Configuration name="Debug"> |
130 | <Options> | 130 | <Options> |
131 | <OutputPath>../../../bin/</OutputPath> | 131 | <OutputPath>../../../bin/</OutputPath> |
@@ -598,7 +598,6 @@ | |||
598 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> | 598 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> |
599 | <Reference name="OpenSim.Framework"/> | 599 | <Reference name="OpenSim.Framework"/> |
600 | <Reference name="OpenSim.Framework.Console"/> | 600 | <Reference name="OpenSim.Framework.Console"/> |
601 | <Reference name="OpenSim.FrameworkGenericConfig.Xml"/> | ||
602 | <Reference name="OpenSim.Region.Physics.Manager"/> | 601 | <Reference name="OpenSim.Region.Physics.Manager"/> |
603 | <Reference name="OpenSim.Framework.Servers"/> | 602 | <Reference name="OpenSim.Framework.Servers"/> |
604 | <Reference name="OpenSim.Region.Caches"/> | 603 | <Reference name="OpenSim.Region.Caches"/> |
@@ -611,7 +610,7 @@ | |||
611 | 610 | ||
612 | 611 | ||
613 | 612 | ||
614 | <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Simulation" type="Library"> | 613 | <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" type="Library"> |
615 | <Configuration name="Debug"> | 614 | <Configuration name="Debug"> |
616 | <Options> | 615 | <Options> |
617 | <OutputPath>../../../bin/</OutputPath> | 616 | <OutputPath>../../../bin/</OutputPath> |
@@ -636,6 +635,7 @@ | |||
636 | <Reference name="OpenSim.Region.Physics.Manager"/> | 635 | <Reference name="OpenSim.Region.Physics.Manager"/> |
637 | <Reference name="OpenSim.Framework.Servers"/> | 636 | <Reference name="OpenSim.Framework.Servers"/> |
638 | <Reference name="OpenSim.Region.Caches"/> | 637 | <Reference name="OpenSim.Region.Caches"/> |
638 | <Reference name="OpenSim.Region.Capabilities"/> | ||
639 | <Reference name="XMLRPC.dll"/> | 639 | <Reference name="XMLRPC.dll"/> |
640 | <Reference name="OpenSim.Framework.Communications"/> | 640 | <Reference name="OpenSim.Framework.Communications"/> |
641 | 641 | ||