diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 284 |
1 files changed, 190 insertions, 94 deletions
diff --git a/prebuild.xml b/prebuild.xml index 6a90d64..b908649 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -6,7 +6,7 @@ | |||
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |
7 | <OptimizeCode>false</OptimizeCode> | 7 | <OptimizeCode>false</OptimizeCode> |
8 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | 8 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> |
9 | <AllowUnsafe>false</AllowUnsafe> | 9 | <AllowUnsafe>true</AllowUnsafe> |
10 | <WarningLevel>4</WarningLevel> | 10 | <WarningLevel>4</WarningLevel> |
11 | <WarningsAsErrors>false</WarningsAsErrors> | 11 | <WarningsAsErrors>false</WarningsAsErrors> |
12 | <SuppressWarnings/> | 12 | <SuppressWarnings/> |
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | <!-- Core OpenSim Projects --> | 35 | <!-- Core OpenSim Projects --> |
36 | <!-- | 36 | <!-- |
37 | <Project frameworkVersion="v3_5" name="OpenSim.Model" path="OpenSim/Model" type="Library"> | 37 | <Project frameworkVersion="v4_0" name="OpenSim.Model" path="OpenSim/Model" type="Library"> |
38 | <Configuration name="Debug"> | 38 | <Configuration name="Debug"> |
39 | <Options> | 39 | <Options> |
40 | <OutputPath>../../../bin/</OutputPath> | 40 | <OutputPath>../../../bin/</OutputPath> |
@@ -55,7 +55,7 @@ | |||
55 | </Project> | 55 | </Project> |
56 | --> | 56 | --> |
57 | 57 | ||
58 | <Project frameworkVersion="v3_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> | 58 | <Project frameworkVersion="v4_0" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> |
59 | <Configuration name="Debug"> | 59 | <Configuration name="Debug"> |
60 | <Options> | 60 | <Options> |
61 | <OutputPath>../../bin/</OutputPath> | 61 | <OutputPath>../../bin/</OutputPath> |
@@ -77,7 +77,7 @@ | |||
77 | </Files> | 77 | </Files> |
78 | </Project> | 78 | </Project> |
79 | 79 | ||
80 | <Project frameworkVersion="v3_5" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> | 80 | <Project frameworkVersion="v4_0" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> |
81 | <Configuration name="Debug"> | 81 | <Configuration name="Debug"> |
82 | <Options> | 82 | <Options> |
83 | <OutputPath>../../bin/</OutputPath> | 83 | <OutputPath>../../bin/</OutputPath> |
@@ -112,7 +112,7 @@ | |||
112 | </Files> | 112 | </Files> |
113 | </Project> | 113 | </Project> |
114 | 114 | ||
115 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> | 115 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> |
116 | <Configuration name="Debug"> | 116 | <Configuration name="Debug"> |
117 | <Options> | 117 | <Options> |
118 | <OutputPath>../../../../bin/</OutputPath> | 118 | <OutputPath>../../../../bin/</OutputPath> |
@@ -150,7 +150,7 @@ | |||
150 | </Files> | 150 | </Files> |
151 | </Project> | 151 | </Project> |
152 | 152 | ||
153 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 153 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
154 | <Configuration name="Debug"> | 154 | <Configuration name="Debug"> |
155 | <Options> | 155 | <Options> |
156 | <OutputPath>../../../bin/</OutputPath> | 156 | <OutputPath>../../../bin/</OutputPath> |
@@ -177,7 +177,7 @@ | |||
177 | </Files> | 177 | </Files> |
178 | </Project> | 178 | </Project> |
179 | 179 | ||
180 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | 180 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> |
181 | <Configuration name="Debug"> | 181 | <Configuration name="Debug"> |
182 | <Options> | 182 | <Options> |
183 | <OutputPath>../../../bin/</OutputPath> | 183 | <OutputPath>../../../bin/</OutputPath> |
@@ -205,7 +205,7 @@ | |||
205 | </Files> | 205 | </Files> |
206 | </Project> | 206 | </Project> |
207 | 207 | ||
208 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> | 208 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> |
209 | <Configuration name="Debug"> | 209 | <Configuration name="Debug"> |
210 | <Options> | 210 | <Options> |
211 | <OutputPath>../../../bin/</OutputPath> | 211 | <OutputPath>../../../bin/</OutputPath> |
@@ -234,7 +234,7 @@ | |||
234 | </Files> | 234 | </Files> |
235 | </Project> | 235 | </Project> |
236 | 236 | ||
237 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library"> | 237 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library"> |
238 | <Configuration name="Debug"> | 238 | <Configuration name="Debug"> |
239 | <Options> | 239 | <Options> |
240 | <OutputPath>../../../bin/</OutputPath> | 240 | <OutputPath>../../../bin/</OutputPath> |
@@ -258,7 +258,7 @@ | |||
258 | </Files> | 258 | </Files> |
259 | </Project> | 259 | </Project> |
260 | 260 | ||
261 | <Project frameworkVersion="v3_5" name="OpenSim.Data" path="OpenSim/Data" type="Library"> | 261 | <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library"> |
262 | <Configuration name="Debug"> | 262 | <Configuration name="Debug"> |
263 | <Options> | 263 | <Options> |
264 | <OutputPath>../../bin/</OutputPath> | 264 | <OutputPath>../../bin/</OutputPath> |
@@ -287,7 +287,7 @@ | |||
287 | </Files> | 287 | </Files> |
288 | </Project> | 288 | </Project> |
289 | 289 | ||
290 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | 290 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> |
291 | <Configuration name="Debug"> | 291 | <Configuration name="Debug"> |
292 | <Options> | 292 | <Options> |
293 | <OutputPath>../../../../bin/</OutputPath> | 293 | <OutputPath>../../../../bin/</OutputPath> |
@@ -312,7 +312,7 @@ | |||
312 | </Files> | 312 | </Files> |
313 | </Project> | 313 | </Project> |
314 | 314 | ||
315 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> | 315 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> |
316 | <Configuration name="Debug"> | 316 | <Configuration name="Debug"> |
317 | <Options> | 317 | <Options> |
318 | <OutputPath>../../../../bin/</OutputPath> | 318 | <OutputPath>../../../../bin/</OutputPath> |
@@ -339,7 +339,7 @@ | |||
339 | </Files> | 339 | </Files> |
340 | </Project> | 340 | </Project> |
341 | 341 | ||
342 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | 342 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> |
343 | <Configuration name="Debug"> | 343 | <Configuration name="Debug"> |
344 | <Options> | 344 | <Options> |
345 | <OutputPath>../../../../bin/</OutputPath> | 345 | <OutputPath>../../../../bin/</OutputPath> |
@@ -364,7 +364,7 @@ | |||
364 | </Files> | 364 | </Files> |
365 | </Project> | 365 | </Project> |
366 | 366 | ||
367 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> | 367 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> |
368 | <Configuration name="Debug"> | 368 | <Configuration name="Debug"> |
369 | <Options> | 369 | <Options> |
370 | <OutputPath>../../../../bin/</OutputPath> | 370 | <OutputPath>../../../../bin/</OutputPath> |
@@ -390,7 +390,7 @@ | |||
390 | </Files> | 390 | </Files> |
391 | </Project> | 391 | </Project> |
392 | 392 | ||
393 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> | 393 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> |
394 | <Configuration name="Debug"> | 394 | <Configuration name="Debug"> |
395 | <Options> | 395 | <Options> |
396 | <OutputPath>../../../../bin/</OutputPath> | 396 | <OutputPath>../../../../bin/</OutputPath> |
@@ -416,7 +416,7 @@ | |||
416 | </Files> | 416 | </Files> |
417 | </Project> | 417 | </Project> |
418 | 418 | ||
419 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | 419 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
420 | <Configuration name="Debug"> | 420 | <Configuration name="Debug"> |
421 | <Options> | 421 | <Options> |
422 | <OutputPath>../../../bin/</OutputPath> | 422 | <OutputPath>../../../bin/</OutputPath> |
@@ -448,7 +448,7 @@ | |||
448 | </Files> | 448 | </Files> |
449 | </Project> | 449 | </Project> |
450 | 450 | ||
451 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 451 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> |
452 | <Configuration name="Debug"> | 452 | <Configuration name="Debug"> |
453 | <Options> | 453 | <Options> |
454 | <OutputPath>../../../../bin/</OutputPath> | 454 | <OutputPath>../../../../bin/</OutputPath> |
@@ -476,7 +476,7 @@ | |||
476 | </Project> | 476 | </Project> |
477 | 477 | ||
478 | <!-- Physics Plug-ins --> | 478 | <!-- Physics Plug-ins --> |
479 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> | 479 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> |
480 | <Configuration name="Debug"> | 480 | <Configuration name="Debug"> |
481 | <Options> | 481 | <Options> |
482 | <OutputPath>../../../../bin/Physics/</OutputPath> | 482 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -499,7 +499,7 @@ | |||
499 | </Files> | 499 | </Files> |
500 | </Project> | 500 | </Project> |
501 | 501 | ||
502 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> | 502 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> |
503 | <Configuration name="Debug"> | 503 | <Configuration name="Debug"> |
504 | <Options> | 504 | <Options> |
505 | <OutputPath>../../../../bin/Physics/</OutputPath> | 505 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -522,7 +522,7 @@ | |||
522 | </Files> | 522 | </Files> |
523 | </Project> | 523 | </Project> |
524 | 524 | ||
525 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | 525 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> |
526 | <Configuration name="Debug"> | 526 | <Configuration name="Debug"> |
527 | <Options> | 527 | <Options> |
528 | <OutputPath>../../../../bin/Physics/</OutputPath> | 528 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -552,7 +552,7 @@ | |||
552 | </Files> | 552 | </Files> |
553 | </Project> | 553 | </Project> |
554 | 554 | ||
555 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 555 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> |
556 | <Configuration name="Debug"> | 556 | <Configuration name="Debug"> |
557 | <Options> | 557 | <Options> |
558 | <OutputPath>../../../../bin/</OutputPath> | 558 | <OutputPath>../../../../bin/</OutputPath> |
@@ -577,7 +577,69 @@ | |||
577 | </Files> | 577 | </Files> |
578 | </Project> | 578 | </Project> |
579 | 579 | ||
580 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | 580 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> |
581 | <Configuration name="Debug"> | ||
582 | <Options> | ||
583 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
584 | </Options> | ||
585 | </Configuration> | ||
586 | <Configuration name="Release"> | ||
587 | <Options> | ||
588 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
589 | </Options> | ||
590 | </Configuration> | ||
591 | |||
592 | <ReferencePath>../../../../bin/</ReferencePath> | ||
593 | <Reference name="System"/> | ||
594 | <Reference name="System.Core"/> | ||
595 | <Reference name="OpenMetaverseTypes.dll"/> | ||
596 | <Reference name="Nini.dll" /> | ||
597 | <Reference name="OpenSim.Framework"/> | ||
598 | <Reference name="OpenSim.Framework.Console"/> | ||
599 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
600 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
601 | <Reference name="Ode.NET.dll" /> | ||
602 | <Reference name="log4net.dll"/> | ||
603 | |||
604 | <Files> | ||
605 | <Match pattern="*.cs" recurse="true"> | ||
606 | <Exclude name="Tests" pattern="Tests"/> | ||
607 | </Match> | ||
608 | </Files> | ||
609 | </Project> | ||
610 | |||
611 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> | ||
612 | <Configuration name="Debug"> | ||
613 | <Options> | ||
614 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
615 | </Options> | ||
616 | </Configuration> | ||
617 | <Configuration name="Release"> | ||
618 | <Options> | ||
619 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
620 | </Options> | ||
621 | </Configuration> | ||
622 | |||
623 | <ReferencePath>../../../../bin/</ReferencePath> | ||
624 | <Reference name="System"/> | ||
625 | <Reference name="System.Core"/> | ||
626 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
627 | <Reference name="Nini" path="../../../../bin/"/> | ||
628 | |||
629 | <Reference name="OpenSim.Framework"/> | ||
630 | <Reference name="OpenSim.Framework.Console"/> | ||
631 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
632 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
633 | <Reference name="log4net" path="../../../../bin/"/> | ||
634 | |||
635 | <Files> | ||
636 | <Match pattern="*.cs" recurse="true"> | ||
637 | <Exclude name="Tests" pattern="Tests"/> | ||
638 | </Match> | ||
639 | </Files> | ||
640 | </Project> | ||
641 | |||
642 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | ||
581 | <Configuration name="Debug"> | 643 | <Configuration name="Debug"> |
582 | <Options> | 644 | <Options> |
583 | <OutputPath>../../../../bin/Physics/</OutputPath> | 645 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -610,7 +672,38 @@ | |||
610 | </Files> | 672 | </Files> |
611 | </Project> | 673 | </Project> |
612 | 674 | ||
613 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 675 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> |
676 | <Configuration name="Debug"> | ||
677 | <Options> | ||
678 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
679 | </Options> | ||
680 | </Configuration> | ||
681 | <Configuration name="Release"> | ||
682 | <Options> | ||
683 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
684 | </Options> | ||
685 | </Configuration> | ||
686 | |||
687 | <ReferencePath>../../../../bin/</ReferencePath> | ||
688 | <Reference name="System"/> | ||
689 | <Reference name="System.Drawing"/> | ||
690 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
691 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
692 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
693 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
694 | <Reference name="Nini" path="../../../../bin/"/> | ||
695 | <Reference name="OpenSim.Framework"/> | ||
696 | <Reference name="OpenSim.Framework.Console"/> | ||
697 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
698 | <Reference name="log4net" path="../../../../bin/"/> | ||
699 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
700 | |||
701 | <Files> | ||
702 | <Match pattern="*.cs" recurse="true"/> | ||
703 | </Files> | ||
704 | </Project> | ||
705 | |||
706 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
614 | <Configuration name="Debug"> | 707 | <Configuration name="Debug"> |
615 | <Options> | 708 | <Options> |
616 | <OutputPath>../../../../bin/Physics/</OutputPath> | 709 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -633,6 +726,7 @@ | |||
633 | <Reference name="OpenSim.Framework"/> | 726 | <Reference name="OpenSim.Framework"/> |
634 | <Reference name="OpenSim.Framework.Console"/> | 727 | <Reference name="OpenSim.Framework.Console"/> |
635 | <Reference name="OpenSim.Region.Physics.Manager"/> | 728 | <Reference name="OpenSim.Region.Physics.Manager"/> |
729 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
636 | <Reference name="log4net" path="../../../../bin/"/> | 730 | <Reference name="log4net" path="../../../../bin/"/> |
637 | <Reference name="zlib.net" path="../../../../bin/"/> | 731 | <Reference name="zlib.net" path="../../../../bin/"/> |
638 | 732 | ||
@@ -641,7 +735,7 @@ | |||
641 | </Files> | 735 | </Files> |
642 | </Project> | 736 | </Project> |
643 | 737 | ||
644 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 738 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
645 | <Configuration name="Debug"> | 739 | <Configuration name="Debug"> |
646 | <Options> | 740 | <Options> |
647 | <OutputPath>../../bin/</OutputPath> | 741 | <OutputPath>../../bin/</OutputPath> |
@@ -676,7 +770,7 @@ | |||
676 | </Project> | 770 | </Project> |
677 | 771 | ||
678 | 772 | ||
679 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> | 773 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> |
680 | <Configuration name="Debug"> | 774 | <Configuration name="Debug"> |
681 | <Options> | 775 | <Options> |
682 | <OutputPath>../../../bin/</OutputPath> | 776 | <OutputPath>../../../bin/</OutputPath> |
@@ -717,7 +811,7 @@ | |||
717 | </Project> | 811 | </Project> |
718 | 812 | ||
719 | 813 | ||
720 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | 814 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> |
721 | <Configuration name="Debug"> | 815 | <Configuration name="Debug"> |
722 | <Options> | 816 | <Options> |
723 | <OutputPath>../../../bin/</OutputPath> | 817 | <OutputPath>../../../bin/</OutputPath> |
@@ -770,7 +864,7 @@ | |||
770 | <!-- OGS projects --> | 864 | <!-- OGS projects --> |
771 | 865 | ||
772 | 866 | ||
773 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> | 867 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> |
774 | <Configuration name="Debug"> | 868 | <Configuration name="Debug"> |
775 | <Options> | 869 | <Options> |
776 | <OutputPath>../../../bin/</OutputPath> | 870 | <OutputPath>../../../bin/</OutputPath> |
@@ -800,7 +894,7 @@ | |||
800 | </Files> | 894 | </Files> |
801 | </Project> | 895 | </Project> |
802 | 896 | ||
803 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> | 897 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> |
804 | <Configuration name="Debug"> | 898 | <Configuration name="Debug"> |
805 | <Options> | 899 | <Options> |
806 | <OutputPath>../../../bin/</OutputPath> | 900 | <OutputPath>../../../bin/</OutputPath> |
@@ -827,7 +921,7 @@ | |||
827 | </Files> | 921 | </Files> |
828 | </Project> | 922 | </Project> |
829 | 923 | ||
830 | <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> | 924 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> |
831 | <Configuration name="Debug"> | 925 | <Configuration name="Debug"> |
832 | <Options> | 926 | <Options> |
833 | <OutputPath>../../../bin/</OutputPath> | 927 | <OutputPath>../../../bin/</OutputPath> |
@@ -858,7 +952,7 @@ | |||
858 | </Files> | 952 | </Files> |
859 | </Project> | 953 | </Project> |
860 | 954 | ||
861 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> | 955 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> |
862 | <Configuration name="Debug"> | 956 | <Configuration name="Debug"> |
863 | <Options> | 957 | <Options> |
864 | <OutputPath>../../../bin/</OutputPath> | 958 | <OutputPath>../../../bin/</OutputPath> |
@@ -889,7 +983,7 @@ | |||
889 | </Files> | 983 | </Files> |
890 | </Project> | 984 | </Project> |
891 | 985 | ||
892 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> | 986 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> |
893 | <Configuration name="Debug"> | 987 | <Configuration name="Debug"> |
894 | <Options> | 988 | <Options> |
895 | <OutputPath>../../../bin/</OutputPath> | 989 | <OutputPath>../../../bin/</OutputPath> |
@@ -928,7 +1022,7 @@ | |||
928 | </Files> | 1022 | </Files> |
929 | </Project> | 1023 | </Project> |
930 | 1024 | ||
931 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> | 1025 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> |
932 | <Configuration name="Debug"> | 1026 | <Configuration name="Debug"> |
933 | <Options> | 1027 | <Options> |
934 | <OutputPath>../../../bin/</OutputPath> | 1028 | <OutputPath>../../../bin/</OutputPath> |
@@ -959,7 +1053,7 @@ | |||
959 | </Files> | 1053 | </Files> |
960 | </Project> | 1054 | </Project> |
961 | 1055 | ||
962 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | 1056 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> |
963 | <Configuration name="Debug"> | 1057 | <Configuration name="Debug"> |
964 | <Options> | 1058 | <Options> |
965 | <OutputPath>../../../bin/</OutputPath> | 1059 | <OutputPath>../../../bin/</OutputPath> |
@@ -990,7 +1084,7 @@ | |||
990 | </Files> | 1084 | </Files> |
991 | </Project> | 1085 | </Project> |
992 | 1086 | ||
993 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 1087 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> |
994 | <Configuration name="Debug"> | 1088 | <Configuration name="Debug"> |
995 | <Options> | 1089 | <Options> |
996 | <OutputPath>../../../bin/</OutputPath> | 1090 | <OutputPath>../../../bin/</OutputPath> |
@@ -1022,7 +1116,7 @@ | |||
1022 | </Files> | 1116 | </Files> |
1023 | </Project> | 1117 | </Project> |
1024 | 1118 | ||
1025 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> | 1119 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> |
1026 | <Configuration name="Debug"> | 1120 | <Configuration name="Debug"> |
1027 | <Options> | 1121 | <Options> |
1028 | <OutputPath>../../../bin/</OutputPath> | 1122 | <OutputPath>../../../bin/</OutputPath> |
@@ -1044,6 +1138,7 @@ | |||
1044 | <Reference name="OpenSim.Server.Base"/> | 1138 | <Reference name="OpenSim.Server.Base"/> |
1045 | <Reference name="OpenSim.Services.Interfaces"/> | 1139 | <Reference name="OpenSim.Services.Interfaces"/> |
1046 | <Reference name="OpenSim.Services.Base"/> | 1140 | <Reference name="OpenSim.Services.Base"/> |
1141 | <Reference name="OpenSim.Server.Base"/> | ||
1047 | <Reference name="OpenSim.Services.Connectors"/> | 1142 | <Reference name="OpenSim.Services.Connectors"/> |
1048 | <Reference name="OpenSim.Data"/> | 1143 | <Reference name="OpenSim.Data"/> |
1049 | <Reference name="Nini" path="../../../bin/"/> | 1144 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1054,7 +1149,7 @@ | |||
1054 | </Files> | 1149 | </Files> |
1055 | </Project> | 1150 | </Project> |
1056 | 1151 | ||
1057 | <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> | 1152 | <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> |
1058 | <Configuration name="Debug"> | 1153 | <Configuration name="Debug"> |
1059 | <Options> | 1154 | <Options> |
1060 | <OutputPath>../../../bin/</OutputPath> | 1155 | <OutputPath>../../../bin/</OutputPath> |
@@ -1088,7 +1183,7 @@ | |||
1088 | </Files> | 1183 | </Files> |
1089 | </Project> | 1184 | </Project> |
1090 | 1185 | ||
1091 | <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | 1186 | <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> |
1092 | <Configuration name="Debug"> | 1187 | <Configuration name="Debug"> |
1093 | <Options> | 1188 | <Options> |
1094 | <OutputPath>../../../bin/</OutputPath> | 1189 | <OutputPath>../../../bin/</OutputPath> |
@@ -1119,7 +1214,7 @@ | |||
1119 | </Files> | 1214 | </Files> |
1120 | </Project> | 1215 | </Project> |
1121 | 1216 | ||
1122 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> | 1217 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> |
1123 | <Configuration name="Debug"> | 1218 | <Configuration name="Debug"> |
1124 | <Options> | 1219 | <Options> |
1125 | <OutputPath>../../../bin/</OutputPath> | 1220 | <OutputPath>../../../bin/</OutputPath> |
@@ -1150,7 +1245,7 @@ | |||
1150 | </Files> | 1245 | </Files> |
1151 | </Project> | 1246 | </Project> |
1152 | 1247 | ||
1153 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 1248 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
1154 | <Configuration name="Debug"> | 1249 | <Configuration name="Debug"> |
1155 | <Options> | 1250 | <Options> |
1156 | <OutputPath>../../../bin/</OutputPath> | 1251 | <OutputPath>../../../bin/</OutputPath> |
@@ -1183,7 +1278,7 @@ | |||
1183 | </Project> | 1278 | </Project> |
1184 | 1279 | ||
1185 | 1280 | ||
1186 | <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> | 1281 | <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> |
1187 | <Configuration name="Debug"> | 1282 | <Configuration name="Debug"> |
1188 | <Options> | 1283 | <Options> |
1189 | <OutputPath>../../../bin/</OutputPath> | 1284 | <OutputPath>../../../bin/</OutputPath> |
@@ -1216,7 +1311,7 @@ | |||
1216 | </Files> | 1311 | </Files> |
1217 | </Project> | 1312 | </Project> |
1218 | 1313 | ||
1219 | <Project frameworkVersion="v3_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> | 1314 | <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> |
1220 | <Configuration name="Debug"> | 1315 | <Configuration name="Debug"> |
1221 | <Options> | 1316 | <Options> |
1222 | <OutputPath>../../../bin/</OutputPath> | 1317 | <OutputPath>../../../bin/</OutputPath> |
@@ -1254,7 +1349,7 @@ | |||
1254 | </Files> | 1349 | </Files> |
1255 | </Project> | 1350 | </Project> |
1256 | 1351 | ||
1257 | <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> | 1352 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> |
1258 | <Configuration name="Debug"> | 1353 | <Configuration name="Debug"> |
1259 | <Options> | 1354 | <Options> |
1260 | <OutputPath>../../../bin/</OutputPath> | 1355 | <OutputPath>../../../bin/</OutputPath> |
@@ -1284,7 +1379,7 @@ | |||
1284 | </Files> | 1379 | </Files> |
1285 | </Project> | 1380 | </Project> |
1286 | 1381 | ||
1287 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1382 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1288 | <Configuration name="Debug"> | 1383 | <Configuration name="Debug"> |
1289 | <Options> | 1384 | <Options> |
1290 | <OutputPath>../../../bin/</OutputPath> | 1385 | <OutputPath>../../../bin/</OutputPath> |
@@ -1323,7 +1418,7 @@ | |||
1323 | </Project> | 1418 | </Project> |
1324 | 1419 | ||
1325 | 1420 | ||
1326 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | 1421 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> |
1327 | <Configuration name="Debug"> | 1422 | <Configuration name="Debug"> |
1328 | <Options> | 1423 | <Options> |
1329 | <OutputPath>../../../bin/</OutputPath> | 1424 | <OutputPath>../../../bin/</OutputPath> |
@@ -1364,7 +1459,7 @@ | |||
1364 | </Project> | 1459 | </Project> |
1365 | 1460 | ||
1366 | 1461 | ||
1367 | <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> | 1462 | <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> |
1368 | <Configuration name="Debug"> | 1463 | <Configuration name="Debug"> |
1369 | <Options> | 1464 | <Options> |
1370 | <OutputPath>../../bin/</OutputPath> | 1465 | <OutputPath>../../bin/</OutputPath> |
@@ -1397,7 +1492,7 @@ | |||
1397 | </Files> | 1492 | </Files> |
1398 | </Project> | 1493 | </Project> |
1399 | 1494 | ||
1400 | <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> | 1495 | <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> |
1401 | <Configuration name="Debug"> | 1496 | <Configuration name="Debug"> |
1402 | <Options> | 1497 | <Options> |
1403 | <OutputPath>../../bin/</OutputPath> | 1498 | <OutputPath>../../bin/</OutputPath> |
@@ -1429,7 +1524,7 @@ | |||
1429 | </Files> | 1524 | </Files> |
1430 | </Project> | 1525 | </Project> |
1431 | 1526 | ||
1432 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1527 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1433 | <Configuration name="Debug"> | 1528 | <Configuration name="Debug"> |
1434 | <Options> | 1529 | <Options> |
1435 | <OutputPath>../../../bin/</OutputPath> | 1530 | <OutputPath>../../../bin/</OutputPath> |
@@ -1494,7 +1589,7 @@ | |||
1494 | </Files> | 1589 | </Files> |
1495 | </Project> | 1590 | </Project> |
1496 | 1591 | ||
1497 | <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> | 1592 | <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> |
1498 | <Configuration name="Debug"> | 1593 | <Configuration name="Debug"> |
1499 | <Options> | 1594 | <Options> |
1500 | <OutputPath>../../../bin/</OutputPath> | 1595 | <OutputPath>../../../bin/</OutputPath> |
@@ -1532,7 +1627,7 @@ | |||
1532 | </Files> | 1627 | </Files> |
1533 | </Project> | 1628 | </Project> |
1534 | 1629 | ||
1535 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> | 1630 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> |
1536 | <Configuration name="Debug"> | 1631 | <Configuration name="Debug"> |
1537 | <Options> | 1632 | <Options> |
1538 | <OutputPath>../../../bin/</OutputPath> | 1633 | <OutputPath>../../../bin/</OutputPath> |
@@ -1567,7 +1662,7 @@ | |||
1567 | </Project> | 1662 | </Project> |
1568 | 1663 | ||
1569 | <!-- ClientStack Plugins --> | 1664 | <!-- ClientStack Plugins --> |
1570 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> | 1665 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> |
1571 | <Configuration name="Debug"> | 1666 | <Configuration name="Debug"> |
1572 | <Options> | 1667 | <Options> |
1573 | <OutputPath>../../../../../bin/</OutputPath> | 1668 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1610,7 +1705,7 @@ | |||
1610 | </Files> | 1705 | </Files> |
1611 | </Project> | 1706 | </Project> |
1612 | 1707 | ||
1613 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 1708 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
1614 | <Configuration name="Debug"> | 1709 | <Configuration name="Debug"> |
1615 | <Options> | 1710 | <Options> |
1616 | <OutputPath>../../../../../bin/</OutputPath> | 1711 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1652,7 +1747,7 @@ | |||
1652 | </Files> | 1747 | </Files> |
1653 | </Project> | 1748 | </Project> |
1654 | 1749 | ||
1655 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1750 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1656 | <Configuration name="Debug"> | 1751 | <Configuration name="Debug"> |
1657 | <Options> | 1752 | <Options> |
1658 | <OutputPath>../../../bin/</OutputPath> | 1753 | <OutputPath>../../../bin/</OutputPath> |
@@ -1709,7 +1804,7 @@ | |||
1709 | </Project> | 1804 | </Project> |
1710 | 1805 | ||
1711 | <!-- Datastore Plugins --> | 1806 | <!-- Datastore Plugins --> |
1712 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1807 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1713 | <Configuration name="Debug"> | 1808 | <Configuration name="Debug"> |
1714 | <Options> | 1809 | <Options> |
1715 | <OutputPath>../../../bin/</OutputPath> | 1810 | <OutputPath>../../../bin/</OutputPath> |
@@ -1737,7 +1832,7 @@ | |||
1737 | </Project> | 1832 | </Project> |
1738 | 1833 | ||
1739 | <!-- OpenSim app --> | 1834 | <!-- OpenSim app --> |
1740 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1835 | <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1741 | <Configuration name="Debug"> | 1836 | <Configuration name="Debug"> |
1742 | <Options> | 1837 | <Options> |
1743 | <OutputPath>../../../bin/</OutputPath> | 1838 | <OutputPath>../../../bin/</OutputPath> |
@@ -1781,7 +1876,7 @@ | |||
1781 | </Files> | 1876 | </Files> |
1782 | </Project> | 1877 | </Project> |
1783 | 1878 | ||
1784 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> | 1879 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
1785 | <Configuration name="Debug"> | 1880 | <Configuration name="Debug"> |
1786 | <Options> | 1881 | <Options> |
1787 | <OutputPath>../../../bin/</OutputPath> | 1882 | <OutputPath>../../../bin/</OutputPath> |
@@ -1816,7 +1911,7 @@ | |||
1816 | </Files> | 1911 | </Files> |
1817 | </Project> | 1912 | </Project> |
1818 | 1913 | ||
1819 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | 1914 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> |
1820 | <Configuration name="Debug"> | 1915 | <Configuration name="Debug"> |
1821 | <Options> | 1916 | <Options> |
1822 | <OutputPath>../../../bin/</OutputPath> | 1917 | <OutputPath>../../../bin/</OutputPath> |
@@ -1846,7 +1941,7 @@ | |||
1846 | </Files> | 1941 | </Files> |
1847 | </Project> | 1942 | </Project> |
1848 | 1943 | ||
1849 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 1944 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
1850 | <Configuration name="Debug"> | 1945 | <Configuration name="Debug"> |
1851 | <Options> | 1946 | <Options> |
1852 | <OutputPath>../../../bin/</OutputPath> | 1947 | <OutputPath>../../../bin/</OutputPath> |
@@ -1887,7 +1982,7 @@ | |||
1887 | </Project> | 1982 | </Project> |
1888 | 1983 | ||
1889 | <!-- REST plugins --> | 1984 | <!-- REST plugins --> |
1890 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> | 1985 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> |
1891 | <Configuration name="Debug"> | 1986 | <Configuration name="Debug"> |
1892 | <Options> | 1987 | <Options> |
1893 | <OutputPath>../../../bin/</OutputPath> | 1988 | <OutputPath>../../../bin/</OutputPath> |
@@ -1922,7 +2017,7 @@ | |||
1922 | </Files> | 2017 | </Files> |
1923 | </Project> | 2018 | </Project> |
1924 | 2019 | ||
1925 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> | 2020 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> |
1926 | <Configuration name="Debug"> | 2021 | <Configuration name="Debug"> |
1927 | <Options> | 2022 | <Options> |
1928 | <OutputPath>../../../../bin/</OutputPath> | 2023 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1959,7 +2054,7 @@ | |||
1959 | </Files> | 2054 | </Files> |
1960 | </Project> | 2055 | </Project> |
1961 | 2056 | ||
1962 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> | 2057 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> |
1963 | <Configuration name="Debug"> | 2058 | <Configuration name="Debug"> |
1964 | <Options> | 2059 | <Options> |
1965 | <OutputPath>../../../../bin/</OutputPath> | 2060 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2003,7 +2098,7 @@ | |||
2003 | 2098 | ||
2004 | <!-- Scene Server API Example Apps --> | 2099 | <!-- Scene Server API Example Apps --> |
2005 | 2100 | ||
2006 | <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> | 2101 | <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> |
2007 | <Configuration name="Debug"> | 2102 | <Configuration name="Debug"> |
2008 | <Options> | 2103 | <Options> |
2009 | <OutputPath>../../../bin/</OutputPath> | 2104 | <OutputPath>../../../bin/</OutputPath> |
@@ -2040,7 +2135,7 @@ | |||
2040 | </Project> | 2135 | </Project> |
2041 | 2136 | ||
2042 | <!-- Data Base Modules --> | 2137 | <!-- Data Base Modules --> |
2043 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 2138 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
2044 | <Configuration name="Debug"> | 2139 | <Configuration name="Debug"> |
2045 | <Options> | 2140 | <Options> |
2046 | <OutputPath>../../../bin/</OutputPath> | 2141 | <OutputPath>../../../bin/</OutputPath> |
@@ -2078,7 +2173,7 @@ | |||
2078 | </Files> | 2173 | </Files> |
2079 | </Project> | 2174 | </Project> |
2080 | 2175 | ||
2081 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> | 2176 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> |
2082 | <Configuration name="Debug"> | 2177 | <Configuration name="Debug"> |
2083 | <Options> | 2178 | <Options> |
2084 | <OutputPath>../../../bin/</OutputPath> | 2179 | <OutputPath>../../../bin/</OutputPath> |
@@ -2112,7 +2207,7 @@ | |||
2112 | </Files> | 2207 | </Files> |
2113 | </Project> | 2208 | </Project> |
2114 | 2209 | ||
2115 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 2210 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
2116 | <Configuration name="Debug"> | 2211 | <Configuration name="Debug"> |
2117 | <Options> | 2212 | <Options> |
2118 | <OutputPath>../../../bin/</OutputPath> | 2213 | <OutputPath>../../../bin/</OutputPath> |
@@ -2153,7 +2248,7 @@ | |||
2153 | </Project> | 2248 | </Project> |
2154 | 2249 | ||
2155 | 2250 | ||
2156 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | 2251 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> |
2157 | <Configuration name="Debug"> | 2252 | <Configuration name="Debug"> |
2158 | <Options> | 2253 | <Options> |
2159 | <OutputPath>../../../../bin/</OutputPath> | 2254 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2191,7 +2286,7 @@ | |||
2191 | </Files> | 2286 | </Files> |
2192 | </Project> | 2287 | </Project> |
2193 | 2288 | ||
2194 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 2289 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
2195 | <Configuration name="Debug"> | 2290 | <Configuration name="Debug"> |
2196 | <Options> | 2291 | <Options> |
2197 | <OutputPath>../../../../../../bin/</OutputPath> | 2292 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2224,7 +2319,7 @@ | |||
2224 | </Files> | 2319 | </Files> |
2225 | </Project> | 2320 | </Project> |
2226 | 2321 | ||
2227 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> | 2322 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> |
2228 | <Configuration name="Debug"> | 2323 | <Configuration name="Debug"> |
2229 | <Options> | 2324 | <Options> |
2230 | <OutputPath>../../../../../../../bin/</OutputPath> | 2325 | <OutputPath>../../../../../../../bin/</OutputPath> |
@@ -2256,7 +2351,7 @@ | |||
2256 | </Files> | 2351 | </Files> |
2257 | </Project> | 2352 | </Project> |
2258 | 2353 | ||
2259 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | 2354 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2260 | <Configuration name="Debug"> | 2355 | <Configuration name="Debug"> |
2261 | <Options> | 2356 | <Options> |
2262 | <OutputPath>../../../../../../bin/</OutputPath> | 2357 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2270,6 +2365,7 @@ | |||
2270 | 2365 | ||
2271 | <ReferencePath>../../../../../../bin/</ReferencePath> | 2366 | <ReferencePath>../../../../../../bin/</ReferencePath> |
2272 | <Reference name="System"/> | 2367 | <Reference name="System"/> |
2368 | <Reference name="System.Core"/> | ||
2273 | <Reference name="System.Data"/> | 2369 | <Reference name="System.Data"/> |
2274 | <Reference name="System.Web"/> | 2370 | <Reference name="System.Web"/> |
2275 | <Reference name="System.Xml"/> | 2371 | <Reference name="System.Xml"/> |
@@ -2294,7 +2390,7 @@ | |||
2294 | </Files> | 2390 | </Files> |
2295 | </Project> | 2391 | </Project> |
2296 | 2392 | ||
2297 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | 2393 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> |
2298 | <Configuration name="Debug"> | 2394 | <Configuration name="Debug"> |
2299 | <Options> | 2395 | <Options> |
2300 | <OutputPath>../../../../../bin/</OutputPath> | 2396 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2325,7 +2421,7 @@ | |||
2325 | </Files> | 2421 | </Files> |
2326 | </Project> | 2422 | </Project> |
2327 | 2423 | ||
2328 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> | 2424 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> |
2329 | <Configuration name="Debug"> | 2425 | <Configuration name="Debug"> |
2330 | <Options> | 2426 | <Options> |
2331 | <OutputPath>../../../../../bin/</OutputPath> | 2427 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2363,7 +2459,7 @@ | |||
2363 | </Files> | 2459 | </Files> |
2364 | </Project> | 2460 | </Project> |
2365 | 2461 | ||
2366 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 2462 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
2367 | <Configuration name="Debug"> | 2463 | <Configuration name="Debug"> |
2368 | <Options> | 2464 | <Options> |
2369 | <OutputPath>../../../../bin/</OutputPath> | 2465 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2406,7 +2502,7 @@ | |||
2406 | </Project> | 2502 | </Project> |
2407 | 2503 | ||
2408 | 2504 | ||
2409 | <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | 2505 | <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> |
2410 | <Configuration name="Debug"> | 2506 | <Configuration name="Debug"> |
2411 | <Options> | 2507 | <Options> |
2412 | <OutputPath>../../../bin/</OutputPath> | 2508 | <OutputPath>../../../bin/</OutputPath> |
@@ -2457,7 +2553,7 @@ | |||
2457 | 2553 | ||
2458 | <!-- Tools --> | 2554 | <!-- Tools --> |
2459 | 2555 | ||
2460 | <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2556 | <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |
2461 | <Configuration name="Debug"> | 2557 | <Configuration name="Debug"> |
2462 | <Options> | 2558 | <Options> |
2463 | <OutputPath>../../../bin/</OutputPath> | 2559 | <OutputPath>../../../bin/</OutputPath> |
@@ -2484,7 +2580,7 @@ | |||
2484 | </Files> | 2580 | </Files> |
2485 | </Project> | 2581 | </Project> |
2486 | 2582 | ||
2487 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> | 2583 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> |
2488 | <Configuration name="Debug"> | 2584 | <Configuration name="Debug"> |
2489 | <Options> | 2585 | <Options> |
2490 | <OutputPath>../../../bin/</OutputPath> | 2586 | <OutputPath>../../../bin/</OutputPath> |
@@ -2511,7 +2607,7 @@ | |||
2511 | </Files> | 2607 | </Files> |
2512 | </Project> | 2608 | </Project> |
2513 | 2609 | ||
2514 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | 2610 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> |
2515 | <Configuration name="Debug"> | 2611 | <Configuration name="Debug"> |
2516 | <Options> | 2612 | <Options> |
2517 | <OutputPath>../../../bin/</OutputPath> | 2613 | <OutputPath>../../../bin/</OutputPath> |
@@ -2535,7 +2631,7 @@ | |||
2535 | </Project> | 2631 | </Project> |
2536 | 2632 | ||
2537 | <!-- Test Clients --> | 2633 | <!-- Test Clients --> |
2538 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | 2634 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> |
2539 | <Configuration name="Debug"> | 2635 | <Configuration name="Debug"> |
2540 | <Options> | 2636 | <Options> |
2541 | <OutputPath>../../../../bin/</OutputPath> | 2637 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2562,7 +2658,7 @@ | |||
2562 | </Files> | 2658 | </Files> |
2563 | </Project> | 2659 | </Project> |
2564 | 2660 | ||
2565 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> | 2661 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> |
2566 | <Configuration name="Debug"> | 2662 | <Configuration name="Debug"> |
2567 | <Options> | 2663 | <Options> |
2568 | <OutputPath>../../../../bin/</OutputPath> | 2664 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2589,7 +2685,7 @@ | |||
2589 | </Files> | 2685 | </Files> |
2590 | </Project> | 2686 | </Project> |
2591 | 2687 | ||
2592 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> | 2688 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> |
2593 | <Configuration name="Debug"> | 2689 | <Configuration name="Debug"> |
2594 | <Options> | 2690 | <Options> |
2595 | <OutputPath>../../../../bin/</OutputPath> | 2691 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2616,7 +2712,7 @@ | |||
2616 | </Files> | 2712 | </Files> |
2617 | </Project> | 2713 | </Project> |
2618 | 2714 | ||
2619 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> | 2715 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> |
2620 | <Configuration name="Debug"> | 2716 | <Configuration name="Debug"> |
2621 | <Options> | 2717 | <Options> |
2622 | <OutputPath>../../../../bin/</OutputPath> | 2718 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2644,7 +2740,7 @@ | |||
2644 | </Project> | 2740 | </Project> |
2645 | 2741 | ||
2646 | <!-- Test assemblies --> | 2742 | <!-- Test assemblies --> |
2647 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2743 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2648 | <Configuration name="Debug"> | 2744 | <Configuration name="Debug"> |
2649 | <Options> | 2745 | <Options> |
2650 | <OutputPath>../../../bin/</OutputPath> | 2746 | <OutputPath>../../../bin/</OutputPath> |
@@ -2688,7 +2784,7 @@ | |||
2688 | </Files> | 2784 | </Files> |
2689 | </Project> | 2785 | </Project> |
2690 | 2786 | ||
2691 | <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | 2787 | <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> |
2692 | <Configuration name="Debug"> | 2788 | <Configuration name="Debug"> |
2693 | <Options> | 2789 | <Options> |
2694 | <OutputPath>../../bin/</OutputPath> | 2790 | <OutputPath>../../bin/</OutputPath> |
@@ -2711,7 +2807,7 @@ | |||
2711 | </Project> | 2807 | </Project> |
2712 | 2808 | ||
2713 | 2809 | ||
2714 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2810 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2715 | <Configuration name="Debug"> | 2811 | <Configuration name="Debug"> |
2716 | <Options> | 2812 | <Options> |
2717 | <OutputPath>../../../bin/</OutputPath> | 2813 | <OutputPath>../../../bin/</OutputPath> |
@@ -2761,7 +2857,7 @@ | |||
2761 | </Project> | 2857 | </Project> |
2762 | 2858 | ||
2763 | 2859 | ||
2764 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2860 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2765 | <Configuration name="Debug"> | 2861 | <Configuration name="Debug"> |
2766 | <Options> | 2862 | <Options> |
2767 | <OutputPath>../../../bin/</OutputPath> | 2863 | <OutputPath>../../../bin/</OutputPath> |
@@ -2803,7 +2899,7 @@ | |||
2803 | </Files> | 2899 | </Files> |
2804 | </Project> | 2900 | </Project> |
2805 | 2901 | ||
2806 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> | 2902 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> |
2807 | <Configuration name="Debug"> | 2903 | <Configuration name="Debug"> |
2808 | <Options> | 2904 | <Options> |
2809 | <OutputPath>../../../bin/</OutputPath> | 2905 | <OutputPath>../../../bin/</OutputPath> |
@@ -2834,7 +2930,7 @@ | |||
2834 | </Files> | 2930 | </Files> |
2835 | </Project> | 2931 | </Project> |
2836 | 2932 | ||
2837 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | 2933 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> |
2838 | <Configuration name="Debug"> | 2934 | <Configuration name="Debug"> |
2839 | <Options> | 2935 | <Options> |
2840 | <OutputPath>../../../../bin/</OutputPath> | 2936 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2865,7 +2961,7 @@ | |||
2865 | </Files> | 2961 | </Files> |
2866 | </Project> | 2962 | </Project> |
2867 | 2963 | ||
2868 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 2964 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
2869 | <Configuration name="Debug"> | 2965 | <Configuration name="Debug"> |
2870 | <Options> | 2966 | <Options> |
2871 | <OutputPath>../../../../bin/</OutputPath> | 2967 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2895,7 +2991,7 @@ | |||
2895 | </Files> | 2991 | </Files> |
2896 | </Project> | 2992 | </Project> |
2897 | 2993 | ||
2898 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> | 2994 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> |
2899 | <Configuration name="Debug"> | 2995 | <Configuration name="Debug"> |
2900 | <Options> | 2996 | <Options> |
2901 | <OutputPath>../../../bin/</OutputPath> | 2997 | <OutputPath>../../../bin/</OutputPath> |
@@ -2966,7 +3062,7 @@ | |||
2966 | </Files> | 3062 | </Files> |
2967 | </Project> | 3063 | </Project> |
2968 | 3064 | ||
2969 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> | 3065 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> |
2970 | <Configuration name="Debug"> | 3066 | <Configuration name="Debug"> |
2971 | <Options> | 3067 | <Options> |
2972 | <OutputPath>../../../bin/</OutputPath> | 3068 | <OutputPath>../../../bin/</OutputPath> |
@@ -3025,7 +3121,7 @@ | |||
3025 | </Files> | 3121 | </Files> |
3026 | </Project> | 3122 | </Project> |
3027 | 3123 | ||
3028 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 3124 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
3029 | <Configuration name="Debug"> | 3125 | <Configuration name="Debug"> |
3030 | <Options> | 3126 | <Options> |
3031 | <OutputPath>../../../bin/</OutputPath> | 3127 | <OutputPath>../../../bin/</OutputPath> |
@@ -3083,7 +3179,7 @@ | |||
3083 | </Files> | 3179 | </Files> |
3084 | </Project> | 3180 | </Project> |
3085 | 3181 | ||
3086 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 3182 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
3087 | <Configuration name="Debug"> | 3183 | <Configuration name="Debug"> |
3088 | <Options> | 3184 | <Options> |
3089 | <OutputPath>../../../../../bin/</OutputPath> | 3185 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3120,7 +3216,7 @@ | |||
3120 | </Files> | 3216 | </Files> |
3121 | </Project> | 3217 | </Project> |
3122 | 3218 | ||
3123 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> | 3219 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3124 | <Configuration name="Debug"> | 3220 | <Configuration name="Debug"> |
3125 | <Options> | 3221 | <Options> |
3126 | <OutputPath>../../../../../../bin/</OutputPath> | 3222 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -3156,7 +3252,7 @@ | |||
3156 | </Files> | 3252 | </Files> |
3157 | </Project> | 3253 | </Project> |
3158 | 3254 | ||
3159 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3255 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3160 | <Configuration name="Debug"> | 3256 | <Configuration name="Debug"> |
3161 | <Options> | 3257 | <Options> |
3162 | <OutputPath>../../../bin/</OutputPath> | 3258 | <OutputPath>../../../bin/</OutputPath> |
@@ -3210,7 +3306,7 @@ | |||
3210 | TODO: this is kind of lame, we basically build a duplicate | 3306 | TODO: this is kind of lame, we basically build a duplicate |
3211 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3307 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3212 | --> | 3308 | --> |
3213 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> | 3309 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> |
3214 | <Configuration name="Debug"> | 3310 | <Configuration name="Debug"> |
3215 | <Options> | 3311 | <Options> |
3216 | <OutputPath>../../../../../bin/</OutputPath> | 3312 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3240,7 +3336,7 @@ | |||
3240 | </Files> | 3336 | </Files> |
3241 | </Project> | 3337 | </Project> |
3242 | 3338 | ||
3243 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> | 3339 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> |
3244 | <Configuration name="Debug"> | 3340 | <Configuration name="Debug"> |
3245 | <Options> | 3341 | <Options> |
3246 | <OutputPath>../../../bin/</OutputPath> | 3342 | <OutputPath>../../../bin/</OutputPath> |