aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml284
1 files changed, 190 insertions, 94 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 5003ae7..c840f03 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -6,7 +6,7 @@
6 <CompilerDefines>TRACE;DEBUG</CompilerDefines> 6 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode> 7 <OptimizeCode>false</OptimizeCode>
8 <CheckUnderflowOverflow>false</CheckUnderflowOverflow> 8 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
9 <AllowUnsafe>false</AllowUnsafe> 9 <AllowUnsafe>true</AllowUnsafe>
10 <WarningLevel>4</WarningLevel> 10 <WarningLevel>4</WarningLevel>
11 <WarningsAsErrors>false</WarningsAsErrors> 11 <WarningsAsErrors>false</WarningsAsErrors>
12 <SuppressWarnings/> 12 <SuppressWarnings/>
@@ -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,69 @@
577 </Files> 577 </Files>
578 </Project> 578 </Project>
579 579
580 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> 580 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
581 <Configuration name="Debug">
582 <Options>
583 <OutputPath>../../../../bin/Physics/</OutputPath>
584 </Options>
585 </Configuration>
586 <Configuration name="Release">
587 <Options>
588 <OutputPath>../../../../bin/Physics/</OutputPath>
589 </Options>
590 </Configuration>
591
592 <ReferencePath>../../../../bin/</ReferencePath>
593 <Reference name="System"/>
594 <Reference name="System.Core"/>
595 <Reference name="OpenMetaverseTypes.dll"/>
596 <Reference name="Nini.dll" />
597 <Reference name="OpenSim.Framework"/>
598 <Reference name="OpenSim.Framework.Console"/>
599 <Reference name="OpenSim.Region.Physics.Manager"/>
600 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
601 <Reference name="Ode.NET.dll" />
602 <Reference name="log4net.dll"/>
603
604 <Files>
605 <Match pattern="*.cs" recurse="true">
606 <Exclude name="Tests" pattern="Tests"/>
607 </Match>
608 </Files>
609 </Project>
610
611 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library">
612 <Configuration name="Debug">
613 <Options>
614 <OutputPath>../../../../bin/Physics/</OutputPath>
615 </Options>
616 </Configuration>
617 <Configuration name="Release">
618 <Options>
619 <OutputPath>../../../../bin/Physics/</OutputPath>
620 </Options>
621 </Configuration>
622
623 <ReferencePath>../../../../bin/</ReferencePath>
624 <Reference name="System"/>
625 <Reference name="System.Core"/>
626 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
627 <Reference name="Nini" path="../../../../bin/"/>
628
629 <Reference name="OpenSim.Framework"/>
630 <Reference name="OpenSim.Framework.Console"/>
631 <Reference name="OpenSim.Region.Physics.Manager"/>
632 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
633 <Reference name="log4net" path="../../../../bin/"/>
634
635 <Files>
636 <Match pattern="*.cs" recurse="true">
637 <Exclude name="Tests" pattern="Tests"/>
638 </Match>
639 </Files>
640 </Project>
641
642 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library">
581 <Configuration name="Debug"> 643 <Configuration name="Debug">
582 <Options> 644 <Options>
583 <OutputPath>../../../../bin/Physics/</OutputPath> 645 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -610,7 +672,38 @@
610 </Files> 672 </Files>
611 </Project> 673 </Project>
612 674
613 <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">
677 <Options>
678 <OutputPath>../../../../bin/Physics/</OutputPath>
679 </Options>
680 </Configuration>
681 <Configuration name="Release">
682 <Options>
683 <OutputPath>../../../../bin/Physics/</OutputPath>
684 </Options>
685 </Configuration>
686
687 <ReferencePath>../../../../bin/</ReferencePath>
688 <Reference name="System"/>
689 <Reference name="System.Drawing"/>
690 <Reference name="CSJ2K" path="../../../../bin/"/>
691 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
692 <Reference name="OpenMetaverse" path="../../../../bin/"/>
693 <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/>
694 <Reference name="Nini" path="../../../../bin/"/>
695 <Reference name="OpenSim.Framework"/>
696 <Reference name="OpenSim.Framework.Console"/>
697 <Reference name="OpenSim.Region.Physics.Manager"/>
698 <Reference name="log4net" path="../../../../bin/"/>
699 <Reference name="zlib.net" path="../../../../bin/"/>
700
701 <Files>
702 <Match pattern="*.cs" recurse="true"/>
703 </Files>
704 </Project>
705
706 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library">
614 <Configuration name="Debug"> 707 <Configuration name="Debug">
615 <Options> 708 <Options>
616 <OutputPath>../../../../bin/Physics/</OutputPath> 709 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -633,6 +726,7 @@
633 <Reference name="OpenSim.Framework"/> 726 <Reference name="OpenSim.Framework"/>
634 <Reference name="OpenSim.Framework.Console"/> 727 <Reference name="OpenSim.Framework.Console"/>
635 <Reference name="OpenSim.Region.Physics.Manager"/> 728 <Reference name="OpenSim.Region.Physics.Manager"/>
729 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
636 <Reference name="log4net" path="../../../../bin/"/> 730 <Reference name="log4net" path="../../../../bin/"/>
637 <Reference name="zlib.net" path="../../../../bin/"/> 731 <Reference name="zlib.net" path="../../../../bin/"/>
638 732
@@ -641,7 +735,7 @@
641 </Files> 735 </Files>
642 </Project> 736 </Project>
643 737
644 <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">
645 <Configuration name="Debug"> 739 <Configuration name="Debug">
646 <Options> 740 <Options>
647 <OutputPath>../../bin/</OutputPath> 741 <OutputPath>../../bin/</OutputPath>
@@ -676,7 +770,7 @@
676 </Project> 770 </Project>
677 771
678 772
679 <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">
680 <Configuration name="Debug"> 774 <Configuration name="Debug">
681 <Options> 775 <Options>
682 <OutputPath>../../../bin/</OutputPath> 776 <OutputPath>../../../bin/</OutputPath>
@@ -717,7 +811,7 @@
717 </Project> 811 </Project>
718 812
719 813
720 <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">
721 <Configuration name="Debug"> 815 <Configuration name="Debug">
722 <Options> 816 <Options>
723 <OutputPath>../../../bin/</OutputPath> 817 <OutputPath>../../../bin/</OutputPath>
@@ -770,7 +864,7 @@
770 <!-- OGS projects --> 864 <!-- OGS projects -->
771 865
772 866
773 <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">
774 <Configuration name="Debug"> 868 <Configuration name="Debug">
775 <Options> 869 <Options>
776 <OutputPath>../../../bin/</OutputPath> 870 <OutputPath>../../../bin/</OutputPath>
@@ -800,7 +894,7 @@
800 </Files> 894 </Files>
801 </Project> 895 </Project>
802 896
803 <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">
804 <Configuration name="Debug"> 898 <Configuration name="Debug">
805 <Options> 899 <Options>
806 <OutputPath>../../../bin/</OutputPath> 900 <OutputPath>../../../bin/</OutputPath>
@@ -827,7 +921,7 @@
827 </Files> 921 </Files>
828 </Project> 922 </Project>
829 923
830 <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">
831 <Configuration name="Debug"> 925 <Configuration name="Debug">
832 <Options> 926 <Options>
833 <OutputPath>../../../bin/</OutputPath> 927 <OutputPath>../../../bin/</OutputPath>
@@ -858,7 +952,7 @@
858 </Files> 952 </Files>
859 </Project> 953 </Project>
860 954
861 <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">
862 <Configuration name="Debug"> 956 <Configuration name="Debug">
863 <Options> 957 <Options>
864 <OutputPath>../../../bin/</OutputPath> 958 <OutputPath>../../../bin/</OutputPath>
@@ -889,7 +983,7 @@
889 </Files> 983 </Files>
890 </Project> 984 </Project>
891 985
892 <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">
893 <Configuration name="Debug"> 987 <Configuration name="Debug">
894 <Options> 988 <Options>
895 <OutputPath>../../../bin/</OutputPath> 989 <OutputPath>../../../bin/</OutputPath>
@@ -928,7 +1022,7 @@
928 </Files> 1022 </Files>
929 </Project> 1023 </Project>
930 1024
931 <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">
932 <Configuration name="Debug"> 1026 <Configuration name="Debug">
933 <Options> 1027 <Options>
934 <OutputPath>../../../bin/</OutputPath> 1028 <OutputPath>../../../bin/</OutputPath>
@@ -959,7 +1053,7 @@
959 </Files> 1053 </Files>
960 </Project> 1054 </Project>
961 1055
962 <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">
963 <Configuration name="Debug"> 1057 <Configuration name="Debug">
964 <Options> 1058 <Options>
965 <OutputPath>../../../bin/</OutputPath> 1059 <OutputPath>../../../bin/</OutputPath>
@@ -990,7 +1084,7 @@
990 </Files> 1084 </Files>
991 </Project> 1085 </Project>
992 1086
993 <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">
994 <Configuration name="Debug"> 1088 <Configuration name="Debug">
995 <Options> 1089 <Options>
996 <OutputPath>../../../bin/</OutputPath> 1090 <OutputPath>../../../bin/</OutputPath>
@@ -1022,7 +1116,7 @@
1022 </Files> 1116 </Files>
1023 </Project> 1117 </Project>
1024 1118
1025 <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">
1026 <Configuration name="Debug"> 1120 <Configuration name="Debug">
1027 <Options> 1121 <Options>
1028 <OutputPath>../../../bin/</OutputPath> 1122 <OutputPath>../../../bin/</OutputPath>
@@ -1044,6 +1138,7 @@
1044 <Reference name="OpenSim.Server.Base"/> 1138 <Reference name="OpenSim.Server.Base"/>
1045 <Reference name="OpenSim.Services.Interfaces"/> 1139 <Reference name="OpenSim.Services.Interfaces"/>
1046 <Reference name="OpenSim.Services.Base"/> 1140 <Reference name="OpenSim.Services.Base"/>
1141 <Reference name="OpenSim.Server.Base"/>
1047 <Reference name="OpenSim.Services.Connectors"/> 1142 <Reference name="OpenSim.Services.Connectors"/>
1048 <Reference name="OpenSim.Data"/> 1143 <Reference name="OpenSim.Data"/>
1049 <Reference name="Nini" path="../../../bin/"/> 1144 <Reference name="Nini" path="../../../bin/"/>
@@ -1054,7 +1149,7 @@
1054 </Files> 1149 </Files>
1055 </Project> 1150 </Project>
1056 1151
1057 <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">
1058 <Configuration name="Debug"> 1153 <Configuration name="Debug">
1059 <Options> 1154 <Options>
1060 <OutputPath>../../../bin/</OutputPath> 1155 <OutputPath>../../../bin/</OutputPath>
@@ -1088,7 +1183,7 @@
1088 </Files> 1183 </Files>
1089 </Project> 1184 </Project>
1090 1185
1091 <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">
1092 <Configuration name="Debug"> 1187 <Configuration name="Debug">
1093 <Options> 1188 <Options>
1094 <OutputPath>../../../bin/</OutputPath> 1189 <OutputPath>../../../bin/</OutputPath>
@@ -1119,7 +1214,7 @@
1119 </Files> 1214 </Files>
1120 </Project> 1215 </Project>
1121 1216
1122 <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">
1123 <Configuration name="Debug"> 1218 <Configuration name="Debug">
1124 <Options> 1219 <Options>
1125 <OutputPath>../../../bin/</OutputPath> 1220 <OutputPath>../../../bin/</OutputPath>
@@ -1150,7 +1245,7 @@
1150 </Files> 1245 </Files>
1151 </Project> 1246 </Project>
1152 1247
1153 <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">
1154 <Configuration name="Debug"> 1249 <Configuration name="Debug">
1155 <Options> 1250 <Options>
1156 <OutputPath>../../../bin/</OutputPath> 1251 <OutputPath>../../../bin/</OutputPath>
@@ -1183,7 +1278,7 @@
1183 </Project> 1278 </Project>
1184 1279
1185 1280
1186 <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">
1187 <Configuration name="Debug"> 1282 <Configuration name="Debug">
1188 <Options> 1283 <Options>
1189 <OutputPath>../../../bin/</OutputPath> 1284 <OutputPath>../../../bin/</OutputPath>
@@ -1216,7 +1311,7 @@
1216 </Files> 1311 </Files>
1217 </Project> 1312 </Project>
1218 1313
1219 <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">
1220 <Configuration name="Debug"> 1315 <Configuration name="Debug">
1221 <Options> 1316 <Options>
1222 <OutputPath>../../../bin/</OutputPath> 1317 <OutputPath>../../../bin/</OutputPath>
@@ -1254,7 +1349,7 @@
1254 </Files> 1349 </Files>
1255 </Project> 1350 </Project>
1256 1351
1257 <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">
1258 <Configuration name="Debug"> 1353 <Configuration name="Debug">
1259 <Options> 1354 <Options>
1260 <OutputPath>../../../bin/</OutputPath> 1355 <OutputPath>../../../bin/</OutputPath>
@@ -1284,7 +1379,7 @@
1284 </Files> 1379 </Files>
1285 </Project> 1380 </Project>
1286 1381
1287 <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">
1288 <Configuration name="Debug"> 1383 <Configuration name="Debug">
1289 <Options> 1384 <Options>
1290 <OutputPath>../../../bin/</OutputPath> 1385 <OutputPath>../../../bin/</OutputPath>
@@ -1323,7 +1418,7 @@
1323 </Project> 1418 </Project>
1324 1419
1325 1420
1326 <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">
1327 <Configuration name="Debug"> 1422 <Configuration name="Debug">
1328 <Options> 1423 <Options>
1329 <OutputPath>../../../bin/</OutputPath> 1424 <OutputPath>../../../bin/</OutputPath>
@@ -1364,7 +1459,7 @@
1364 </Project> 1459 </Project>
1365 1460
1366 1461
1367 <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> 1462 <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe">
1368 <Configuration name="Debug"> 1463 <Configuration name="Debug">
1369 <Options> 1464 <Options>
1370 <OutputPath>../../bin/</OutputPath> 1465 <OutputPath>../../bin/</OutputPath>
@@ -1397,7 +1492,7 @@
1397 </Files> 1492 </Files>
1398 </Project> 1493 </Project>
1399 1494
1400 <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">
1401 <Configuration name="Debug"> 1496 <Configuration name="Debug">
1402 <Options> 1497 <Options>
1403 <OutputPath>../../bin/</OutputPath> 1498 <OutputPath>../../bin/</OutputPath>
@@ -1429,7 +1524,7 @@
1429 </Files> 1524 </Files>
1430 </Project> 1525 </Project>
1431 1526
1432 <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">
1433 <Configuration name="Debug"> 1528 <Configuration name="Debug">
1434 <Options> 1529 <Options>
1435 <OutputPath>../../../bin/</OutputPath> 1530 <OutputPath>../../../bin/</OutputPath>
@@ -1495,7 +1590,7 @@
1495 </Files> 1590 </Files>
1496 </Project> 1591 </Project>
1497 1592
1498 <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> 1593 <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library">
1499 <Configuration name="Debug"> 1594 <Configuration name="Debug">
1500 <Options> 1595 <Options>
1501 <OutputPath>../../../bin/</OutputPath> 1596 <OutputPath>../../../bin/</OutputPath>
@@ -1533,7 +1628,7 @@
1533 </Files> 1628 </Files>
1534 </Project> 1629 </Project>
1535 1630
1536 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> 1631 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
1537 <Configuration name="Debug"> 1632 <Configuration name="Debug">
1538 <Options> 1633 <Options>
1539 <OutputPath>../../../bin/</OutputPath> 1634 <OutputPath>../../../bin/</OutputPath>
@@ -1568,7 +1663,7 @@
1568 </Project> 1663 </Project>
1569 1664
1570 <!-- ClientStack Plugins --> 1665 <!-- ClientStack Plugins -->
1571 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> 1666 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library">
1572 <Configuration name="Debug"> 1667 <Configuration name="Debug">
1573 <Options> 1668 <Options>
1574 <OutputPath>../../../../../bin/</OutputPath> 1669 <OutputPath>../../../../../bin/</OutputPath>
@@ -1611,7 +1706,7 @@
1611 </Files> 1706 </Files>
1612 </Project> 1707 </Project>
1613 1708
1614 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 1709 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
1615 <Configuration name="Debug"> 1710 <Configuration name="Debug">
1616 <Options> 1711 <Options>
1617 <OutputPath>../../../../../bin/</OutputPath> 1712 <OutputPath>../../../../../bin/</OutputPath>
@@ -1653,7 +1748,7 @@
1653 </Files> 1748 </Files>
1654 </Project> 1749 </Project>
1655 1750
1656 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> 1751 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library">
1657 <Configuration name="Debug"> 1752 <Configuration name="Debug">
1658 <Options> 1753 <Options>
1659 <OutputPath>../../../bin/</OutputPath> 1754 <OutputPath>../../../bin/</OutputPath>
@@ -1710,7 +1805,7 @@
1710 </Project> 1805 </Project>
1711 1806
1712 <!-- Datastore Plugins --> 1807 <!-- Datastore Plugins -->
1713 <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1808 <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1714 <Configuration name="Debug"> 1809 <Configuration name="Debug">
1715 <Options> 1810 <Options>
1716 <OutputPath>../../../bin/</OutputPath> 1811 <OutputPath>../../../bin/</OutputPath>
@@ -1738,7 +1833,7 @@
1738 </Project> 1833 </Project>
1739 1834
1740 <!-- OpenSim app --> 1835 <!-- OpenSim app -->
1741 <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1836 <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1742 <Configuration name="Debug"> 1837 <Configuration name="Debug">
1743 <Options> 1838 <Options>
1744 <OutputPath>../../../bin/</OutputPath> 1839 <OutputPath>../../../bin/</OutputPath>
@@ -1782,7 +1877,7 @@
1782 </Files> 1877 </Files>
1783 </Project> 1878 </Project>
1784 1879
1785 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> 1880 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
1786 <Configuration name="Debug"> 1881 <Configuration name="Debug">
1787 <Options> 1882 <Options>
1788 <OutputPath>../../../bin/</OutputPath> 1883 <OutputPath>../../../bin/</OutputPath>
@@ -1817,7 +1912,7 @@
1817 </Files> 1912 </Files>
1818 </Project> 1913 </Project>
1819 1914
1820 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> 1915 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library">
1821 <Configuration name="Debug"> 1916 <Configuration name="Debug">
1822 <Options> 1917 <Options>
1823 <OutputPath>../../../bin/</OutputPath> 1918 <OutputPath>../../../bin/</OutputPath>
@@ -1847,7 +1942,7 @@
1847 </Files> 1942 </Files>
1848 </Project> 1943 </Project>
1849 1944
1850 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 1945 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
1851 <Configuration name="Debug"> 1946 <Configuration name="Debug">
1852 <Options> 1947 <Options>
1853 <OutputPath>../../../bin/</OutputPath> 1948 <OutputPath>../../../bin/</OutputPath>
@@ -1888,7 +1983,7 @@
1888 </Project> 1983 </Project>
1889 1984
1890 <!-- REST plugins --> 1985 <!-- REST plugins -->
1891 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> 1986 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library">
1892 <Configuration name="Debug"> 1987 <Configuration name="Debug">
1893 <Options> 1988 <Options>
1894 <OutputPath>../../../bin/</OutputPath> 1989 <OutputPath>../../../bin/</OutputPath>
@@ -1923,7 +2018,7 @@
1923 </Files> 2018 </Files>
1924 </Project> 2019 </Project>
1925 2020
1926 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> 2021 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library">
1927 <Configuration name="Debug"> 2022 <Configuration name="Debug">
1928 <Options> 2023 <Options>
1929 <OutputPath>../../../../bin/</OutputPath> 2024 <OutputPath>../../../../bin/</OutputPath>
@@ -1960,7 +2055,7 @@
1960 </Files> 2055 </Files>
1961 </Project> 2056 </Project>
1962 2057
1963 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> 2058 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library">
1964 <Configuration name="Debug"> 2059 <Configuration name="Debug">
1965 <Options> 2060 <Options>
1966 <OutputPath>../../../../bin/</OutputPath> 2061 <OutputPath>../../../../bin/</OutputPath>
@@ -2004,7 +2099,7 @@
2004 2099
2005 <!-- Scene Server API Example Apps --> 2100 <!-- Scene Server API Example Apps -->
2006 2101
2007 <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> 2102 <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library">
2008 <Configuration name="Debug"> 2103 <Configuration name="Debug">
2009 <Options> 2104 <Options>
2010 <OutputPath>../../../bin/</OutputPath> 2105 <OutputPath>../../../bin/</OutputPath>
@@ -2041,7 +2136,7 @@
2041 </Project> 2136 </Project>
2042 2137
2043 <!-- Data Base Modules --> 2138 <!-- Data Base Modules -->
2044 <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 2139 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
2045 <Configuration name="Debug"> 2140 <Configuration name="Debug">
2046 <Options> 2141 <Options>
2047 <OutputPath>../../../bin/</OutputPath> 2142 <OutputPath>../../../bin/</OutputPath>
@@ -2079,7 +2174,7 @@
2079 </Files> 2174 </Files>
2080 </Project> 2175 </Project>
2081 2176
2082 <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> 2177 <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library">
2083 <Configuration name="Debug"> 2178 <Configuration name="Debug">
2084 <Options> 2179 <Options>
2085 <OutputPath>../../../bin/</OutputPath> 2180 <OutputPath>../../../bin/</OutputPath>
@@ -2113,7 +2208,7 @@
2113 </Files> 2208 </Files>
2114 </Project> 2209 </Project>
2115 2210
2116 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2211 <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2117 <Configuration name="Debug"> 2212 <Configuration name="Debug">
2118 <Options> 2213 <Options>
2119 <OutputPath>../../../bin/</OutputPath> 2214 <OutputPath>../../../bin/</OutputPath>
@@ -2154,7 +2249,7 @@
2154 </Project> 2249 </Project>
2155 2250
2156 2251
2157 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2252 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2158 <Configuration name="Debug"> 2253 <Configuration name="Debug">
2159 <Options> 2254 <Options>
2160 <OutputPath>../../../../bin/</OutputPath> 2255 <OutputPath>../../../../bin/</OutputPath>
@@ -2192,7 +2287,7 @@
2192 </Files> 2287 </Files>
2193 </Project> 2288 </Project>
2194 2289
2195 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 2290 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
2196 <Configuration name="Debug"> 2291 <Configuration name="Debug">
2197 <Options> 2292 <Options>
2198 <OutputPath>../../../../../../bin/</OutputPath> 2293 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2225,7 +2320,7 @@
2225 </Files> 2320 </Files>
2226 </Project> 2321 </Project>
2227 2322
2228 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> 2323 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library">
2229 <Configuration name="Debug"> 2324 <Configuration name="Debug">
2230 <Options> 2325 <Options>
2231 <OutputPath>../../../../../../../bin/</OutputPath> 2326 <OutputPath>../../../../../../../bin/</OutputPath>
@@ -2257,7 +2352,7 @@
2257 </Files> 2352 </Files>
2258 </Project> 2353 </Project>
2259 2354
2260 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> 2355 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library">
2261 <Configuration name="Debug"> 2356 <Configuration name="Debug">
2262 <Options> 2357 <Options>
2263 <OutputPath>../../../../../../bin/</OutputPath> 2358 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2271,6 +2366,7 @@
2271 2366
2272 <ReferencePath>../../../../../../bin/</ReferencePath> 2367 <ReferencePath>../../../../../../bin/</ReferencePath>
2273 <Reference name="System"/> 2368 <Reference name="System"/>
2369 <Reference name="System.Core"/>
2274 <Reference name="System.Data"/> 2370 <Reference name="System.Data"/>
2275 <Reference name="System.Web"/> 2371 <Reference name="System.Web"/>
2276 <Reference name="System.Xml"/> 2372 <Reference name="System.Xml"/>
@@ -2295,7 +2391,7 @@
2295 </Files> 2391 </Files>
2296 </Project> 2392 </Project>
2297 2393
2298 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 2394 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
2299 <Configuration name="Debug"> 2395 <Configuration name="Debug">
2300 <Options> 2396 <Options>
2301 <OutputPath>../../../../../bin/</OutputPath> 2397 <OutputPath>../../../../../bin/</OutputPath>
@@ -2326,7 +2422,7 @@
2326 </Files> 2422 </Files>
2327 </Project> 2423 </Project>
2328 2424
2329 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> 2425 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library">
2330 <Configuration name="Debug"> 2426 <Configuration name="Debug">
2331 <Options> 2427 <Options>
2332 <OutputPath>../../../../../bin/</OutputPath> 2428 <OutputPath>../../../../../bin/</OutputPath>
@@ -2364,7 +2460,7 @@
2364 </Files> 2460 </Files>
2365 </Project> 2461 </Project>
2366 2462
2367 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 2463 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
2368 <Configuration name="Debug"> 2464 <Configuration name="Debug">
2369 <Options> 2465 <Options>
2370 <OutputPath>../../../../bin/</OutputPath> 2466 <OutputPath>../../../../bin/</OutputPath>
@@ -2407,7 +2503,7 @@
2407 </Project> 2503 </Project>
2408 2504
2409 2505
2410 <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> 2506 <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library">
2411 <Configuration name="Debug"> 2507 <Configuration name="Debug">
2412 <Options> 2508 <Options>
2413 <OutputPath>../../../bin/</OutputPath> 2509 <OutputPath>../../../bin/</OutputPath>
@@ -2458,7 +2554,7 @@
2458 2554
2459 <!-- Tools --> 2555 <!-- Tools -->
2460 2556
2461 <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> 2557 <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
2462 <Configuration name="Debug"> 2558 <Configuration name="Debug">
2463 <Options> 2559 <Options>
2464 <OutputPath>../../../bin/</OutputPath> 2560 <OutputPath>../../../bin/</OutputPath>
@@ -2485,7 +2581,7 @@
2485 </Files> 2581 </Files>
2486 </Project> 2582 </Project>
2487 2583
2488 <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> 2584 <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe">
2489 <Configuration name="Debug"> 2585 <Configuration name="Debug">
2490 <Options> 2586 <Options>
2491 <OutputPath>../../../bin/</OutputPath> 2587 <OutputPath>../../../bin/</OutputPath>
@@ -2512,7 +2608,7 @@
2512 </Files> 2608 </Files>
2513 </Project> 2609 </Project>
2514 2610
2515 <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> 2611 <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2516 <Configuration name="Debug"> 2612 <Configuration name="Debug">
2517 <Options> 2613 <Options>
2518 <OutputPath>../../../bin/</OutputPath> 2614 <OutputPath>../../../bin/</OutputPath>
@@ -2536,7 +2632,7 @@
2536 </Project> 2632 </Project>
2537 2633
2538 <!-- Test Clients --> 2634 <!-- Test Clients -->
2539 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> 2635 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe">
2540 <Configuration name="Debug"> 2636 <Configuration name="Debug">
2541 <Options> 2637 <Options>
2542 <OutputPath>../../../../bin/</OutputPath> 2638 <OutputPath>../../../../bin/</OutputPath>
@@ -2563,7 +2659,7 @@
2563 </Files> 2659 </Files>
2564 </Project> 2660 </Project>
2565 2661
2566 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> 2662 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe">
2567 <Configuration name="Debug"> 2663 <Configuration name="Debug">
2568 <Options> 2664 <Options>
2569 <OutputPath>../../../../bin/</OutputPath> 2665 <OutputPath>../../../../bin/</OutputPath>
@@ -2590,7 +2686,7 @@
2590 </Files> 2686 </Files>
2591 </Project> 2687 </Project>
2592 2688
2593 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> 2689 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe">
2594 <Configuration name="Debug"> 2690 <Configuration name="Debug">
2595 <Options> 2691 <Options>
2596 <OutputPath>../../../../bin/</OutputPath> 2692 <OutputPath>../../../../bin/</OutputPath>
@@ -2617,7 +2713,7 @@
2617 </Files> 2713 </Files>
2618 </Project> 2714 </Project>
2619 2715
2620 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> 2716 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe">
2621 <Configuration name="Debug"> 2717 <Configuration name="Debug">
2622 <Options> 2718 <Options>
2623 <OutputPath>../../../../bin/</OutputPath> 2719 <OutputPath>../../../../bin/</OutputPath>
@@ -2645,7 +2741,7 @@
2645 </Project> 2741 </Project>
2646 2742
2647 <!-- Test assemblies --> 2743 <!-- Test assemblies -->
2648 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2744 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
2649 <Configuration name="Debug"> 2745 <Configuration name="Debug">
2650 <Options> 2746 <Options>
2651 <OutputPath>../../../bin/</OutputPath> 2747 <OutputPath>../../../bin/</OutputPath>
@@ -2689,7 +2785,7 @@
2689 </Files> 2785 </Files>
2690 </Project> 2786 </Project>
2691 2787
2692 <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> 2788 <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2693 <Configuration name="Debug"> 2789 <Configuration name="Debug">
2694 <Options> 2790 <Options>
2695 <OutputPath>../../bin/</OutputPath> 2791 <OutputPath>../../bin/</OutputPath>
@@ -2712,7 +2808,7 @@
2712 </Project> 2808 </Project>
2713 2809
2714 2810
2715 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> 2811 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2716 <Configuration name="Debug"> 2812 <Configuration name="Debug">
2717 <Options> 2813 <Options>
2718 <OutputPath>../../../bin/</OutputPath> 2814 <OutputPath>../../../bin/</OutputPath>
@@ -2762,7 +2858,7 @@
2762 </Project> 2858 </Project>
2763 2859
2764 2860
2765 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2861 <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2766 <Configuration name="Debug"> 2862 <Configuration name="Debug">
2767 <Options> 2863 <Options>
2768 <OutputPath>../../../bin/</OutputPath> 2864 <OutputPath>../../../bin/</OutputPath>
@@ -2804,7 +2900,7 @@
2804 </Files> 2900 </Files>
2805 </Project> 2901 </Project>
2806 2902
2807 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 2903 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
2808 <Configuration name="Debug"> 2904 <Configuration name="Debug">
2809 <Options> 2905 <Options>
2810 <OutputPath>../../../bin/</OutputPath> 2906 <OutputPath>../../../bin/</OutputPath>
@@ -2835,7 +2931,7 @@
2835 </Files> 2931 </Files>
2836 </Project> 2932 </Project>
2837 2933
2838 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> 2934 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library">
2839 <Configuration name="Debug"> 2935 <Configuration name="Debug">
2840 <Options> 2936 <Options>
2841 <OutputPath>../../../../bin/</OutputPath> 2937 <OutputPath>../../../../bin/</OutputPath>
@@ -2866,7 +2962,7 @@
2866 </Files> 2962 </Files>
2867 </Project> 2963 </Project>
2868 2964
2869 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> 2965 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
2870 <Configuration name="Debug"> 2966 <Configuration name="Debug">
2871 <Options> 2967 <Options>
2872 <OutputPath>../../../../bin/</OutputPath> 2968 <OutputPath>../../../../bin/</OutputPath>
@@ -2896,7 +2992,7 @@
2896 </Files> 2992 </Files>
2897 </Project> 2993 </Project>
2898 2994
2899 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 2995 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
2900 <Configuration name="Debug"> 2996 <Configuration name="Debug">
2901 <Options> 2997 <Options>
2902 <OutputPath>../../../bin/</OutputPath> 2998 <OutputPath>../../../bin/</OutputPath>
@@ -2967,7 +3063,7 @@
2967 </Files> 3063 </Files>
2968 </Project> 3064 </Project>
2969 3065
2970 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> 3066 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library">
2971 <Configuration name="Debug"> 3067 <Configuration name="Debug">
2972 <Options> 3068 <Options>
2973 <OutputPath>../../../bin/</OutputPath> 3069 <OutputPath>../../../bin/</OutputPath>
@@ -3026,7 +3122,7 @@
3026 </Files> 3122 </Files>
3027 </Project> 3123 </Project>
3028 3124
3029 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 3125 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
3030 <Configuration name="Debug"> 3126 <Configuration name="Debug">
3031 <Options> 3127 <Options>
3032 <OutputPath>../../../bin/</OutputPath> 3128 <OutputPath>../../../bin/</OutputPath>
@@ -3084,7 +3180,7 @@
3084 </Files> 3180 </Files>
3085 </Project> 3181 </Project>
3086 3182
3087 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 3183 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3088 <Configuration name="Debug"> 3184 <Configuration name="Debug">
3089 <Options> 3185 <Options>
3090 <OutputPath>../../../../../bin/</OutputPath> 3186 <OutputPath>../../../../../bin/</OutputPath>
@@ -3121,7 +3217,7 @@
3121 </Files> 3217 </Files>
3122 </Project> 3218 </Project>
3123 3219
3124 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3220 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3125 <Configuration name="Debug"> 3221 <Configuration name="Debug">
3126 <Options> 3222 <Options>
3127 <OutputPath>../../../../../../bin/</OutputPath> 3223 <OutputPath>../../../../../../bin/</OutputPath>
@@ -3157,7 +3253,7 @@
3157 </Files> 3253 </Files>
3158 </Project> 3254 </Project>
3159 3255
3160 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3256 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3161 <Configuration name="Debug"> 3257 <Configuration name="Debug">
3162 <Options> 3258 <Options>
3163 <OutputPath>../../../bin/</OutputPath> 3259 <OutputPath>../../../bin/</OutputPath>
@@ -3211,7 +3307,7 @@
3211 TODO: this is kind of lame, we basically build a duplicate 3307 TODO: this is kind of lame, we basically build a duplicate
3212 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. 3308 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs.
3213 --> 3309 -->
3214 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> 3310 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library">
3215 <Configuration name="Debug"> 3311 <Configuration name="Debug">
3216 <Options> 3312 <Options>
3217 <OutputPath>../../../../../bin/</OutputPath> 3313 <OutputPath>../../../../../bin/</OutputPath>
@@ -3241,7 +3337,7 @@
3241 </Files> 3337 </Files>
3242 </Project> 3338 </Project>
3243 3339
3244 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> 3340 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library">
3245 <Configuration name="Debug"> 3341 <Configuration name="Debug">
3246 <Options> 3342 <Options>
3247 <OutputPath>../../../bin/</OutputPath> 3343 <OutputPath>../../../bin/</OutputPath>