diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1c44ebf..d2d1e6d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1411,6 +1411,37 @@ | |||
1411 | </Files> | 1411 | </Files> |
1412 | </Project> | 1412 | </Project> |
1413 | 1413 | ||
1414 | <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | ||
1415 | <Configuration name="Debug"> | ||
1416 | <Options> | ||
1417 | <OutputPath>../../../bin/</OutputPath> | ||
1418 | </Options> | ||
1419 | </Configuration> | ||
1420 | <Configuration name="Release"> | ||
1421 | <Options> | ||
1422 | <OutputPath>../../../bin/</OutputPath> | ||
1423 | </Options> | ||
1424 | </Configuration> | ||
1425 | |||
1426 | <ReferencePath>../../../bin/</ReferencePath> | ||
1427 | <Reference name="System"/> | ||
1428 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1429 | <Reference name="OpenMetaverse.dll"/> | ||
1430 | <Reference name="OpenSim.Framework"/> | ||
1431 | <Reference name="OpenSim.Framework.Console"/> | ||
1432 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1433 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1434 | <Reference name="OpenSim.Services.Base"/> | ||
1435 | <Reference name="OpenSim.Services.Connectors"/> | ||
1436 | <Reference name="OpenSim.Data"/> | ||
1437 | <Reference name="Nini.dll" /> | ||
1438 | <Reference name="log4net.dll"/> | ||
1439 | |||
1440 | <Files> | ||
1441 | <Match pattern="*.cs" recurse="true"/> | ||
1442 | </Files> | ||
1443 | </Project> | ||
1444 | |||
1414 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 1445 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
1415 | <Configuration name="Debug"> | 1446 | <Configuration name="Debug"> |
1416 | <Options> | 1447 | <Options> |