diff options
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0d7a7ec..047b66d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1722,7 +1722,7 @@ | |||
1722 | </Project> | 1722 | </Project> |
1723 | 1723 | ||
1724 | 1724 | ||
1725 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1725 | <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> |
1726 | <Configuration name="Debug"> | 1726 | <Configuration name="Debug"> |
1727 | <Options> | 1727 | <Options> |
1728 | <OutputPath>../../../bin/</OutputPath> | 1728 | <OutputPath>../../../bin/</OutputPath> |
@@ -1747,6 +1747,7 @@ | |||
1747 | <Reference name="OpenSim.Framework.Console"/> | 1747 | <Reference name="OpenSim.Framework.Console"/> |
1748 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1748 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1749 | <Reference name="OpenSim.Framework.Communications"/> | 1749 | <Reference name="OpenSim.Framework.Communications"/> |
1750 | <Reference name="OpenSim.Region.CoreModules" /> | ||
1750 | <Reference name="Nini.dll" /> | 1751 | <Reference name="Nini.dll" /> |
1751 | <Reference name="log4net.dll"/> | 1752 | <Reference name="log4net.dll"/> |
1752 | 1753 | ||