aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml517
1 files changed, 88 insertions, 429 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 7881cd7..284913a 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"/>
@@ -784,203 +785,8 @@
784 785
785 <!-- OpenSim.Framework.Communications --> 786 <!-- OpenSim.Framework.Communications -->
786 787
787 <Project frameworkVersion="v3_5" name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library">
788 <Configuration name="Debug">
789 <Options>
790 <OutputPath>../../../../bin/</OutputPath>
791 </Options>
792 </Configuration>
793 <Configuration name="Release">
794 <Options>
795 <OutputPath>../../../../bin/</OutputPath>
796 </Options>
797 </Configuration>
798
799 <ReferencePath>../../../../bin/</ReferencePath>
800 <Reference name="System"/>
801 <Reference name="System.Xml"/>
802 <Reference name="OpenSim.Framework"/>
803 <Reference name="OpenSim.Framework.Communications"/>
804 <Reference name="OpenSim.Framework.Console"/>
805 <Reference name="OpenSim.Data" />
806 <Reference name="OpenSim.Framework.Servers"/>
807 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
808 <Reference name="OpenSim.Framework.Statistics"/>
809 <Reference name="OpenMetaverseTypes.dll"/>
810 <Reference name="XMLRPC.dll"/>
811 <Reference name="log4net.dll"/>
812
813 <Files>
814 <Match pattern="*.cs" recurse="true"/>
815 </Files>
816 </Project>
817
818 <Project frameworkVersion="v3_5" name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library">
819 <Configuration name="Debug">
820 <Options>
821 <OutputPath>../../../../bin/</OutputPath>
822 </Options>
823 </Configuration>
824 <Configuration name="Release">
825 <Options>
826 <OutputPath>../../../../bin/</OutputPath>
827 </Options>
828 </Configuration>
829
830 <ReferencePath>../../../../bin/</ReferencePath>
831 <Reference name="System"/>
832 <Reference name="System.Xml"/>
833 <Reference name="System.Data"/>
834 <Reference name="OpenSim.Framework"/>
835 <Reference name="OpenSim.Data" />
836 <Reference name="OpenSim.Framework.Communications" />
837 <Reference name="OpenSim.Framework.Console"/>
838 <Reference name="OpenSim.Framework.Servers"/>
839 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
840 <Reference name="OpenSim.Framework.Statistics"/>
841 <Reference name="OpenSim.Region.Communications.Local" />
842 <Reference name="OpenMetaverseTypes.dll"/>
843 <Reference name="Nini.dll" />
844 <Reference name="XMLRPC.dll"/>
845 <Reference name="log4net.dll"/>
846
847 <Files>
848 <Match pattern="*.cs" recurse="true"/>
849 </Files>
850 </Project>
851
852 <!-- OGS projects --> 788 <!-- OGS projects -->
853 789
854 <Project frameworkVersion="v3_5" name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library">
855 <Configuration name="Debug">
856 <Options>
857 <OutputPath>../../../../bin/</OutputPath>
858 </Options>
859 </Configuration>
860 <Configuration name="Release">
861 <Options>
862 <OutputPath>../../../../bin/</OutputPath>
863 </Options>
864 </Configuration>
865
866 <ReferencePath>../../../../bin/</ReferencePath>
867 <Reference name="System"/>
868 <Reference name="OpenSim.Framework"/>
869 <Reference name="OpenSim.Framework.Communications" />
870 <Reference name="OpenSim.Framework.Servers"/>
871 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
872 <Reference name="OpenMetaverseTypes.dll"/>
873 <Reference name="XMLRPC.dll"/>
874 <Reference name="log4net.dll"/>
875
876 <Files>
877 <Match pattern="*.cs" recurse="true"/>
878 </Files>
879 </Project>
880
881 <Project frameworkVersion="v3_5" name="OpenSim.Grid.Framework" path="OpenSim/Grid/Framework" type="Library">
882 <Configuration name="Debug">
883 <Options>
884 <OutputPath>../../../bin/</OutputPath>
885 </Options>
886 </Configuration>
887 <Configuration name="Release">
888 <Options>
889 <OutputPath>../../../bin/</OutputPath>
890 </Options>
891 </Configuration>
892
893 <ReferencePath>../../../bin/</ReferencePath>
894 <Reference name="System"/>
895 <Reference name="System.Data"/>
896 <Reference name="System.Xml"/>
897 <Reference name="OpenSim.Data"/>
898 <Reference name="OpenSim.Framework"/>
899 <Reference name="OpenSim.Framework.Communications"/>
900 <Reference name="OpenSim.Framework.Servers"/>
901 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
902 <Reference name="OpenMetaverseTypes.dll"/>
903 <Reference name="OpenMetaverse.dll"/>
904 <Reference name="XMLRPC.dll"/>
905 <Reference name="log4net.dll"/>
906
907 <Files>
908 <Match pattern="*.cs" recurse="true"/>
909 </Files>
910 </Project>
911
912 <Project frameworkVersion="v3_5" name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Library">
913 <Configuration name="Debug">
914 <Options>
915 <OutputPath>../../../bin/</OutputPath>
916 </Options>
917 </Configuration>
918 <Configuration name="Release">
919 <Options>
920 <OutputPath>../../../bin/</OutputPath>
921 </Options>
922 </Configuration>
923
924 <ReferencePath>../../../bin/</ReferencePath>
925 <Reference name="System"/>
926 <Reference name="System.Data"/>
927 <Reference name="System.Xml"/>
928 <Reference name="Mono.Addins.dll" />
929 <Reference name="OpenSim.Framework"/>
930 <Reference name="OpenSim.Framework.Communications"/>
931 <Reference name="OpenSim.Framework.Console"/>
932 <Reference name="OpenSim.Framework.Servers"/>
933 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
934 <Reference name="OpenSim.Data"/>
935 <Reference name="OpenSim.Data.MySQL"/>
936 <Reference name="OpenSim.Grid.Framework"/>
937 <Reference name="OpenMetaverseTypes.dll"/>
938 <Reference name="OpenMetaverse.dll"/>
939 <Reference name="XMLRPC.dll"/>
940 <Reference name="log4net.dll"/>
941 <Reference name="Nini.dll"/>
942
943 <Files>
944 <Match pattern="*.cs" recurse="true"/>
945 </Files>
946 </Project>
947
948 <Project frameworkVersion="v3_5" name="OpenSim.Grid.GridServer.Modules" path="OpenSim/Grid/GridServer.Modules" type="Library">
949 <Configuration name="Debug">
950 <Options>
951 <OutputPath>../../../bin/</OutputPath>
952 </Options>
953 </Configuration>
954 <Configuration name="Release">
955 <Options>
956 <OutputPath>../../../bin/</OutputPath>
957 </Options>
958 </Configuration>
959
960 <ReferencePath>../../../bin/</ReferencePath>
961 <Reference name="System"/>
962 <Reference name="System.Data"/>
963 <Reference name="System.Xml"/>
964 <Reference name="OpenSim.Framework"/>
965 <Reference name="OpenSim.Framework.Communications"/>
966 <Reference name="OpenSim.Framework.Console"/>
967 <Reference name="OpenSim.Framework.Servers"/>
968 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
969 <Reference name="OpenSim.Data"/>
970 <Reference name="OpenSim.Data.MySQL"/>
971 <Reference name="OpenSim.Grid.Framework"/>
972 <Reference name="OpenMetaverseTypes.dll"/>
973 <Reference name="OpenSim.Grid.GridServer"/>
974 <Reference name="OpenMetaverse.dll"/>
975 <Reference name="XMLRPC.dll"/>
976 <Reference name="log4net.dll"/>
977
978 <Files>
979 <Match pattern="*.cs" recurse="true"/>
980 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
981 </Files>
982 </Project>
983
984 790
985 <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> 791 <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library">
986 <Configuration name="Debug"> 792 <Configuration name="Debug">
@@ -1038,7 +844,7 @@
1038 </Files> 844 </Files>
1039 </Project> 845 </Project>
1040 846
1041 <Project frameworkVersion="v3_5" name="OpenSim.Services.UserService" path="OpenSim/Services/UserService" type="Library"> 847 <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library">
1042 <Configuration name="Debug"> 848 <Configuration name="Debug">
1043 <Options> 849 <Options>
1044 <OutputPath>../../../bin/</OutputPath> 850 <OutputPath>../../../bin/</OutputPath>
@@ -1052,6 +858,7 @@
1052 858
1053 <ReferencePath>../../../bin/</ReferencePath> 859 <ReferencePath>../../../bin/</ReferencePath>
1054 <Reference name="System"/> 860 <Reference name="System"/>
861 <Reference name="System.Web"/>
1055 <Reference name="OpenMetaverseTypes.dll"/> 862 <Reference name="OpenMetaverseTypes.dll"/>
1056 <Reference name="OpenMetaverse.dll"/> 863 <Reference name="OpenMetaverse.dll"/>
1057 <Reference name="OpenSim.Framework"/> 864 <Reference name="OpenSim.Framework"/>
@@ -1102,8 +909,7 @@
1102 </Files> 909 </Files>
1103 </Project> 910 </Project>
1104 911
1105 912 <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library">
1106 <Project frameworkVersion="v3_5" name="OpenSim.Grid.UserServer.Modules" path="OpenSim/Grid/UserServer.Modules" type="Library">
1107 <Configuration name="Debug"> 913 <Configuration name="Debug">
1108 <Options> 914 <Options>
1109 <OutputPath>../../../bin/</OutputPath> 915 <OutputPath>../../../bin/</OutputPath>
@@ -1117,36 +923,24 @@
1117 923
1118 <ReferencePath>../../../bin/</ReferencePath> 924 <ReferencePath>../../../bin/</ReferencePath>
1119 <Reference name="System"/> 925 <Reference name="System"/>
1120 <Reference name="System.Data"/> 926 <Reference name="OpenMetaverseTypes.dll"/>
1121 <Reference name="System.Xml"/> 927 <Reference name="OpenMetaverse.dll"/>
1122 <Reference name="System.Web"/>
1123 <Reference name="OpenSim.Framework"/> 928 <Reference name="OpenSim.Framework"/>
1124 <Reference name="OpenSim.Framework.Console"/> 929 <Reference name="OpenSim.Framework.Console"/>
1125 <Reference name="OpenSim.Framework.Communications"/>
1126 <Reference name="OpenSim.Data"/>
1127 <Reference name="OpenSim.Framework.Capabilities"/>
1128 <Reference name="OpenSim.Framework.Servers"/>
1129 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 930 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1130 <Reference name="OpenSim.Framework.Statistics"/>
1131 <Reference name="OpenSim.Services.Interfaces"/> 931 <Reference name="OpenSim.Services.Interfaces"/>
932 <Reference name="OpenSim.Services.Base"/>
1132 <Reference name="OpenSim.Services.Connectors"/> 933 <Reference name="OpenSim.Services.Connectors"/>
1133 <Reference name="OpenSim.Grid.Framework"/> 934 <Reference name="OpenSim.Data"/>
1134 <Reference name="OpenSim.Grid.Communications.OGS1"/> 935 <Reference name="Nini.dll" />
1135 <Reference name="OpenMetaverse.dll"/>
1136 <Reference name="OpenMetaverseTypes.dll"/>
1137 <Reference name="OpenMetaverse.StructuredData.dll"/>
1138 <Reference name="XMLRPC.dll"/>
1139 <Reference name="log4net.dll"/> 936 <Reference name="log4net.dll"/>
1140 <Reference name="DotNetOpenId.dll"/>
1141 <Reference name="Nini.dll"/>
1142 937
1143 <Files> 938 <Files>
1144 <Match pattern="*.cs" recurse="true"/> 939 <Match pattern="*.cs" recurse="true"/>
1145 </Files> 940 </Files>
1146 </Project> 941 </Project>
1147 942
1148 943 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library">
1149 <Project frameworkVersion="v3_5" name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
1150 <Configuration name="Debug"> 944 <Configuration name="Debug">
1151 <Options> 945 <Options>
1152 <OutputPath>../../../bin/</OutputPath> 946 <OutputPath>../../../bin/</OutputPath>
@@ -1160,105 +954,24 @@
1160 954
1161 <ReferencePath>../../../bin/</ReferencePath> 955 <ReferencePath>../../../bin/</ReferencePath>
1162 <Reference name="System"/> 956 <Reference name="System"/>
1163 <Reference name="System.Data"/>
1164 <Reference name="System.Xml"/>
1165 <Reference name="System.Web"/>
1166 <Reference name="OpenSim.Framework"/>
1167 <Reference name="OpenSim.Framework.Console"/>
1168 <Reference name="OpenSim.Framework.Communications"/>
1169 <Reference name="OpenSim.Data"/>
1170 <Reference name="OpenSim.Framework.Servers"/>
1171 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1172 <Reference name="OpenSim.Framework.Statistics"/>
1173 <Reference name="OpenSim.Grid.Communications.OGS1"/>
1174 <Reference name="OpenSim.Grid.Framework"/>
1175 <Reference name="OpenSim.Grid.UserServer.Modules"/>
1176 <Reference name="OpenMetaverseTypes.dll"/> 957 <Reference name="OpenMetaverseTypes.dll"/>
1177 <Reference name="OpenMetaverse.StructuredData.dll"/>
1178 <Reference name="OpenMetaverse.dll"/> 958 <Reference name="OpenMetaverse.dll"/>
1179 <Reference name="XMLRPC.dll"/>
1180 <Reference name="log4net.dll"/>
1181 <Reference name="Nini.dll"/>
1182 <Reference name="DotNetOpenId.dll"/>
1183
1184 <Files>
1185 <Match pattern="*.cs" recurse="true"/>
1186 </Files>
1187 </Project>
1188
1189 <Project frameworkVersion="v3_5" name="OpenSim.Grid.MessagingServer.Modules" path="OpenSim/Grid/MessagingServer.Modules" type="Library">
1190 <Configuration name="Debug">
1191 <Options>
1192 <OutputPath>../../../bin/</OutputPath>
1193 </Options>
1194 </Configuration>
1195 <Configuration name="Release">
1196 <Options>
1197 <OutputPath>../../../bin/</OutputPath>
1198 </Options>
1199 </Configuration>
1200
1201 <ReferencePath>../../../bin/</ReferencePath>
1202 <Reference name="System"/>
1203 <Reference name="System.Data"/>
1204 <Reference name="System.Xml"/>
1205 <Reference name="OpenSim.Framework"/> 959 <Reference name="OpenSim.Framework"/>
1206 <Reference name="OpenSim.Framework.Console"/> 960 <Reference name="OpenSim.Framework.Console"/>
1207 <Reference name="OpenSim.Framework.Communications"/>
1208 <Reference name="OpenSim.Data"/>
1209 <Reference name="OpenSim.Framework.Servers"/>
1210 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 961 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1211 <Reference name="OpenSim.Grid.Framework"/>
1212 <Reference name="OpenSim.Services.Interfaces"/> 962 <Reference name="OpenSim.Services.Interfaces"/>
963 <Reference name="OpenSim.Services.Base"/>
1213 <Reference name="OpenSim.Services.Connectors"/> 964 <Reference name="OpenSim.Services.Connectors"/>
1214 <Reference name="OpenMetaverseTypes.dll"/>
1215 <Reference name="OpenMetaverse.dll"/>
1216 <Reference name="XMLRPC.dll"/>
1217 <Reference name="log4net.dll"/>
1218 <Reference name="Nini.dll"/>
1219
1220 <Files>
1221 <Match pattern="*.cs" recurse="true"/>
1222 </Files>
1223 </Project>
1224
1225
1226 <Project frameworkVersion="v3_5" name="OpenSim.Grid.MessagingServer" path="OpenSim/Grid/MessagingServer" type="Exe">
1227 <Configuration name="Debug">
1228 <Options>
1229 <OutputPath>../../../bin/</OutputPath>
1230 </Options>
1231 </Configuration>
1232 <Configuration name="Release">
1233 <Options>
1234 <OutputPath>../../../bin/</OutputPath>
1235 </Options>
1236 </Configuration>
1237
1238 <ReferencePath>../../../bin/</ReferencePath>
1239 <Reference name="System"/>
1240 <Reference name="System.Data"/>
1241 <Reference name="System.Xml"/>
1242 <Reference name="OpenSim.Framework"/>
1243 <Reference name="OpenSim.Framework.Console"/>
1244 <Reference name="OpenSim.Framework.Communications"/>
1245 <Reference name="OpenSim.Data"/> 965 <Reference name="OpenSim.Data"/>
1246 <Reference name="OpenSim.Framework.Servers"/> 966 <Reference name="Nini.dll" />
1247 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1248 <Reference name="OpenSim.Grid.Framework"/>
1249 <Reference name="OpenSim.Grid.MessagingServer.Modules"/>
1250 <Reference name="OpenMetaverseTypes.dll"/>
1251 <Reference name="OpenMetaverse.dll"/>
1252 <Reference name="XMLRPC.dll"/>
1253 <Reference name="log4net.dll"/> 967 <Reference name="log4net.dll"/>
1254 <Reference name="Nini.dll"/>
1255 968
1256 <Files> 969 <Files>
1257 <Match pattern="*.cs" recurse="true"/> 970 <Match pattern="*.cs" recurse="true"/>
1258 </Files> 971 </Files>
1259 </Project> 972 </Project>
1260 973
1261 <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> 974 <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
1262 <Configuration name="Debug"> 975 <Configuration name="Debug">
1263 <Options> 976 <Options>
1264 <OutputPath>../../../bin/</OutputPath> 977 <OutputPath>../../../bin/</OutputPath>
@@ -1288,8 +1001,8 @@
1288 <Match pattern="*.cs" recurse="true"/> 1001 <Match pattern="*.cs" recurse="true"/>
1289 </Files> 1002 </Files>
1290 </Project> 1003 </Project>
1291 1004
1292 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> 1005 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library">
1293 <Configuration name="Debug"> 1006 <Configuration name="Debug">
1294 <Options> 1007 <Options>
1295 <OutputPath>../../../bin/</OutputPath> 1008 <OutputPath>../../../bin/</OutputPath>
@@ -1320,7 +1033,7 @@
1320 </Files> 1033 </Files>
1321 </Project> 1034 </Project>
1322 1035
1323 <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> 1036 <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
1324 <Configuration name="Debug"> 1037 <Configuration name="Debug">
1325 <Options> 1038 <Options>
1326 <OutputPath>../../../bin/</OutputPath> 1039 <OutputPath>../../../bin/</OutputPath>
@@ -1343,6 +1056,7 @@
1343 <Reference name="OpenSim.Services.Base"/> 1056 <Reference name="OpenSim.Services.Base"/>
1344 <Reference name="OpenSim.Services.Connectors"/> 1057 <Reference name="OpenSim.Services.Connectors"/>
1345 <Reference name="OpenSim.Data"/> 1058 <Reference name="OpenSim.Data"/>
1059 <Reference name="OpenSim.Server.Base"/>
1346 <Reference name="Nini.dll" /> 1060 <Reference name="Nini.dll" />
1347 <Reference name="log4net.dll"/> 1061 <Reference name="log4net.dll"/>
1348 1062
@@ -1351,7 +1065,7 @@
1351 </Files> 1065 </Files>
1352 </Project> 1066 </Project>
1353 1067
1354 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> 1068 <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library">
1355 <Configuration name="Debug"> 1069 <Configuration name="Debug">
1356 <Options> 1070 <Options>
1357 <OutputPath>../../../bin/</OutputPath> 1071 <OutputPath>../../../bin/</OutputPath>
@@ -1382,7 +1096,7 @@
1382 </Files> 1096 </Files>
1383 </Project> 1097 </Project>
1384 1098
1385 <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> 1099 <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library">
1386 <Configuration name="Debug"> 1100 <Configuration name="Debug">
1387 <Options> 1101 <Options>
1388 <OutputPath>../../../bin/</OutputPath> 1102 <OutputPath>../../../bin/</OutputPath>
@@ -1413,7 +1127,7 @@
1413 </Files> 1127 </Files>
1414 </Project> 1128 </Project>
1415 1129
1416 <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> 1130 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
1417 <Configuration name="Debug"> 1131 <Configuration name="Debug">
1418 <Options> 1132 <Options>
1419 <OutputPath>../../../bin/</OutputPath> 1133 <OutputPath>../../../bin/</OutputPath>
@@ -1427,9 +1141,11 @@
1427 1141
1428 <ReferencePath>../../../bin/</ReferencePath> 1142 <ReferencePath>../../../bin/</ReferencePath>
1429 <Reference name="System"/> 1143 <Reference name="System"/>
1144 <Reference name="System.Xml"/>
1430 <Reference name="OpenMetaverseTypes.dll"/> 1145 <Reference name="OpenMetaverseTypes.dll"/>
1431 <Reference name="OpenMetaverse.dll"/> 1146 <Reference name="OpenMetaverse.dll"/>
1432 <Reference name="OpenSim.Framework"/> 1147 <Reference name="OpenSim.Framework"/>
1148 <Reference name="OpenSim.Framework.Capabilities"/>
1433 <Reference name="OpenSim.Framework.Console"/> 1149 <Reference name="OpenSim.Framework.Console"/>
1434 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 1150 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1435 <Reference name="OpenSim.Services.Interfaces"/> 1151 <Reference name="OpenSim.Services.Interfaces"/>
@@ -1443,8 +1159,9 @@
1443 <Match pattern="*.cs" recurse="true"/> 1159 <Match pattern="*.cs" recurse="true"/>
1444 </Files> 1160 </Files>
1445 </Project> 1161 </Project>
1162
1446 1163
1447 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 1164 <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
1448 <Configuration name="Debug"> 1165 <Configuration name="Debug">
1449 <Options> 1166 <Options>
1450 <OutputPath>../../../bin/</OutputPath> 1167 <OutputPath>../../../bin/</OutputPath>
@@ -1458,16 +1175,16 @@
1458 1175
1459 <ReferencePath>../../../bin/</ReferencePath> 1176 <ReferencePath>../../../bin/</ReferencePath>
1460 <Reference name="System"/> 1177 <Reference name="System"/>
1461 <Reference name="OpenMetaverseTypes.dll"/>
1462 <Reference name="OpenMetaverse.dll"/>
1463 <Reference name="OpenSim.Framework"/> 1178 <Reference name="OpenSim.Framework"/>
1464 <Reference name="OpenSim.Framework.Capabilities"/> 1179 <Reference name="OpenSim.Framework.Capabilities"/>
1465 <Reference name="OpenSim.Framework.Console"/> 1180 <Reference name="OpenSim.Framework.Console"/>
1466 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 1181 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1467 <Reference name="OpenSim.Services.Interfaces"/> 1182 <Reference name="OpenSim.Services.Interfaces"/>
1468 <Reference name="OpenSim.Services.Base"/> 1183 <Reference name="OpenSim.Services.Base"/>
1469 <Reference name="OpenSim.Services.Connectors"/> 1184 <Reference name="OpenSim.Server.Base"/>
1470 <Reference name="OpenSim.Data"/> 1185 <Reference name="OpenMetaverseTypes.dll"/>
1186 <Reference name="OpenMetaverse.dll"/>
1187 <Reference name="OpenMetaverse.StructuredData.dll"/>
1471 <Reference name="Nini.dll" /> 1188 <Reference name="Nini.dll" />
1472 <Reference name="log4net.dll"/> 1189 <Reference name="log4net.dll"/>
1473 1190
@@ -1477,6 +1194,7 @@
1477 </Project> 1194 </Project>
1478 1195
1479 1196
1197
1480 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1198 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1481 <Configuration name="Debug"> 1199 <Configuration name="Debug">
1482 <Options> 1200 <Options>
@@ -1505,6 +1223,7 @@
1505 <Reference name="XMLRPC.dll" /> 1223 <Reference name="XMLRPC.dll" />
1506 <Reference name="Nini.dll" /> 1224 <Reference name="Nini.dll" />
1507 <Reference name="log4net.dll"/> 1225 <Reference name="log4net.dll"/>
1226 <Reference name="DotNetOpenId.dll"/>
1508 1227
1509 <Files> 1228 <Files>
1510 <Match pattern="*.cs" recurse="true"> 1229 <Match pattern="*.cs" recurse="true">
@@ -1760,44 +1479,6 @@
1760 </Project> 1479 </Project>
1761 1480
1762 1481
1763
1764
1765 <Project frameworkVersion="v3_5" name="OpenSim.Region.Communications.Hypergrid" path="OpenSim/Region/Communications/Hypergrid" type="Library">
1766 <Configuration name="Debug">
1767 <Options>
1768 <OutputPath>../../../../bin/</OutputPath>
1769 </Options>
1770 </Configuration>
1771 <Configuration name="Release">
1772 <Options>
1773 <OutputPath>../../../../bin/</OutputPath>
1774 </Options>
1775 </Configuration>
1776
1777 <ReferencePath>../../../../bin/</ReferencePath>
1778 <Reference name="System"/>
1779 <Reference name="System.Drawing"/>
1780 <Reference name="System.Xml"/>
1781 <Reference name="OpenSim.Data"/>
1782 <Reference name="OpenSim.Framework"/>
1783 <Reference name="OpenSim.Framework.Communications" />
1784 <Reference name="OpenSim.Framework.Servers"/>
1785 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1786 <Reference name="OpenSim.Framework.Statistics"/>
1787 <Reference name="OpenSim.Region.Communications.Local"/>
1788 <Reference name="OpenSim.Region.Communications.OGS1"/>
1789 <Reference name="OpenSim.Region.Framework"/>
1790 <Reference name="OpenSim.Services.Interfaces"/>
1791 <Reference name="OpenMetaverse.dll"/>
1792 <Reference name="OpenMetaverseTypes.dll"/>
1793 <Reference name="XMLRPC.dll"/>
1794 <Reference name="log4net.dll"/>
1795
1796 <Files>
1797 <Match pattern="*.cs" recurse="true"/>
1798 </Files>
1799 </Project>
1800
1801 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> 1482 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
1802 <Configuration name="Debug"> 1483 <Configuration name="Debug">
1803 <Options> 1484 <Options>
@@ -2013,49 +1694,6 @@
2013 </Files> 1694 </Files>
2014 </Project> 1695 </Project>
2015 1696
2016 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.CreateCommsManager" path="OpenSim/ApplicationPlugins/CreateCommsManager" type="Library">
2017 <Configuration name="Debug">
2018 <Options>
2019 <OutputPath>../../../bin/</OutputPath>
2020 </Options>
2021 </Configuration>
2022 <Configuration name="Release">
2023 <Options>
2024 <OutputPath>../../../bin/</OutputPath>
2025 </Options>
2026 </Configuration>
2027
2028 <ReferencePath>../../../bin/</ReferencePath>
2029 <Reference name="Mono.Addins.dll" />
2030 <Reference name="System"/>
2031 <Reference name="System.Xml"/>
2032 <Reference name="OpenMetaverseTypes.dll" />
2033 <Reference name="OpenMetaverse.StructuredData.dll"/>
2034 <Reference name="Nini.dll" />
2035 <Reference name="OpenSim"/>
2036 <Reference name="OpenSim.Data"/>
2037 <Reference name="OpenSim.Region.ClientStack"/>
2038 <Reference name="OpenSim.Region.CoreModules"/>
2039 <Reference name="OpenSim.Region.Framework"/>
2040 <Reference name="OpenSim.Framework"/>
2041 <Reference name="OpenSim.Framework.Console"/>
2042 <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/>
2043 <Reference name="OpenSim.Framework.RegionLoader.Web"/>
2044 <Reference name="OpenSim.Framework.Servers"/>
2045 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2046 <Reference name="log4net.dll"/>
2047 <Reference name="OpenSim.Region.Communications.OGS1"/>
2048 <Reference name="XMLRPC.dll"/>
2049 <Reference name="OpenSim.Region.Communications.Local"/>
2050 <Reference name="OpenSim.Region.Communications.Hypergrid"/>
2051 <Reference name="OpenSim.Framework.Communications"/>
2052
2053 <Files>
2054 <Match pattern="*.cs" recurse="true"/>
2055 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
2056 </Files>
2057 </Project>
2058
2059 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 1697 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
2060 <Configuration name="Debug"> 1698 <Configuration name="Debug">
2061 <Options> 1699 <Options>
@@ -2239,6 +1877,7 @@
2239 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 1877 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2240 <Reference name="OpenSim.Region.Framework"/> 1878 <Reference name="OpenSim.Region.Framework"/>
2241 <Reference name="OpenSim.Region.CoreModules"/> 1879 <Reference name="OpenSim.Region.CoreModules"/>
1880 <Reference name="OpenSim.Services.Interfaces"/>
2242 <Reference name="OpenMetaverseTypes.dll"/> 1881 <Reference name="OpenMetaverseTypes.dll"/>
2243 <Reference name="OpenMetaverse.dll"/> 1882 <Reference name="OpenMetaverse.dll"/>
2244 <Reference name="Nini.dll" /> 1883 <Reference name="Nini.dll" />
@@ -2298,6 +1937,7 @@
2298 <Reference name="OpenSim.Framework"/> 1937 <Reference name="OpenSim.Framework"/>
2299 <Reference name="OpenSim.Region.Framework"/> 1938 <Reference name="OpenSim.Region.Framework"/>
2300 <Reference name="OpenSim.Framework.Communications"/> 1939 <Reference name="OpenSim.Framework.Communications"/>
1940 <Reference name="OpenSim.Services.Interfaces"/>
2301 <Reference name="Nini.dll" /> 1941 <Reference name="Nini.dll" />
2302 <Reference name="log4net.dll"/> 1942 <Reference name="log4net.dll"/>
2303 <Reference name="protobuf-net"/> 1943 <Reference name="protobuf-net"/>
@@ -2939,6 +2579,60 @@
2939 </Files> 2579 </Files>
2940 </Project> 2580 </Project>
2941 2581
2582 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe">
2583 <Configuration name="Debug">
2584 <Options>
2585 <OutputPath>../../../../bin/</OutputPath>
2586 </Options>
2587 </Configuration>
2588 <Configuration name="Release">
2589 <Options>
2590 <OutputPath>../../../../bin/</OutputPath>
2591 </Options>
2592 </Configuration>
2593
2594 <ReferencePath>../../../../bin/</ReferencePath>
2595 <Reference name="System"/>
2596 <Reference name="OpenMetaverseTypes.dll"/>
2597 <Reference name="OpenMetaverse.dll"/>
2598 <Reference name="OpenSim.Framework"/>
2599 <Reference name="OpenSim.Services.Interfaces" />
2600 <Reference name="OpenSim.Services.Connectors" />
2601 <Reference name="Nini.dll" />
2602 <Reference name="log4net.dll"/>
2603
2604 <Files>
2605 <Match pattern="*.cs" recurse="true"/>
2606 </Files>
2607 </Project>
2608
2609 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe">
2610 <Configuration name="Debug">
2611 <Options>
2612 <OutputPath>../../../../bin/</OutputPath>
2613 </Options>
2614 </Configuration>
2615 <Configuration name="Release">
2616 <Options>
2617 <OutputPath>../../../../bin/</OutputPath>
2618 </Options>
2619 </Configuration>
2620
2621 <ReferencePath>../../../../bin/</ReferencePath>
2622 <Reference name="System"/>
2623 <Reference name="OpenMetaverseTypes.dll"/>
2624 <Reference name="OpenMetaverse.dll"/>
2625 <Reference name="OpenSim.Framework"/>
2626 <Reference name="OpenSim.Services.Interfaces" />
2627 <Reference name="OpenSim.Services.Connectors" />
2628 <Reference name="Nini.dll" />
2629 <Reference name="log4net.dll"/>
2630
2631 <Files>
2632 <Match pattern="*.cs" recurse="true"/>
2633 </Files>
2634 </Project>
2635
2942 2636
2943 <!-- Test assemblies --> 2637 <!-- Test assemblies -->
2944 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2638 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
@@ -3179,42 +2873,6 @@
3179 </Files> 2873 </Files>
3180 </Project> 2874 </Project>
3181 2875
3182 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications.Tests" path="OpenSim/Framework/Communications/Tests" type="Library">
3183 <Configuration name="Debug">
3184 <Options>
3185 <OutputPath>../../../../bin/</OutputPath>
3186 </Options>
3187 </Configuration>
3188 <Configuration name="Release">
3189 <Options>
3190 <OutputPath>../../../../bin/</OutputPath>
3191 </Options>
3192 </Configuration>
3193
3194 <ReferencePath>../../../../bin/</ReferencePath>
3195 <Reference name="System"/>
3196 <Reference name="System.Xml"/>
3197 <Reference name="log4net.dll"/>
3198 <Reference name="Nini.dll" />
3199 <Reference name="nunit.framework.dll" />
3200 <Reference name="XMLRPC.dll"/>
3201 <Reference name="OpenMetaverse.dll"/>
3202 <Reference name="OpenMetaverseTypes.dll"/>
3203 <Reference name="OpenSim.Client.Linden"/>
3204 <Reference name="OpenSim.Framework"/>
3205 <Reference name="OpenSim.Framework.Communications"/>
3206 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3207 <Reference name="OpenSim.Services.Interfaces"/>
3208 <Reference name="OpenSim.Data"/>
3209 <Reference name="OpenSim.Region.Framework"/>
3210 <Reference name="OpenSim.Region.Communications.Local"/>
3211 <Reference name="OpenSim.Tests.Common"/>
3212
3213 <Files>
3214 <Match pattern="*.cs" recurse="true"/>
3215 </Files>
3216 </Project>
3217
3218 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 2876 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
3219 <Configuration name="Debug"> 2877 <Configuration name="Debug">
3220 <Options> 2878 <Options>
@@ -3274,6 +2932,7 @@
3274 <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> 2932 <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" />
3275 <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> 2933 <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" />
3276 <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" /> 2934 <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" />
2935 <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true" />
3277 </Files> 2936 </Files>
3278 </Project> 2937 </Project>
3279 2938