aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml124
1 files changed, 123 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 7881cd7..52177e1 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -646,6 +646,7 @@
646 <Reference name="System"/> 646 <Reference name="System"/>
647 <Reference name="OpenMetaverseTypes.dll"/> 647 <Reference name="OpenMetaverseTypes.dll"/>
648 <Reference name="OpenMetaverse.dll"/> 648 <Reference name="OpenMetaverse.dll"/>
649 <Reference name="OpenMetaverse.StructuredData.dll"/>
649 <Reference name="OpenSim.Framework"/> 650 <Reference name="OpenSim.Framework"/>
650 <Reference name="OpenSim.Framework.Console"/> 651 <Reference name="OpenSim.Framework.Console"/>
651 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 652 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
@@ -1038,7 +1039,7 @@
1038 </Files> 1039 </Files>
1039 </Project> 1040 </Project>
1040 1041
1041 <Project frameworkVersion="v3_5" name="OpenSim.Services.UserService" path="OpenSim/Services/UserService" type="Library"> 1042 <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library">
1042 <Configuration name="Debug"> 1043 <Configuration name="Debug">
1043 <Options> 1044 <Options>
1044 <OutputPath>../../../bin/</OutputPath> 1045 <OutputPath>../../../bin/</OutputPath>
@@ -1052,6 +1053,7 @@
1052 1053
1053 <ReferencePath>../../../bin/</ReferencePath> 1054 <ReferencePath>../../../bin/</ReferencePath>
1054 <Reference name="System"/> 1055 <Reference name="System"/>
1056 <Reference name="System.Web"/>
1055 <Reference name="OpenMetaverseTypes.dll"/> 1057 <Reference name="OpenMetaverseTypes.dll"/>
1056 <Reference name="OpenMetaverse.dll"/> 1058 <Reference name="OpenMetaverse.dll"/>
1057 <Reference name="OpenSim.Framework"/> 1059 <Reference name="OpenSim.Framework"/>
@@ -1444,6 +1446,37 @@
1444 </Files> 1446 </Files>
1445 </Project> 1447 </Project>
1446 1448
1449 <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library">
1450 <Configuration name="Debug">
1451 <Options>
1452 <OutputPath>../../../bin/</OutputPath>
1453 </Options>
1454 </Configuration>
1455 <Configuration name="Release">
1456 <Options>
1457 <OutputPath>../../../bin/</OutputPath>
1458 </Options>
1459 </Configuration>
1460
1461 <ReferencePath>../../../bin/</ReferencePath>
1462 <Reference name="System"/>
1463 <Reference name="OpenMetaverseTypes.dll"/>
1464 <Reference name="OpenMetaverse.dll"/>
1465 <Reference name="OpenSim.Framework"/>
1466 <Reference name="OpenSim.Framework.Console"/>
1467 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1468 <Reference name="OpenSim.Services.Interfaces"/>
1469 <Reference name="OpenSim.Services.Base"/>
1470 <Reference name="OpenSim.Services.Connectors"/>
1471 <Reference name="OpenSim.Data"/>
1472 <Reference name="Nini.dll" />
1473 <Reference name="log4net.dll"/>
1474
1475 <Files>
1476 <Match pattern="*.cs" recurse="true"/>
1477 </Files>
1478 </Project>
1479
1447 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 1480 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
1448 <Configuration name="Debug"> 1481 <Configuration name="Debug">
1449 <Options> 1482 <Options>
@@ -1458,6 +1491,7 @@
1458 1491
1459 <ReferencePath>../../../bin/</ReferencePath> 1492 <ReferencePath>../../../bin/</ReferencePath>
1460 <Reference name="System"/> 1493 <Reference name="System"/>
1494 <Reference name="System.Xml"/>
1461 <Reference name="OpenMetaverseTypes.dll"/> 1495 <Reference name="OpenMetaverseTypes.dll"/>
1462 <Reference name="OpenMetaverse.dll"/> 1496 <Reference name="OpenMetaverse.dll"/>
1463 <Reference name="OpenSim.Framework"/> 1497 <Reference name="OpenSim.Framework"/>
@@ -1475,6 +1509,39 @@
1475 <Match pattern="*.cs" recurse="true"/> 1509 <Match pattern="*.cs" recurse="true"/>
1476 </Files> 1510 </Files>
1477 </Project> 1511 </Project>
1512
1513
1514 <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
1515 <Configuration name="Debug">
1516 <Options>
1517 <OutputPath>../../../bin/</OutputPath>
1518 </Options>
1519 </Configuration>
1520 <Configuration name="Release">
1521 <Options>
1522 <OutputPath>../../../bin/</OutputPath>
1523 </Options>
1524 </Configuration>
1525
1526 <ReferencePath>../../../bin/</ReferencePath>
1527 <Reference name="System"/>
1528 <Reference name="OpenSim.Framework"/>
1529 <Reference name="OpenSim.Framework.Capabilities"/>
1530 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1531 <Reference name="OpenSim.Services.Interfaces"/>
1532 <Reference name="OpenSim.Services.Base"/>
1533 <Reference name="OpenSim.Server.Base"/>
1534 <Reference name="OpenMetaverseTypes.dll"/>
1535 <Reference name="OpenMetaverse.dll"/>
1536 <Reference name="OpenMetaverse.StructuredData.dll"/>
1537 <Reference name="Nini.dll" />
1538 <Reference name="log4net.dll"/>
1539
1540 <Files>
1541 <Match pattern="*.cs" recurse="true"/>
1542 </Files>
1543 </Project>
1544
1478 1545
1479 1546
1480 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1547 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
@@ -2939,6 +3006,60 @@
2939 </Files> 3006 </Files>
2940 </Project> 3007 </Project>
2941 3008
3009 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe">
3010 <Configuration name="Debug">
3011 <Options>
3012 <OutputPath>../../../../bin/</OutputPath>
3013 </Options>
3014 </Configuration>
3015 <Configuration name="Release">
3016 <Options>
3017 <OutputPath>../../../../bin/</OutputPath>
3018 </Options>
3019 </Configuration>
3020
3021 <ReferencePath>../../../../bin/</ReferencePath>
3022 <Reference name="System"/>
3023 <Reference name="OpenMetaverseTypes.dll"/>
3024 <Reference name="OpenMetaverse.dll"/>
3025 <Reference name="OpenSim.Framework"/>
3026 <Reference name="OpenSim.Services.Interfaces" />
3027 <Reference name="OpenSim.Services.Connectors" />
3028 <Reference name="Nini.dll" />
3029 <Reference name="log4net.dll"/>
3030
3031 <Files>
3032 <Match pattern="*.cs" recurse="true"/>
3033 </Files>
3034 </Project>
3035
3036 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe">
3037 <Configuration name="Debug">
3038 <Options>
3039 <OutputPath>../../../../bin/</OutputPath>
3040 </Options>
3041 </Configuration>
3042 <Configuration name="Release">
3043 <Options>
3044 <OutputPath>../../../../bin/</OutputPath>
3045 </Options>
3046 </Configuration>
3047
3048 <ReferencePath>../../../../bin/</ReferencePath>
3049 <Reference name="System"/>
3050 <Reference name="OpenMetaverseTypes.dll"/>
3051 <Reference name="OpenMetaverse.dll"/>
3052 <Reference name="OpenSim.Framework"/>
3053 <Reference name="OpenSim.Services.Interfaces" />
3054 <Reference name="OpenSim.Services.Connectors" />
3055 <Reference name="Nini.dll" />
3056 <Reference name="log4net.dll"/>
3057
3058 <Files>
3059 <Match pattern="*.cs" recurse="true"/>
3060 </Files>
3061 </Project>
3062
2942 3063
2943 <!-- Test assemblies --> 3064 <!-- Test assemblies -->
2944 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 3065 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
@@ -3274,6 +3395,7 @@
3274 <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> 3395 <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" />
3275 <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> 3396 <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" />
3276 <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" /> 3397 <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" />
3398 <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true" />
3277 </Files> 3399 </Files>
3278 </Project> 3400 </Project>
3279 3401