aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--prebuild.xml284
1 files changed, 190 insertions, 94 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d02f2b9..3a64af9 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>
@@ -1398,7 +1493,7 @@
1398 </Files> 1493 </Files>
1399 </Project> 1494 </Project>
1400 1495
1401 <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> 1496 <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe">
1402 <Configuration name="Debug"> 1497 <Configuration name="Debug">
1403 <Options> 1498 <Options>
1404 <OutputPath>../../bin/</OutputPath> 1499 <OutputPath>../../bin/</OutputPath>
@@ -1430,7 +1525,7 @@
1430 </Files> 1525 </Files>
1431 </Project> 1526 </Project>
1432 1527
1433 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> 1528 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library">
1434 <Configuration name="Debug"> 1529 <Configuration name="Debug">
1435 <Options> 1530 <Options>
1436 <OutputPath>../../../bin/</OutputPath> 1531 <OutputPath>../../../bin/</OutputPath>
@@ -1496,7 +1591,7 @@
1496 </Files> 1591 </Files>
1497 </Project> 1592 </Project>
1498 1593
1499 <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> 1594 <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library">
1500 <Configuration name="Debug"> 1595 <Configuration name="Debug">
1501 <Options> 1596 <Options>
1502 <OutputPath>../../../bin/</OutputPath> 1597 <OutputPath>../../../bin/</OutputPath>
@@ -1534,7 +1629,7 @@
1534 </Files> 1629 </Files>
1535 </Project> 1630 </Project>
1536 1631
1537 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> 1632 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
1538 <Configuration name="Debug"> 1633 <Configuration name="Debug">
1539 <Options> 1634 <Options>
1540 <OutputPath>../../../bin/</OutputPath> 1635 <OutputPath>../../../bin/</OutputPath>
@@ -1569,7 +1664,7 @@
1569 </Project> 1664 </Project>
1570 1665
1571 <!-- ClientStack Plugins --> 1666 <!-- ClientStack Plugins -->
1572 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> 1667 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library">
1573 <Configuration name="Debug"> 1668 <Configuration name="Debug">
1574 <Options> 1669 <Options>
1575 <OutputPath>../../../../../bin/</OutputPath> 1670 <OutputPath>../../../../../bin/</OutputPath>
@@ -1612,7 +1707,7 @@
1612 </Files> 1707 </Files>
1613 </Project> 1708 </Project>
1614 1709
1615 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 1710 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
1616 <Configuration name="Debug"> 1711 <Configuration name="Debug">
1617 <Options> 1712 <Options>
1618 <OutputPath>../../../../../bin/</OutputPath> 1713 <OutputPath>../../../../../bin/</OutputPath>
@@ -1654,7 +1749,7 @@
1654 </Files> 1749 </Files>
1655 </Project> 1750 </Project>
1656 1751
1657 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> 1752 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library">
1658 <Configuration name="Debug"> 1753 <Configuration name="Debug">
1659 <Options> 1754 <Options>
1660 <OutputPath>../../../bin/</OutputPath> 1755 <OutputPath>../../../bin/</OutputPath>
@@ -1711,7 +1806,7 @@
1711 </Project> 1806 </Project>
1712 1807
1713 <!-- Datastore Plugins --> 1808 <!-- Datastore Plugins -->
1714 <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1809 <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1715 <Configuration name="Debug"> 1810 <Configuration name="Debug">
1716 <Options> 1811 <Options>
1717 <OutputPath>../../../bin/</OutputPath> 1812 <OutputPath>../../../bin/</OutputPath>
@@ -1739,7 +1834,7 @@
1739 </Project> 1834 </Project>
1740 1835
1741 <!-- OpenSim app --> 1836 <!-- OpenSim app -->
1742 <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1837 <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1743 <Configuration name="Debug"> 1838 <Configuration name="Debug">
1744 <Options> 1839 <Options>
1745 <OutputPath>../../../bin/</OutputPath> 1840 <OutputPath>../../../bin/</OutputPath>
@@ -1783,7 +1878,7 @@
1783 </Files> 1878 </Files>
1784 </Project> 1879 </Project>
1785 1880
1786 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> 1881 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
1787 <Configuration name="Debug"> 1882 <Configuration name="Debug">
1788 <Options> 1883 <Options>
1789 <OutputPath>../../../bin/</OutputPath> 1884 <OutputPath>../../../bin/</OutputPath>
@@ -1818,7 +1913,7 @@
1818 </Files> 1913 </Files>
1819 </Project> 1914 </Project>
1820 1915
1821 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> 1916 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library">
1822 <Configuration name="Debug"> 1917 <Configuration name="Debug">
1823 <Options> 1918 <Options>
1824 <OutputPath>../../../bin/</OutputPath> 1919 <OutputPath>../../../bin/</OutputPath>
@@ -1848,7 +1943,7 @@
1848 </Files> 1943 </Files>
1849 </Project> 1944 </Project>
1850 1945
1851 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 1946 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
1852 <Configuration name="Debug"> 1947 <Configuration name="Debug">
1853 <Options> 1948 <Options>
1854 <OutputPath>../../../bin/</OutputPath> 1949 <OutputPath>../../../bin/</OutputPath>
@@ -1889,7 +1984,7 @@
1889 </Project> 1984 </Project>
1890 1985
1891 <!-- REST plugins --> 1986 <!-- REST plugins -->
1892 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> 1987 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library">
1893 <Configuration name="Debug"> 1988 <Configuration name="Debug">
1894 <Options> 1989 <Options>
1895 <OutputPath>../../../bin/</OutputPath> 1990 <OutputPath>../../../bin/</OutputPath>
@@ -1924,7 +2019,7 @@
1924 </Files> 2019 </Files>
1925 </Project> 2020 </Project>
1926 2021
1927 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> 2022 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library">
1928 <Configuration name="Debug"> 2023 <Configuration name="Debug">
1929 <Options> 2024 <Options>
1930 <OutputPath>../../../../bin/</OutputPath> 2025 <OutputPath>../../../../bin/</OutputPath>
@@ -1961,7 +2056,7 @@
1961 </Files> 2056 </Files>
1962 </Project> 2057 </Project>
1963 2058
1964 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> 2059 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library">
1965 <Configuration name="Debug"> 2060 <Configuration name="Debug">
1966 <Options> 2061 <Options>
1967 <OutputPath>../../../../bin/</OutputPath> 2062 <OutputPath>../../../../bin/</OutputPath>
@@ -2005,7 +2100,7 @@
2005 2100
2006 <!-- Scene Server API Example Apps --> 2101 <!-- Scene Server API Example Apps -->
2007 2102
2008 <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> 2103 <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library">
2009 <Configuration name="Debug"> 2104 <Configuration name="Debug">
2010 <Options> 2105 <Options>
2011 <OutputPath>../../../bin/</OutputPath> 2106 <OutputPath>../../../bin/</OutputPath>
@@ -2042,7 +2137,7 @@
2042 </Project> 2137 </Project>
2043 2138
2044 <!-- Data Base Modules --> 2139 <!-- Data Base Modules -->
2045 <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 2140 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
2046 <Configuration name="Debug"> 2141 <Configuration name="Debug">
2047 <Options> 2142 <Options>
2048 <OutputPath>../../../bin/</OutputPath> 2143 <OutputPath>../../../bin/</OutputPath>
@@ -2080,7 +2175,7 @@
2080 </Files> 2175 </Files>
2081 </Project> 2176 </Project>
2082 2177
2083 <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> 2178 <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library">
2084 <Configuration name="Debug"> 2179 <Configuration name="Debug">
2085 <Options> 2180 <Options>
2086 <OutputPath>../../../bin/</OutputPath> 2181 <OutputPath>../../../bin/</OutputPath>
@@ -2114,7 +2209,7 @@
2114 </Files> 2209 </Files>
2115 </Project> 2210 </Project>
2116 2211
2117 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2212 <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2118 <Configuration name="Debug"> 2213 <Configuration name="Debug">
2119 <Options> 2214 <Options>
2120 <OutputPath>../../../bin/</OutputPath> 2215 <OutputPath>../../../bin/</OutputPath>
@@ -2155,7 +2250,7 @@
2155 </Project> 2250 </Project>
2156 2251
2157 2252
2158 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2253 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2159 <Configuration name="Debug"> 2254 <Configuration name="Debug">
2160 <Options> 2255 <Options>
2161 <OutputPath>../../../../bin/</OutputPath> 2256 <OutputPath>../../../../bin/</OutputPath>
@@ -2193,7 +2288,7 @@
2193 </Files> 2288 </Files>
2194 </Project> 2289 </Project>
2195 2290
2196 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 2291 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
2197 <Configuration name="Debug"> 2292 <Configuration name="Debug">
2198 <Options> 2293 <Options>
2199 <OutputPath>../../../../../../bin/</OutputPath> 2294 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2226,7 +2321,7 @@
2226 </Files> 2321 </Files>
2227 </Project> 2322 </Project>
2228 2323
2229 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> 2324 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library">
2230 <Configuration name="Debug"> 2325 <Configuration name="Debug">
2231 <Options> 2326 <Options>
2232 <OutputPath>../../../../../../../bin/</OutputPath> 2327 <OutputPath>../../../../../../../bin/</OutputPath>
@@ -2258,7 +2353,7 @@
2258 </Files> 2353 </Files>
2259 </Project> 2354 </Project>
2260 2355
2261 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> 2356 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library">
2262 <Configuration name="Debug"> 2357 <Configuration name="Debug">
2263 <Options> 2358 <Options>
2264 <OutputPath>../../../../../../bin/</OutputPath> 2359 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2272,6 +2367,7 @@
2272 2367
2273 <ReferencePath>../../../../../../bin/</ReferencePath> 2368 <ReferencePath>../../../../../../bin/</ReferencePath>
2274 <Reference name="System"/> 2369 <Reference name="System"/>
2370 <Reference name="System.Core"/>
2275 <Reference name="System.Data"/> 2371 <Reference name="System.Data"/>
2276 <Reference name="System.Web"/> 2372 <Reference name="System.Web"/>
2277 <Reference name="System.Xml"/> 2373 <Reference name="System.Xml"/>
@@ -2296,7 +2392,7 @@
2296 </Files> 2392 </Files>
2297 </Project> 2393 </Project>
2298 2394
2299 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 2395 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
2300 <Configuration name="Debug"> 2396 <Configuration name="Debug">
2301 <Options> 2397 <Options>
2302 <OutputPath>../../../../../bin/</OutputPath> 2398 <OutputPath>../../../../../bin/</OutputPath>
@@ -2327,7 +2423,7 @@
2327 </Files> 2423 </Files>
2328 </Project> 2424 </Project>
2329 2425
2330 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> 2426 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library">
2331 <Configuration name="Debug"> 2427 <Configuration name="Debug">
2332 <Options> 2428 <Options>
2333 <OutputPath>../../../../../bin/</OutputPath> 2429 <OutputPath>../../../../../bin/</OutputPath>
@@ -2365,7 +2461,7 @@
2365 </Files> 2461 </Files>
2366 </Project> 2462 </Project>
2367 2463
2368 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 2464 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
2369 <Configuration name="Debug"> 2465 <Configuration name="Debug">
2370 <Options> 2466 <Options>
2371 <OutputPath>../../../../bin/</OutputPath> 2467 <OutputPath>../../../../bin/</OutputPath>
@@ -2408,7 +2504,7 @@
2408 </Project> 2504 </Project>
2409 2505
2410 2506
2411 <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> 2507 <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library">
2412 <Configuration name="Debug"> 2508 <Configuration name="Debug">
2413 <Options> 2509 <Options>
2414 <OutputPath>../../../bin/</OutputPath> 2510 <OutputPath>../../../bin/</OutputPath>
@@ -2459,7 +2555,7 @@
2459 2555
2460 <!-- Tools --> 2556 <!-- Tools -->
2461 2557
2462 <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> 2558 <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
2463 <Configuration name="Debug"> 2559 <Configuration name="Debug">
2464 <Options> 2560 <Options>
2465 <OutputPath>../../../bin/</OutputPath> 2561 <OutputPath>../../../bin/</OutputPath>
@@ -2486,7 +2582,7 @@
2486 </Files> 2582 </Files>
2487 </Project> 2583 </Project>
2488 2584
2489 <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> 2585 <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe">
2490 <Configuration name="Debug"> 2586 <Configuration name="Debug">
2491 <Options> 2587 <Options>
2492 <OutputPath>../../../bin/</OutputPath> 2588 <OutputPath>../../../bin/</OutputPath>
@@ -2513,7 +2609,7 @@
2513 </Files> 2609 </Files>
2514 </Project> 2610 </Project>
2515 2611
2516 <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> 2612 <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2517 <Configuration name="Debug"> 2613 <Configuration name="Debug">
2518 <Options> 2614 <Options>
2519 <OutputPath>../../../bin/</OutputPath> 2615 <OutputPath>../../../bin/</OutputPath>
@@ -2537,7 +2633,7 @@
2537 </Project> 2633 </Project>
2538 2634
2539 <!-- Test Clients --> 2635 <!-- Test Clients -->
2540 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> 2636 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe">
2541 <Configuration name="Debug"> 2637 <Configuration name="Debug">
2542 <Options> 2638 <Options>
2543 <OutputPath>../../../../bin/</OutputPath> 2639 <OutputPath>../../../../bin/</OutputPath>
@@ -2564,7 +2660,7 @@
2564 </Files> 2660 </Files>
2565 </Project> 2661 </Project>
2566 2662
2567 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> 2663 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe">
2568 <Configuration name="Debug"> 2664 <Configuration name="Debug">
2569 <Options> 2665 <Options>
2570 <OutputPath>../../../../bin/</OutputPath> 2666 <OutputPath>../../../../bin/</OutputPath>
@@ -2591,7 +2687,7 @@
2591 </Files> 2687 </Files>
2592 </Project> 2688 </Project>
2593 2689
2594 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> 2690 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe">
2595 <Configuration name="Debug"> 2691 <Configuration name="Debug">
2596 <Options> 2692 <Options>
2597 <OutputPath>../../../../bin/</OutputPath> 2693 <OutputPath>../../../../bin/</OutputPath>
@@ -2618,7 +2714,7 @@
2618 </Files> 2714 </Files>
2619 </Project> 2715 </Project>
2620 2716
2621 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> 2717 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe">
2622 <Configuration name="Debug"> 2718 <Configuration name="Debug">
2623 <Options> 2719 <Options>
2624 <OutputPath>../../../../bin/</OutputPath> 2720 <OutputPath>../../../../bin/</OutputPath>
@@ -2646,7 +2742,7 @@
2646 </Project> 2742 </Project>
2647 2743
2648 <!-- Test assemblies --> 2744 <!-- Test assemblies -->
2649 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2745 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
2650 <Configuration name="Debug"> 2746 <Configuration name="Debug">
2651 <Options> 2747 <Options>
2652 <OutputPath>../../../bin/</OutputPath> 2748 <OutputPath>../../../bin/</OutputPath>
@@ -2690,7 +2786,7 @@
2690 </Files> 2786 </Files>
2691 </Project> 2787 </Project>
2692 2788
2693 <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> 2789 <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2694 <Configuration name="Debug"> 2790 <Configuration name="Debug">
2695 <Options> 2791 <Options>
2696 <OutputPath>../../bin/</OutputPath> 2792 <OutputPath>../../bin/</OutputPath>
@@ -2713,7 +2809,7 @@
2713 </Project> 2809 </Project>
2714 2810
2715 2811
2716 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> 2812 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2717 <Configuration name="Debug"> 2813 <Configuration name="Debug">
2718 <Options> 2814 <Options>
2719 <OutputPath>../../../bin/</OutputPath> 2815 <OutputPath>../../../bin/</OutputPath>
@@ -2763,7 +2859,7 @@
2763 </Project> 2859 </Project>
2764 2860
2765 2861
2766 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2862 <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2767 <Configuration name="Debug"> 2863 <Configuration name="Debug">
2768 <Options> 2864 <Options>
2769 <OutputPath>../../../bin/</OutputPath> 2865 <OutputPath>../../../bin/</OutputPath>
@@ -2805,7 +2901,7 @@
2805 </Files> 2901 </Files>
2806 </Project> 2902 </Project>
2807 2903
2808 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 2904 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
2809 <Configuration name="Debug"> 2905 <Configuration name="Debug">
2810 <Options> 2906 <Options>
2811 <OutputPath>../../../bin/</OutputPath> 2907 <OutputPath>../../../bin/</OutputPath>
@@ -2836,7 +2932,7 @@
2836 </Files> 2932 </Files>
2837 </Project> 2933 </Project>
2838 2934
2839 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> 2935 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library">
2840 <Configuration name="Debug"> 2936 <Configuration name="Debug">
2841 <Options> 2937 <Options>
2842 <OutputPath>../../../../bin/</OutputPath> 2938 <OutputPath>../../../../bin/</OutputPath>
@@ -2867,7 +2963,7 @@
2867 </Files> 2963 </Files>
2868 </Project> 2964 </Project>
2869 2965
2870 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> 2966 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
2871 <Configuration name="Debug"> 2967 <Configuration name="Debug">
2872 <Options> 2968 <Options>
2873 <OutputPath>../../../../bin/</OutputPath> 2969 <OutputPath>../../../../bin/</OutputPath>
@@ -2897,7 +2993,7 @@
2897 </Files> 2993 </Files>
2898 </Project> 2994 </Project>
2899 2995
2900 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 2996 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
2901 <Configuration name="Debug"> 2997 <Configuration name="Debug">
2902 <Options> 2998 <Options>
2903 <OutputPath>../../../bin/</OutputPath> 2999 <OutputPath>../../../bin/</OutputPath>
@@ -2968,7 +3064,7 @@
2968 </Files> 3064 </Files>
2969 </Project> 3065 </Project>
2970 3066
2971 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> 3067 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library">
2972 <Configuration name="Debug"> 3068 <Configuration name="Debug">
2973 <Options> 3069 <Options>
2974 <OutputPath>../../../bin/</OutputPath> 3070 <OutputPath>../../../bin/</OutputPath>
@@ -3027,7 +3123,7 @@
3027 </Files> 3123 </Files>
3028 </Project> 3124 </Project>
3029 3125
3030 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 3126 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
3031 <Configuration name="Debug"> 3127 <Configuration name="Debug">
3032 <Options> 3128 <Options>
3033 <OutputPath>../../../bin/</OutputPath> 3129 <OutputPath>../../../bin/</OutputPath>
@@ -3085,7 +3181,7 @@
3085 </Files> 3181 </Files>
3086 </Project> 3182 </Project>
3087 3183
3088 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 3184 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3089 <Configuration name="Debug"> 3185 <Configuration name="Debug">
3090 <Options> 3186 <Options>
3091 <OutputPath>../../../../../bin/</OutputPath> 3187 <OutputPath>../../../../../bin/</OutputPath>
@@ -3122,7 +3218,7 @@
3122 </Files> 3218 </Files>
3123 </Project> 3219 </Project>
3124 3220
3125 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3221 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3126 <Configuration name="Debug"> 3222 <Configuration name="Debug">
3127 <Options> 3223 <Options>
3128 <OutputPath>../../../../../../bin/</OutputPath> 3224 <OutputPath>../../../../../../bin/</OutputPath>
@@ -3158,7 +3254,7 @@
3158 </Files> 3254 </Files>
3159 </Project> 3255 </Project>
3160 3256
3161 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3257 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3162 <Configuration name="Debug"> 3258 <Configuration name="Debug">
3163 <Options> 3259 <Options>
3164 <OutputPath>../../../bin/</OutputPath> 3260 <OutputPath>../../../bin/</OutputPath>
@@ -3212,7 +3308,7 @@
3212 TODO: this is kind of lame, we basically build a duplicate 3308 TODO: this is kind of lame, we basically build a duplicate
3213 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. 3309 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs.
3214 --> 3310 -->
3215 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> 3311 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library">
3216 <Configuration name="Debug"> 3312 <Configuration name="Debug">
3217 <Options> 3313 <Options>
3218 <OutputPath>../../../../../bin/</OutputPath> 3314 <OutputPath>../../../../../bin/</OutputPath>
@@ -3242,7 +3338,7 @@
3242 </Files> 3338 </Files>
3243 </Project> 3339 </Project>
3244 3340
3245 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> 3341 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library">
3246 <Configuration name="Debug"> 3342 <Configuration name="Debug">
3247 <Options> 3343 <Options>
3248 <OutputPath>../../../bin/</OutputPath> 3344 <OutputPath>../../../bin/</OutputPath>