diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index a10d824..70495e7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1232,6 +1232,40 @@ | |||
1232 | </Files> | 1232 | </Files> |
1233 | </Project> | 1233 | </Project> |
1234 | 1234 | ||
1235 | <Project frameworkVersion="v4_0" name="OpenSim.Services.SearchService" path="OpenSim/Services/SearchService" type="Library"> | ||
1236 | <Configuration name="Debug"> | ||
1237 | <Options> | ||
1238 | <OutputPath>../../../bin/</OutputPath> | ||
1239 | </Options> | ||
1240 | </Configuration> | ||
1241 | <Configuration name="Release"> | ||
1242 | <Options> | ||
1243 | <OutputPath>../../../bin/</OutputPath> | ||
1244 | </Options> | ||
1245 | </Configuration> | ||
1246 | |||
1247 | <ReferencePath>../../../bin/</ReferencePath> | ||
1248 | <Reference name="System"/> | ||
1249 | <Reference name="System.Core"/> | ||
1250 | <Reference name="OpenSim.Framework"/> | ||
1251 | <Reference name="OpenSim.Framework.Console"/> | ||
1252 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1253 | <Reference name="OpenSim.Services.UserAccountService"/> | ||
1254 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1255 | <Reference name="OpenSim.Services.Connectors"/> | ||
1256 | <Reference name="OpenSim.Services.Base"/> | ||
1257 | <Reference name="OpenSim.Server.Base"/> | ||
1258 | <Reference name="OpenSim.Data"/> | ||
1259 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1260 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1261 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1262 | <Reference name="Nini" path="../../../bin/"/> | ||
1263 | <Reference name="log4net" path="../../../bin/"/> | ||
1264 | |||
1265 | <Files> | ||
1266 | <Match pattern="*.cs" recurse="true"/> | ||
1267 | </Files> | ||
1268 | </Project> | ||
1235 | 1269 | ||
1236 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1270 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1237 | <Configuration name="Debug"> | 1271 | <Configuration name="Debug"> |
@@ -1530,6 +1564,7 @@ | |||
1530 | <Reference name="System.Xml.Linq"/> | 1564 | <Reference name="System.Xml.Linq"/> |
1531 | <Reference name="System.Drawing"/> | 1565 | <Reference name="System.Drawing"/> |
1532 | <Reference name="System.Web"/> | 1566 | <Reference name="System.Web"/> |
1567 | <Reference name="Microsoft.CSharp" /> | ||
1533 | <Reference name="NDesk.Options" path="../../../bin/"/> | 1568 | <Reference name="NDesk.Options" path="../../../bin/"/> |
1534 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1569 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1535 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1570 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |