diff options
author | Melanie Thielker | 2009-05-08 14:08:41 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-08 14:08:41 +0000 |
commit | aec069d161e6d818c4b1d9b7448aebade62c29c5 (patch) | |
tree | d1a27527d0119b98d6fbf1255ad5cff7294524fe /prebuild.xml | |
parent | now that creatorID is no longer a strict UUID, and the column can still be NULL, (diff) | |
download | opensim-SC-aec069d161e6d818c4b1d9b7448aebade62c29c5.zip opensim-SC-aec069d161e6d818c4b1d9b7448aebade62c29c5.tar.gz opensim-SC-aec069d161e6d818c4b1d9b7448aebade62c29c5.tar.bz2 opensim-SC-aec069d161e6d818c4b1d9b7448aebade62c29c5.tar.xz |
More additions to the nextgen reference UGAIM
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2e7a59c..66a255c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1236,6 +1236,33 @@ | |||
1236 | </Files> | 1236 | </Files> |
1237 | </Project> | 1237 | </Project> |
1238 | 1238 | ||
1239 | <Project name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> | ||
1240 | <Configuration name="Debug"> | ||
1241 | <Options> | ||
1242 | <OutputPath>../../../bin/</OutputPath> | ||
1243 | </Options> | ||
1244 | </Configuration> | ||
1245 | <Configuration name="Release"> | ||
1246 | <Options> | ||
1247 | <OutputPath>../../../bin/</OutputPath> | ||
1248 | </Options> | ||
1249 | </Configuration> | ||
1250 | |||
1251 | <ReferencePath>../../../bin/</ReferencePath> | ||
1252 | <Reference name="System"/> | ||
1253 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1254 | <Reference name="OpenMetaverse.dll"/> | ||
1255 | <Reference name="OpenSim.Framework"/> | ||
1256 | <Reference name="OpenSim.Framework.Console"/> | ||
1257 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1258 | <Reference name="Nini.dll" /> | ||
1259 | <Reference name="log4net.dll"/> | ||
1260 | |||
1261 | <Files> | ||
1262 | <Match pattern="*.cs" recurse="true"/> | ||
1263 | </Files> | ||
1264 | </Project> | ||
1265 | |||
1239 | <Project name="OpenSim.Services.UserService" path="OpenSim/Services/UserService" type="Library"> | 1266 | <Project name="OpenSim.Services.UserService" path="OpenSim/Services/UserService" type="Library"> |
1240 | <Configuration name="Debug"> | 1267 | <Configuration name="Debug"> |
1241 | <Options> | 1268 | <Options> |
@@ -1256,6 +1283,37 @@ | |||
1256 | <Reference name="OpenSim.Framework.Console"/> | 1283 | <Reference name="OpenSim.Framework.Console"/> |
1257 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1284 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1258 | <Reference name="OpenSim.Services.Interfaces"/> | 1285 | <Reference name="OpenSim.Services.Interfaces"/> |
1286 | <Reference name="OpenSim.Services.Base"/> | ||
1287 | <Reference name="OpenSim.Data"/> | ||
1288 | <Reference name="Nini.dll" /> | ||
1289 | <Reference name="log4net.dll"/> | ||
1290 | |||
1291 | <Files> | ||
1292 | <Match pattern="*.cs" recurse="true"/> | ||
1293 | </Files> | ||
1294 | </Project> | ||
1295 | |||
1296 | <Project name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> | ||
1297 | <Configuration name="Debug"> | ||
1298 | <Options> | ||
1299 | <OutputPath>../../../bin/</OutputPath> | ||
1300 | </Options> | ||
1301 | </Configuration> | ||
1302 | <Configuration name="Release"> | ||
1303 | <Options> | ||
1304 | <OutputPath>../../../bin/</OutputPath> | ||
1305 | </Options> | ||
1306 | </Configuration> | ||
1307 | |||
1308 | <ReferencePath>../../../bin/</ReferencePath> | ||
1309 | <Reference name="System"/> | ||
1310 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1311 | <Reference name="OpenMetaverse.dll"/> | ||
1312 | <Reference name="OpenSim.Framework"/> | ||
1313 | <Reference name="OpenSim.Framework.Console"/> | ||
1314 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1315 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1316 | <Reference name="OpenSim.Services.Base"/> | ||
1259 | <Reference name="OpenSim.Data"/> | 1317 | <Reference name="OpenSim.Data"/> |
1260 | <Reference name="Nini.dll" /> | 1318 | <Reference name="Nini.dll" /> |
1261 | <Reference name="log4net.dll"/> | 1319 | <Reference name="log4net.dll"/> |
@@ -1323,6 +1381,36 @@ | |||
1323 | </Files> | 1381 | </Files> |
1324 | </Project> | 1382 | </Project> |
1325 | 1383 | ||
1384 | <Project name="OpenSim.Servers.AssetServer" path="OpenSim/Servers/Asset" type="Exe"> | ||
1385 | <Configuration name="Debug"> | ||
1386 | <Options> | ||
1387 | <OutputPath>../../../bin/</OutputPath> | ||
1388 | </Options> | ||
1389 | </Configuration> | ||
1390 | <Configuration name="Release"> | ||
1391 | <Options> | ||
1392 | <OutputPath>../../../bin/</OutputPath> | ||
1393 | </Options> | ||
1394 | </Configuration> | ||
1395 | |||
1396 | <ReferencePath>../../../bin/</ReferencePath> | ||
1397 | <Reference name="System"/> | ||
1398 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1399 | <Reference name="OpenMetaverse.dll"/> | ||
1400 | <Reference name="OpenSim.Framework"/> | ||
1401 | <Reference name="OpenSim.Framework.Console"/> | ||
1402 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1403 | <Reference name="OpenSim.Servers.Base"/> | ||
1404 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1405 | <Reference name="OpenSim.Services.AssetService"/> | ||
1406 | <Reference name="Nini.dll" /> | ||
1407 | <Reference name="log4net.dll"/> | ||
1408 | |||
1409 | <Files> | ||
1410 | <Match pattern="*.cs" recurse="true"/> | ||
1411 | </Files> | ||
1412 | </Project> | ||
1413 | |||
1326 | <Project name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1414 | <Project name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1327 | <Configuration name="Debug"> | 1415 | <Configuration name="Debug"> |
1328 | <Options> | 1416 | <Options> |