diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7b6c3fc..de4918d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -634,6 +634,33 @@ | |||
634 | </Files> | 634 | </Files> |
635 | </Project> | 635 | </Project> |
636 | 636 | ||
637 | <Project name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | ||
638 | <Configuration name="Debug"> | ||
639 | <Options> | ||
640 | <OutputPath>../../../bin/</OutputPath> | ||
641 | </Options> | ||
642 | </Configuration> | ||
643 | <Configuration name="Release"> | ||
644 | <Options> | ||
645 | <OutputPath>../../../bin/</OutputPath> | ||
646 | </Options> | ||
647 | </Configuration> | ||
648 | |||
649 | <ReferencePath>../../../bin/</ReferencePath> | ||
650 | <Reference name="System"/> | ||
651 | <Reference name="OpenMetaverseTypes.dll"/> | ||
652 | <Reference name="OpenMetaverse.dll"/> | ||
653 | <Reference name="OpenSim.Framework"/> | ||
654 | <Reference name="OpenSim.Framework.Console"/> | ||
655 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
656 | <Reference name="Nini.dll" /> | ||
657 | <Reference name="log4net.dll"/> | ||
658 | |||
659 | <Files> | ||
660 | <Match pattern="*.cs" recurse="true"/> | ||
661 | </Files> | ||
662 | </Project> | ||
663 | |||
637 | <Project name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | 664 | <Project name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> |
638 | <Configuration name="Debug"> | 665 | <Configuration name="Debug"> |
639 | <Options> | 666 | <Options> |
@@ -1210,33 +1237,6 @@ | |||
1210 | </Files> | 1237 | </Files> |
1211 | </Project> | 1238 | </Project> |
1212 | 1239 | ||
1213 | <Project name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | ||
1214 | <Configuration name="Debug"> | ||
1215 | <Options> | ||
1216 | <OutputPath>../../../bin/</OutputPath> | ||
1217 | </Options> | ||
1218 | </Configuration> | ||
1219 | <Configuration name="Release"> | ||
1220 | <Options> | ||
1221 | <OutputPath>../../../bin/</OutputPath> | ||
1222 | </Options> | ||
1223 | </Configuration> | ||
1224 | |||
1225 | <ReferencePath>../../../bin/</ReferencePath> | ||
1226 | <Reference name="System"/> | ||
1227 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1228 | <Reference name="OpenMetaverse.dll"/> | ||
1229 | <Reference name="OpenSim.Framework"/> | ||
1230 | <Reference name="OpenSim.Framework.Console"/> | ||
1231 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1232 | <Reference name="Nini.dll" /> | ||
1233 | <Reference name="log4net.dll"/> | ||
1234 | |||
1235 | <Files> | ||
1236 | <Match pattern="*.cs" recurse="true"/> | ||
1237 | </Files> | ||
1238 | </Project> | ||
1239 | |||
1240 | <Project name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> | 1240 | <Project name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> |
1241 | <Configuration name="Debug"> | 1241 | <Configuration name="Debug"> |
1242 | <Options> | 1242 | <Options> |