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 3419119..2543a1b 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>
@@ -151,7 +151,7 @@
151 </Files> 151 </Files>
152 </Project> 152 </Project>
153 153
154 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> 154 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
155 <Configuration name="Debug"> 155 <Configuration name="Debug">
156 <Options> 156 <Options>
157 <OutputPath>../../../bin/</OutputPath> 157 <OutputPath>../../../bin/</OutputPath>
@@ -178,7 +178,7 @@
178 </Files> 178 </Files>
179 </Project> 179 </Project>
180 180
181 <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> 181 <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
182 <Configuration name="Debug"> 182 <Configuration name="Debug">
183 <Options> 183 <Options>
184 <OutputPath>../../../bin/</OutputPath> 184 <OutputPath>../../../bin/</OutputPath>
@@ -206,7 +206,7 @@
206 </Files> 206 </Files>
207 </Project> 207 </Project>
208 208
209 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> 209 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library">
210 <Configuration name="Debug"> 210 <Configuration name="Debug">
211 <Options> 211 <Options>
212 <OutputPath>../../../bin/</OutputPath> 212 <OutputPath>../../../bin/</OutputPath>
@@ -235,7 +235,7 @@
235 </Files> 235 </Files>
236 </Project> 236 </Project>
237 237
238 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library"> 238 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library">
239 <Configuration name="Debug"> 239 <Configuration name="Debug">
240 <Options> 240 <Options>
241 <OutputPath>../../../bin/</OutputPath> 241 <OutputPath>../../../bin/</OutputPath>
@@ -259,7 +259,7 @@
259 </Files> 259 </Files>
260 </Project> 260 </Project>
261 261
262 <Project frameworkVersion="v3_5" name="OpenSim.Data" path="OpenSim/Data" type="Library"> 262 <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library">
263 <Configuration name="Debug"> 263 <Configuration name="Debug">
264 <Options> 264 <Options>
265 <OutputPath>../../bin/</OutputPath> 265 <OutputPath>../../bin/</OutputPath>
@@ -288,7 +288,7 @@
288 </Files> 288 </Files>
289 </Project> 289 </Project>
290 290
291 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> 291 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library">
292 <Configuration name="Debug"> 292 <Configuration name="Debug">
293 <Options> 293 <Options>
294 <OutputPath>../../../../bin/</OutputPath> 294 <OutputPath>../../../../bin/</OutputPath>
@@ -313,7 +313,7 @@
313 </Files> 313 </Files>
314 </Project> 314 </Project>
315 315
316 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> 316 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library">
317 <Configuration name="Debug"> 317 <Configuration name="Debug">
318 <Options> 318 <Options>
319 <OutputPath>../../../../bin/</OutputPath> 319 <OutputPath>../../../../bin/</OutputPath>
@@ -340,7 +340,7 @@
340 </Files> 340 </Files>
341 </Project> 341 </Project>
342 342
343 <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> 343 <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library">
344 <Configuration name="Debug"> 344 <Configuration name="Debug">
345 <Options> 345 <Options>
346 <OutputPath>../../../../bin/</OutputPath> 346 <OutputPath>../../../../bin/</OutputPath>
@@ -365,7 +365,7 @@
365 </Files> 365 </Files>
366 </Project> 366 </Project>
367 367
368 <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> 368 <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library">
369 <Configuration name="Debug"> 369 <Configuration name="Debug">
370 <Options> 370 <Options>
371 <OutputPath>../../../../bin/</OutputPath> 371 <OutputPath>../../../../bin/</OutputPath>
@@ -391,7 +391,7 @@
391 </Files> 391 </Files>
392 </Project> 392 </Project>
393 393
394 <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> 394 <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library">
395 <Configuration name="Debug"> 395 <Configuration name="Debug">
396 <Options> 396 <Options>
397 <OutputPath>../../../../bin/</OutputPath> 397 <OutputPath>../../../../bin/</OutputPath>
@@ -417,7 +417,7 @@
417 </Files> 417 </Files>
418 </Project> 418 </Project>
419 419
420 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> 420 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
421 <Configuration name="Debug"> 421 <Configuration name="Debug">
422 <Options> 422 <Options>
423 <OutputPath>../../../bin/</OutputPath> 423 <OutputPath>../../../bin/</OutputPath>
@@ -449,7 +449,7 @@
449 </Files> 449 </Files>
450 </Project> 450 </Project>
451 451
452 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> 452 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
453 <Configuration name="Debug"> 453 <Configuration name="Debug">
454 <Options> 454 <Options>
455 <OutputPath>../../../../bin/</OutputPath> 455 <OutputPath>../../../../bin/</OutputPath>
@@ -477,7 +477,7 @@
477 </Project> 477 </Project>
478 478
479 <!-- Physics Plug-ins --> 479 <!-- Physics Plug-ins -->
480 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> 480 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library">
481 <Configuration name="Debug"> 481 <Configuration name="Debug">
482 <Options> 482 <Options>
483 <OutputPath>../../../../bin/Physics/</OutputPath> 483 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -500,7 +500,7 @@
500 </Files> 500 </Files>
501 </Project> 501 </Project>
502 502
503 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> 503 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library">
504 <Configuration name="Debug"> 504 <Configuration name="Debug">
505 <Options> 505 <Options>
506 <OutputPath>../../../../bin/Physics/</OutputPath> 506 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -523,7 +523,7 @@
523 </Files> 523 </Files>
524 </Project> 524 </Project>
525 525
526 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> 526 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library">
527 <Configuration name="Debug"> 527 <Configuration name="Debug">
528 <Options> 528 <Options>
529 <OutputPath>../../../../bin/Physics/</OutputPath> 529 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -553,7 +553,7 @@
553 </Files> 553 </Files>
554 </Project> 554 </Project>
555 555
556 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> 556 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
557 <Configuration name="Debug"> 557 <Configuration name="Debug">
558 <Options> 558 <Options>
559 <OutputPath>../../../../bin/</OutputPath> 559 <OutputPath>../../../../bin/</OutputPath>
@@ -578,7 +578,69 @@
578 </Files> 578 </Files>
579 </Project> 579 </Project>
580 580
581 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> 581 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
582 <Configuration name="Debug">
583 <Options>
584 <OutputPath>../../../../bin/Physics/</OutputPath>
585 </Options>
586 </Configuration>
587 <Configuration name="Release">
588 <Options>
589 <OutputPath>../../../../bin/Physics/</OutputPath>
590 </Options>
591 </Configuration>
592
593 <ReferencePath>../../../../bin/</ReferencePath>
594 <Reference name="System"/>
595 <Reference name="System.Core"/>
596 <Reference name="OpenMetaverseTypes.dll"/>
597 <Reference name="Nini.dll" />
598 <Reference name="OpenSim.Framework"/>
599 <Reference name="OpenSim.Framework.Console"/>
600 <Reference name="OpenSim.Region.Physics.Manager"/>
601 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
602 <Reference name="Ode.NET.dll" />
603 <Reference name="log4net.dll"/>
604
605 <Files>
606 <Match pattern="*.cs" recurse="true">
607 <Exclude name="Tests" pattern="Tests"/>
608 </Match>
609 </Files>
610 </Project>
611
612 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library">
613 <Configuration name="Debug">
614 <Options>
615 <OutputPath>../../../../bin/Physics/</OutputPath>
616 </Options>
617 </Configuration>
618 <Configuration name="Release">
619 <Options>
620 <OutputPath>../../../../bin/Physics/</OutputPath>
621 </Options>
622 </Configuration>
623
624 <ReferencePath>../../../../bin/</ReferencePath>
625 <Reference name="System"/>
626 <Reference name="System.Core"/>
627 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
628 <Reference name="Nini" path="../../../../bin/"/>
629
630 <Reference name="OpenSim.Framework"/>
631 <Reference name="OpenSim.Framework.Console"/>
632 <Reference name="OpenSim.Region.Physics.Manager"/>
633 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
634 <Reference name="log4net" path="../../../../bin/"/>
635
636 <Files>
637 <Match pattern="*.cs" recurse="true">
638 <Exclude name="Tests" pattern="Tests"/>
639 </Match>
640 </Files>
641 </Project>
642
643 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library">
582 <Configuration name="Debug"> 644 <Configuration name="Debug">
583 <Options> 645 <Options>
584 <OutputPath>../../../../bin/Physics/</OutputPath> 646 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -611,7 +673,38 @@
611 </Files> 673 </Files>
612 </Project> 674 </Project>
613 675
614 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> 676 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library">
677 <Configuration name="Debug">
678 <Options>
679 <OutputPath>../../../../bin/Physics/</OutputPath>
680 </Options>
681 </Configuration>
682 <Configuration name="Release">
683 <Options>
684 <OutputPath>../../../../bin/Physics/</OutputPath>
685 </Options>
686 </Configuration>
687
688 <ReferencePath>../../../../bin/</ReferencePath>
689 <Reference name="System"/>
690 <Reference name="System.Drawing"/>
691 <Reference name="CSJ2K" path="../../../../bin/"/>
692 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
693 <Reference name="OpenMetaverse" path="../../../../bin/"/>
694 <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/>
695 <Reference name="Nini" path="../../../../bin/"/>
696 <Reference name="OpenSim.Framework"/>
697 <Reference name="OpenSim.Framework.Console"/>
698 <Reference name="OpenSim.Region.Physics.Manager"/>
699 <Reference name="log4net" path="../../../../bin/"/>
700 <Reference name="zlib.net" path="../../../../bin/"/>
701
702 <Files>
703 <Match pattern="*.cs" recurse="true"/>
704 </Files>
705 </Project>
706
707 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library">
615 <Configuration name="Debug"> 708 <Configuration name="Debug">
616 <Options> 709 <Options>
617 <OutputPath>../../../../bin/Physics/</OutputPath> 710 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -634,6 +727,7 @@
634 <Reference name="OpenSim.Framework"/> 727 <Reference name="OpenSim.Framework"/>
635 <Reference name="OpenSim.Framework.Console"/> 728 <Reference name="OpenSim.Framework.Console"/>
636 <Reference name="OpenSim.Region.Physics.Manager"/> 729 <Reference name="OpenSim.Region.Physics.Manager"/>
730 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
637 <Reference name="log4net" path="../../../../bin/"/> 731 <Reference name="log4net" path="../../../../bin/"/>
638 <Reference name="zlib.net" path="../../../../bin/"/> 732 <Reference name="zlib.net" path="../../../../bin/"/>
639 733
@@ -642,7 +736,7 @@
642 </Files> 736 </Files>
643 </Project> 737 </Project>
644 738
645 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> 739 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library">
646 <Configuration name="Debug"> 740 <Configuration name="Debug">
647 <Options> 741 <Options>
648 <OutputPath>../../bin/</OutputPath> 742 <OutputPath>../../bin/</OutputPath>
@@ -677,7 +771,7 @@
677 </Project> 771 </Project>
678 772
679 773
680 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> 774 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library">
681 <Configuration name="Debug"> 775 <Configuration name="Debug">
682 <Options> 776 <Options>
683 <OutputPath>../../../bin/</OutputPath> 777 <OutputPath>../../../bin/</OutputPath>
@@ -718,7 +812,7 @@
718 </Project> 812 </Project>
719 813
720 814
721 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> 815 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library">
722 <Configuration name="Debug"> 816 <Configuration name="Debug">
723 <Options> 817 <Options>
724 <OutputPath>../../../bin/</OutputPath> 818 <OutputPath>../../../bin/</OutputPath>
@@ -771,7 +865,7 @@
771 <!-- OGS projects --> 865 <!-- OGS projects -->
772 866
773 867
774 <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> 868 <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library">
775 <Configuration name="Debug"> 869 <Configuration name="Debug">
776 <Options> 870 <Options>
777 <OutputPath>../../../bin/</OutputPath> 871 <OutputPath>../../../bin/</OutputPath>
@@ -801,7 +895,7 @@
801 </Files> 895 </Files>
802 </Project> 896 </Project>
803 897
804 <Project frameworkVersion="v3_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> 898 <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library">
805 <Configuration name="Debug"> 899 <Configuration name="Debug">
806 <Options> 900 <Options>
807 <OutputPath>../../../bin/</OutputPath> 901 <OutputPath>../../../bin/</OutputPath>
@@ -828,7 +922,7 @@
828 </Files> 922 </Files>
829 </Project> 923 </Project>
830 924
831 <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> 925 <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library">
832 <Configuration name="Debug"> 926 <Configuration name="Debug">
833 <Options> 927 <Options>
834 <OutputPath>../../../bin/</OutputPath> 928 <OutputPath>../../../bin/</OutputPath>
@@ -859,7 +953,7 @@
859 </Files> 953 </Files>
860 </Project> 954 </Project>
861 955
862 <Project frameworkVersion="v3_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> 956 <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library">
863 <Configuration name="Debug"> 957 <Configuration name="Debug">
864 <Options> 958 <Options>
865 <OutputPath>../../../bin/</OutputPath> 959 <OutputPath>../../../bin/</OutputPath>
@@ -890,7 +984,7 @@
890 </Files> 984 </Files>
891 </Project> 985 </Project>
892 986
893 <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> 987 <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library">
894 <Configuration name="Debug"> 988 <Configuration name="Debug">
895 <Options> 989 <Options>
896 <OutputPath>../../../bin/</OutputPath> 990 <OutputPath>../../../bin/</OutputPath>
@@ -929,7 +1023,7 @@
929 </Files> 1023 </Files>
930 </Project> 1024 </Project>
931 1025
932 <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> 1026 <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library">
933 <Configuration name="Debug"> 1027 <Configuration name="Debug">
934 <Options> 1028 <Options>
935 <OutputPath>../../../bin/</OutputPath> 1029 <OutputPath>../../../bin/</OutputPath>
@@ -960,7 +1054,7 @@
960 </Files> 1054 </Files>
961 </Project> 1055 </Project>
962 1056
963 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> 1057 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library">
964 <Configuration name="Debug"> 1058 <Configuration name="Debug">
965 <Options> 1059 <Options>
966 <OutputPath>../../../bin/</OutputPath> 1060 <OutputPath>../../../bin/</OutputPath>
@@ -991,7 +1085,7 @@
991 </Files> 1085 </Files>
992 </Project> 1086 </Project>
993 1087
994 <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> 1088 <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
995 <Configuration name="Debug"> 1089 <Configuration name="Debug">
996 <Options> 1090 <Options>
997 <OutputPath>../../../bin/</OutputPath> 1091 <OutputPath>../../../bin/</OutputPath>
@@ -1023,7 +1117,7 @@
1023 </Files> 1117 </Files>
1024 </Project> 1118 </Project>
1025 1119
1026 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> 1120 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library">
1027 <Configuration name="Debug"> 1121 <Configuration name="Debug">
1028 <Options> 1122 <Options>
1029 <OutputPath>../../../bin/</OutputPath> 1123 <OutputPath>../../../bin/</OutputPath>
@@ -1045,6 +1139,7 @@
1045 <Reference name="OpenSim.Server.Base"/> 1139 <Reference name="OpenSim.Server.Base"/>
1046 <Reference name="OpenSim.Services.Interfaces"/> 1140 <Reference name="OpenSim.Services.Interfaces"/>
1047 <Reference name="OpenSim.Services.Base"/> 1141 <Reference name="OpenSim.Services.Base"/>
1142 <Reference name="OpenSim.Server.Base"/>
1048 <Reference name="OpenSim.Services.Connectors"/> 1143 <Reference name="OpenSim.Services.Connectors"/>
1049 <Reference name="OpenSim.Data"/> 1144 <Reference name="OpenSim.Data"/>
1050 <Reference name="Nini" path="../../../bin/"/> 1145 <Reference name="Nini" path="../../../bin/"/>
@@ -1055,7 +1150,7 @@
1055 </Files> 1150 </Files>
1056 </Project> 1151 </Project>
1057 1152
1058 <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> 1153 <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
1059 <Configuration name="Debug"> 1154 <Configuration name="Debug">
1060 <Options> 1155 <Options>
1061 <OutputPath>../../../bin/</OutputPath> 1156 <OutputPath>../../../bin/</OutputPath>
@@ -1089,7 +1184,7 @@
1089 </Files> 1184 </Files>
1090 </Project> 1185 </Project>
1091 1186
1092 <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> 1187 <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library">
1093 <Configuration name="Debug"> 1188 <Configuration name="Debug">
1094 <Options> 1189 <Options>
1095 <OutputPath>../../../bin/</OutputPath> 1190 <OutputPath>../../../bin/</OutputPath>
@@ -1120,7 +1215,7 @@
1120 </Files> 1215 </Files>
1121 </Project> 1216 </Project>
1122 1217
1123 <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> 1218 <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library">
1124 <Configuration name="Debug"> 1219 <Configuration name="Debug">
1125 <Options> 1220 <Options>
1126 <OutputPath>../../../bin/</OutputPath> 1221 <OutputPath>../../../bin/</OutputPath>
@@ -1151,7 +1246,7 @@
1151 </Files> 1246 </Files>
1152 </Project> 1247 </Project>
1153 1248
1154 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 1249 <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
1155 <Configuration name="Debug"> 1250 <Configuration name="Debug">
1156 <Options> 1251 <Options>
1157 <OutputPath>../../../bin/</OutputPath> 1252 <OutputPath>../../../bin/</OutputPath>
@@ -1184,7 +1279,7 @@
1184 </Project> 1279 </Project>
1185 1280
1186 1281
1187 <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> 1282 <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
1188 <Configuration name="Debug"> 1283 <Configuration name="Debug">
1189 <Options> 1284 <Options>
1190 <OutputPath>../../../bin/</OutputPath> 1285 <OutputPath>../../../bin/</OutputPath>
@@ -1217,7 +1312,7 @@
1217 </Files> 1312 </Files>
1218 </Project> 1313 </Project>
1219 1314
1220 <Project frameworkVersion="v3_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> 1315 <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library">
1221 <Configuration name="Debug"> 1316 <Configuration name="Debug">
1222 <Options> 1317 <Options>
1223 <OutputPath>../../../bin/</OutputPath> 1318 <OutputPath>../../../bin/</OutputPath>
@@ -1255,7 +1350,7 @@
1255 </Files> 1350 </Files>
1256 </Project> 1351 </Project>
1257 1352
1258 <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> 1353 <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library">
1259 <Configuration name="Debug"> 1354 <Configuration name="Debug">
1260 <Options> 1355 <Options>
1261 <OutputPath>../../../bin/</OutputPath> 1356 <OutputPath>../../../bin/</OutputPath>
@@ -1285,7 +1380,7 @@
1285 </Files> 1380 </Files>
1286 </Project> 1381 </Project>
1287 1382
1288 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1383 <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1289 <Configuration name="Debug"> 1384 <Configuration name="Debug">
1290 <Options> 1385 <Options>
1291 <OutputPath>../../../bin/</OutputPath> 1386 <OutputPath>../../../bin/</OutputPath>
@@ -1324,7 +1419,7 @@
1324 </Project> 1419 </Project>
1325 1420
1326 1421
1327 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> 1422 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library">
1328 <Configuration name="Debug"> 1423 <Configuration name="Debug">
1329 <Options> 1424 <Options>
1330 <OutputPath>../../../bin/</OutputPath> 1425 <OutputPath>../../../bin/</OutputPath>
@@ -1365,7 +1460,7 @@
1365 </Project> 1460 </Project>
1366 1461
1367 1462
1368 <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> 1463 <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe">
1369 <Configuration name="Debug"> 1464 <Configuration name="Debug">
1370 <Options> 1465 <Options>
1371 <OutputPath>../../bin/</OutputPath> 1466 <OutputPath>../../bin/</OutputPath>
@@ -1399,7 +1494,7 @@
1399 </Files> 1494 </Files>
1400 </Project> 1495 </Project>
1401 1496
1402 <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> 1497 <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe">
1403 <Configuration name="Debug"> 1498 <Configuration name="Debug">
1404 <Options> 1499 <Options>
1405 <OutputPath>../../bin/</OutputPath> 1500 <OutputPath>../../bin/</OutputPath>
@@ -1431,7 +1526,7 @@
1431 </Files> 1526 </Files>
1432 </Project> 1527 </Project>
1433 1528
1434 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> 1529 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library">
1435 <Configuration name="Debug"> 1530 <Configuration name="Debug">
1436 <Options> 1531 <Options>
1437 <OutputPath>../../../bin/</OutputPath> 1532 <OutputPath>../../../bin/</OutputPath>
@@ -1497,7 +1592,7 @@
1497 </Files> 1592 </Files>
1498 </Project> 1593 </Project>
1499 1594
1500 <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> 1595 <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library">
1501 <Configuration name="Debug"> 1596 <Configuration name="Debug">
1502 <Options> 1597 <Options>
1503 <OutputPath>../../../bin/</OutputPath> 1598 <OutputPath>../../../bin/</OutputPath>
@@ -1535,7 +1630,7 @@
1535 </Files> 1630 </Files>
1536 </Project> 1631 </Project>
1537 1632
1538 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> 1633 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
1539 <Configuration name="Debug"> 1634 <Configuration name="Debug">
1540 <Options> 1635 <Options>
1541 <OutputPath>../../../bin/</OutputPath> 1636 <OutputPath>../../../bin/</OutputPath>
@@ -1570,7 +1665,7 @@
1570 </Project> 1665 </Project>
1571 1666
1572 <!-- ClientStack Plugins --> 1667 <!-- ClientStack Plugins -->
1573 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> 1668 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library">
1574 <Configuration name="Debug"> 1669 <Configuration name="Debug">
1575 <Options> 1670 <Options>
1576 <OutputPath>../../../../../bin/</OutputPath> 1671 <OutputPath>../../../../../bin/</OutputPath>
@@ -1613,7 +1708,7 @@
1613 </Files> 1708 </Files>
1614 </Project> 1709 </Project>
1615 1710
1616 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 1711 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
1617 <Configuration name="Debug"> 1712 <Configuration name="Debug">
1618 <Options> 1713 <Options>
1619 <OutputPath>../../../../../bin/</OutputPath> 1714 <OutputPath>../../../../../bin/</OutputPath>
@@ -1655,7 +1750,7 @@
1655 </Files> 1750 </Files>
1656 </Project> 1751 </Project>
1657 1752
1658 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> 1753 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library">
1659 <Configuration name="Debug"> 1754 <Configuration name="Debug">
1660 <Options> 1755 <Options>
1661 <OutputPath>../../../bin/</OutputPath> 1756 <OutputPath>../../../bin/</OutputPath>
@@ -1712,7 +1807,7 @@
1712 </Project> 1807 </Project>
1713 1808
1714 <!-- Datastore Plugins --> 1809 <!-- Datastore Plugins -->
1715 <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1810 <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1716 <Configuration name="Debug"> 1811 <Configuration name="Debug">
1717 <Options> 1812 <Options>
1718 <OutputPath>../../../bin/</OutputPath> 1813 <OutputPath>../../../bin/</OutputPath>
@@ -1740,7 +1835,7 @@
1740 </Project> 1835 </Project>
1741 1836
1742 <!-- OpenSim app --> 1837 <!-- OpenSim app -->
1743 <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1838 <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1744 <Configuration name="Debug"> 1839 <Configuration name="Debug">
1745 <Options> 1840 <Options>
1746 <OutputPath>../../../bin/</OutputPath> 1841 <OutputPath>../../../bin/</OutputPath>
@@ -1784,7 +1879,7 @@
1784 </Files> 1879 </Files>
1785 </Project> 1880 </Project>
1786 1881
1787 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> 1882 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
1788 <Configuration name="Debug"> 1883 <Configuration name="Debug">
1789 <Options> 1884 <Options>
1790 <OutputPath>../../../bin/</OutputPath> 1885 <OutputPath>../../../bin/</OutputPath>
@@ -1819,7 +1914,7 @@
1819 </Files> 1914 </Files>
1820 </Project> 1915 </Project>
1821 1916
1822 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> 1917 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library">
1823 <Configuration name="Debug"> 1918 <Configuration name="Debug">
1824 <Options> 1919 <Options>
1825 <OutputPath>../../../bin/</OutputPath> 1920 <OutputPath>../../../bin/</OutputPath>
@@ -1849,7 +1944,7 @@
1849 </Files> 1944 </Files>
1850 </Project> 1945 </Project>
1851 1946
1852 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 1947 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
1853 <Configuration name="Debug"> 1948 <Configuration name="Debug">
1854 <Options> 1949 <Options>
1855 <OutputPath>../../../bin/</OutputPath> 1950 <OutputPath>../../../bin/</OutputPath>
@@ -1890,7 +1985,7 @@
1890 </Project> 1985 </Project>
1891 1986
1892 <!-- REST plugins --> 1987 <!-- REST plugins -->
1893 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> 1988 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library">
1894 <Configuration name="Debug"> 1989 <Configuration name="Debug">
1895 <Options> 1990 <Options>
1896 <OutputPath>../../../bin/</OutputPath> 1991 <OutputPath>../../../bin/</OutputPath>
@@ -1925,7 +2020,7 @@
1925 </Files> 2020 </Files>
1926 </Project> 2021 </Project>
1927 2022
1928 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> 2023 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library">
1929 <Configuration name="Debug"> 2024 <Configuration name="Debug">
1930 <Options> 2025 <Options>
1931 <OutputPath>../../../../bin/</OutputPath> 2026 <OutputPath>../../../../bin/</OutputPath>
@@ -1962,7 +2057,7 @@
1962 </Files> 2057 </Files>
1963 </Project> 2058 </Project>
1964 2059
1965 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> 2060 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library">
1966 <Configuration name="Debug"> 2061 <Configuration name="Debug">
1967 <Options> 2062 <Options>
1968 <OutputPath>../../../../bin/</OutputPath> 2063 <OutputPath>../../../../bin/</OutputPath>
@@ -2006,7 +2101,7 @@
2006 2101
2007 <!-- Scene Server API Example Apps --> 2102 <!-- Scene Server API Example Apps -->
2008 2103
2009 <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> 2104 <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library">
2010 <Configuration name="Debug"> 2105 <Configuration name="Debug">
2011 <Options> 2106 <Options>
2012 <OutputPath>../../../bin/</OutputPath> 2107 <OutputPath>../../../bin/</OutputPath>
@@ -2043,7 +2138,7 @@
2043 </Project> 2138 </Project>
2044 2139
2045 <!-- Data Base Modules --> 2140 <!-- Data Base Modules -->
2046 <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 2141 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
2047 <Configuration name="Debug"> 2142 <Configuration name="Debug">
2048 <Options> 2143 <Options>
2049 <OutputPath>../../../bin/</OutputPath> 2144 <OutputPath>../../../bin/</OutputPath>
@@ -2081,7 +2176,7 @@
2081 </Files> 2176 </Files>
2082 </Project> 2177 </Project>
2083 2178
2084 <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> 2179 <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library">
2085 <Configuration name="Debug"> 2180 <Configuration name="Debug">
2086 <Options> 2181 <Options>
2087 <OutputPath>../../../bin/</OutputPath> 2182 <OutputPath>../../../bin/</OutputPath>
@@ -2115,7 +2210,7 @@
2115 </Files> 2210 </Files>
2116 </Project> 2211 </Project>
2117 2212
2118 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2213 <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2119 <Configuration name="Debug"> 2214 <Configuration name="Debug">
2120 <Options> 2215 <Options>
2121 <OutputPath>../../../bin/</OutputPath> 2216 <OutputPath>../../../bin/</OutputPath>
@@ -2156,7 +2251,7 @@
2156 </Project> 2251 </Project>
2157 2252
2158 2253
2159 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2254 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2160 <Configuration name="Debug"> 2255 <Configuration name="Debug">
2161 <Options> 2256 <Options>
2162 <OutputPath>../../../../bin/</OutputPath> 2257 <OutputPath>../../../../bin/</OutputPath>
@@ -2194,7 +2289,7 @@
2194 </Files> 2289 </Files>
2195 </Project> 2290 </Project>
2196 2291
2197 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 2292 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
2198 <Configuration name="Debug"> 2293 <Configuration name="Debug">
2199 <Options> 2294 <Options>
2200 <OutputPath>../../../../../../bin/</OutputPath> 2295 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2227,7 +2322,7 @@
2227 </Files> 2322 </Files>
2228 </Project> 2323 </Project>
2229 2324
2230 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> 2325 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library">
2231 <Configuration name="Debug"> 2326 <Configuration name="Debug">
2232 <Options> 2327 <Options>
2233 <OutputPath>../../../../../../../bin/</OutputPath> 2328 <OutputPath>../../../../../../../bin/</OutputPath>
@@ -2259,7 +2354,7 @@
2259 </Files> 2354 </Files>
2260 </Project> 2355 </Project>
2261 2356
2262 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> 2357 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library">
2263 <Configuration name="Debug"> 2358 <Configuration name="Debug">
2264 <Options> 2359 <Options>
2265 <OutputPath>../../../../../../bin/</OutputPath> 2360 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2273,6 +2368,7 @@
2273 2368
2274 <ReferencePath>../../../../../../bin/</ReferencePath> 2369 <ReferencePath>../../../../../../bin/</ReferencePath>
2275 <Reference name="System"/> 2370 <Reference name="System"/>
2371 <Reference name="System.Core"/>
2276 <Reference name="System.Data"/> 2372 <Reference name="System.Data"/>
2277 <Reference name="System.Web"/> 2373 <Reference name="System.Web"/>
2278 <Reference name="System.Xml"/> 2374 <Reference name="System.Xml"/>
@@ -2297,7 +2393,7 @@
2297 </Files> 2393 </Files>
2298 </Project> 2394 </Project>
2299 2395
2300 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 2396 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
2301 <Configuration name="Debug"> 2397 <Configuration name="Debug">
2302 <Options> 2398 <Options>
2303 <OutputPath>../../../../../bin/</OutputPath> 2399 <OutputPath>../../../../../bin/</OutputPath>
@@ -2328,7 +2424,7 @@
2328 </Files> 2424 </Files>
2329 </Project> 2425 </Project>
2330 2426
2331 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> 2427 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library">
2332 <Configuration name="Debug"> 2428 <Configuration name="Debug">
2333 <Options> 2429 <Options>
2334 <OutputPath>../../../../../bin/</OutputPath> 2430 <OutputPath>../../../../../bin/</OutputPath>
@@ -2366,7 +2462,7 @@
2366 </Files> 2462 </Files>
2367 </Project> 2463 </Project>
2368 2464
2369 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 2465 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
2370 <Configuration name="Debug"> 2466 <Configuration name="Debug">
2371 <Options> 2467 <Options>
2372 <OutputPath>../../../../bin/</OutputPath> 2468 <OutputPath>../../../../bin/</OutputPath>
@@ -2409,7 +2505,7 @@
2409 </Project> 2505 </Project>
2410 2506
2411 2507
2412 <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> 2508 <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library">
2413 <Configuration name="Debug"> 2509 <Configuration name="Debug">
2414 <Options> 2510 <Options>
2415 <OutputPath>../../../bin/</OutputPath> 2511 <OutputPath>../../../bin/</OutputPath>
@@ -2460,7 +2556,7 @@
2460 2556
2461 <!-- Tools --> 2557 <!-- Tools -->
2462 2558
2463 <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> 2559 <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
2464 <Configuration name="Debug"> 2560 <Configuration name="Debug">
2465 <Options> 2561 <Options>
2466 <OutputPath>../../../bin/</OutputPath> 2562 <OutputPath>../../../bin/</OutputPath>
@@ -2487,7 +2583,7 @@
2487 </Files> 2583 </Files>
2488 </Project> 2584 </Project>
2489 2585
2490 <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> 2586 <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe">
2491 <Configuration name="Debug"> 2587 <Configuration name="Debug">
2492 <Options> 2588 <Options>
2493 <OutputPath>../../../bin/</OutputPath> 2589 <OutputPath>../../../bin/</OutputPath>
@@ -2514,7 +2610,7 @@
2514 </Files> 2610 </Files>
2515 </Project> 2611 </Project>
2516 2612
2517 <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> 2613 <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2518 <Configuration name="Debug"> 2614 <Configuration name="Debug">
2519 <Options> 2615 <Options>
2520 <OutputPath>../../../bin/</OutputPath> 2616 <OutputPath>../../../bin/</OutputPath>
@@ -2538,7 +2634,7 @@
2538 </Project> 2634 </Project>
2539 2635
2540 <!-- Test Clients --> 2636 <!-- Test Clients -->
2541 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> 2637 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe">
2542 <Configuration name="Debug"> 2638 <Configuration name="Debug">
2543 <Options> 2639 <Options>
2544 <OutputPath>../../../../bin/</OutputPath> 2640 <OutputPath>../../../../bin/</OutputPath>
@@ -2565,7 +2661,7 @@
2565 </Files> 2661 </Files>
2566 </Project> 2662 </Project>
2567 2663
2568 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> 2664 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe">
2569 <Configuration name="Debug"> 2665 <Configuration name="Debug">
2570 <Options> 2666 <Options>
2571 <OutputPath>../../../../bin/</OutputPath> 2667 <OutputPath>../../../../bin/</OutputPath>
@@ -2592,7 +2688,7 @@
2592 </Files> 2688 </Files>
2593 </Project> 2689 </Project>
2594 2690
2595 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> 2691 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe">
2596 <Configuration name="Debug"> 2692 <Configuration name="Debug">
2597 <Options> 2693 <Options>
2598 <OutputPath>../../../../bin/</OutputPath> 2694 <OutputPath>../../../../bin/</OutputPath>
@@ -2619,7 +2715,7 @@
2619 </Files> 2715 </Files>
2620 </Project> 2716 </Project>
2621 2717
2622 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> 2718 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe">
2623 <Configuration name="Debug"> 2719 <Configuration name="Debug">
2624 <Options> 2720 <Options>
2625 <OutputPath>../../../../bin/</OutputPath> 2721 <OutputPath>../../../../bin/</OutputPath>
@@ -2647,7 +2743,7 @@
2647 </Project> 2743 </Project>
2648 2744
2649 <!-- Test assemblies --> 2745 <!-- Test assemblies -->
2650 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2746 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
2651 <Configuration name="Debug"> 2747 <Configuration name="Debug">
2652 <Options> 2748 <Options>
2653 <OutputPath>../../../bin/</OutputPath> 2749 <OutputPath>../../../bin/</OutputPath>
@@ -2691,7 +2787,7 @@
2691 </Files> 2787 </Files>
2692 </Project> 2788 </Project>
2693 2789
2694 <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> 2790 <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2695 <Configuration name="Debug"> 2791 <Configuration name="Debug">
2696 <Options> 2792 <Options>
2697 <OutputPath>../../bin/</OutputPath> 2793 <OutputPath>../../bin/</OutputPath>
@@ -2714,7 +2810,7 @@
2714 </Project> 2810 </Project>
2715 2811
2716 2812
2717 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> 2813 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2718 <Configuration name="Debug"> 2814 <Configuration name="Debug">
2719 <Options> 2815 <Options>
2720 <OutputPath>../../../bin/</OutputPath> 2816 <OutputPath>../../../bin/</OutputPath>
@@ -2764,7 +2860,7 @@
2764 </Project> 2860 </Project>
2765 2861
2766 2862
2767 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2863 <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2768 <Configuration name="Debug"> 2864 <Configuration name="Debug">
2769 <Options> 2865 <Options>
2770 <OutputPath>../../../bin/</OutputPath> 2866 <OutputPath>../../../bin/</OutputPath>
@@ -2806,7 +2902,7 @@
2806 </Files> 2902 </Files>
2807 </Project> 2903 </Project>
2808 2904
2809 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 2905 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
2810 <Configuration name="Debug"> 2906 <Configuration name="Debug">
2811 <Options> 2907 <Options>
2812 <OutputPath>../../../bin/</OutputPath> 2908 <OutputPath>../../../bin/</OutputPath>
@@ -2837,7 +2933,7 @@
2837 </Files> 2933 </Files>
2838 </Project> 2934 </Project>
2839 2935
2840 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> 2936 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library">
2841 <Configuration name="Debug"> 2937 <Configuration name="Debug">
2842 <Options> 2938 <Options>
2843 <OutputPath>../../../../bin/</OutputPath> 2939 <OutputPath>../../../../bin/</OutputPath>
@@ -2868,7 +2964,7 @@
2868 </Files> 2964 </Files>
2869 </Project> 2965 </Project>
2870 2966
2871 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> 2967 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
2872 <Configuration name="Debug"> 2968 <Configuration name="Debug">
2873 <Options> 2969 <Options>
2874 <OutputPath>../../../../bin/</OutputPath> 2970 <OutputPath>../../../../bin/</OutputPath>
@@ -2898,7 +2994,7 @@
2898 </Files> 2994 </Files>
2899 </Project> 2995 </Project>
2900 2996
2901 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 2997 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
2902 <Configuration name="Debug"> 2998 <Configuration name="Debug">
2903 <Options> 2999 <Options>
2904 <OutputPath>../../../bin/</OutputPath> 3000 <OutputPath>../../../bin/</OutputPath>
@@ -2969,7 +3065,7 @@
2969 </Files> 3065 </Files>
2970 </Project> 3066 </Project>
2971 3067
2972 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> 3068 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library">
2973 <Configuration name="Debug"> 3069 <Configuration name="Debug">
2974 <Options> 3070 <Options>
2975 <OutputPath>../../../bin/</OutputPath> 3071 <OutputPath>../../../bin/</OutputPath>
@@ -3028,7 +3124,7 @@
3028 </Files> 3124 </Files>
3029 </Project> 3125 </Project>
3030 3126
3031 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 3127 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
3032 <Configuration name="Debug"> 3128 <Configuration name="Debug">
3033 <Options> 3129 <Options>
3034 <OutputPath>../../../bin/</OutputPath> 3130 <OutputPath>../../../bin/</OutputPath>
@@ -3087,7 +3183,7 @@
3087 </Files> 3183 </Files>
3088 </Project> 3184 </Project>
3089 3185
3090 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 3186 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3091 <Configuration name="Debug"> 3187 <Configuration name="Debug">
3092 <Options> 3188 <Options>
3093 <OutputPath>../../../../../bin/</OutputPath> 3189 <OutputPath>../../../../../bin/</OutputPath>
@@ -3124,7 +3220,7 @@
3124 </Files> 3220 </Files>
3125 </Project> 3221 </Project>
3126 3222
3127 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3223 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3128 <Configuration name="Debug"> 3224 <Configuration name="Debug">
3129 <Options> 3225 <Options>
3130 <OutputPath>../../../../../../bin/</OutputPath> 3226 <OutputPath>../../../../../../bin/</OutputPath>
@@ -3160,7 +3256,7 @@
3160 </Files> 3256 </Files>
3161 </Project> 3257 </Project>
3162 3258
3163 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3259 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3164 <Configuration name="Debug"> 3260 <Configuration name="Debug">
3165 <Options> 3261 <Options>
3166 <OutputPath>../../../bin/</OutputPath> 3262 <OutputPath>../../../bin/</OutputPath>
@@ -3214,7 +3310,7 @@
3214 TODO: this is kind of lame, we basically build a duplicate 3310 TODO: this is kind of lame, we basically build a duplicate
3215 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. 3311 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs.
3216 --> 3312 -->
3217 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> 3313 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library">
3218 <Configuration name="Debug"> 3314 <Configuration name="Debug">
3219 <Options> 3315 <Options>
3220 <OutputPath>../../../../../bin/</OutputPath> 3316 <OutputPath>../../../../../bin/</OutputPath>
@@ -3244,7 +3340,7 @@
3244 </Files> 3340 </Files>
3245 </Project> 3341 </Project>
3246 3342
3247 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> 3343 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library">
3248 <Configuration name="Debug"> 3344 <Configuration name="Debug">
3249 <Options> 3345 <Options>
3250 <OutputPath>../../../bin/</OutputPath> 3346 <OutputPath>../../../bin/</OutputPath>