diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 307 |
1 files changed, 214 insertions, 93 deletions
diff --git a/prebuild.xml b/prebuild.xml index b4f4464..621e0b4 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.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> | 115 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> |
116 | <Configuration name="Debug"> | 116 | <Configuration name="Debug"> |
117 | <Options> | 117 | <Options> |
118 | <OutputPath>../../../bin/</OutputPath> | 118 | <OutputPath>../../../bin/</OutputPath> |
@@ -138,7 +138,7 @@ | |||
138 | </Files> | 138 | </Files> |
139 | </Project> | 139 | </Project> |
140 | 140 | ||
141 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> | 141 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> |
142 | <Configuration name="Debug"> | 142 | <Configuration name="Debug"> |
143 | <Options> | 143 | <Options> |
144 | <OutputPath>../../../../bin/</OutputPath> | 144 | <OutputPath>../../../../bin/</OutputPath> |
@@ -178,7 +178,7 @@ | |||
178 | </Files> | 178 | </Files> |
179 | </Project> | 179 | </Project> |
180 | 180 | ||
181 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 181 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
182 | <Configuration name="Debug"> | 182 | <Configuration name="Debug"> |
183 | <Options> | 183 | <Options> |
184 | <OutputPath>../../../bin/</OutputPath> | 184 | <OutputPath>../../../bin/</OutputPath> |
@@ -205,7 +205,7 @@ | |||
205 | </Files> | 205 | </Files> |
206 | </Project> | 206 | </Project> |
207 | 207 | ||
208 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | 208 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> |
209 | <Configuration name="Debug"> | 209 | <Configuration name="Debug"> |
210 | <Options> | 210 | <Options> |
211 | <OutputPath>../../../bin/</OutputPath> | 211 | <OutputPath>../../../bin/</OutputPath> |
@@ -233,7 +233,7 @@ | |||
233 | </Files> | 233 | </Files> |
234 | </Project> | 234 | </Project> |
235 | 235 | ||
236 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> | 236 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> |
237 | <Configuration name="Debug"> | 237 | <Configuration name="Debug"> |
238 | <Options> | 238 | <Options> |
239 | <OutputPath>../../../bin/</OutputPath> | 239 | <OutputPath>../../../bin/</OutputPath> |
@@ -262,7 +262,7 @@ | |||
262 | </Files> | 262 | </Files> |
263 | </Project> | 263 | </Project> |
264 | 264 | ||
265 | <Project frameworkVersion="v3_5" name="OpenSim.Data" path="OpenSim/Data" type="Library"> | 265 | <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library"> |
266 | <Configuration name="Debug"> | 266 | <Configuration name="Debug"> |
267 | <Options> | 267 | <Options> |
268 | <OutputPath>../../bin/</OutputPath> | 268 | <OutputPath>../../bin/</OutputPath> |
@@ -291,7 +291,7 @@ | |||
291 | </Files> | 291 | </Files> |
292 | </Project> | 292 | </Project> |
293 | 293 | ||
294 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | 294 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> |
295 | <Configuration name="Debug"> | 295 | <Configuration name="Debug"> |
296 | <Options> | 296 | <Options> |
297 | <OutputPath>../../../../bin/</OutputPath> | 297 | <OutputPath>../../../../bin/</OutputPath> |
@@ -316,7 +316,7 @@ | |||
316 | </Files> | 316 | </Files> |
317 | </Project> | 317 | </Project> |
318 | 318 | ||
319 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> | 319 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> |
320 | <Configuration name="Debug"> | 320 | <Configuration name="Debug"> |
321 | <Options> | 321 | <Options> |
322 | <OutputPath>../../../../bin/</OutputPath> | 322 | <OutputPath>../../../../bin/</OutputPath> |
@@ -343,7 +343,7 @@ | |||
343 | </Files> | 343 | </Files> |
344 | </Project> | 344 | </Project> |
345 | 345 | ||
346 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | 346 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> |
347 | <Configuration name="Debug"> | 347 | <Configuration name="Debug"> |
348 | <Options> | 348 | <Options> |
349 | <OutputPath>../../../../bin/</OutputPath> | 349 | <OutputPath>../../../../bin/</OutputPath> |
@@ -368,7 +368,7 @@ | |||
368 | </Files> | 368 | </Files> |
369 | </Project> | 369 | </Project> |
370 | 370 | ||
371 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> | 371 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> |
372 | <Configuration name="Debug"> | 372 | <Configuration name="Debug"> |
373 | <Options> | 373 | <Options> |
374 | <OutputPath>../../../../bin/</OutputPath> | 374 | <OutputPath>../../../../bin/</OutputPath> |
@@ -394,7 +394,7 @@ | |||
394 | </Files> | 394 | </Files> |
395 | </Project> | 395 | </Project> |
396 | 396 | ||
397 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> | 397 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> |
398 | <Configuration name="Debug"> | 398 | <Configuration name="Debug"> |
399 | <Options> | 399 | <Options> |
400 | <OutputPath>../../../../bin/</OutputPath> | 400 | <OutputPath>../../../../bin/</OutputPath> |
@@ -420,7 +420,7 @@ | |||
420 | </Files> | 420 | </Files> |
421 | </Project> | 421 | </Project> |
422 | 422 | ||
423 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | 423 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
424 | <Configuration name="Debug"> | 424 | <Configuration name="Debug"> |
425 | <Options> | 425 | <Options> |
426 | <OutputPath>../../../bin/</OutputPath> | 426 | <OutputPath>../../../bin/</OutputPath> |
@@ -452,7 +452,7 @@ | |||
452 | </Files> | 452 | </Files> |
453 | </Project> | 453 | </Project> |
454 | 454 | ||
455 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 455 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> |
456 | <Configuration name="Debug"> | 456 | <Configuration name="Debug"> |
457 | <Options> | 457 | <Options> |
458 | <OutputPath>../../../../bin/</OutputPath> | 458 | <OutputPath>../../../../bin/</OutputPath> |
@@ -480,7 +480,7 @@ | |||
480 | </Project> | 480 | </Project> |
481 | 481 | ||
482 | <!-- Physics Plug-ins --> | 482 | <!-- Physics Plug-ins --> |
483 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> | 483 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> |
484 | <Configuration name="Debug"> | 484 | <Configuration name="Debug"> |
485 | <Options> | 485 | <Options> |
486 | <OutputPath>../../../../bin/Physics/</OutputPath> | 486 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -503,7 +503,7 @@ | |||
503 | </Files> | 503 | </Files> |
504 | </Project> | 504 | </Project> |
505 | 505 | ||
506 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> | 506 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> |
507 | <Configuration name="Debug"> | 507 | <Configuration name="Debug"> |
508 | <Options> | 508 | <Options> |
509 | <OutputPath>../../../../bin/Physics/</OutputPath> | 509 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -526,7 +526,7 @@ | |||
526 | </Files> | 526 | </Files> |
527 | </Project> | 527 | </Project> |
528 | 528 | ||
529 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | 529 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> |
530 | <Configuration name="Debug"> | 530 | <Configuration name="Debug"> |
531 | <Options> | 531 | <Options> |
532 | <OutputPath>../../../../bin/Physics/</OutputPath> | 532 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -556,7 +556,125 @@ | |||
556 | </Files> | 556 | </Files> |
557 | </Project> | 557 | </Project> |
558 | 558 | ||
559 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 559 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> |
560 | <Configuration name="Debug"> | ||
561 | <Options> | ||
562 | <OutputPath>../../../../bin/</OutputPath> | ||
563 | </Options> | ||
564 | </Configuration> | ||
565 | <Configuration name="Release"> | ||
566 | <Options> | ||
567 | <OutputPath>../../../../bin/</OutputPath> | ||
568 | </Options> | ||
569 | </Configuration> | ||
570 | |||
571 | <ReferencePath>../../../../bin/</ReferencePath> | ||
572 | <Reference name="System"/> | ||
573 | <Reference name="System.Core"/> | ||
574 | <Reference name="System.Data"/> | ||
575 | <Reference name="System.Xml"/> | ||
576 | |||
577 | <Files> | ||
578 | <Match pattern="*.cs" recurse="true"> | ||
579 | <Exclude name="Tests" pattern="Tests"/> | ||
580 | </Match> | ||
581 | </Files> | ||
582 | </Project> | ||
583 | |||
584 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> | ||
585 | <Configuration name="Debug"> | ||
586 | <Options> | ||
587 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
588 | </Options> | ||
589 | </Configuration> | ||
590 | <Configuration name="Release"> | ||
591 | <Options> | ||
592 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
593 | </Options> | ||
594 | </Configuration> | ||
595 | |||
596 | <ReferencePath>../../../../bin/</ReferencePath> | ||
597 | <Reference name="System"/> | ||
598 | <Reference name="System.Core"/> | ||
599 | <Reference name="OpenMetaverseTypes.dll"/> | ||
600 | <Reference name="Nini.dll" /> | ||
601 | <Reference name="OpenSim.Framework"/> | ||
602 | <Reference name="OpenSim.Framework.Console"/> | ||
603 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
604 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
605 | <Reference name="Ode.NET.dll" /> | ||
606 | <Reference name="log4net.dll"/> | ||
607 | |||
608 | <Files> | ||
609 | <Match pattern="*.cs" recurse="true"> | ||
610 | <Exclude name="Tests" pattern="Tests"/> | ||
611 | </Match> | ||
612 | </Files> | ||
613 | </Project> | ||
614 | |||
615 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> | ||
616 | <Configuration name="Debug"> | ||
617 | <Options> | ||
618 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
619 | </Options> | ||
620 | </Configuration> | ||
621 | <Configuration name="Release"> | ||
622 | <Options> | ||
623 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
624 | </Options> | ||
625 | </Configuration> | ||
626 | |||
627 | <ReferencePath>../../../../bin/</ReferencePath> | ||
628 | <Reference name="System"/> | ||
629 | <Reference name="System.Core"/> | ||
630 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
631 | <Reference name="Nini" path="../../../../bin/"/> | ||
632 | |||
633 | <Reference name="OpenSim.Framework"/> | ||
634 | <Reference name="OpenSim.Framework.Console"/> | ||
635 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
636 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
637 | <Reference name="log4net" path="../../../../bin/"/> | ||
638 | |||
639 | <Files> | ||
640 | <Match pattern="*.cs" recurse="true"> | ||
641 | <Exclude name="Tests" pattern="Tests"/> | ||
642 | </Match> | ||
643 | </Files> | ||
644 | </Project> | ||
645 | |||
646 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | ||
647 | <Configuration name="Debug"> | ||
648 | <Options> | ||
649 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
650 | </Options> | ||
651 | </Configuration> | ||
652 | <Configuration name="Release"> | ||
653 | <Options> | ||
654 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
655 | </Options> | ||
656 | </Configuration> | ||
657 | |||
658 | <ReferencePath>../../../../bin/</ReferencePath> | ||
659 | <Reference name="System"/> | ||
660 | <Reference name="System.Drawing"/> | ||
661 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
662 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
663 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
664 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
665 | <Reference name="Nini" path="../../../../bin/"/> | ||
666 | <Reference name="OpenSim.Framework"/> | ||
667 | <Reference name="OpenSim.Framework.Console"/> | ||
668 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
669 | <Reference name="log4net" path="../../../../bin/"/> | ||
670 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
671 | |||
672 | <Files> | ||
673 | <Match pattern="*.cs" recurse="true"/> | ||
674 | </Files> | ||
675 | </Project> | ||
676 | |||
677 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
560 | <Configuration name="Debug"> | 678 | <Configuration name="Debug"> |
561 | <Options> | 679 | <Options> |
562 | <OutputPath>../../../../bin/Physics/</OutputPath> | 680 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -579,6 +697,7 @@ | |||
579 | <Reference name="OpenSim.Framework"/> | 697 | <Reference name="OpenSim.Framework"/> |
580 | <Reference name="OpenSim.Framework.Console"/> | 698 | <Reference name="OpenSim.Framework.Console"/> |
581 | <Reference name="OpenSim.Region.Physics.Manager"/> | 699 | <Reference name="OpenSim.Region.Physics.Manager"/> |
700 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
582 | <Reference name="log4net" path="../../../../bin/"/> | 701 | <Reference name="log4net" path="../../../../bin/"/> |
583 | <Reference name="zlib.net" path="../../../../bin/"/> | 702 | <Reference name="zlib.net" path="../../../../bin/"/> |
584 | 703 | ||
@@ -587,7 +706,7 @@ | |||
587 | </Files> | 706 | </Files> |
588 | </Project> | 707 | </Project> |
589 | 708 | ||
590 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 709 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
591 | <Configuration name="Debug"> | 710 | <Configuration name="Debug"> |
592 | <Options> | 711 | <Options> |
593 | <OutputPath>../../bin/</OutputPath> | 712 | <OutputPath>../../bin/</OutputPath> |
@@ -622,7 +741,7 @@ | |||
622 | </Project> | 741 | </Project> |
623 | 742 | ||
624 | 743 | ||
625 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> | 744 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> |
626 | <Configuration name="Debug"> | 745 | <Configuration name="Debug"> |
627 | <Options> | 746 | <Options> |
628 | <OutputPath>../../../bin/</OutputPath> | 747 | <OutputPath>../../../bin/</OutputPath> |
@@ -663,7 +782,7 @@ | |||
663 | </Project> | 782 | </Project> |
664 | 783 | ||
665 | 784 | ||
666 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | 785 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> |
667 | <Configuration name="Debug"> | 786 | <Configuration name="Debug"> |
668 | <Options> | 787 | <Options> |
669 | <OutputPath>../../../bin/</OutputPath> | 788 | <OutputPath>../../../bin/</OutputPath> |
@@ -716,7 +835,7 @@ | |||
716 | <!-- OGS projects --> | 835 | <!-- OGS projects --> |
717 | 836 | ||
718 | 837 | ||
719 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> | 838 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> |
720 | <Configuration name="Debug"> | 839 | <Configuration name="Debug"> |
721 | <Options> | 840 | <Options> |
722 | <OutputPath>../../../bin/</OutputPath> | 841 | <OutputPath>../../../bin/</OutputPath> |
@@ -746,7 +865,7 @@ | |||
746 | </Files> | 865 | </Files> |
747 | </Project> | 866 | </Project> |
748 | 867 | ||
749 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> | 868 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> |
750 | <Configuration name="Debug"> | 869 | <Configuration name="Debug"> |
751 | <Options> | 870 | <Options> |
752 | <OutputPath>../../../bin/</OutputPath> | 871 | <OutputPath>../../../bin/</OutputPath> |
@@ -773,7 +892,7 @@ | |||
773 | </Files> | 892 | </Files> |
774 | </Project> | 893 | </Project> |
775 | 894 | ||
776 | <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> | 895 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> |
777 | <Configuration name="Debug"> | 896 | <Configuration name="Debug"> |
778 | <Options> | 897 | <Options> |
779 | <OutputPath>../../../bin/</OutputPath> | 898 | <OutputPath>../../../bin/</OutputPath> |
@@ -804,7 +923,7 @@ | |||
804 | </Files> | 923 | </Files> |
805 | </Project> | 924 | </Project> |
806 | 925 | ||
807 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> | 926 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> |
808 | <Configuration name="Debug"> | 927 | <Configuration name="Debug"> |
809 | <Options> | 928 | <Options> |
810 | <OutputPath>../../../bin/</OutputPath> | 929 | <OutputPath>../../../bin/</OutputPath> |
@@ -835,7 +954,7 @@ | |||
835 | </Files> | 954 | </Files> |
836 | </Project> | 955 | </Project> |
837 | 956 | ||
838 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> | 957 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> |
839 | <Configuration name="Debug"> | 958 | <Configuration name="Debug"> |
840 | <Options> | 959 | <Options> |
841 | <OutputPath>../../../bin/</OutputPath> | 960 | <OutputPath>../../../bin/</OutputPath> |
@@ -874,7 +993,7 @@ | |||
874 | </Files> | 993 | </Files> |
875 | </Project> | 994 | </Project> |
876 | 995 | ||
877 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> | 996 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> |
878 | <Configuration name="Debug"> | 997 | <Configuration name="Debug"> |
879 | <Options> | 998 | <Options> |
880 | <OutputPath>../../../bin/</OutputPath> | 999 | <OutputPath>../../../bin/</OutputPath> |
@@ -905,7 +1024,7 @@ | |||
905 | </Files> | 1024 | </Files> |
906 | </Project> | 1025 | </Project> |
907 | 1026 | ||
908 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | 1027 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> |
909 | <Configuration name="Debug"> | 1028 | <Configuration name="Debug"> |
910 | <Options> | 1029 | <Options> |
911 | <OutputPath>../../../bin/</OutputPath> | 1030 | <OutputPath>../../../bin/</OutputPath> |
@@ -936,7 +1055,7 @@ | |||
936 | </Files> | 1055 | </Files> |
937 | </Project> | 1056 | </Project> |
938 | 1057 | ||
939 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 1058 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> |
940 | <Configuration name="Debug"> | 1059 | <Configuration name="Debug"> |
941 | <Options> | 1060 | <Options> |
942 | <OutputPath>../../../bin/</OutputPath> | 1061 | <OutputPath>../../../bin/</OutputPath> |
@@ -968,7 +1087,7 @@ | |||
968 | </Files> | 1087 | </Files> |
969 | </Project> | 1088 | </Project> |
970 | 1089 | ||
971 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> | 1090 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> |
972 | <Configuration name="Debug"> | 1091 | <Configuration name="Debug"> |
973 | <Options> | 1092 | <Options> |
974 | <OutputPath>../../../bin/</OutputPath> | 1093 | <OutputPath>../../../bin/</OutputPath> |
@@ -990,6 +1109,7 @@ | |||
990 | <Reference name="OpenSim.Server.Base"/> | 1109 | <Reference name="OpenSim.Server.Base"/> |
991 | <Reference name="OpenSim.Services.Interfaces"/> | 1110 | <Reference name="OpenSim.Services.Interfaces"/> |
992 | <Reference name="OpenSim.Services.Base"/> | 1111 | <Reference name="OpenSim.Services.Base"/> |
1112 | <Reference name="OpenSim.Server.Base"/> | ||
993 | <Reference name="OpenSim.Services.Connectors"/> | 1113 | <Reference name="OpenSim.Services.Connectors"/> |
994 | <Reference name="OpenSim.Data"/> | 1114 | <Reference name="OpenSim.Data"/> |
995 | <Reference name="Nini" path="../../../bin/"/> | 1115 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1000,7 +1120,7 @@ | |||
1000 | </Files> | 1120 | </Files> |
1001 | </Project> | 1121 | </Project> |
1002 | 1122 | ||
1003 | <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> | 1123 | <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> |
1004 | <Configuration name="Debug"> | 1124 | <Configuration name="Debug"> |
1005 | <Options> | 1125 | <Options> |
1006 | <OutputPath>../../../bin/</OutputPath> | 1126 | <OutputPath>../../../bin/</OutputPath> |
@@ -1034,7 +1154,7 @@ | |||
1034 | </Files> | 1154 | </Files> |
1035 | </Project> | 1155 | </Project> |
1036 | 1156 | ||
1037 | <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | 1157 | <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> |
1038 | <Configuration name="Debug"> | 1158 | <Configuration name="Debug"> |
1039 | <Options> | 1159 | <Options> |
1040 | <OutputPath>../../../bin/</OutputPath> | 1160 | <OutputPath>../../../bin/</OutputPath> |
@@ -1065,7 +1185,7 @@ | |||
1065 | </Files> | 1185 | </Files> |
1066 | </Project> | 1186 | </Project> |
1067 | 1187 | ||
1068 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> | 1188 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> |
1069 | <Configuration name="Debug"> | 1189 | <Configuration name="Debug"> |
1070 | <Options> | 1190 | <Options> |
1071 | <OutputPath>../../../bin/</OutputPath> | 1191 | <OutputPath>../../../bin/</OutputPath> |
@@ -1096,7 +1216,7 @@ | |||
1096 | </Files> | 1216 | </Files> |
1097 | </Project> | 1217 | </Project> |
1098 | 1218 | ||
1099 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 1219 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
1100 | <Configuration name="Debug"> | 1220 | <Configuration name="Debug"> |
1101 | <Options> | 1221 | <Options> |
1102 | <OutputPath>../../../bin/</OutputPath> | 1222 | <OutputPath>../../../bin/</OutputPath> |
@@ -1129,7 +1249,7 @@ | |||
1129 | </Project> | 1249 | </Project> |
1130 | 1250 | ||
1131 | 1251 | ||
1132 | <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> | 1252 | <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> |
1133 | <Configuration name="Debug"> | 1253 | <Configuration name="Debug"> |
1134 | <Options> | 1254 | <Options> |
1135 | <OutputPath>../../../bin/</OutputPath> | 1255 | <OutputPath>../../../bin/</OutputPath> |
@@ -1162,7 +1282,7 @@ | |||
1162 | </Files> | 1282 | </Files> |
1163 | </Project> | 1283 | </Project> |
1164 | 1284 | ||
1165 | <Project frameworkVersion="v3_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> | 1285 | <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> |
1166 | <Configuration name="Debug"> | 1286 | <Configuration name="Debug"> |
1167 | <Options> | 1287 | <Options> |
1168 | <OutputPath>../../../bin/</OutputPath> | 1288 | <OutputPath>../../../bin/</OutputPath> |
@@ -1200,7 +1320,7 @@ | |||
1200 | </Files> | 1320 | </Files> |
1201 | </Project> | 1321 | </Project> |
1202 | 1322 | ||
1203 | <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> | 1323 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> |
1204 | <Configuration name="Debug"> | 1324 | <Configuration name="Debug"> |
1205 | <Options> | 1325 | <Options> |
1206 | <OutputPath>../../../bin/</OutputPath> | 1326 | <OutputPath>../../../bin/</OutputPath> |
@@ -1230,7 +1350,7 @@ | |||
1230 | </Files> | 1350 | </Files> |
1231 | </Project> | 1351 | </Project> |
1232 | 1352 | ||
1233 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1353 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1234 | <Configuration name="Debug"> | 1354 | <Configuration name="Debug"> |
1235 | <Options> | 1355 | <Options> |
1236 | <OutputPath>../../../bin/</OutputPath> | 1356 | <OutputPath>../../../bin/</OutputPath> |
@@ -1269,7 +1389,7 @@ | |||
1269 | </Project> | 1389 | </Project> |
1270 | 1390 | ||
1271 | 1391 | ||
1272 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | 1392 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> |
1273 | <Configuration name="Debug"> | 1393 | <Configuration name="Debug"> |
1274 | <Options> | 1394 | <Options> |
1275 | <OutputPath>../../../bin/</OutputPath> | 1395 | <OutputPath>../../../bin/</OutputPath> |
@@ -1310,7 +1430,7 @@ | |||
1310 | </Project> | 1430 | </Project> |
1311 | 1431 | ||
1312 | 1432 | ||
1313 | <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> | 1433 | <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> |
1314 | <Configuration name="Debug"> | 1434 | <Configuration name="Debug"> |
1315 | <Options> | 1435 | <Options> |
1316 | <OutputPath>../../bin/</OutputPath> | 1436 | <OutputPath>../../bin/</OutputPath> |
@@ -1344,7 +1464,7 @@ | |||
1344 | </Files> | 1464 | </Files> |
1345 | </Project> | 1465 | </Project> |
1346 | 1466 | ||
1347 | <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> | 1467 | <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> |
1348 | <Configuration name="Debug"> | 1468 | <Configuration name="Debug"> |
1349 | <Options> | 1469 | <Options> |
1350 | <OutputPath>../../bin/</OutputPath> | 1470 | <OutputPath>../../bin/</OutputPath> |
@@ -1376,7 +1496,7 @@ | |||
1376 | </Files> | 1496 | </Files> |
1377 | </Project> | 1497 | </Project> |
1378 | 1498 | ||
1379 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1499 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1380 | <Configuration name="Debug"> | 1500 | <Configuration name="Debug"> |
1381 | <Options> | 1501 | <Options> |
1382 | <OutputPath>../../../bin/</OutputPath> | 1502 | <OutputPath>../../../bin/</OutputPath> |
@@ -1442,7 +1562,7 @@ | |||
1442 | </Files> | 1562 | </Files> |
1443 | </Project> | 1563 | </Project> |
1444 | 1564 | ||
1445 | <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> | 1565 | <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> |
1446 | <Configuration name="Debug"> | 1566 | <Configuration name="Debug"> |
1447 | <Options> | 1567 | <Options> |
1448 | <OutputPath>../../../bin/</OutputPath> | 1568 | <OutputPath>../../../bin/</OutputPath> |
@@ -1480,7 +1600,7 @@ | |||
1480 | </Files> | 1600 | </Files> |
1481 | </Project> | 1601 | </Project> |
1482 | 1602 | ||
1483 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> | 1603 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> |
1484 | <Configuration name="Debug"> | 1604 | <Configuration name="Debug"> |
1485 | <Options> | 1605 | <Options> |
1486 | <OutputPath>../../../bin/</OutputPath> | 1606 | <OutputPath>../../../bin/</OutputPath> |
@@ -1515,7 +1635,7 @@ | |||
1515 | </Project> | 1635 | </Project> |
1516 | 1636 | ||
1517 | <!-- ClientStack Plugins --> | 1637 | <!-- ClientStack Plugins --> |
1518 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> | 1638 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> |
1519 | <Configuration name="Debug"> | 1639 | <Configuration name="Debug"> |
1520 | <Options> | 1640 | <Options> |
1521 | <OutputPath>../../../../../bin/</OutputPath> | 1641 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1558,7 +1678,7 @@ | |||
1558 | </Files> | 1678 | </Files> |
1559 | </Project> | 1679 | </Project> |
1560 | 1680 | ||
1561 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 1681 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
1562 | <Configuration name="Debug"> | 1682 | <Configuration name="Debug"> |
1563 | <Options> | 1683 | <Options> |
1564 | <OutputPath>../../../../../bin/</OutputPath> | 1684 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1600,7 +1720,7 @@ | |||
1600 | </Files> | 1720 | </Files> |
1601 | </Project> | 1721 | </Project> |
1602 | 1722 | ||
1603 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1723 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1604 | <Configuration name="Debug"> | 1724 | <Configuration name="Debug"> |
1605 | <Options> | 1725 | <Options> |
1606 | <OutputPath>../../../bin/</OutputPath> | 1726 | <OutputPath>../../../bin/</OutputPath> |
@@ -1657,7 +1777,7 @@ | |||
1657 | </Project> | 1777 | </Project> |
1658 | 1778 | ||
1659 | <!-- Datastore Plugins --> | 1779 | <!-- Datastore Plugins --> |
1660 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1780 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1661 | <Configuration name="Debug"> | 1781 | <Configuration name="Debug"> |
1662 | <Options> | 1782 | <Options> |
1663 | <OutputPath>../../../bin/</OutputPath> | 1783 | <OutputPath>../../../bin/</OutputPath> |
@@ -1709,7 +1829,7 @@ | |||
1709 | </Files> | 1829 | </Files> |
1710 | </Project> | 1830 | </Project> |
1711 | 1831 | ||
1712 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | 1832 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> |
1713 | <Configuration name="Debug"> | 1833 | <Configuration name="Debug"> |
1714 | <Options> | 1834 | <Options> |
1715 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1835 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -1743,7 +1863,7 @@ | |||
1743 | </Project> | 1863 | </Project> |
1744 | 1864 | ||
1745 | <!-- OpenSim app --> | 1865 | <!-- OpenSim app --> |
1746 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1866 | <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1747 | <Configuration name="Debug"> | 1867 | <Configuration name="Debug"> |
1748 | <Options> | 1868 | <Options> |
1749 | <OutputPath>../../../bin/</OutputPath> | 1869 | <OutputPath>../../../bin/</OutputPath> |
@@ -1787,7 +1907,7 @@ | |||
1787 | </Files> | 1907 | </Files> |
1788 | </Project> | 1908 | </Project> |
1789 | 1909 | ||
1790 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> | 1910 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
1791 | <Configuration name="Debug"> | 1911 | <Configuration name="Debug"> |
1792 | <Options> | 1912 | <Options> |
1793 | <OutputPath>../../../bin/</OutputPath> | 1913 | <OutputPath>../../../bin/</OutputPath> |
@@ -1822,7 +1942,7 @@ | |||
1822 | </Files> | 1942 | </Files> |
1823 | </Project> | 1943 | </Project> |
1824 | 1944 | ||
1825 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | 1945 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> |
1826 | <Configuration name="Debug"> | 1946 | <Configuration name="Debug"> |
1827 | <Options> | 1947 | <Options> |
1828 | <OutputPath>../../../bin/</OutputPath> | 1948 | <OutputPath>../../../bin/</OutputPath> |
@@ -1852,7 +1972,7 @@ | |||
1852 | </Files> | 1972 | </Files> |
1853 | </Project> | 1973 | </Project> |
1854 | 1974 | ||
1855 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 1975 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
1856 | <Configuration name="Debug"> | 1976 | <Configuration name="Debug"> |
1857 | <Options> | 1977 | <Options> |
1858 | <OutputPath>../../../bin/</OutputPath> | 1978 | <OutputPath>../../../bin/</OutputPath> |
@@ -1893,7 +2013,7 @@ | |||
1893 | </Project> | 2013 | </Project> |
1894 | 2014 | ||
1895 | <!-- REST plugins --> | 2015 | <!-- REST plugins --> |
1896 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> | 2016 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> |
1897 | <Configuration name="Debug"> | 2017 | <Configuration name="Debug"> |
1898 | <Options> | 2018 | <Options> |
1899 | <OutputPath>../../../bin/</OutputPath> | 2019 | <OutputPath>../../../bin/</OutputPath> |
@@ -1928,7 +2048,7 @@ | |||
1928 | </Files> | 2048 | </Files> |
1929 | </Project> | 2049 | </Project> |
1930 | 2050 | ||
1931 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> | 2051 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> |
1932 | <Configuration name="Debug"> | 2052 | <Configuration name="Debug"> |
1933 | <Options> | 2053 | <Options> |
1934 | <OutputPath>../../../../bin/</OutputPath> | 2054 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1965,7 +2085,7 @@ | |||
1965 | </Files> | 2085 | </Files> |
1966 | </Project> | 2086 | </Project> |
1967 | 2087 | ||
1968 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> | 2088 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> |
1969 | <Configuration name="Debug"> | 2089 | <Configuration name="Debug"> |
1970 | <Options> | 2090 | <Options> |
1971 | <OutputPath>../../../../bin/</OutputPath> | 2091 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2009,7 +2129,7 @@ | |||
2009 | 2129 | ||
2010 | <!-- Scene Server API Example Apps --> | 2130 | <!-- Scene Server API Example Apps --> |
2011 | 2131 | ||
2012 | <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> | 2132 | <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> |
2013 | <Configuration name="Debug"> | 2133 | <Configuration name="Debug"> |
2014 | <Options> | 2134 | <Options> |
2015 | <OutputPath>../../../bin/</OutputPath> | 2135 | <OutputPath>../../../bin/</OutputPath> |
@@ -2046,7 +2166,7 @@ | |||
2046 | </Project> | 2166 | </Project> |
2047 | 2167 | ||
2048 | <!-- Data Base Modules --> | 2168 | <!-- Data Base Modules --> |
2049 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 2169 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
2050 | <Configuration name="Debug"> | 2170 | <Configuration name="Debug"> |
2051 | <Options> | 2171 | <Options> |
2052 | <OutputPath>../../../bin/</OutputPath> | 2172 | <OutputPath>../../../bin/</OutputPath> |
@@ -2084,7 +2204,7 @@ | |||
2084 | </Files> | 2204 | </Files> |
2085 | </Project> | 2205 | </Project> |
2086 | 2206 | ||
2087 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> | 2207 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> |
2088 | <Configuration name="Debug"> | 2208 | <Configuration name="Debug"> |
2089 | <Options> | 2209 | <Options> |
2090 | <OutputPath>../../../bin/</OutputPath> | 2210 | <OutputPath>../../../bin/</OutputPath> |
@@ -2118,7 +2238,7 @@ | |||
2118 | </Files> | 2238 | </Files> |
2119 | </Project> | 2239 | </Project> |
2120 | 2240 | ||
2121 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 2241 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
2122 | <Configuration name="Debug"> | 2242 | <Configuration name="Debug"> |
2123 | <Options> | 2243 | <Options> |
2124 | <OutputPath>../../../bin/</OutputPath> | 2244 | <OutputPath>../../../bin/</OutputPath> |
@@ -2159,7 +2279,7 @@ | |||
2159 | </Project> | 2279 | </Project> |
2160 | 2280 | ||
2161 | 2281 | ||
2162 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | 2282 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> |
2163 | <Configuration name="Debug"> | 2283 | <Configuration name="Debug"> |
2164 | <Options> | 2284 | <Options> |
2165 | <OutputPath>../../../../bin/</OutputPath> | 2285 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2197,7 +2317,7 @@ | |||
2197 | </Files> | 2317 | </Files> |
2198 | </Project> | 2318 | </Project> |
2199 | 2319 | ||
2200 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 2320 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
2201 | <Configuration name="Debug"> | 2321 | <Configuration name="Debug"> |
2202 | <Options> | 2322 | <Options> |
2203 | <OutputPath>../../../../../../bin/</OutputPath> | 2323 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2230,7 +2350,7 @@ | |||
2230 | </Files> | 2350 | </Files> |
2231 | </Project> | 2351 | </Project> |
2232 | 2352 | ||
2233 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> | 2353 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> |
2234 | <Configuration name="Debug"> | 2354 | <Configuration name="Debug"> |
2235 | <Options> | 2355 | <Options> |
2236 | <OutputPath>../../../../../../../bin/</OutputPath> | 2356 | <OutputPath>../../../../../../../bin/</OutputPath> |
@@ -2262,7 +2382,7 @@ | |||
2262 | </Files> | 2382 | </Files> |
2263 | </Project> | 2383 | </Project> |
2264 | 2384 | ||
2265 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | 2385 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2266 | <Configuration name="Debug"> | 2386 | <Configuration name="Debug"> |
2267 | <Options> | 2387 | <Options> |
2268 | <OutputPath>../../../../../../bin/</OutputPath> | 2388 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2276,6 +2396,7 @@ | |||
2276 | 2396 | ||
2277 | <ReferencePath>../../../../../../bin/</ReferencePath> | 2397 | <ReferencePath>../../../../../../bin/</ReferencePath> |
2278 | <Reference name="System"/> | 2398 | <Reference name="System"/> |
2399 | <Reference name="System.Core"/> | ||
2279 | <Reference name="System.Data"/> | 2400 | <Reference name="System.Data"/> |
2280 | <Reference name="System.Web"/> | 2401 | <Reference name="System.Web"/> |
2281 | <Reference name="System.Xml"/> | 2402 | <Reference name="System.Xml"/> |
@@ -2301,7 +2422,7 @@ | |||
2301 | </Files> | 2422 | </Files> |
2302 | </Project> | 2423 | </Project> |
2303 | 2424 | ||
2304 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | 2425 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> |
2305 | <Configuration name="Debug"> | 2426 | <Configuration name="Debug"> |
2306 | <Options> | 2427 | <Options> |
2307 | <OutputPath>../../../../../bin/</OutputPath> | 2428 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2332,7 +2453,7 @@ | |||
2332 | </Files> | 2453 | </Files> |
2333 | </Project> | 2454 | </Project> |
2334 | 2455 | ||
2335 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> | 2456 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> |
2336 | <Configuration name="Debug"> | 2457 | <Configuration name="Debug"> |
2337 | <Options> | 2458 | <Options> |
2338 | <OutputPath>../../../../../bin/</OutputPath> | 2459 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2370,7 +2491,7 @@ | |||
2370 | </Files> | 2491 | </Files> |
2371 | </Project> | 2492 | </Project> |
2372 | 2493 | ||
2373 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 2494 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
2374 | <Configuration name="Debug"> | 2495 | <Configuration name="Debug"> |
2375 | <Options> | 2496 | <Options> |
2376 | <OutputPath>../../../../bin/</OutputPath> | 2497 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2412,7 +2533,7 @@ | |||
2412 | </Files> | 2533 | </Files> |
2413 | </Project> | 2534 | </Project> |
2414 | 2535 | ||
2415 | <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | 2536 | <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> |
2416 | <Configuration name="Debug"> | 2537 | <Configuration name="Debug"> |
2417 | <Options> | 2538 | <Options> |
2418 | <OutputPath>../../../bin/</OutputPath> | 2539 | <OutputPath>../../../bin/</OutputPath> |
@@ -2463,7 +2584,7 @@ | |||
2463 | 2584 | ||
2464 | <!-- Tools --> | 2585 | <!-- Tools --> |
2465 | 2586 | ||
2466 | <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2587 | <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |
2467 | <Configuration name="Debug"> | 2588 | <Configuration name="Debug"> |
2468 | <Options> | 2589 | <Options> |
2469 | <OutputPath>../../../bin/</OutputPath> | 2590 | <OutputPath>../../../bin/</OutputPath> |
@@ -2490,7 +2611,7 @@ | |||
2490 | </Files> | 2611 | </Files> |
2491 | </Project> | 2612 | </Project> |
2492 | 2613 | ||
2493 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> | 2614 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> |
2494 | <Configuration name="Debug"> | 2615 | <Configuration name="Debug"> |
2495 | <Options> | 2616 | <Options> |
2496 | <OutputPath>../../../bin/</OutputPath> | 2617 | <OutputPath>../../../bin/</OutputPath> |
@@ -2517,7 +2638,7 @@ | |||
2517 | </Files> | 2638 | </Files> |
2518 | </Project> | 2639 | </Project> |
2519 | 2640 | ||
2520 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | 2641 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> |
2521 | <Configuration name="Debug"> | 2642 | <Configuration name="Debug"> |
2522 | <Options> | 2643 | <Options> |
2523 | <OutputPath>../../../bin/</OutputPath> | 2644 | <OutputPath>../../../bin/</OutputPath> |
@@ -2541,7 +2662,7 @@ | |||
2541 | </Project> | 2662 | </Project> |
2542 | 2663 | ||
2543 | <!-- Test Clients --> | 2664 | <!-- Test Clients --> |
2544 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | 2665 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> |
2545 | <Configuration name="Debug"> | 2666 | <Configuration name="Debug"> |
2546 | <Options> | 2667 | <Options> |
2547 | <OutputPath>../../../../bin/</OutputPath> | 2668 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2568,7 +2689,7 @@ | |||
2568 | </Files> | 2689 | </Files> |
2569 | </Project> | 2690 | </Project> |
2570 | 2691 | ||
2571 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> | 2692 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> |
2572 | <Configuration name="Debug"> | 2693 | <Configuration name="Debug"> |
2573 | <Options> | 2694 | <Options> |
2574 | <OutputPath>../../../../bin/</OutputPath> | 2695 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2595,7 +2716,7 @@ | |||
2595 | </Files> | 2716 | </Files> |
2596 | </Project> | 2717 | </Project> |
2597 | 2718 | ||
2598 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> | 2719 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> |
2599 | <Configuration name="Debug"> | 2720 | <Configuration name="Debug"> |
2600 | <Options> | 2721 | <Options> |
2601 | <OutputPath>../../../../bin/</OutputPath> | 2722 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2622,7 +2743,7 @@ | |||
2622 | </Files> | 2743 | </Files> |
2623 | </Project> | 2744 | </Project> |
2624 | 2745 | ||
2625 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> | 2746 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> |
2626 | <Configuration name="Debug"> | 2747 | <Configuration name="Debug"> |
2627 | <Options> | 2748 | <Options> |
2628 | <OutputPath>../../../../bin/</OutputPath> | 2749 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2650,7 +2771,7 @@ | |||
2650 | </Project> | 2771 | </Project> |
2651 | 2772 | ||
2652 | <!-- Test assemblies --> | 2773 | <!-- Test assemblies --> |
2653 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2774 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2654 | <Configuration name="Debug"> | 2775 | <Configuration name="Debug"> |
2655 | <Options> | 2776 | <Options> |
2656 | <OutputPath>../../../bin/</OutputPath> | 2777 | <OutputPath>../../../bin/</OutputPath> |
@@ -2694,7 +2815,7 @@ | |||
2694 | </Files> | 2815 | </Files> |
2695 | </Project> | 2816 | </Project> |
2696 | 2817 | ||
2697 | <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | 2818 | <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> |
2698 | <Configuration name="Debug"> | 2819 | <Configuration name="Debug"> |
2699 | <Options> | 2820 | <Options> |
2700 | <OutputPath>../../bin/</OutputPath> | 2821 | <OutputPath>../../bin/</OutputPath> |
@@ -2717,7 +2838,7 @@ | |||
2717 | </Project> | 2838 | </Project> |
2718 | 2839 | ||
2719 | 2840 | ||
2720 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2841 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2721 | <Configuration name="Debug"> | 2842 | <Configuration name="Debug"> |
2722 | <Options> | 2843 | <Options> |
2723 | <OutputPath>../../../bin/</OutputPath> | 2844 | <OutputPath>../../../bin/</OutputPath> |
@@ -2767,7 +2888,7 @@ | |||
2767 | </Project> | 2888 | </Project> |
2768 | 2889 | ||
2769 | 2890 | ||
2770 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2891 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2771 | <Configuration name="Debug"> | 2892 | <Configuration name="Debug"> |
2772 | <Options> | 2893 | <Options> |
2773 | <OutputPath>../../../bin/</OutputPath> | 2894 | <OutputPath>../../../bin/</OutputPath> |
@@ -2809,7 +2930,7 @@ | |||
2809 | </Files> | 2930 | </Files> |
2810 | </Project> | 2931 | </Project> |
2811 | 2932 | ||
2812 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> | 2933 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> |
2813 | <Configuration name="Debug"> | 2934 | <Configuration name="Debug"> |
2814 | <Options> | 2935 | <Options> |
2815 | <OutputPath>../../../bin/</OutputPath> | 2936 | <OutputPath>../../../bin/</OutputPath> |
@@ -2840,7 +2961,7 @@ | |||
2840 | </Files> | 2961 | </Files> |
2841 | </Project> | 2962 | </Project> |
2842 | 2963 | ||
2843 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | 2964 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> |
2844 | <Configuration name="Debug"> | 2965 | <Configuration name="Debug"> |
2845 | <Options> | 2966 | <Options> |
2846 | <OutputPath>../../../../bin/</OutputPath> | 2967 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2871,7 +2992,7 @@ | |||
2871 | </Files> | 2992 | </Files> |
2872 | </Project> | 2993 | </Project> |
2873 | 2994 | ||
2874 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 2995 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
2875 | <Configuration name="Debug"> | 2996 | <Configuration name="Debug"> |
2876 | <Options> | 2997 | <Options> |
2877 | <OutputPath>../../../../bin/</OutputPath> | 2998 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2901,7 +3022,7 @@ | |||
2901 | </Files> | 3022 | </Files> |
2902 | </Project> | 3023 | </Project> |
2903 | 3024 | ||
2904 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> | 3025 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> |
2905 | <Configuration name="Debug"> | 3026 | <Configuration name="Debug"> |
2906 | <Options> | 3027 | <Options> |
2907 | <OutputPath>../../../bin/</OutputPath> | 3028 | <OutputPath>../../../bin/</OutputPath> |
@@ -2974,7 +3095,7 @@ | |||
2974 | </Files> | 3095 | </Files> |
2975 | </Project> | 3096 | </Project> |
2976 | 3097 | ||
2977 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> | 3098 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> |
2978 | <Configuration name="Debug"> | 3099 | <Configuration name="Debug"> |
2979 | <Options> | 3100 | <Options> |
2980 | <OutputPath>../../../bin/</OutputPath> | 3101 | <OutputPath>../../../bin/</OutputPath> |
@@ -3033,7 +3154,7 @@ | |||
3033 | </Files> | 3154 | </Files> |
3034 | </Project> | 3155 | </Project> |
3035 | 3156 | ||
3036 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 3157 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
3037 | <Configuration name="Debug"> | 3158 | <Configuration name="Debug"> |
3038 | <Options> | 3159 | <Options> |
3039 | <OutputPath>../../../bin/</OutputPath> | 3160 | <OutputPath>../../../bin/</OutputPath> |
@@ -3092,7 +3213,7 @@ | |||
3092 | </Files> | 3213 | </Files> |
3093 | </Project> | 3214 | </Project> |
3094 | 3215 | ||
3095 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 3216 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
3096 | <Configuration name="Debug"> | 3217 | <Configuration name="Debug"> |
3097 | <Options> | 3218 | <Options> |
3098 | <OutputPath>../../../../../bin/</OutputPath> | 3219 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3129,7 +3250,7 @@ | |||
3129 | </Files> | 3250 | </Files> |
3130 | </Project> | 3251 | </Project> |
3131 | 3252 | ||
3132 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> | 3253 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3133 | <Configuration name="Debug"> | 3254 | <Configuration name="Debug"> |
3134 | <Options> | 3255 | <Options> |
3135 | <OutputPath>../../../../../../bin/</OutputPath> | 3256 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -3165,7 +3286,7 @@ | |||
3165 | </Files> | 3286 | </Files> |
3166 | </Project> | 3287 | </Project> |
3167 | 3288 | ||
3168 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3289 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3169 | <Configuration name="Debug"> | 3290 | <Configuration name="Debug"> |
3170 | <Options> | 3291 | <Options> |
3171 | <OutputPath>../../../bin/</OutputPath> | 3292 | <OutputPath>../../../bin/</OutputPath> |
@@ -3219,7 +3340,7 @@ | |||
3219 | TODO: this is kind of lame, we basically build a duplicate | 3340 | TODO: this is kind of lame, we basically build a duplicate |
3220 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3341 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3221 | --> | 3342 | --> |
3222 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> | 3343 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> |
3223 | <Configuration name="Debug"> | 3344 | <Configuration name="Debug"> |
3224 | <Options> | 3345 | <Options> |
3225 | <OutputPath>../../../../../bin/</OutputPath> | 3346 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3249,7 +3370,7 @@ | |||
3249 | </Files> | 3370 | </Files> |
3250 | </Project> | 3371 | </Project> |
3251 | 3372 | ||
3252 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> | 3373 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> |
3253 | <Configuration name="Debug"> | 3374 | <Configuration name="Debug"> |
3254 | <Options> | 3375 | <Options> |
3255 | <OutputPath>../../../bin/</OutputPath> | 3376 | <OutputPath>../../../bin/</OutputPath> |