aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2014-06-21 00:39:55 +0200
committerMelanie Thielker2014-06-21 00:39:55 +0200
commit159fcbf150b7da0e229b29aa7b94793484543d12 (patch)
treeb8c0ff3b4c758a3fba8315b556c923ef4c02a185 /prebuild.xml
parentMerge commit '68c8633ba18f0a11cfc0ed04d1d0c7c59e6cec76' (diff)
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC_OLD-159fcbf150b7da0e229b29aa7b94793484543d12.zip
opensim-SC_OLD-159fcbf150b7da0e229b29aa7b94793484543d12.tar.gz
opensim-SC_OLD-159fcbf150b7da0e229b29aa7b94793484543d12.tar.bz2
opensim-SC_OLD-159fcbf150b7da0e229b29aa7b94793484543d12.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml321
1 files changed, 218 insertions, 103 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 20b9c9d..8e2192b 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -34,7 +34,7 @@
34 34
35 <!-- Core OpenSim Projects --> 35 <!-- Core OpenSim Projects -->
36<!-- 36<!--
37 <Project frameworkVersion="v3_5" name="OpenSim.Model" path="OpenSim/Model" type="Library"> 37 <Project frameworkVersion="v4_0" name="OpenSim.Model" path="OpenSim/Model" type="Library">
38 <Configuration name="Debug"> 38 <Configuration name="Debug">
39 <Options> 39 <Options>
40 <OutputPath>../../../bin/</OutputPath> 40 <OutputPath>../../../bin/</OutputPath>
@@ -55,7 +55,7 @@
55 </Project> 55 </Project>
56--> 56-->
57 57
58 <Project frameworkVersion="v3_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> 58 <Project frameworkVersion="v4_0" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library">
59 <Configuration name="Debug"> 59 <Configuration name="Debug">
60 <Options> 60 <Options>
61 <OutputPath>../../bin/</OutputPath> 61 <OutputPath>../../bin/</OutputPath>
@@ -77,7 +77,7 @@
77 </Files> 77 </Files>
78 </Project> 78 </Project>
79 79
80 <Project frameworkVersion="v3_5" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> 80 <Project frameworkVersion="v4_0" name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
81 <Configuration name="Debug"> 81 <Configuration name="Debug">
82 <Options> 82 <Options>
83 <OutputPath>../../bin/</OutputPath> 83 <OutputPath>../../bin/</OutputPath>
@@ -113,7 +113,7 @@
113 </Files> 113 </Files>
114 </Project> 114 </Project>
115 115
116 <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> 116 <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
117 <Configuration name="Debug"> 117 <Configuration name="Debug">
118 <Options> 118 <Options>
119 <OutputPath>../../../bin/</OutputPath> 119 <OutputPath>../../../bin/</OutputPath>
@@ -141,7 +141,7 @@
141 </Files> 141 </Files>
142 </Project> 142 </Project>
143 143
144 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> 144 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library">
145 <Configuration name="Debug"> 145 <Configuration name="Debug">
146 <Options> 146 <Options>
147 <OutputPath>../../../bin/</OutputPath> 147 <OutputPath>../../../bin/</OutputPath>
@@ -157,6 +157,7 @@
157 <Reference name="System"/> 157 <Reference name="System"/>
158 <Reference name="System.Core"/> 158 <Reference name="System.Core"/>
159 <Reference name="log4net" path="../../../bin/"/> 159 <Reference name="log4net" path="../../../bin/"/>
160 <Reference name="Nini" path="../../../bin/"/>
160 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 161 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
161 <Reference name="OpenMetaverse" path="../../../bin/"/> 162 <Reference name="OpenMetaverse" path="../../../bin/"/>
162 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> 163 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
@@ -167,7 +168,7 @@
167 </Files> 168 </Files>
168 </Project> 169 </Project>
169 170
170 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> 171 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library">
171 <Configuration name="Debug"> 172 <Configuration name="Debug">
172 <Options> 173 <Options>
173 <OutputPath>../../../../bin/</OutputPath> 174 <OutputPath>../../../../bin/</OutputPath>
@@ -208,7 +209,7 @@
208 </Files> 209 </Files>
209 </Project> 210 </Project>
210 211
211 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> 212 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
212 <Configuration name="Debug"> 213 <Configuration name="Debug">
213 <Options> 214 <Options>
214 <OutputPath>../../../bin/</OutputPath> 215 <OutputPath>../../../bin/</OutputPath>
@@ -235,7 +236,7 @@
235 </Files> 236 </Files>
236 </Project> 237 </Project>
237 238
238 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> 239 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library">
239 <Configuration name="Debug"> 240 <Configuration name="Debug">
240 <Options> 241 <Options>
241 <OutputPath>../../../bin/</OutputPath> 242 <OutputPath>../../../bin/</OutputPath>
@@ -264,7 +265,7 @@
264 </Files> 265 </Files>
265 </Project> 266 </Project>
266 267
267 <Project frameworkVersion="v3_5" name="OpenSim.Data" path="OpenSim/Data" type="Library"> 268 <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library">
268 <Configuration name="Debug"> 269 <Configuration name="Debug">
269 <Options> 270 <Options>
270 <OutputPath>../../bin/</OutputPath> 271 <OutputPath>../../bin/</OutputPath>
@@ -282,6 +283,7 @@
282 <Reference name="System.Data"/> 283 <Reference name="System.Data"/>
283 <Reference name="XMLRPC" path="../../bin/"/> 284 <Reference name="XMLRPC" path="../../bin/"/>
284 <Reference name="OpenMetaverse" path="../../bin/"/> 285 <Reference name="OpenMetaverse" path="../../bin/"/>
286 <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/>
285 <Reference name="OpenMetaverseTypes" path="../../bin/"/> 287 <Reference name="OpenMetaverseTypes" path="../../bin/"/>
286 <Reference name="OpenSim.Framework"/> 288 <Reference name="OpenSim.Framework"/>
287 <Reference name="log4net" path="../../bin/"/> 289 <Reference name="log4net" path="../../bin/"/>
@@ -293,7 +295,7 @@
293 </Files> 295 </Files>
294 </Project> 296 </Project>
295 297
296 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> 298 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library">
297 <Configuration name="Debug"> 299 <Configuration name="Debug">
298 <Options> 300 <Options>
299 <OutputPath>../../../../bin/</OutputPath> 301 <OutputPath>../../../../bin/</OutputPath>
@@ -318,7 +320,7 @@
318 </Files> 320 </Files>
319 </Project> 321 </Project>
320 322
321 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> 323 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library">
322 <Configuration name="Debug"> 324 <Configuration name="Debug">
323 <Options> 325 <Options>
324 <OutputPath>../../../../bin/</OutputPath> 326 <OutputPath>../../../../bin/</OutputPath>
@@ -345,7 +347,7 @@
345 </Files> 347 </Files>
346 </Project> 348 </Project>
347 349
348 <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> 350 <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library">
349 <Configuration name="Debug"> 351 <Configuration name="Debug">
350 <Options> 352 <Options>
351 <OutputPath>../../../../bin/</OutputPath> 353 <OutputPath>../../../../bin/</OutputPath>
@@ -370,7 +372,7 @@
370 </Files> 372 </Files>
371 </Project> 373 </Project>
372 374
373 <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> 375 <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library">
374 <Configuration name="Debug"> 376 <Configuration name="Debug">
375 <Options> 377 <Options>
376 <OutputPath>../../../../bin/</OutputPath> 378 <OutputPath>../../../../bin/</OutputPath>
@@ -396,7 +398,7 @@
396 </Files> 398 </Files>
397 </Project> 399 </Project>
398 400
399 <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> 401 <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library">
400 <Configuration name="Debug"> 402 <Configuration name="Debug">
401 <Options> 403 <Options>
402 <OutputPath>../../../../bin/</OutputPath> 404 <OutputPath>../../../../bin/</OutputPath>
@@ -422,7 +424,7 @@
422 </Files> 424 </Files>
423 </Project> 425 </Project>
424 426
425 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> 427 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
426 <Configuration name="Debug"> 428 <Configuration name="Debug">
427 <Options> 429 <Options>
428 <OutputPath>../../../bin/</OutputPath> 430 <OutputPath>../../../bin/</OutputPath>
@@ -455,7 +457,7 @@
455 </Files> 457 </Files>
456 </Project> 458 </Project>
457 459
458 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> 460 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
459 <Configuration name="Debug"> 461 <Configuration name="Debug">
460 <Options> 462 <Options>
461 <OutputPath>../../../../bin/</OutputPath> 463 <OutputPath>../../../../bin/</OutputPath>
@@ -483,7 +485,7 @@
483 </Project> 485 </Project>
484 486
485 <!-- Physics Plug-ins --> 487 <!-- Physics Plug-ins -->
486 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> 488 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library">
487 <Configuration name="Debug"> 489 <Configuration name="Debug">
488 <Options> 490 <Options>
489 <OutputPath>../../../../bin/Physics/</OutputPath> 491 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -506,7 +508,7 @@
506 </Files> 508 </Files>
507 </Project> 509 </Project>
508 510
509 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> 511 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library">
510 <Configuration name="Debug"> 512 <Configuration name="Debug">
511 <Options> 513 <Options>
512 <OutputPath>../../../../bin/Physics/</OutputPath> 514 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -529,7 +531,7 @@
529 </Files> 531 </Files>
530 </Project> 532 </Project>
531 533
532 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> 534 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library">
533 <Configuration name="Debug"> 535 <Configuration name="Debug">
534 <Options> 536 <Options>
535 <OutputPath>../../../../bin/Physics/</OutputPath> 537 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -559,7 +561,7 @@
559 </Files> 561 </Files>
560 </Project> 562 </Project>
561 563
562 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> 564 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
563 <Configuration name="Debug"> 565 <Configuration name="Debug">
564 <Options> 566 <Options>
565 <OutputPath>../../../../bin/</OutputPath> 567 <OutputPath>../../../../bin/</OutputPath>
@@ -584,7 +586,7 @@
584 </Files> 586 </Files>
585 </Project> 587 </Project>
586 588
587 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> 589 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
588 <Configuration name="Debug"> 590 <Configuration name="Debug">
589 <Options> 591 <Options>
590 <OutputPath>../../../../bin/Physics/</OutputPath> 592 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -615,7 +617,7 @@
615 </Files> 617 </Files>
616 </Project> 618 </Project>
617 619
618 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> 620 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library">
619 <Configuration name="Debug"> 621 <Configuration name="Debug">
620 <Options> 622 <Options>
621 <OutputPath>../../../../bin/Physics/</OutputPath> 623 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -646,7 +648,7 @@
646 </Files> 648 </Files>
647 </Project> 649 </Project>
648 650
649 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> 651 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library">
650 <Configuration name="Debug"> 652 <Configuration name="Debug">
651 <Options> 653 <Options>
652 <OutputPath>../../../../bin/Physics/</OutputPath> 654 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -670,14 +672,13 @@
670 <Reference name="OpenSim.Framework.Console"/> 672 <Reference name="OpenSim.Framework.Console"/>
671 <Reference name="OpenSim.Region.Physics.Manager"/> 673 <Reference name="OpenSim.Region.Physics.Manager"/>
672 <Reference name="log4net" path="../../../../bin/"/> 674 <Reference name="log4net" path="../../../../bin/"/>
673 <Reference name="zlib.net" path="../../../../bin/"/>
674 675
675 <Files> 676 <Files>
676 <Match pattern="*.cs" recurse="true"/> 677 <Match pattern="*.cs" recurse="true"/>
677 </Files> 678 </Files>
678 </Project> 679 </Project>
679 680
680 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> 681 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library">
681 <Configuration name="Debug"> 682 <Configuration name="Debug">
682 <Options> 683 <Options>
683 <OutputPath>../../../../bin/Physics/</OutputPath> 684 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -709,7 +710,7 @@
709 </Files> 710 </Files>
710 </Project> 711 </Project>
711 712
712 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> 713 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library">
713 <Configuration name="Debug"> 714 <Configuration name="Debug">
714 <Options> 715 <Options>
715 <OutputPath>../../bin/</OutputPath> 716 <OutputPath>../../bin/</OutputPath>
@@ -744,7 +745,7 @@
744 </Project> 745 </Project>
745 746
746 747
747 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> 748 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library">
748 <Configuration name="Debug"> 749 <Configuration name="Debug">
749 <Options> 750 <Options>
750 <OutputPath>../../../bin/</OutputPath> 751 <OutputPath>../../../bin/</OutputPath>
@@ -785,7 +786,7 @@
785 </Project> 786 </Project>
786 787
787 788
788 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> 789 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library">
789 <Configuration name="Debug"> 790 <Configuration name="Debug">
790 <Options> 791 <Options>
791 <OutputPath>../../../bin/</OutputPath> 792 <OutputPath>../../../bin/</OutputPath>
@@ -838,7 +839,7 @@
838 <!-- OGS projects --> 839 <!-- OGS projects -->
839 840
840 841
841 <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> 842 <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library">
842 <Configuration name="Debug"> 843 <Configuration name="Debug">
843 <Options> 844 <Options>
844 <OutputPath>../../../bin/</OutputPath> 845 <OutputPath>../../../bin/</OutputPath>
@@ -862,6 +863,7 @@
862 <Reference name="Mono.Addins.Setup" path="../../../bin/"/> 863 <Reference name="Mono.Addins.Setup" path="../../../bin/"/>
863 <Reference name="OpenSim.Framework"/> 864 <Reference name="OpenSim.Framework"/>
864 <Reference name="OpenSim.Framework.Console"/> 865 <Reference name="OpenSim.Framework.Console"/>
866 <Reference name="OpenSim.Framework.Monitoring"/>
865 <Reference name="OpenSim.Framework.Servers"/> 867 <Reference name="OpenSim.Framework.Servers"/>
866 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 868 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
867 <Reference name="Nini" path="../../../bin/"/> 869 <Reference name="Nini" path="../../../bin/"/>
@@ -872,7 +874,7 @@
872 </Files> 874 </Files>
873 </Project> 875 </Project>
874 876
875 <Project frameworkVersion="v3_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> 877 <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library">
876 <Configuration name="Debug"> 878 <Configuration name="Debug">
877 <Options> 879 <Options>
878 <OutputPath>../../../bin/</OutputPath> 880 <OutputPath>../../../bin/</OutputPath>
@@ -899,7 +901,7 @@
899 </Files> 901 </Files>
900 </Project> 902 </Project>
901 903
902 <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> 904 <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library">
903 <Configuration name="Debug"> 905 <Configuration name="Debug">
904 <Options> 906 <Options>
905 <OutputPath>../../../bin/</OutputPath> 907 <OutputPath>../../../bin/</OutputPath>
@@ -930,7 +932,7 @@
930 </Files> 932 </Files>
931 </Project> 933 </Project>
932 934
933 <Project frameworkVersion="v3_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> 935 <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library">
934 <Configuration name="Debug"> 936 <Configuration name="Debug">
935 <Options> 937 <Options>
936 <OutputPath>../../../bin/</OutputPath> 938 <OutputPath>../../../bin/</OutputPath>
@@ -961,7 +963,7 @@
961 </Files> 963 </Files>
962 </Project> 964 </Project>
963 965
964 <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> 966 <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library">
965 <Configuration name="Debug"> 967 <Configuration name="Debug">
966 <Options> 968 <Options>
967 <OutputPath>../../../bin/</OutputPath> 969 <OutputPath>../../../bin/</OutputPath>
@@ -985,8 +987,10 @@
985 <Reference name="Mono.Addins" path="../../../bin/"/> 987 <Reference name="Mono.Addins" path="../../../bin/"/>
986 <Reference name="OpenSim.Data"/> 988 <Reference name="OpenSim.Data"/>
987 <Reference name="OpenSim.Framework"/> 989 <Reference name="OpenSim.Framework"/>
990 <Reference name="OpenSim.Capabilities"/>
988 <Reference name="OpenSim.Framework.Communications"/> 991 <Reference name="OpenSim.Framework.Communications"/>
989 <Reference name="OpenSim.Framework.Console"/> 992 <Reference name="OpenSim.Framework.Console"/>
993 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
990 <Reference name="OpenSim.Region.Framework"/> 994 <Reference name="OpenSim.Region.Framework"/>
991 <Reference name="OpenSim.Server.Base"/> 995 <Reference name="OpenSim.Server.Base"/>
992 <Reference name="OpenSim.Services.Base"/> 996 <Reference name="OpenSim.Services.Base"/>
@@ -1000,7 +1004,7 @@
1000 </Files> 1004 </Files>
1001 </Project> 1005 </Project>
1002 1006
1003 <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> 1007 <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library">
1004 <Configuration name="Debug"> 1008 <Configuration name="Debug">
1005 <Options> 1009 <Options>
1006 <OutputPath>../../../bin/</OutputPath> 1010 <OutputPath>../../../bin/</OutputPath>
@@ -1032,7 +1036,7 @@
1032 </Files> 1036 </Files>
1033 </Project> 1037 </Project>
1034 1038
1035 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> 1039 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library">
1036 <Configuration name="Debug"> 1040 <Configuration name="Debug">
1037 <Options> 1041 <Options>
1038 <OutputPath>../../../bin/</OutputPath> 1042 <OutputPath>../../../bin/</OutputPath>
@@ -1063,7 +1067,7 @@
1063 </Files> 1067 </Files>
1064 </Project> 1068 </Project>
1065 1069
1066 <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> 1070 <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
1067 <Configuration name="Debug"> 1071 <Configuration name="Debug">
1068 <Options> 1072 <Options>
1069 <OutputPath>../../../bin/</OutputPath> 1073 <OutputPath>../../../bin/</OutputPath>
@@ -1095,7 +1099,7 @@
1095 </Files> 1099 </Files>
1096 </Project> 1100 </Project>
1097 1101
1098 <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> 1102 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library">
1099 <Configuration name="Debug"> 1103 <Configuration name="Debug">
1100 <Options> 1104 <Options>
1101 <OutputPath>../../../bin/</OutputPath> 1105 <OutputPath>../../../bin/</OutputPath>
@@ -1128,7 +1132,7 @@
1128 </Files> 1132 </Files>
1129 </Project> 1133 </Project>
1130 1134
1131 <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> 1135 <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
1132 <Configuration name="Debug"> 1136 <Configuration name="Debug">
1133 <Options> 1137 <Options>
1134 <OutputPath>../../../bin/</OutputPath> 1138 <OutputPath>../../../bin/</OutputPath>
@@ -1162,7 +1166,7 @@
1162 </Files> 1166 </Files>
1163 </Project> 1167 </Project>
1164 1168
1165 <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> 1169 <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library">
1166 <Configuration name="Debug"> 1170 <Configuration name="Debug">
1167 <Options> 1171 <Options>
1168 <OutputPath>../../../bin/</OutputPath> 1172 <OutputPath>../../../bin/</OutputPath>
@@ -1193,7 +1197,7 @@
1193 </Files> 1197 </Files>
1194 </Project> 1198 </Project>
1195 1199
1196 <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> 1200 <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library">
1197 <Configuration name="Debug"> 1201 <Configuration name="Debug">
1198 <Options> 1202 <Options>
1199 <OutputPath>../../../bin/</OutputPath> 1203 <OutputPath>../../../bin/</OutputPath>
@@ -1224,7 +1228,7 @@
1224 </Files> 1228 </Files>
1225 </Project> 1229 </Project>
1226 1230
1227 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 1231 <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
1228 <Configuration name="Debug"> 1232 <Configuration name="Debug">
1229 <Options> 1233 <Options>
1230 <OutputPath>../../../bin/</OutputPath> 1234 <OutputPath>../../../bin/</OutputPath>
@@ -1259,7 +1263,7 @@
1259 </Project> 1263 </Project>
1260 1264
1261 1265
1262 <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> 1266 <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
1263 <Configuration name="Debug"> 1267 <Configuration name="Debug">
1264 <Options> 1268 <Options>
1265 <OutputPath>../../../bin/</OutputPath> 1269 <OutputPath>../../../bin/</OutputPath>
@@ -1292,7 +1296,7 @@
1292 </Files> 1296 </Files>
1293 </Project> 1297 </Project>
1294 1298
1295 <Project frameworkVersion="v3_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> 1299 <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library">
1296 <Configuration name="Debug"> 1300 <Configuration name="Debug">
1297 <Options> 1301 <Options>
1298 <OutputPath>../../../bin/</OutputPath> 1302 <OutputPath>../../../bin/</OutputPath>
@@ -1330,7 +1334,7 @@
1330 </Files> 1334 </Files>
1331 </Project> 1335 </Project>
1332 1336
1333 <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> 1337 <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library">
1334 <Configuration name="Debug"> 1338 <Configuration name="Debug">
1335 <Options> 1339 <Options>
1336 <OutputPath>../../../bin/</OutputPath> 1340 <OutputPath>../../../bin/</OutputPath>
@@ -1360,7 +1364,43 @@
1360 </Files> 1364 </Files>
1361 </Project> 1365 </Project>
1362 1366
1363 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1367 <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library">
1368 <Configuration name="Debug">
1369 <Options>
1370 <OutputPath>../../../bin/</OutputPath>
1371 </Options>
1372 </Configuration>
1373 <Configuration name="Release">
1374 <Options>
1375 <OutputPath>../../../bin/</OutputPath>
1376 </Options>
1377 </Configuration>
1378
1379 <ReferencePath>../../../bin/</ReferencePath>
1380 <Reference name="System"/>
1381 <Reference name="System.Core"/>
1382 <Reference name="OpenSim.Framework"/>
1383 <Reference name="OpenSim.Framework.Console"/>
1384 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1385 <Reference name="OpenSim.Services.UserAccountService"/>
1386 <Reference name="OpenSim.Services.Interfaces"/>
1387 <Reference name="OpenSim.Services.Connectors"/>
1388 <Reference name="OpenSim.Services.Base"/>
1389 <Reference name="OpenSim.Server.Base"/>
1390 <Reference name="OpenSim.Data"/>
1391 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1392 <Reference name="OpenMetaverse" path="../../../bin/"/>
1393 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
1394 <Reference name="Nini" path="../../../bin/"/>
1395 <Reference name="log4net" path="../../../bin/"/>
1396
1397 <Files>
1398 <Match pattern="*.cs" recurse="true"/>
1399 </Files>
1400 </Project>
1401
1402
1403 <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1364 <Configuration name="Debug"> 1404 <Configuration name="Debug">
1365 <Options> 1405 <Options>
1366 <OutputPath>../../../bin/</OutputPath> 1406 <OutputPath>../../../bin/</OutputPath>
@@ -1400,7 +1440,7 @@
1400 </Project> 1440 </Project>
1401 1441
1402 1442
1403 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> 1443 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library">
1404 <Configuration name="Debug"> 1444 <Configuration name="Debug">
1405 <Options> 1445 <Options>
1406 <OutputPath>../../../bin/</OutputPath> 1446 <OutputPath>../../../bin/</OutputPath>
@@ -1441,7 +1481,7 @@
1441 </Project> 1481 </Project>
1442 1482
1443 1483
1444 <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> 1484 <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe">
1445 <Configuration name="Debug"> 1485 <Configuration name="Debug">
1446 <Options> 1486 <Options>
1447 <OutputPath>../../bin/</OutputPath> 1487 <OutputPath>../../bin/</OutputPath>
@@ -1477,7 +1517,7 @@
1477 </Files> 1517 </Files>
1478 </Project> 1518 </Project>
1479 1519
1480 <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> 1520 <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe">
1481 <Configuration name="Debug"> 1521 <Configuration name="Debug">
1482 <Options> 1522 <Options>
1483 <OutputPath>../../bin/</OutputPath> 1523 <OutputPath>../../bin/</OutputPath>
@@ -1510,7 +1550,7 @@
1510 </Files> 1550 </Files>
1511 </Project> 1551 </Project>
1512 1552
1513 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> 1553 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
1514 <Configuration name="Debug"> 1554 <Configuration name="Debug">
1515 <Options> 1555 <Options>
1516 <OutputPath>../../../bin/</OutputPath> 1556 <OutputPath>../../../bin/</OutputPath>
@@ -1545,7 +1585,7 @@
1545 </Project> 1585 </Project>
1546 1586
1547 <!-- ClientStack Plugins --> 1587 <!-- ClientStack Plugins -->
1548 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> 1588 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library">
1549 <Configuration name="Debug"> 1589 <Configuration name="Debug">
1550 <Options> 1590 <Options>
1551 <OutputPath>../../../../../bin/</OutputPath> 1591 <OutputPath>../../../../../bin/</OutputPath>
@@ -1563,6 +1603,7 @@
1563 <Reference name="System.Drawing"/> 1603 <Reference name="System.Drawing"/>
1564 <Reference name="System.Xml"/> 1604 <Reference name="System.Xml"/>
1565 <Reference name="System.Web"/> 1605 <Reference name="System.Web"/>
1606 <Reference name="NDesk.Options" path="../../../../../bin/"/>
1566 <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> 1607 <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/>
1567 <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> 1608 <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/>
1568 <Reference name="OpenMetaverse" path="../../../../../bin/"/> 1609 <Reference name="OpenMetaverse" path="../../../../../bin/"/>
@@ -1590,7 +1631,7 @@
1590 1631
1591 1632
1592 1633
1593 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 1634 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
1594 <Configuration name="Debug"> 1635 <Configuration name="Debug">
1595 <Options> 1636 <Options>
1596 <OutputPath>../../../../../bin/</OutputPath> 1637 <OutputPath>../../../../../bin/</OutputPath>
@@ -1636,7 +1677,7 @@
1636 </Project> 1677 </Project>
1637 1678
1638 1679
1639 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> 1680 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library">
1640 <Configuration name="Debug"> 1681 <Configuration name="Debug">
1641 <Options> 1682 <Options>
1642 <OutputPath>../../../bin/</OutputPath> 1683 <OutputPath>../../../bin/</OutputPath>
@@ -1704,7 +1745,7 @@
1704 </Files> 1745 </Files>
1705 </Project> 1746 </Project>
1706 1747
1707 <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> 1748 <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library">
1708 <Configuration name="Debug"> 1749 <Configuration name="Debug">
1709 <Options> 1750 <Options>
1710 <OutputPath>../../../bin/</OutputPath> 1751 <OutputPath>../../../bin/</OutputPath>
@@ -1742,7 +1783,7 @@
1742 </Files> 1783 </Files>
1743 </Project> 1784 </Project>
1744 1785
1745 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> 1786 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library">
1746 <Configuration name="Debug"> 1787 <Configuration name="Debug">
1747 <Options> 1788 <Options>
1748 <OutputPath>../../../bin/</OutputPath> 1789 <OutputPath>../../../bin/</OutputPath>
@@ -1760,6 +1801,7 @@
1760 <Reference name="System.Xml"/> 1801 <Reference name="System.Xml"/>
1761 <Reference name="System.Drawing"/> 1802 <Reference name="System.Drawing"/>
1762 <Reference name="System.Web"/> 1803 <Reference name="System.Web"/>
1804 <Reference name="Ionic.Zip" path="../../../bin/"/>
1763 <Reference name="NDesk.Options" path="../../../bin/"/> 1805 <Reference name="NDesk.Options" path="../../../bin/"/>
1764 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 1806 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1765 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> 1807 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
@@ -1801,7 +1843,7 @@
1801 </Project> 1843 </Project>
1802 1844
1803 <!-- Datastore Plugins --> 1845 <!-- Datastore Plugins -->
1804 <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1846 <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1805 <Configuration name="Debug"> 1847 <Configuration name="Debug">
1806 <Options> 1848 <Options>
1807 <OutputPath>../../../bin/</OutputPath> 1849 <OutputPath>../../../bin/</OutputPath>
@@ -1829,7 +1871,7 @@
1829 </Files> 1871 </Files>
1830 </Project> 1872 </Project>
1831 1873
1832 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> 1874 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
1833 <Configuration name="Debug"> 1875 <Configuration name="Debug">
1834 <Options> 1876 <Options>
1835 <OutputPath>../../../../bin/</OutputPath> 1877 <OutputPath>../../../../bin/</OutputPath>
@@ -1854,7 +1896,7 @@
1854 </Files> 1896 </Files>
1855 </Project> 1897 </Project>
1856 1898
1857 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> 1899 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library">
1858 <Configuration name="Debug"> 1900 <Configuration name="Debug">
1859 <Options> 1901 <Options>
1860 <OutputPath>../../../../bin/Physics/</OutputPath> 1902 <OutputPath>../../../../bin/Physics/</OutputPath>
@@ -1877,8 +1919,10 @@
1877 <Reference name="OpenSim.Framework"/> 1919 <Reference name="OpenSim.Framework"/>
1878 <Reference name="OpenSim.Region.Framework"/> 1920 <Reference name="OpenSim.Region.Framework"/>
1879 <Reference name="OpenSim.Region.CoreModules"/> 1921 <Reference name="OpenSim.Region.CoreModules"/>
1922 <Reference name="OpenSim.Region.OptionalModules"/>
1880 <Reference name="OpenSim.Framework.Console"/> 1923 <Reference name="OpenSim.Framework.Console"/>
1881 <Reference name="OpenSim.Region.Physics.Manager"/> 1924 <Reference name="OpenSim.Region.Physics.Manager"/>
1925 <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../bin/Physics/"/>
1882 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> 1926 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
1883 <Reference name="BulletXNA.dll" path="../../../../bin/"/> 1927 <Reference name="BulletXNA.dll" path="../../../../bin/"/>
1884 <Reference name="log4net.dll" path="../../../../bin/"/> 1928 <Reference name="log4net.dll" path="../../../../bin/"/>
@@ -1891,7 +1935,7 @@
1891 </Project> 1935 </Project>
1892 1936
1893 <!-- OpenSim app --> 1937 <!-- OpenSim app -->
1894 <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1938 <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1895 <Configuration name="Debug"> 1939 <Configuration name="Debug">
1896 <Options> 1940 <Options>
1897 <OutputPath>../../../bin/</OutputPath> 1941 <OutputPath>../../../bin/</OutputPath>
@@ -1936,7 +1980,7 @@
1936 </Files> 1980 </Files>
1937 </Project> 1981 </Project>
1938 1982
1939 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> 1983 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
1940 <Configuration name="Debug"> 1984 <Configuration name="Debug">
1941 <Options> 1985 <Options>
1942 <OutputPath>../../../bin/</OutputPath> 1986 <OutputPath>../../../bin/</OutputPath>
@@ -1971,7 +2015,7 @@
1971 </Files> 2015 </Files>
1972 </Project> 2016 </Project>
1973 2017
1974 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> 2018 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library">
1975 <Configuration name="Debug"> 2019 <Configuration name="Debug">
1976 <Options> 2020 <Options>
1977 <OutputPath>../../../bin/</OutputPath> 2021 <OutputPath>../../../bin/</OutputPath>
@@ -2001,7 +2045,7 @@
2001 </Files> 2045 </Files>
2002 </Project> 2046 </Project>
2003 2047
2004 <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 2048 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
2005 <Configuration name="Debug"> 2049 <Configuration name="Debug">
2006 <Options> 2050 <Options>
2007 <OutputPath>../../../bin/</OutputPath> 2051 <OutputPath>../../../bin/</OutputPath>
@@ -2043,7 +2087,7 @@
2043 2087
2044 <!-- Scene Server API Example Apps --> 2088 <!-- Scene Server API Example Apps -->
2045 2089
2046 <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> 2090 <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library">
2047 <Configuration name="Debug"> 2091 <Configuration name="Debug">
2048 <Options> 2092 <Options>
2049 <OutputPath>../../../bin/</OutputPath> 2093 <OutputPath>../../../bin/</OutputPath>
@@ -2080,7 +2124,7 @@
2080 </Project> 2124 </Project>
2081 2125
2082 <!-- Data Base Modules --> 2126 <!-- Data Base Modules -->
2083 <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 2127 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
2084 <Configuration name="Debug"> 2128 <Configuration name="Debug">
2085 <Options> 2129 <Options>
2086 <OutputPath>../../../bin/</OutputPath> 2130 <OutputPath>../../../bin/</OutputPath>
@@ -2102,6 +2146,7 @@
2102 <Reference name="OpenSim.Data"/> 2146 <Reference name="OpenSim.Data"/>
2103 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 2147 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2104 <Reference name="OpenMetaverse" path="../../../bin/"/> 2148 <Reference name="OpenMetaverse" path="../../../bin/"/>
2149 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
2105 <Reference name="MySql.Data" path="../../../bin/"/> 2150 <Reference name="MySql.Data" path="../../../bin/"/>
2106 <Reference name="OpenSim.Framework.Console"/> 2151 <Reference name="OpenSim.Framework.Console"/>
2107 <Reference name="OpenSim.Region.Framework"/> 2152 <Reference name="OpenSim.Region.Framework"/>
@@ -2118,7 +2163,7 @@
2118 </Files> 2163 </Files>
2119 </Project> 2164 </Project>
2120 2165
2121 <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> 2166 <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library">
2122 <Configuration name="Debug"> 2167 <Configuration name="Debug">
2123 <Options> 2168 <Options>
2124 <OutputPath>../../../bin/</OutputPath> 2169 <OutputPath>../../../bin/</OutputPath>
@@ -2152,7 +2197,43 @@
2152 </Files> 2197 </Files>
2153 </Project> 2198 </Project>
2154 2199
2155 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2200 <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library">
2201 <Configuration name="Debug">
2202 <Options>
2203 <OutputPath>../../../bin/</OutputPath>
2204 </Options>
2205 </Configuration>
2206 <Configuration name="Release">
2207 <Options>
2208 <OutputPath>../../../bin/</OutputPath>
2209 </Options>
2210 </Configuration>
2211
2212 <ReferencePath>../../../bin/</ReferencePath>
2213 <Reference name="System"/>
2214 <Reference name="System.Core"/>
2215 <Reference name="System.Xml"/>
2216 <Reference name="System.Data"/>
2217 <Reference name="System.Drawing"/>
2218 <Reference name="OpenSim.Framework"/>
2219 <Reference name="OpenSim.Data"/>
2220 <Reference name="OpenSim.Region.Framework"/>
2221 <Reference name="OpenSim.Framework.Console"/>
2222 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2223 <Reference name="OpenMetaverse" path="../../../bin/"/>
2224 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
2225 <Reference name="log4net" path="../../../bin/"/>
2226 <Reference name="Mono.Addins" path="../../../bin/"/>
2227 <Reference name="Npgsql" path="../../../bin/"/>
2228
2229 <Files>
2230 <Match pattern="*.cs" recurse="true"/>
2231 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/>
2232 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/>
2233 </Files>
2234 </Project>
2235
2236 <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2156 <Configuration name="Debug"> 2237 <Configuration name="Debug">
2157 <Options> 2238 <Options>
2158 <OutputPath>../../../bin/</OutputPath> 2239 <OutputPath>../../../bin/</OutputPath>
@@ -2194,7 +2275,7 @@
2194 </Project> 2275 </Project>
2195 2276
2196 2277
2197 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2278 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2198 <Configuration name="Debug"> 2279 <Configuration name="Debug">
2199 <Options> 2280 <Options>
2200 <OutputPath>../../../../bin/</OutputPath> 2281 <OutputPath>../../../../bin/</OutputPath>
@@ -2231,7 +2312,7 @@
2231 </Files> 2312 </Files>
2232 </Project> 2313 </Project>
2233 2314
2234 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 2315 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
2235 <Configuration name="Debug"> 2316 <Configuration name="Debug">
2236 <Options> 2317 <Options>
2237 <OutputPath>../../../../../../bin/</OutputPath> 2318 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2264,7 +2345,7 @@
2264 </Files> 2345 </Files>
2265 </Project> 2346 </Project>
2266 2347
2267 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> 2348 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library">
2268 <Configuration name="Debug"> 2349 <Configuration name="Debug">
2269 <Options> 2350 <Options>
2270 <OutputPath>../../../../../../../bin/</OutputPath> 2351 <OutputPath>../../../../../../../bin/</OutputPath>
@@ -2296,7 +2377,7 @@
2296 </Files> 2377 </Files>
2297 </Project> 2378 </Project>
2298 2379
2299 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> 2380 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library">
2300 <Configuration name="Debug"> 2381 <Configuration name="Debug">
2301 <Options> 2382 <Options>
2302 <OutputPath>../../../../../../bin/</OutputPath> 2383 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2336,7 +2417,7 @@
2336 </Files> 2417 </Files>
2337 </Project> 2418 </Project>
2338 2419
2339 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 2420 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
2340 <Configuration name="Debug"> 2421 <Configuration name="Debug">
2341 <Options> 2422 <Options>
2342 <OutputPath>../../../../../bin/</OutputPath> 2423 <OutputPath>../../../../../bin/</OutputPath>
@@ -2367,7 +2448,7 @@
2367 </Files> 2448 </Files>
2368 </Project> 2449 </Project>
2369 2450
2370 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> 2451 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library">
2371 <Configuration name="Debug"> 2452 <Configuration name="Debug">
2372 <Options> 2453 <Options>
2373 <OutputPath>../../../../../bin/</OutputPath> 2454 <OutputPath>../../../../../bin/</OutputPath>
@@ -2407,7 +2488,7 @@
2407 </Files> 2488 </Files>
2408 </Project> 2489 </Project>
2409 2490
2410 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> 2491 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library">
2411 <Configuration name="Debug"> 2492 <Configuration name="Debug">
2412 <Options> 2493 <Options>
2413 <OutputPath>../../../../../../bin/</OutputPath> 2494 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2441,7 +2522,7 @@
2441 </Files> 2522 </Files>
2442 </Project> 2523 </Project>
2443 2524
2444 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 2525 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
2445 <Configuration name="Debug"> 2526 <Configuration name="Debug">
2446 <Options> 2527 <Options>
2447 <OutputPath>../../../../bin/</OutputPath> 2528 <OutputPath>../../../../bin/</OutputPath>
@@ -2486,7 +2567,7 @@
2486 </Files> 2567 </Files>
2487 </Project> 2568 </Project>
2488 2569
2489 <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> 2570 <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library">
2490 <Configuration name="Debug"> 2571 <Configuration name="Debug">
2491 <Options> 2572 <Options>
2492 <OutputPath>../../../bin/</OutputPath> 2573 <OutputPath>../../../bin/</OutputPath>
@@ -2537,7 +2618,7 @@
2537 2618
2538 <!-- Addons --> 2619 <!-- Addons -->
2539 2620
2540 <Project frameworkVersion="v3_5" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> 2621 <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library">
2541 <Configuration name="Debug"> 2622 <Configuration name="Debug">
2542 <Options> 2623 <Options>
2543 <OutputPath>../../../bin/</OutputPath> 2624 <OutputPath>../../../bin/</OutputPath>
@@ -2584,7 +2665,7 @@
2584 </Files> 2665 </Files>
2585 </Project> 2666 </Project>
2586 2667
2587 <Project frameworkVersion="v3_5" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> 2668 <Project frameworkVersion="v4_0" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library">
2588 <Configuration name="Debug"> 2669 <Configuration name="Debug">
2589 <Options> 2670 <Options>
2590 <OutputPath>../../../bin/</OutputPath> 2671 <OutputPath>../../../bin/</OutputPath>
@@ -2635,7 +2716,7 @@
2635 2716
2636 <!-- Tools --> 2717 <!-- Tools -->
2637 2718
2638 <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> 2719 <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
2639 <Configuration name="Debug"> 2720 <Configuration name="Debug">
2640 <Options> 2721 <Options>
2641 <OutputPath>../../../bin/</OutputPath> 2722 <OutputPath>../../../bin/</OutputPath>
@@ -2662,7 +2743,7 @@
2662 </Files> 2743 </Files>
2663 </Project> 2744 </Project>
2664 2745
2665 <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> 2746 <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe">
2666 <Configuration name="Debug"> 2747 <Configuration name="Debug">
2667 <Options> 2748 <Options>
2668 <OutputPath>../../../bin/</OutputPath> 2749 <OutputPath>../../../bin/</OutputPath>
@@ -2689,7 +2770,7 @@
2689 </Files> 2770 </Files>
2690 </Project> 2771 </Project>
2691 2772
2692 <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> 2773 <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2693 <Configuration name="Debug"> 2774 <Configuration name="Debug">
2694 <Options> 2775 <Options>
2695 <OutputPath>../../../bin/</OutputPath> 2776 <OutputPath>../../../bin/</OutputPath>
@@ -2713,7 +2794,34 @@
2713 </Project> 2794 </Project>
2714 2795
2715 <!-- Test Clients --> 2796 <!-- Test Clients -->
2716 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> 2797 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe">
2798 <Configuration name="Debug">
2799 <Options>
2800 <OutputPath>../../../../bin/</OutputPath>
2801 </Options>
2802 </Configuration>
2803 <Configuration name="Release">
2804 <Options>
2805 <OutputPath>../../../../bin/</OutputPath>
2806 </Options>
2807 </Configuration>
2808
2809 <ReferencePath>../../../../bin/</ReferencePath>
2810 <Reference name="System"/>
2811 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
2812 <Reference name="OpenMetaverse" path="../../../../bin/"/>
2813 <Reference name="OpenSim.Framework"/>
2814 <Reference name="OpenSim.Services.Interfaces"/>
2815 <Reference name="OpenSim.Services.Connectors"/>
2816 <Reference name="Nini" path="../../../../bin/"/>
2817 <Reference name="log4net" path="../../../../bin/"/>
2818
2819 <Files>
2820 <Match pattern="*.cs" recurse="true"/>
2821 </Files>
2822 </Project>
2823
2824 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe">
2717 <Configuration name="Debug"> 2825 <Configuration name="Debug">
2718 <Options> 2826 <Options>
2719 <OutputPath>../../../../bin/</OutputPath> 2827 <OutputPath>../../../../bin/</OutputPath>
@@ -2740,7 +2848,7 @@
2740 </Files> 2848 </Files>
2741 </Project> 2849 </Project>
2742 2850
2743 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> 2851 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe">
2744 <Configuration name="Debug"> 2852 <Configuration name="Debug">
2745 <Options> 2853 <Options>
2746 <OutputPath>../../../../bin/</OutputPath> 2854 <OutputPath>../../../../bin/</OutputPath>
@@ -2767,7 +2875,7 @@
2767 </Files> 2875 </Files>
2768 </Project> 2876 </Project>
2769 2877
2770 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> 2878 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe">
2771 <Configuration name="Debug"> 2879 <Configuration name="Debug">
2772 <Options> 2880 <Options>
2773 <OutputPath>../../../../bin/</OutputPath> 2881 <OutputPath>../../../../bin/</OutputPath>
@@ -2794,7 +2902,7 @@
2794 </Files> 2902 </Files>
2795 </Project> 2903 </Project>
2796 2904
2797 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> 2905 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe">
2798 <Configuration name="Debug"> 2906 <Configuration name="Debug">
2799 <Options> 2907 <Options>
2800 <OutputPath>../../../../bin/</OutputPath> 2908 <OutputPath>../../../../bin/</OutputPath>
@@ -2822,7 +2930,7 @@
2822 </Project> 2930 </Project>
2823 2931
2824 <!-- Test assemblies --> 2932 <!-- Test assemblies -->
2825 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2933 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
2826 <Configuration name="Debug"> 2934 <Configuration name="Debug">
2827 <Options> 2935 <Options>
2828 <OutputPath>../../../bin/</OutputPath> 2936 <OutputPath>../../../bin/</OutputPath>
@@ -2856,8 +2964,9 @@
2856 <Reference name="OpenSim.Framework.Console"/> 2964 <Reference name="OpenSim.Framework.Console"/>
2857 <Reference name="OpenSim.Framework.Servers"/> 2965 <Reference name="OpenSim.Framework.Servers"/>
2858 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 2966 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2859 <Reference name="OpenSim.Region.Framework"/>
2860 <Reference name="OpenSim.Region.CoreModules"/> 2967 <Reference name="OpenSim.Region.CoreModules"/>
2968 <Reference name="OpenSim.Region.ClientStack.LindenCaps"/>
2969 <Reference name="OpenSim.Region.Framework"/>
2861 <Reference name="OpenSim.Region.OptionalModules"/> 2970 <Reference name="OpenSim.Region.OptionalModules"/>
2862 <Reference name="OpenSim.Region.Physics.Manager"/> 2971 <Reference name="OpenSim.Region.Physics.Manager"/>
2863 <Reference name="OpenSim.Region.ScriptEngine.Shared"/> 2972 <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
@@ -2869,7 +2978,7 @@
2869 </Files> 2978 </Files>
2870 </Project> 2979 </Project>
2871 2980
2872 <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> 2981 <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2873 <Configuration name="Debug"> 2982 <Configuration name="Debug">
2874 <Options> 2983 <Options>
2875 <OutputPath>../../bin/</OutputPath> 2984 <OutputPath>../../bin/</OutputPath>
@@ -2892,7 +3001,7 @@
2892 </Files> 3001 </Files>
2893 </Project> 3002 </Project>
2894 3003
2895 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> 3004 <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library">
2896 <Configuration name="Debug"> 3005 <Configuration name="Debug">
2897 <Options> 3006 <Options>
2898 <OutputPath>../../../../bin/</OutputPath> 3007 <OutputPath>../../../../bin/</OutputPath>
@@ -2935,7 +3044,7 @@
2935 </Project> 3044 </Project>
2936 3045
2937 3046
2938 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> 3047 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2939 <Configuration name="Debug"> 3048 <Configuration name="Debug">
2940 <Options> 3049 <Options>
2941 <OutputPath>../../../bin/</OutputPath> 3050 <OutputPath>../../../bin/</OutputPath>
@@ -2985,7 +3094,7 @@
2985 </Project> 3094 </Project>
2986 3095
2987 3096
2988 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 3097 <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2989 <Configuration name="Debug"> 3098 <Configuration name="Debug">
2990 <Options> 3099 <Options>
2991 <OutputPath>../../../bin/</OutputPath> 3100 <OutputPath>../../../bin/</OutputPath>
@@ -3027,7 +3136,7 @@
3027 </Files> 3136 </Files>
3028 </Project> 3137 </Project>
3029 3138
3030 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 3139 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
3031 <Configuration name="Debug"> 3140 <Configuration name="Debug">
3032 <Options> 3141 <Options>
3033 <OutputPath>../../../bin/</OutputPath> 3142 <OutputPath>../../../bin/</OutputPath>
@@ -3058,7 +3167,7 @@
3058 </Files> 3167 </Files>
3059 </Project> 3168 </Project>
3060 3169
3061 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> 3170 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library">
3062 <Configuration name="Debug"> 3171 <Configuration name="Debug">
3063 <Options> 3172 <Options>
3064 <OutputPath>../../../../bin/</OutputPath> 3173 <OutputPath>../../../../bin/</OutputPath>
@@ -3089,7 +3198,7 @@
3089 </Files> 3198 </Files>
3090 </Project> 3199 </Project>
3091 3200
3092 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> 3201 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
3093 <Configuration name="Debug"> 3202 <Configuration name="Debug">
3094 <Options> 3203 <Options>
3095 <OutputPath>../../../../bin/</OutputPath> 3204 <OutputPath>../../../../bin/</OutputPath>
@@ -3119,7 +3228,7 @@
3119 </Files> 3228 </Files>
3120 </Project> 3229 </Project>
3121 3230
3122 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 3231 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
3123 <Configuration name="Debug"> 3232 <Configuration name="Debug">
3124 <Options> 3233 <Options>
3125 <OutputPath>../../../bin/</OutputPath> 3234 <OutputPath>../../../bin/</OutputPath>
@@ -3181,7 +3290,10 @@
3181 <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> 3290 <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/>
3182 <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> 3291 <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/>
3183 <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> 3292 <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/>
3293 <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/>
3184 <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> 3294 <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/>
3295 <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"/>
3296 <Match path="Scripting/HttpRequest/Tests" pattern="*.cs" recurse="true"/>
3185 <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> 3297 <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/>
3186 <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> 3298 <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/>
3187 <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> 3299 <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/>
@@ -3195,7 +3307,7 @@
3195 </Files> 3307 </Files>
3196 </Project> 3308 </Project>
3197 3309
3198 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> 3310 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library">
3199 <Configuration name="Debug"> 3311 <Configuration name="Debug">
3200 <Options> 3312 <Options>
3201 <OutputPath>../../../bin/</OutputPath> 3313 <OutputPath>../../../bin/</OutputPath>
@@ -3214,6 +3326,7 @@
3214 <Reference name="System.Drawing"/> 3326 <Reference name="System.Drawing"/>
3215 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 3327 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
3216 <Reference name="OpenMetaverse" path="../../../bin/"/> 3328 <Reference name="OpenMetaverse" path="../../../bin/"/>
3329 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
3217 <Reference name="OpenSim.Data"/> 3330 <Reference name="OpenSim.Data"/>
3218 <Reference name="OpenSim.Framework"/> 3331 <Reference name="OpenSim.Framework"/>
3219 <Reference name="OpenSim.Framework.Serialization"/> 3332 <Reference name="OpenSim.Framework.Serialization"/>
@@ -3222,6 +3335,7 @@
3222 <Reference name="OpenSim.Framework.Monitoring"/> 3335 <Reference name="OpenSim.Framework.Monitoring"/>
3223 <Reference name="OpenSim.Framework.Servers"/> 3336 <Reference name="OpenSim.Framework.Servers"/>
3224 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 3337 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3338 <Reference name="OpenSim.Region.ClientStack.LindenCaps"/>
3225 <Reference name="OpenSim.Region.Framework"/> 3339 <Reference name="OpenSim.Region.Framework"/>
3226 <Reference name="OpenSim.Region.Framework.Interfaces"/> 3340 <Reference name="OpenSim.Region.Framework.Interfaces"/>
3227 <Reference name="OpenSim.Region.CoreModules"/> 3341 <Reference name="OpenSim.Region.CoreModules"/>
@@ -3257,7 +3371,7 @@
3257 </Files> 3371 </Files>
3258 </Project> 3372 </Project>
3259 3373
3260 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 3374 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
3261 <Configuration name="Debug"> 3375 <Configuration name="Debug">
3262 <Options> 3376 <Options>
3263 <OutputPath>../../../bin/</OutputPath> 3377 <OutputPath>../../../bin/</OutputPath>
@@ -3277,6 +3391,7 @@
3277 <Reference name="System.Runtime.Remoting"/> 3391 <Reference name="System.Runtime.Remoting"/>
3278 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 3392 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
3279 <Reference name="OpenMetaverse" path="../../../bin/"/> 3393 <Reference name="OpenMetaverse" path="../../../bin/"/>
3394 <Reference name="OpenSim.Capabilities"/>
3280 <Reference name="OpenSim.Data"/> 3395 <Reference name="OpenSim.Data"/>
3281 <Reference name="OpenSim.Framework"/> 3396 <Reference name="OpenSim.Framework"/>
3282 <Reference name="OpenSim.Framework.Communications"/> 3397 <Reference name="OpenSim.Framework.Communications"/>
@@ -3316,7 +3431,7 @@
3316 </Files> 3431 </Files>
3317 </Project> 3432 </Project>
3318 3433
3319 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 3434 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3320 <Configuration name="Debug"> 3435 <Configuration name="Debug">
3321 <Options> 3436 <Options>
3322 <OutputPath>../../../../../bin/</OutputPath> 3437 <OutputPath>../../../../../bin/</OutputPath>
@@ -3353,7 +3468,7 @@
3353 </Files> 3468 </Files>
3354 </Project> 3469 </Project>
3355 3470
3356 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3471 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3357 <Configuration name="Debug"> 3472 <Configuration name="Debug">
3358 <Options> 3473 <Options>
3359 <OutputPath>../../../../../../bin/</OutputPath> 3474 <OutputPath>../../../../../../bin/</OutputPath>
@@ -3389,7 +3504,7 @@
3389 </Files> 3504 </Files>
3390 </Project> 3505 </Project>
3391 3506
3392 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3507 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3393 <Configuration name="Debug"> 3508 <Configuration name="Debug">
3394 <Options> 3509 <Options>
3395 <OutputPath>../../../bin/</OutputPath> 3510 <OutputPath>../../../bin/</OutputPath>
@@ -3448,7 +3563,7 @@
3448 TODO: this is kind of lame, we basically build a duplicate 3563 TODO: this is kind of lame, we basically build a duplicate
3449 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. 3564 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs.
3450 --> 3565 -->
3451 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> 3566 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library">
3452 <Configuration name="Debug"> 3567 <Configuration name="Debug">
3453 <Options> 3568 <Options>
3454 <OutputPath>../../../../../bin/</OutputPath> 3569 <OutputPath>../../../../../bin/</OutputPath>
@@ -3479,7 +3594,7 @@
3479 </Files> 3594 </Files>
3480 </Project> 3595 </Project>
3481 3596
3482 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin.Tests" path="OpenSim/Region/Physics/BulletSPlugin/Tests" type="Library"> 3597 <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin.Tests" path="OpenSim/Region/Physics/BulletSPlugin/Tests" type="Library">
3483 <Configuration name="Debug"> 3598 <Configuration name="Debug">
3484 <Options> 3599 <Options>
3485 <OutputPath>../../../../../bin/</OutputPath> 3600 <OutputPath>../../../../../bin/</OutputPath>
@@ -3513,7 +3628,7 @@
3513 </Project> 3628 </Project>
3514 3629
3515 3630
3516 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> 3631 <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library">
3517 <Configuration name="Debug"> 3632 <Configuration name="Debug">
3518 <Options> 3633 <Options>
3519 <OutputPath>../../../bin/</OutputPath> 3634 <OutputPath>../../../bin/</OutputPath>
@@ -3559,7 +3674,7 @@
3559 </Files> 3674 </Files>
3560 </Project> 3675 </Project>
3561 3676
3562 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> 3677 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library">
3563 <Configuration name="Debug"> 3678 <Configuration name="Debug">
3564 <Options> 3679 <Options>
3565 <OutputPath>../../../bin/</OutputPath> 3680 <OutputPath>../../../bin/</OutputPath>
@@ -3600,7 +3715,7 @@
3600 </Files> 3715 </Files>
3601 </Project> 3716 </Project>
3602 3717
3603 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> 3718 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library">
3604 <Configuration name="Debug"> 3719 <Configuration name="Debug">
3605 <Options> 3720 <Options>
3606 <OutputPath>../../../bin/</OutputPath> 3721 <OutputPath>../../../bin/</OutputPath>