aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2012-04-18 23:23:01 +0100
committerMelanie2012-04-18 23:23:01 +0100
commitc2be894330385ac55d3c62349ba9af4b2c9e86b4 (patch)
treeafa9236512972236be9f2a0238949d223b92f4eb
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC_OLD-c2be894330385ac55d3c62349ba9af4b2c9e86b4.zip
opensim-SC_OLD-c2be894330385ac55d3c62349ba9af4b2c9e86b4.tar.gz
opensim-SC_OLD-c2be894330385ac55d3c62349ba9af4b2c9e86b4.tar.bz2
opensim-SC_OLD-c2be894330385ac55d3c62349ba9af4b2c9e86b4.tar.xz
Fx up estate settings
-rw-r--r--OpenSim/Framework/EstateSettings.cs2
-rw-r--r--prebuild.xml192
2 files changed, 97 insertions, 97 deletions
diff --git a/OpenSim/Framework/EstateSettings.cs b/OpenSim/Framework/EstateSettings.cs
index 1caf04a..9020761 100644
--- a/OpenSim/Framework/EstateSettings.cs
+++ b/OpenSim/Framework/EstateSettings.cs
@@ -368,7 +368,7 @@ namespace OpenSim.Framework
368 if (ban.BannedUserID == avatarID) 368 if (ban.BannedUserID == avatarID)
369 return true; 369 return true;
370 370
371 if (!IsEstateManager(avatarID) && !HasAccess(avatarID)) 371 if (!IsEstateManagerOrOwner(avatarID) && !HasAccess(avatarID))
372 { 372 {
373 if (DenyMinors) 373 if (DenyMinors)
374 { 374 {
diff --git a/prebuild.xml b/prebuild.xml
index f9b26ef..b908649 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -34,7 +34,7 @@
34 34
35 <!-- Core OpenSim Projects --> 35 <!-- Core OpenSim Projects -->
36<!-- 36<!--
37 <Project frameworkVersion="v3_5" name="OpenSim.Model" path="OpenSim/Model" type="Library"> 37 <Project frameworkVersion="v4_0" name="OpenSim.Model" path="OpenSim/Model" type="Library">
38 <Configuration name="Debug"> 38 <Configuration name="Debug">
39 <Options> 39 <Options>
40 <OutputPath>../../../bin/</OutputPath> 40 <OutputPath>../../../bin/</OutputPath>
@@ -55,7 +55,7 @@
55 </Project> 55 </Project>
56--> 56-->
57 57
58 <Project frameworkVersion="v3_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> 58 <Project frameworkVersion="v4_0" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library">
59 <Configuration name="Debug"> 59 <Configuration name="Debug">
60 <Options> 60 <Options>
61 <OutputPath>../../bin/</OutputPath> 61 <OutputPath>../../bin/</OutputPath>
@@ -77,7 +77,7 @@
77 </Files> 77 </Files>
78 </Project> 78 </Project>
79 79
80 <Project frameworkVersion="v3_5" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> 80 <Project frameworkVersion="v4_0" name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
81 <Configuration name="Debug"> 81 <Configuration name="Debug">
82 <Options> 82 <Options>
83 <OutputPath>../../bin/</OutputPath> 83 <OutputPath>../../bin/</OutputPath>
@@ -112,7 +112,7 @@
112 </Files> 112 </Files>
113 </Project> 113 </Project>
114 114
115 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> 115 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library">
116 <Configuration name="Debug"> 116 <Configuration name="Debug">
117 <Options> 117 <Options>
118 <OutputPath>../../../../bin/</OutputPath> 118 <OutputPath>../../../../bin/</OutputPath>
@@ -150,7 +150,7 @@
150 </Files> 150 </Files>
151 </Project> 151 </Project>
152 152
153 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> 153 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
154 <Configuration name="Debug"> 154 <Configuration name="Debug">
155 <Options> 155 <Options>
156 <OutputPath>../../../bin/</OutputPath> 156 <OutputPath>../../../bin/</OutputPath>
@@ -177,7 +177,7 @@
177 </Files> 177 </Files>
178 </Project> 178 </Project>
179 179
180 <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> 180 <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
181 <Configuration name="Debug"> 181 <Configuration name="Debug">
182 <Options> 182 <Options>
183 <OutputPath>../../../bin/</OutputPath> 183 <OutputPath>../../../bin/</OutputPath>
@@ -205,7 +205,7 @@
205 </Files> 205 </Files>
206 </Project> 206 </Project>
207 207
208 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> 208 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library">
209 <Configuration name="Debug"> 209 <Configuration name="Debug">
210 <Options> 210 <Options>
211 <OutputPath>../../../bin/</OutputPath> 211 <OutputPath>../../../bin/</OutputPath>
@@ -234,7 +234,7 @@
234 </Files> 234 </Files>
235 </Project> 235 </Project>
236 236
237 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library"> 237 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library">
238 <Configuration name="Debug"> 238 <Configuration name="Debug">
239 <Options> 239 <Options>
240 <OutputPath>../../../bin/</OutputPath> 240 <OutputPath>../../../bin/</OutputPath>
@@ -258,7 +258,7 @@
258 </Files> 258 </Files>
259 </Project> 259 </Project>
260 260
261 <Project frameworkVersion="v3_5" name="OpenSim.Data" path="OpenSim/Data" type="Library"> 261 <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library">
262 <Configuration name="Debug"> 262 <Configuration name="Debug">
263 <Options> 263 <Options>
264 <OutputPath>../../bin/</OutputPath> 264 <OutputPath>../../bin/</OutputPath>
@@ -287,7 +287,7 @@
287 </Files> 287 </Files>
288 </Project> 288 </Project>
289 289
290 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> 290 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library">
291 <Configuration name="Debug"> 291 <Configuration name="Debug">
292 <Options> 292 <Options>
293 <OutputPath>../../../../bin/</OutputPath> 293 <OutputPath>../../../../bin/</OutputPath>
@@ -312,7 +312,7 @@
312 </Files> 312 </Files>
313 </Project> 313 </Project>
314 314
315 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> 315 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library">
316 <Configuration name="Debug"> 316 <Configuration name="Debug">
317 <Options> 317 <Options>
318 <OutputPath>../../../../bin/</OutputPath> 318 <OutputPath>../../../../bin/</OutputPath>
@@ -339,7 +339,7 @@
339 </Files> 339 </Files>
340 </Project> 340 </Project>
341 341
342 <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> 342 <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library">
343 <Configuration name="Debug"> 343 <Configuration name="Debug">
344 <Options> 344 <Options>
345 <OutputPath>../../../../bin/</OutputPath> 345 <OutputPath>../../../../bin/</OutputPath>
@@ -364,7 +364,7 @@
364 </Files> 364 </Files>
365 </Project> 365 </Project>
366 366
367 <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> 367 <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library">
368 <Configuration name="Debug"> 368 <Configuration name="Debug">
369 <Options> 369 <Options>
370 <OutputPath>../../../../bin/</OutputPath> 370 <OutputPath>../../../../bin/</OutputPath>
@@ -390,7 +390,7 @@
390 </Files> 390 </Files>
391 </Project> 391 </Project>
392 392
393 <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> 393 <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library">
394 <Configuration name="Debug"> 394 <Configuration name="Debug">
395 <Options> 395 <Options>
396 <OutputPath>../../../../bin/</OutputPath> 396 <OutputPath>../../../../bin/</OutputPath>
@@ -416,7 +416,7 @@
416 </Files> 416 </Files>
417 </Project> 417 </Project>
418 418
419 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> 419 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
420 <Configuration name="Debug"> 420 <Configuration name="Debug">
421 <Options> 421 <Options>
422 <OutputPath>../../../bin/</OutputPath> 422 <OutputPath>../../../bin/</OutputPath>
@@ -448,7 +448,7 @@
448 </Files> 448 </Files>
449 </Project> 449 </Project>
450 450
451 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> 451 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
452 <Configuration name="Debug"> 452 <Configuration name="Debug">
453 <Options> 453 <Options>
454 <OutputPath>../../../../bin/</OutputPath> 454 <OutputPath>../../../../bin/</OutputPath>
@@ -476,7 +476,7 @@
476 </Project> 476 </Project>
477 477
478 <!-- Physics Plug-ins --> 478 <!-- Physics Plug-ins -->
479 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> 479 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library">
480 <Configuration name="Debug"> 480 <Configuration name="Debug">
481 <Options> 481 <Options>
482 <OutputPath>../../../../bin/Physics/</OutputPath> 482 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -499,7 +499,7 @@
499 </Files> 499 </Files>
500 </Project> 500 </Project>
501 501
502 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> 502 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library">
503 <Configuration name="Debug"> 503 <Configuration name="Debug">
504 <Options> 504 <Options>
505 <OutputPath>../../../../bin/Physics/</OutputPath> 505 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -522,7 +522,7 @@
522 </Files> 522 </Files>
523 </Project> 523 </Project>
524 524
525 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> 525 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library">
526 <Configuration name="Debug"> 526 <Configuration name="Debug">
527 <Options> 527 <Options>
528 <OutputPath>../../../../bin/Physics/</OutputPath> 528 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -552,7 +552,7 @@
552 </Files> 552 </Files>
553 </Project> 553 </Project>
554 554
555 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> 555 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
556 <Configuration name="Debug"> 556 <Configuration name="Debug">
557 <Options> 557 <Options>
558 <OutputPath>../../../../bin/</OutputPath> 558 <OutputPath>../../../../bin/</OutputPath>
@@ -577,7 +577,7 @@
577 </Files> 577 </Files>
578 </Project> 578 </Project>
579 579
580 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> 580 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
581 <Configuration name="Debug"> 581 <Configuration name="Debug">
582 <Options> 582 <Options>
583 <OutputPath>../../../../bin/Physics/</OutputPath> 583 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -608,7 +608,7 @@
608 </Files> 608 </Files>
609 </Project> 609 </Project>
610 610
611 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> 611 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library">
612 <Configuration name="Debug"> 612 <Configuration name="Debug">
613 <Options> 613 <Options>
614 <OutputPath>../../../../bin/Physics/</OutputPath> 614 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -639,7 +639,7 @@
639 </Files> 639 </Files>
640 </Project> 640 </Project>
641 641
642 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> 642 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library">
643 <Configuration name="Debug"> 643 <Configuration name="Debug">
644 <Options> 644 <Options>
645 <OutputPath>../../../../bin/Physics/</OutputPath> 645 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -672,7 +672,7 @@
672 </Files> 672 </Files>
673 </Project> 673 </Project>
674 674
675 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> 675 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library">
676 <Configuration name="Debug"> 676 <Configuration name="Debug">
677 <Options> 677 <Options>
678 <OutputPath>../../../../bin/Physics/</OutputPath> 678 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -703,7 +703,7 @@
703 </Files> 703 </Files>
704 </Project> 704 </Project>
705 705
706 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> 706 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library">
707 <Configuration name="Debug"> 707 <Configuration name="Debug">
708 <Options> 708 <Options>
709 <OutputPath>../../../../bin/Physics/</OutputPath> 709 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -735,7 +735,7 @@
735 </Files> 735 </Files>
736 </Project> 736 </Project>
737 737
738 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> 738 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library">
739 <Configuration name="Debug"> 739 <Configuration name="Debug">
740 <Options> 740 <Options>
741 <OutputPath>../../bin/</OutputPath> 741 <OutputPath>../../bin/</OutputPath>
@@ -770,7 +770,7 @@
770 </Project> 770 </Project>
771 771
772 772
773 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> 773 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library">
774 <Configuration name="Debug"> 774 <Configuration name="Debug">
775 <Options> 775 <Options>
776 <OutputPath>../../../bin/</OutputPath> 776 <OutputPath>../../../bin/</OutputPath>
@@ -811,7 +811,7 @@
811 </Project> 811 </Project>
812 812
813 813
814 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> 814 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library">
815 <Configuration name="Debug"> 815 <Configuration name="Debug">
816 <Options> 816 <Options>
817 <OutputPath>../../../bin/</OutputPath> 817 <OutputPath>../../../bin/</OutputPath>
@@ -864,7 +864,7 @@
864 <!-- OGS projects --> 864 <!-- OGS projects -->
865 865
866 866
867 <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> 867 <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library">
868 <Configuration name="Debug"> 868 <Configuration name="Debug">
869 <Options> 869 <Options>
870 <OutputPath>../../../bin/</OutputPath> 870 <OutputPath>../../../bin/</OutputPath>
@@ -894,7 +894,7 @@
894 </Files> 894 </Files>
895 </Project> 895 </Project>
896 896
897 <Project frameworkVersion="v3_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> 897 <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library">
898 <Configuration name="Debug"> 898 <Configuration name="Debug">
899 <Options> 899 <Options>
900 <OutputPath>../../../bin/</OutputPath> 900 <OutputPath>../../../bin/</OutputPath>
@@ -921,7 +921,7 @@
921 </Files> 921 </Files>
922 </Project> 922 </Project>
923 923
924 <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> 924 <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library">
925 <Configuration name="Debug"> 925 <Configuration name="Debug">
926 <Options> 926 <Options>
927 <OutputPath>../../../bin/</OutputPath> 927 <OutputPath>../../../bin/</OutputPath>
@@ -952,7 +952,7 @@
952 </Files> 952 </Files>
953 </Project> 953 </Project>
954 954
955 <Project frameworkVersion="v3_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> 955 <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library">
956 <Configuration name="Debug"> 956 <Configuration name="Debug">
957 <Options> 957 <Options>
958 <OutputPath>../../../bin/</OutputPath> 958 <OutputPath>../../../bin/</OutputPath>
@@ -983,7 +983,7 @@
983 </Files> 983 </Files>
984 </Project> 984 </Project>
985 985
986 <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> 986 <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library">
987 <Configuration name="Debug"> 987 <Configuration name="Debug">
988 <Options> 988 <Options>
989 <OutputPath>../../../bin/</OutputPath> 989 <OutputPath>../../../bin/</OutputPath>
@@ -1022,7 +1022,7 @@
1022 </Files> 1022 </Files>
1023 </Project> 1023 </Project>
1024 1024
1025 <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> 1025 <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library">
1026 <Configuration name="Debug"> 1026 <Configuration name="Debug">
1027 <Options> 1027 <Options>
1028 <OutputPath>../../../bin/</OutputPath> 1028 <OutputPath>../../../bin/</OutputPath>
@@ -1053,7 +1053,7 @@
1053 </Files> 1053 </Files>
1054 </Project> 1054 </Project>
1055 1055
1056 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> 1056 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library">
1057 <Configuration name="Debug"> 1057 <Configuration name="Debug">
1058 <Options> 1058 <Options>
1059 <OutputPath>../../../bin/</OutputPath> 1059 <OutputPath>../../../bin/</OutputPath>
@@ -1084,7 +1084,7 @@
1084 </Files> 1084 </Files>
1085 </Project> 1085 </Project>
1086 1086
1087 <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> 1087 <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
1088 <Configuration name="Debug"> 1088 <Configuration name="Debug">
1089 <Options> 1089 <Options>
1090 <OutputPath>../../../bin/</OutputPath> 1090 <OutputPath>../../../bin/</OutputPath>
@@ -1116,7 +1116,7 @@
1116 </Files> 1116 </Files>
1117 </Project> 1117 </Project>
1118 1118
1119 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> 1119 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library">
1120 <Configuration name="Debug"> 1120 <Configuration name="Debug">
1121 <Options> 1121 <Options>
1122 <OutputPath>../../../bin/</OutputPath> 1122 <OutputPath>../../../bin/</OutputPath>
@@ -1149,7 +1149,7 @@
1149 </Files> 1149 </Files>
1150 </Project> 1150 </Project>
1151 1151
1152 <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> 1152 <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
1153 <Configuration name="Debug"> 1153 <Configuration name="Debug">
1154 <Options> 1154 <Options>
1155 <OutputPath>../../../bin/</OutputPath> 1155 <OutputPath>../../../bin/</OutputPath>
@@ -1183,7 +1183,7 @@
1183 </Files> 1183 </Files>
1184 </Project> 1184 </Project>
1185 1185
1186 <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> 1186 <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library">
1187 <Configuration name="Debug"> 1187 <Configuration name="Debug">
1188 <Options> 1188 <Options>
1189 <OutputPath>../../../bin/</OutputPath> 1189 <OutputPath>../../../bin/</OutputPath>
@@ -1214,7 +1214,7 @@
1214 </Files> 1214 </Files>
1215 </Project> 1215 </Project>
1216 1216
1217 <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> 1217 <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library">
1218 <Configuration name="Debug"> 1218 <Configuration name="Debug">
1219 <Options> 1219 <Options>
1220 <OutputPath>../../../bin/</OutputPath> 1220 <OutputPath>../../../bin/</OutputPath>
@@ -1245,7 +1245,7 @@
1245 </Files> 1245 </Files>
1246 </Project> 1246 </Project>
1247 1247
1248 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 1248 <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
1249 <Configuration name="Debug"> 1249 <Configuration name="Debug">
1250 <Options> 1250 <Options>
1251 <OutputPath>../../../bin/</OutputPath> 1251 <OutputPath>../../../bin/</OutputPath>
@@ -1278,7 +1278,7 @@
1278 </Project> 1278 </Project>
1279 1279
1280 1280
1281 <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> 1281 <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
1282 <Configuration name="Debug"> 1282 <Configuration name="Debug">
1283 <Options> 1283 <Options>
1284 <OutputPath>../../../bin/</OutputPath> 1284 <OutputPath>../../../bin/</OutputPath>
@@ -1311,7 +1311,7 @@
1311 </Files> 1311 </Files>
1312 </Project> 1312 </Project>
1313 1313
1314 <Project frameworkVersion="v3_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> 1314 <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library">
1315 <Configuration name="Debug"> 1315 <Configuration name="Debug">
1316 <Options> 1316 <Options>
1317 <OutputPath>../../../bin/</OutputPath> 1317 <OutputPath>../../../bin/</OutputPath>
@@ -1349,7 +1349,7 @@
1349 </Files> 1349 </Files>
1350 </Project> 1350 </Project>
1351 1351
1352 <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> 1352 <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library">
1353 <Configuration name="Debug"> 1353 <Configuration name="Debug">
1354 <Options> 1354 <Options>
1355 <OutputPath>../../../bin/</OutputPath> 1355 <OutputPath>../../../bin/</OutputPath>
@@ -1379,7 +1379,7 @@
1379 </Files> 1379 </Files>
1380 </Project> 1380 </Project>
1381 1381
1382 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1382 <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1383 <Configuration name="Debug"> 1383 <Configuration name="Debug">
1384 <Options> 1384 <Options>
1385 <OutputPath>../../../bin/</OutputPath> 1385 <OutputPath>../../../bin/</OutputPath>
@@ -1418,7 +1418,7 @@
1418 </Project> 1418 </Project>
1419 1419
1420 1420
1421 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> 1421 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library">
1422 <Configuration name="Debug"> 1422 <Configuration name="Debug">
1423 <Options> 1423 <Options>
1424 <OutputPath>../../../bin/</OutputPath> 1424 <OutputPath>../../../bin/</OutputPath>
@@ -1459,7 +1459,7 @@
1459 </Project> 1459 </Project>
1460 1460
1461 1461
1462 <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> 1462 <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe">
1463 <Configuration name="Debug"> 1463 <Configuration name="Debug">
1464 <Options> 1464 <Options>
1465 <OutputPath>../../bin/</OutputPath> 1465 <OutputPath>../../bin/</OutputPath>
@@ -1492,7 +1492,7 @@
1492 </Files> 1492 </Files>
1493 </Project> 1493 </Project>
1494 1494
1495 <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> 1495 <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe">
1496 <Configuration name="Debug"> 1496 <Configuration name="Debug">
1497 <Options> 1497 <Options>
1498 <OutputPath>../../bin/</OutputPath> 1498 <OutputPath>../../bin/</OutputPath>
@@ -1524,7 +1524,7 @@
1524 </Files> 1524 </Files>
1525 </Project> 1525 </Project>
1526 1526
1527 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> 1527 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library">
1528 <Configuration name="Debug"> 1528 <Configuration name="Debug">
1529 <Options> 1529 <Options>
1530 <OutputPath>../../../bin/</OutputPath> 1530 <OutputPath>../../../bin/</OutputPath>
@@ -1589,7 +1589,7 @@
1589 </Files> 1589 </Files>
1590 </Project> 1590 </Project>
1591 1591
1592 <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> 1592 <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library">
1593 <Configuration name="Debug"> 1593 <Configuration name="Debug">
1594 <Options> 1594 <Options>
1595 <OutputPath>../../../bin/</OutputPath> 1595 <OutputPath>../../../bin/</OutputPath>
@@ -1627,7 +1627,7 @@
1627 </Files> 1627 </Files>
1628 </Project> 1628 </Project>
1629 1629
1630 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> 1630 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
1631 <Configuration name="Debug"> 1631 <Configuration name="Debug">
1632 <Options> 1632 <Options>
1633 <OutputPath>../../../bin/</OutputPath> 1633 <OutputPath>../../../bin/</OutputPath>
@@ -1662,7 +1662,7 @@
1662 </Project> 1662 </Project>
1663 1663
1664 <!-- ClientStack Plugins --> 1664 <!-- ClientStack Plugins -->
1665 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> 1665 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library">
1666 <Configuration name="Debug"> 1666 <Configuration name="Debug">
1667 <Options> 1667 <Options>
1668 <OutputPath>../../../../../bin/</OutputPath> 1668 <OutputPath>../../../../../bin/</OutputPath>
@@ -1705,7 +1705,7 @@
1705 </Files> 1705 </Files>
1706 </Project> 1706 </Project>
1707 1707
1708 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 1708 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
1709 <Configuration name="Debug"> 1709 <Configuration name="Debug">
1710 <Options> 1710 <Options>
1711 <OutputPath>../../../../../bin/</OutputPath> 1711 <OutputPath>../../../../../bin/</OutputPath>
@@ -1747,7 +1747,7 @@
1747 </Files> 1747 </Files>
1748 </Project> 1748 </Project>
1749 1749
1750 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> 1750 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library">
1751 <Configuration name="Debug"> 1751 <Configuration name="Debug">
1752 <Options> 1752 <Options>
1753 <OutputPath>../../../bin/</OutputPath> 1753 <OutputPath>../../../bin/</OutputPath>
@@ -1804,7 +1804,7 @@
1804 </Project> 1804 </Project>
1805 1805
1806 <!-- Datastore Plugins --> 1806 <!-- Datastore Plugins -->
1807 <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1807 <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1808 <Configuration name="Debug"> 1808 <Configuration name="Debug">
1809 <Options> 1809 <Options>
1810 <OutputPath>../../../bin/</OutputPath> 1810 <OutputPath>../../../bin/</OutputPath>
@@ -1832,7 +1832,7 @@
1832 </Project> 1832 </Project>
1833 1833
1834 <!-- OpenSim app --> 1834 <!-- OpenSim app -->
1835 <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1835 <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1836 <Configuration name="Debug"> 1836 <Configuration name="Debug">
1837 <Options> 1837 <Options>
1838 <OutputPath>../../../bin/</OutputPath> 1838 <OutputPath>../../../bin/</OutputPath>
@@ -1876,7 +1876,7 @@
1876 </Files> 1876 </Files>
1877 </Project> 1877 </Project>
1878 1878
1879 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> 1879 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
1880 <Configuration name="Debug"> 1880 <Configuration name="Debug">
1881 <Options> 1881 <Options>
1882 <OutputPath>../../../bin/</OutputPath> 1882 <OutputPath>../../../bin/</OutputPath>
@@ -1911,7 +1911,7 @@
1911 </Files> 1911 </Files>
1912 </Project> 1912 </Project>
1913 1913
1914 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> 1914 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library">
1915 <Configuration name="Debug"> 1915 <Configuration name="Debug">
1916 <Options> 1916 <Options>
1917 <OutputPath>../../../bin/</OutputPath> 1917 <OutputPath>../../../bin/</OutputPath>
@@ -1941,7 +1941,7 @@
1941 </Files> 1941 </Files>
1942 </Project> 1942 </Project>
1943 1943
1944 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 1944 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
1945 <Configuration name="Debug"> 1945 <Configuration name="Debug">
1946 <Options> 1946 <Options>
1947 <OutputPath>../../../bin/</OutputPath> 1947 <OutputPath>../../../bin/</OutputPath>
@@ -1982,7 +1982,7 @@
1982 </Project> 1982 </Project>
1983 1983
1984 <!-- REST plugins --> 1984 <!-- REST plugins -->
1985 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> 1985 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library">
1986 <Configuration name="Debug"> 1986 <Configuration name="Debug">
1987 <Options> 1987 <Options>
1988 <OutputPath>../../../bin/</OutputPath> 1988 <OutputPath>../../../bin/</OutputPath>
@@ -2017,7 +2017,7 @@
2017 </Files> 2017 </Files>
2018 </Project> 2018 </Project>
2019 2019
2020 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> 2020 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library">
2021 <Configuration name="Debug"> 2021 <Configuration name="Debug">
2022 <Options> 2022 <Options>
2023 <OutputPath>../../../../bin/</OutputPath> 2023 <OutputPath>../../../../bin/</OutputPath>
@@ -2054,7 +2054,7 @@
2054 </Files> 2054 </Files>
2055 </Project> 2055 </Project>
2056 2056
2057 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> 2057 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library">
2058 <Configuration name="Debug"> 2058 <Configuration name="Debug">
2059 <Options> 2059 <Options>
2060 <OutputPath>../../../../bin/</OutputPath> 2060 <OutputPath>../../../../bin/</OutputPath>
@@ -2098,7 +2098,7 @@
2098 2098
2099 <!-- Scene Server API Example Apps --> 2099 <!-- Scene Server API Example Apps -->
2100 2100
2101 <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> 2101 <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library">
2102 <Configuration name="Debug"> 2102 <Configuration name="Debug">
2103 <Options> 2103 <Options>
2104 <OutputPath>../../../bin/</OutputPath> 2104 <OutputPath>../../../bin/</OutputPath>
@@ -2135,7 +2135,7 @@
2135 </Project> 2135 </Project>
2136 2136
2137 <!-- Data Base Modules --> 2137 <!-- Data Base Modules -->
2138 <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 2138 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
2139 <Configuration name="Debug"> 2139 <Configuration name="Debug">
2140 <Options> 2140 <Options>
2141 <OutputPath>../../../bin/</OutputPath> 2141 <OutputPath>../../../bin/</OutputPath>
@@ -2173,7 +2173,7 @@
2173 </Files> 2173 </Files>
2174 </Project> 2174 </Project>
2175 2175
2176 <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> 2176 <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library">
2177 <Configuration name="Debug"> 2177 <Configuration name="Debug">
2178 <Options> 2178 <Options>
2179 <OutputPath>../../../bin/</OutputPath> 2179 <OutputPath>../../../bin/</OutputPath>
@@ -2207,7 +2207,7 @@
2207 </Files> 2207 </Files>
2208 </Project> 2208 </Project>
2209 2209
2210 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2210 <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2211 <Configuration name="Debug"> 2211 <Configuration name="Debug">
2212 <Options> 2212 <Options>
2213 <OutputPath>../../../bin/</OutputPath> 2213 <OutputPath>../../../bin/</OutputPath>
@@ -2248,7 +2248,7 @@
2248 </Project> 2248 </Project>
2249 2249
2250 2250
2251 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2251 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2252 <Configuration name="Debug"> 2252 <Configuration name="Debug">
2253 <Options> 2253 <Options>
2254 <OutputPath>../../../../bin/</OutputPath> 2254 <OutputPath>../../../../bin/</OutputPath>
@@ -2286,7 +2286,7 @@
2286 </Files> 2286 </Files>
2287 </Project> 2287 </Project>
2288 2288
2289 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 2289 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
2290 <Configuration name="Debug"> 2290 <Configuration name="Debug">
2291 <Options> 2291 <Options>
2292 <OutputPath>../../../../../../bin/</OutputPath> 2292 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2319,7 +2319,7 @@
2319 </Files> 2319 </Files>
2320 </Project> 2320 </Project>
2321 2321
2322 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> 2322 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library">
2323 <Configuration name="Debug"> 2323 <Configuration name="Debug">
2324 <Options> 2324 <Options>
2325 <OutputPath>../../../../../../../bin/</OutputPath> 2325 <OutputPath>../../../../../../../bin/</OutputPath>
@@ -2351,7 +2351,7 @@
2351 </Files> 2351 </Files>
2352 </Project> 2352 </Project>
2353 2353
2354 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> 2354 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library">
2355 <Configuration name="Debug"> 2355 <Configuration name="Debug">
2356 <Options> 2356 <Options>
2357 <OutputPath>../../../../../../bin/</OutputPath> 2357 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2390,7 +2390,7 @@
2390 </Files> 2390 </Files>
2391 </Project> 2391 </Project>
2392 2392
2393 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 2393 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
2394 <Configuration name="Debug"> 2394 <Configuration name="Debug">
2395 <Options> 2395 <Options>
2396 <OutputPath>../../../../../bin/</OutputPath> 2396 <OutputPath>../../../../../bin/</OutputPath>
@@ -2421,7 +2421,7 @@
2421 </Files> 2421 </Files>
2422 </Project> 2422 </Project>
2423 2423
2424 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> 2424 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library">
2425 <Configuration name="Debug"> 2425 <Configuration name="Debug">
2426 <Options> 2426 <Options>
2427 <OutputPath>../../../../../bin/</OutputPath> 2427 <OutputPath>../../../../../bin/</OutputPath>
@@ -2459,7 +2459,7 @@
2459 </Files> 2459 </Files>
2460 </Project> 2460 </Project>
2461 2461
2462 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 2462 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
2463 <Configuration name="Debug"> 2463 <Configuration name="Debug">
2464 <Options> 2464 <Options>
2465 <OutputPath>../../../../bin/</OutputPath> 2465 <OutputPath>../../../../bin/</OutputPath>
@@ -2502,7 +2502,7 @@
2502 </Project> 2502 </Project>
2503 2503
2504 2504
2505 <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> 2505 <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library">
2506 <Configuration name="Debug"> 2506 <Configuration name="Debug">
2507 <Options> 2507 <Options>
2508 <OutputPath>../../../bin/</OutputPath> 2508 <OutputPath>../../../bin/</OutputPath>
@@ -2553,7 +2553,7 @@
2553 2553
2554 <!-- Tools --> 2554 <!-- Tools -->
2555 2555
2556 <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> 2556 <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
2557 <Configuration name="Debug"> 2557 <Configuration name="Debug">
2558 <Options> 2558 <Options>
2559 <OutputPath>../../../bin/</OutputPath> 2559 <OutputPath>../../../bin/</OutputPath>
@@ -2580,7 +2580,7 @@
2580 </Files> 2580 </Files>
2581 </Project> 2581 </Project>
2582 2582
2583 <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> 2583 <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe">
2584 <Configuration name="Debug"> 2584 <Configuration name="Debug">
2585 <Options> 2585 <Options>
2586 <OutputPath>../../../bin/</OutputPath> 2586 <OutputPath>../../../bin/</OutputPath>
@@ -2607,7 +2607,7 @@
2607 </Files> 2607 </Files>
2608 </Project> 2608 </Project>
2609 2609
2610 <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> 2610 <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2611 <Configuration name="Debug"> 2611 <Configuration name="Debug">
2612 <Options> 2612 <Options>
2613 <OutputPath>../../../bin/</OutputPath> 2613 <OutputPath>../../../bin/</OutputPath>
@@ -2631,7 +2631,7 @@
2631 </Project> 2631 </Project>
2632 2632
2633 <!-- Test Clients --> 2633 <!-- Test Clients -->
2634 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> 2634 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe">
2635 <Configuration name="Debug"> 2635 <Configuration name="Debug">
2636 <Options> 2636 <Options>
2637 <OutputPath>../../../../bin/</OutputPath> 2637 <OutputPath>../../../../bin/</OutputPath>
@@ -2658,7 +2658,7 @@
2658 </Files> 2658 </Files>
2659 </Project> 2659 </Project>
2660 2660
2661 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> 2661 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe">
2662 <Configuration name="Debug"> 2662 <Configuration name="Debug">
2663 <Options> 2663 <Options>
2664 <OutputPath>../../../../bin/</OutputPath> 2664 <OutputPath>../../../../bin/</OutputPath>
@@ -2685,7 +2685,7 @@
2685 </Files> 2685 </Files>
2686 </Project> 2686 </Project>
2687 2687
2688 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> 2688 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe">
2689 <Configuration name="Debug"> 2689 <Configuration name="Debug">
2690 <Options> 2690 <Options>
2691 <OutputPath>../../../../bin/</OutputPath> 2691 <OutputPath>../../../../bin/</OutputPath>
@@ -2712,7 +2712,7 @@
2712 </Files> 2712 </Files>
2713 </Project> 2713 </Project>
2714 2714
2715 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> 2715 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe">
2716 <Configuration name="Debug"> 2716 <Configuration name="Debug">
2717 <Options> 2717 <Options>
2718 <OutputPath>../../../../bin/</OutputPath> 2718 <OutputPath>../../../../bin/</OutputPath>
@@ -2740,7 +2740,7 @@
2740 </Project> 2740 </Project>
2741 2741
2742 <!-- Test assemblies --> 2742 <!-- Test assemblies -->
2743 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2743 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
2744 <Configuration name="Debug"> 2744 <Configuration name="Debug">
2745 <Options> 2745 <Options>
2746 <OutputPath>../../../bin/</OutputPath> 2746 <OutputPath>../../../bin/</OutputPath>
@@ -2784,7 +2784,7 @@
2784 </Files> 2784 </Files>
2785 </Project> 2785 </Project>
2786 2786
2787 <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> 2787 <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2788 <Configuration name="Debug"> 2788 <Configuration name="Debug">
2789 <Options> 2789 <Options>
2790 <OutputPath>../../bin/</OutputPath> 2790 <OutputPath>../../bin/</OutputPath>
@@ -2807,7 +2807,7 @@
2807 </Project> 2807 </Project>
2808 2808
2809 2809
2810 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> 2810 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2811 <Configuration name="Debug"> 2811 <Configuration name="Debug">
2812 <Options> 2812 <Options>
2813 <OutputPath>../../../bin/</OutputPath> 2813 <OutputPath>../../../bin/</OutputPath>
@@ -2857,7 +2857,7 @@
2857 </Project> 2857 </Project>
2858 2858
2859 2859
2860 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2860 <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2861 <Configuration name="Debug"> 2861 <Configuration name="Debug">
2862 <Options> 2862 <Options>
2863 <OutputPath>../../../bin/</OutputPath> 2863 <OutputPath>../../../bin/</OutputPath>
@@ -2899,7 +2899,7 @@
2899 </Files> 2899 </Files>
2900 </Project> 2900 </Project>
2901 2901
2902 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 2902 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
2903 <Configuration name="Debug"> 2903 <Configuration name="Debug">
2904 <Options> 2904 <Options>
2905 <OutputPath>../../../bin/</OutputPath> 2905 <OutputPath>../../../bin/</OutputPath>
@@ -2930,7 +2930,7 @@
2930 </Files> 2930 </Files>
2931 </Project> 2931 </Project>
2932 2932
2933 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> 2933 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library">
2934 <Configuration name="Debug"> 2934 <Configuration name="Debug">
2935 <Options> 2935 <Options>
2936 <OutputPath>../../../../bin/</OutputPath> 2936 <OutputPath>../../../../bin/</OutputPath>
@@ -2961,7 +2961,7 @@
2961 </Files> 2961 </Files>
2962 </Project> 2962 </Project>
2963 2963
2964 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> 2964 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
2965 <Configuration name="Debug"> 2965 <Configuration name="Debug">
2966 <Options> 2966 <Options>
2967 <OutputPath>../../../../bin/</OutputPath> 2967 <OutputPath>../../../../bin/</OutputPath>
@@ -2991,7 +2991,7 @@
2991 </Files> 2991 </Files>
2992 </Project> 2992 </Project>
2993 2993
2994 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 2994 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
2995 <Configuration name="Debug"> 2995 <Configuration name="Debug">
2996 <Options> 2996 <Options>
2997 <OutputPath>../../../bin/</OutputPath> 2997 <OutputPath>../../../bin/</OutputPath>
@@ -3062,7 +3062,7 @@
3062 </Files> 3062 </Files>
3063 </Project> 3063 </Project>
3064 3064
3065 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> 3065 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library">
3066 <Configuration name="Debug"> 3066 <Configuration name="Debug">
3067 <Options> 3067 <Options>
3068 <OutputPath>../../../bin/</OutputPath> 3068 <OutputPath>../../../bin/</OutputPath>
@@ -3121,7 +3121,7 @@
3121 </Files> 3121 </Files>
3122 </Project> 3122 </Project>
3123 3123
3124 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 3124 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
3125 <Configuration name="Debug"> 3125 <Configuration name="Debug">
3126 <Options> 3126 <Options>
3127 <OutputPath>../../../bin/</OutputPath> 3127 <OutputPath>../../../bin/</OutputPath>
@@ -3179,7 +3179,7 @@
3179 </Files> 3179 </Files>
3180 </Project> 3180 </Project>
3181 3181
3182 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 3182 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3183 <Configuration name="Debug"> 3183 <Configuration name="Debug">
3184 <Options> 3184 <Options>
3185 <OutputPath>../../../../../bin/</OutputPath> 3185 <OutputPath>../../../../../bin/</OutputPath>
@@ -3216,7 +3216,7 @@
3216 </Files> 3216 </Files>
3217 </Project> 3217 </Project>
3218 3218
3219 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3219 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3220 <Configuration name="Debug"> 3220 <Configuration name="Debug">
3221 <Options> 3221 <Options>
3222 <OutputPath>../../../../../../bin/</OutputPath> 3222 <OutputPath>../../../../../../bin/</OutputPath>
@@ -3252,7 +3252,7 @@
3252 </Files> 3252 </Files>
3253 </Project> 3253 </Project>
3254 3254
3255 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3255 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3256 <Configuration name="Debug"> 3256 <Configuration name="Debug">
3257 <Options> 3257 <Options>
3258 <OutputPath>../../../bin/</OutputPath> 3258 <OutputPath>../../../bin/</OutputPath>
@@ -3306,7 +3306,7 @@
3306 TODO: this is kind of lame, we basically build a duplicate 3306 TODO: this is kind of lame, we basically build a duplicate
3307 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. 3307 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs.
3308 --> 3308 -->
3309 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> 3309 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library">
3310 <Configuration name="Debug"> 3310 <Configuration name="Debug">
3311 <Options> 3311 <Options>
3312 <OutputPath>../../../../../bin/</OutputPath> 3312 <OutputPath>../../../../../bin/</OutputPath>
@@ -3336,7 +3336,7 @@
3336 </Files> 3336 </Files>
3337 </Project> 3337 </Project>
3338 3338
3339 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> 3339 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library">
3340 <Configuration name="Debug"> 3340 <Configuration name="Debug">
3341 <Options> 3341 <Options>
3342 <OutputPath>../../../bin/</OutputPath> 3342 <OutputPath>../../../bin/</OutputPath>