diff options
author | ubit | 2012-08-06 12:05:17 +0200 |
---|---|---|
committer | ubit | 2012-08-06 12:05:17 +0200 |
commit | ba5a2dc7b3fc08f9ea065296b7d76eb333a9195f (patch) | |
tree | 2c60f3a5b419843097b6eb45a717c385f5d29d83 | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | *** TESTTTTT ** downgrade from .net 4.0 to .net3.5 (diff) | |
download | opensim-SC-ba5a2dc7b3fc08f9ea065296b7d76eb333a9195f.zip opensim-SC-ba5a2dc7b3fc08f9ea065296b7d76eb333a9195f.tar.gz opensim-SC-ba5a2dc7b3fc08f9ea065296b7d76eb333a9195f.tar.bz2 opensim-SC-ba5a2dc7b3fc08f9ea065296b7d76eb333a9195f.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
-rw-r--r-- | prebuild.xml | 194 |
1 files changed, 97 insertions, 97 deletions
diff --git a/prebuild.xml b/prebuild.xml index 621e0b4..09336b3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -21,7 +21,7 @@ | |||
21 | <CompilerDefines>TRACE</CompilerDefines> | 21 | <CompilerDefines>TRACE</CompilerDefines> |
22 | <OptimizeCode>true</OptimizeCode> | 22 | <OptimizeCode>true</OptimizeCode> |
23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | 23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> |
24 | <AllowUnsafe>false</AllowUnsafe> | 24 | <AllowUnsafe>true</AllowUnsafe> |
25 | <WarningLevel>4</WarningLevel> | 25 | <WarningLevel>4</WarningLevel> |
26 | <WarningsAsErrors>false</WarningsAsErrors> | 26 | <WarningsAsErrors>false</WarningsAsErrors> |
27 | <SuppressWarnings/> | 27 | <SuppressWarnings/> |
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | <!-- Core OpenSim Projects --> | 35 | <!-- Core OpenSim Projects --> |
36 | <!-- | 36 | <!-- |
37 | <Project frameworkVersion="v4_0" name="OpenSim.Model" path="OpenSim/Model" type="Library"> | 37 | <Project frameworkVersion="v3_5" 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="v4_0" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> | 58 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> | 80 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> | 115 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> | 141 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 181 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | 208 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> | 236 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library"> | 265 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | 294 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> | 319 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | 346 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> | 371 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> | 397 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | 423 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 455 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> | 483 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> | 506 | <Project frameworkVersion="v3_5" 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="v4_0" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | 529 | <Project frameworkVersion="v3_5" 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,7 @@ | |||
556 | </Files> | 556 | </Files> |
557 | </Project> | 557 | </Project> |
558 | 558 | ||
559 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 559 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> |
560 | <Configuration name="Debug"> | 560 | <Configuration name="Debug"> |
561 | <Options> | 561 | <Options> |
562 | <OutputPath>../../../../bin/</OutputPath> | 562 | <OutputPath>../../../../bin/</OutputPath> |
@@ -581,7 +581,7 @@ | |||
581 | </Files> | 581 | </Files> |
582 | </Project> | 582 | </Project> |
583 | 583 | ||
584 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> | 584 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> |
585 | <Configuration name="Debug"> | 585 | <Configuration name="Debug"> |
586 | <Options> | 586 | <Options> |
587 | <OutputPath>../../../../bin/Physics/</OutputPath> | 587 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -612,7 +612,7 @@ | |||
612 | </Files> | 612 | </Files> |
613 | </Project> | 613 | </Project> |
614 | 614 | ||
615 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> | 615 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> |
616 | <Configuration name="Debug"> | 616 | <Configuration name="Debug"> |
617 | <Options> | 617 | <Options> |
618 | <OutputPath>../../../../bin/Physics/</OutputPath> | 618 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -643,7 +643,7 @@ | |||
643 | </Files> | 643 | </Files> |
644 | </Project> | 644 | </Project> |
645 | 645 | ||
646 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 646 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> |
647 | <Configuration name="Debug"> | 647 | <Configuration name="Debug"> |
648 | <Options> | 648 | <Options> |
649 | <OutputPath>../../../../bin/Physics/</OutputPath> | 649 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -674,7 +674,7 @@ | |||
674 | </Files> | 674 | </Files> |
675 | </Project> | 675 | </Project> |
676 | 676 | ||
677 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | 677 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> |
678 | <Configuration name="Debug"> | 678 | <Configuration name="Debug"> |
679 | <Options> | 679 | <Options> |
680 | <OutputPath>../../../../bin/Physics/</OutputPath> | 680 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -706,7 +706,7 @@ | |||
706 | </Files> | 706 | </Files> |
707 | </Project> | 707 | </Project> |
708 | 708 | ||
709 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 709 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
710 | <Configuration name="Debug"> | 710 | <Configuration name="Debug"> |
711 | <Options> | 711 | <Options> |
712 | <OutputPath>../../bin/</OutputPath> | 712 | <OutputPath>../../bin/</OutputPath> |
@@ -741,7 +741,7 @@ | |||
741 | </Project> | 741 | </Project> |
742 | 742 | ||
743 | 743 | ||
744 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> | 744 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> |
745 | <Configuration name="Debug"> | 745 | <Configuration name="Debug"> |
746 | <Options> | 746 | <Options> |
747 | <OutputPath>../../../bin/</OutputPath> | 747 | <OutputPath>../../../bin/</OutputPath> |
@@ -782,7 +782,7 @@ | |||
782 | </Project> | 782 | </Project> |
783 | 783 | ||
784 | 784 | ||
785 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | 785 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> |
786 | <Configuration name="Debug"> | 786 | <Configuration name="Debug"> |
787 | <Options> | 787 | <Options> |
788 | <OutputPath>../../../bin/</OutputPath> | 788 | <OutputPath>../../../bin/</OutputPath> |
@@ -835,7 +835,7 @@ | |||
835 | <!-- OGS projects --> | 835 | <!-- OGS projects --> |
836 | 836 | ||
837 | 837 | ||
838 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> | 838 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> |
839 | <Configuration name="Debug"> | 839 | <Configuration name="Debug"> |
840 | <Options> | 840 | <Options> |
841 | <OutputPath>../../../bin/</OutputPath> | 841 | <OutputPath>../../../bin/</OutputPath> |
@@ -865,7 +865,7 @@ | |||
865 | </Files> | 865 | </Files> |
866 | </Project> | 866 | </Project> |
867 | 867 | ||
868 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> | 868 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> |
869 | <Configuration name="Debug"> | 869 | <Configuration name="Debug"> |
870 | <Options> | 870 | <Options> |
871 | <OutputPath>../../../bin/</OutputPath> | 871 | <OutputPath>../../../bin/</OutputPath> |
@@ -892,7 +892,7 @@ | |||
892 | </Files> | 892 | </Files> |
893 | </Project> | 893 | </Project> |
894 | 894 | ||
895 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> | 895 | <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> |
896 | <Configuration name="Debug"> | 896 | <Configuration name="Debug"> |
897 | <Options> | 897 | <Options> |
898 | <OutputPath>../../../bin/</OutputPath> | 898 | <OutputPath>../../../bin/</OutputPath> |
@@ -923,7 +923,7 @@ | |||
923 | </Files> | 923 | </Files> |
924 | </Project> | 924 | </Project> |
925 | 925 | ||
926 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> | 926 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> |
927 | <Configuration name="Debug"> | 927 | <Configuration name="Debug"> |
928 | <Options> | 928 | <Options> |
929 | <OutputPath>../../../bin/</OutputPath> | 929 | <OutputPath>../../../bin/</OutputPath> |
@@ -954,7 +954,7 @@ | |||
954 | </Files> | 954 | </Files> |
955 | </Project> | 955 | </Project> |
956 | 956 | ||
957 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> | 957 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> |
958 | <Configuration name="Debug"> | 958 | <Configuration name="Debug"> |
959 | <Options> | 959 | <Options> |
960 | <OutputPath>../../../bin/</OutputPath> | 960 | <OutputPath>../../../bin/</OutputPath> |
@@ -993,7 +993,7 @@ | |||
993 | </Files> | 993 | </Files> |
994 | </Project> | 994 | </Project> |
995 | 995 | ||
996 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> | 996 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> |
997 | <Configuration name="Debug"> | 997 | <Configuration name="Debug"> |
998 | <Options> | 998 | <Options> |
999 | <OutputPath>../../../bin/</OutputPath> | 999 | <OutputPath>../../../bin/</OutputPath> |
@@ -1024,7 +1024,7 @@ | |||
1024 | </Files> | 1024 | </Files> |
1025 | </Project> | 1025 | </Project> |
1026 | 1026 | ||
1027 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | 1027 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> |
1028 | <Configuration name="Debug"> | 1028 | <Configuration name="Debug"> |
1029 | <Options> | 1029 | <Options> |
1030 | <OutputPath>../../../bin/</OutputPath> | 1030 | <OutputPath>../../../bin/</OutputPath> |
@@ -1055,7 +1055,7 @@ | |||
1055 | </Files> | 1055 | </Files> |
1056 | </Project> | 1056 | </Project> |
1057 | 1057 | ||
1058 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 1058 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> |
1059 | <Configuration name="Debug"> | 1059 | <Configuration name="Debug"> |
1060 | <Options> | 1060 | <Options> |
1061 | <OutputPath>../../../bin/</OutputPath> | 1061 | <OutputPath>../../../bin/</OutputPath> |
@@ -1087,7 +1087,7 @@ | |||
1087 | </Files> | 1087 | </Files> |
1088 | </Project> | 1088 | </Project> |
1089 | 1089 | ||
1090 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> | 1090 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> |
1091 | <Configuration name="Debug"> | 1091 | <Configuration name="Debug"> |
1092 | <Options> | 1092 | <Options> |
1093 | <OutputPath>../../../bin/</OutputPath> | 1093 | <OutputPath>../../../bin/</OutputPath> |
@@ -1120,7 +1120,7 @@ | |||
1120 | </Files> | 1120 | </Files> |
1121 | </Project> | 1121 | </Project> |
1122 | 1122 | ||
1123 | <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> | 1123 | <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> |
1124 | <Configuration name="Debug"> | 1124 | <Configuration name="Debug"> |
1125 | <Options> | 1125 | <Options> |
1126 | <OutputPath>../../../bin/</OutputPath> | 1126 | <OutputPath>../../../bin/</OutputPath> |
@@ -1154,7 +1154,7 @@ | |||
1154 | </Files> | 1154 | </Files> |
1155 | </Project> | 1155 | </Project> |
1156 | 1156 | ||
1157 | <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | 1157 | <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> |
1158 | <Configuration name="Debug"> | 1158 | <Configuration name="Debug"> |
1159 | <Options> | 1159 | <Options> |
1160 | <OutputPath>../../../bin/</OutputPath> | 1160 | <OutputPath>../../../bin/</OutputPath> |
@@ -1185,7 +1185,7 @@ | |||
1185 | </Files> | 1185 | </Files> |
1186 | </Project> | 1186 | </Project> |
1187 | 1187 | ||
1188 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> | 1188 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> |
1189 | <Configuration name="Debug"> | 1189 | <Configuration name="Debug"> |
1190 | <Options> | 1190 | <Options> |
1191 | <OutputPath>../../../bin/</OutputPath> | 1191 | <OutputPath>../../../bin/</OutputPath> |
@@ -1216,7 +1216,7 @@ | |||
1216 | </Files> | 1216 | </Files> |
1217 | </Project> | 1217 | </Project> |
1218 | 1218 | ||
1219 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 1219 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
1220 | <Configuration name="Debug"> | 1220 | <Configuration name="Debug"> |
1221 | <Options> | 1221 | <Options> |
1222 | <OutputPath>../../../bin/</OutputPath> | 1222 | <OutputPath>../../../bin/</OutputPath> |
@@ -1249,7 +1249,7 @@ | |||
1249 | </Project> | 1249 | </Project> |
1250 | 1250 | ||
1251 | 1251 | ||
1252 | <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> | 1252 | <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> |
1253 | <Configuration name="Debug"> | 1253 | <Configuration name="Debug"> |
1254 | <Options> | 1254 | <Options> |
1255 | <OutputPath>../../../bin/</OutputPath> | 1255 | <OutputPath>../../../bin/</OutputPath> |
@@ -1282,7 +1282,7 @@ | |||
1282 | </Files> | 1282 | </Files> |
1283 | </Project> | 1283 | </Project> |
1284 | 1284 | ||
1285 | <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> | 1285 | <Project frameworkVersion="v3_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> |
1286 | <Configuration name="Debug"> | 1286 | <Configuration name="Debug"> |
1287 | <Options> | 1287 | <Options> |
1288 | <OutputPath>../../../bin/</OutputPath> | 1288 | <OutputPath>../../../bin/</OutputPath> |
@@ -1320,7 +1320,7 @@ | |||
1320 | </Files> | 1320 | </Files> |
1321 | </Project> | 1321 | </Project> |
1322 | 1322 | ||
1323 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> | 1323 | <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> |
1324 | <Configuration name="Debug"> | 1324 | <Configuration name="Debug"> |
1325 | <Options> | 1325 | <Options> |
1326 | <OutputPath>../../../bin/</OutputPath> | 1326 | <OutputPath>../../../bin/</OutputPath> |
@@ -1350,7 +1350,7 @@ | |||
1350 | </Files> | 1350 | </Files> |
1351 | </Project> | 1351 | </Project> |
1352 | 1352 | ||
1353 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1353 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1354 | <Configuration name="Debug"> | 1354 | <Configuration name="Debug"> |
1355 | <Options> | 1355 | <Options> |
1356 | <OutputPath>../../../bin/</OutputPath> | 1356 | <OutputPath>../../../bin/</OutputPath> |
@@ -1389,7 +1389,7 @@ | |||
1389 | </Project> | 1389 | </Project> |
1390 | 1390 | ||
1391 | 1391 | ||
1392 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | 1392 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> |
1393 | <Configuration name="Debug"> | 1393 | <Configuration name="Debug"> |
1394 | <Options> | 1394 | <Options> |
1395 | <OutputPath>../../../bin/</OutputPath> | 1395 | <OutputPath>../../../bin/</OutputPath> |
@@ -1430,7 +1430,7 @@ | |||
1430 | </Project> | 1430 | </Project> |
1431 | 1431 | ||
1432 | 1432 | ||
1433 | <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> | 1433 | <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> |
1434 | <Configuration name="Debug"> | 1434 | <Configuration name="Debug"> |
1435 | <Options> | 1435 | <Options> |
1436 | <OutputPath>../../bin/</OutputPath> | 1436 | <OutputPath>../../bin/</OutputPath> |
@@ -1464,7 +1464,7 @@ | |||
1464 | </Files> | 1464 | </Files> |
1465 | </Project> | 1465 | </Project> |
1466 | 1466 | ||
1467 | <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> | 1467 | <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> |
1468 | <Configuration name="Debug"> | 1468 | <Configuration name="Debug"> |
1469 | <Options> | 1469 | <Options> |
1470 | <OutputPath>../../bin/</OutputPath> | 1470 | <OutputPath>../../bin/</OutputPath> |
@@ -1496,7 +1496,7 @@ | |||
1496 | </Files> | 1496 | </Files> |
1497 | </Project> | 1497 | </Project> |
1498 | 1498 | ||
1499 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1499 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1500 | <Configuration name="Debug"> | 1500 | <Configuration name="Debug"> |
1501 | <Options> | 1501 | <Options> |
1502 | <OutputPath>../../../bin/</OutputPath> | 1502 | <OutputPath>../../../bin/</OutputPath> |
@@ -1562,7 +1562,7 @@ | |||
1562 | </Files> | 1562 | </Files> |
1563 | </Project> | 1563 | </Project> |
1564 | 1564 | ||
1565 | <Project frameworkVersion="v4_0" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> | 1565 | <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> |
1566 | <Configuration name="Debug"> | 1566 | <Configuration name="Debug"> |
1567 | <Options> | 1567 | <Options> |
1568 | <OutputPath>../../../bin/</OutputPath> | 1568 | <OutputPath>../../../bin/</OutputPath> |
@@ -1600,7 +1600,7 @@ | |||
1600 | </Files> | 1600 | </Files> |
1601 | </Project> | 1601 | </Project> |
1602 | 1602 | ||
1603 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> | 1603 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> |
1604 | <Configuration name="Debug"> | 1604 | <Configuration name="Debug"> |
1605 | <Options> | 1605 | <Options> |
1606 | <OutputPath>../../../bin/</OutputPath> | 1606 | <OutputPath>../../../bin/</OutputPath> |
@@ -1635,7 +1635,7 @@ | |||
1635 | </Project> | 1635 | </Project> |
1636 | 1636 | ||
1637 | <!-- ClientStack Plugins --> | 1637 | <!-- ClientStack Plugins --> |
1638 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> | 1638 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> |
1639 | <Configuration name="Debug"> | 1639 | <Configuration name="Debug"> |
1640 | <Options> | 1640 | <Options> |
1641 | <OutputPath>../../../../../bin/</OutputPath> | 1641 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1678,7 +1678,7 @@ | |||
1678 | </Files> | 1678 | </Files> |
1679 | </Project> | 1679 | </Project> |
1680 | 1680 | ||
1681 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 1681 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
1682 | <Configuration name="Debug"> | 1682 | <Configuration name="Debug"> |
1683 | <Options> | 1683 | <Options> |
1684 | <OutputPath>../../../../../bin/</OutputPath> | 1684 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1720,7 +1720,7 @@ | |||
1720 | </Files> | 1720 | </Files> |
1721 | </Project> | 1721 | </Project> |
1722 | 1722 | ||
1723 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1723 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1724 | <Configuration name="Debug"> | 1724 | <Configuration name="Debug"> |
1725 | <Options> | 1725 | <Options> |
1726 | <OutputPath>../../../bin/</OutputPath> | 1726 | <OutputPath>../../../bin/</OutputPath> |
@@ -1777,7 +1777,7 @@ | |||
1777 | </Project> | 1777 | </Project> |
1778 | 1778 | ||
1779 | <!-- Datastore Plugins --> | 1779 | <!-- Datastore Plugins --> |
1780 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1780 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1781 | <Configuration name="Debug"> | 1781 | <Configuration name="Debug"> |
1782 | <Options> | 1782 | <Options> |
1783 | <OutputPath>../../../bin/</OutputPath> | 1783 | <OutputPath>../../../bin/</OutputPath> |
@@ -1829,7 +1829,7 @@ | |||
1829 | </Files> | 1829 | </Files> |
1830 | </Project> | 1830 | </Project> |
1831 | 1831 | ||
1832 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | 1832 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> |
1833 | <Configuration name="Debug"> | 1833 | <Configuration name="Debug"> |
1834 | <Options> | 1834 | <Options> |
1835 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1835 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -1863,7 +1863,7 @@ | |||
1863 | </Project> | 1863 | </Project> |
1864 | 1864 | ||
1865 | <!-- OpenSim app --> | 1865 | <!-- OpenSim app --> |
1866 | <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1866 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1867 | <Configuration name="Debug"> | 1867 | <Configuration name="Debug"> |
1868 | <Options> | 1868 | <Options> |
1869 | <OutputPath>../../../bin/</OutputPath> | 1869 | <OutputPath>../../../bin/</OutputPath> |
@@ -1907,7 +1907,7 @@ | |||
1907 | </Files> | 1907 | </Files> |
1908 | </Project> | 1908 | </Project> |
1909 | 1909 | ||
1910 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> | 1910 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
1911 | <Configuration name="Debug"> | 1911 | <Configuration name="Debug"> |
1912 | <Options> | 1912 | <Options> |
1913 | <OutputPath>../../../bin/</OutputPath> | 1913 | <OutputPath>../../../bin/</OutputPath> |
@@ -1942,7 +1942,7 @@ | |||
1942 | </Files> | 1942 | </Files> |
1943 | </Project> | 1943 | </Project> |
1944 | 1944 | ||
1945 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | 1945 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> |
1946 | <Configuration name="Debug"> | 1946 | <Configuration name="Debug"> |
1947 | <Options> | 1947 | <Options> |
1948 | <OutputPath>../../../bin/</OutputPath> | 1948 | <OutputPath>../../../bin/</OutputPath> |
@@ -1972,7 +1972,7 @@ | |||
1972 | </Files> | 1972 | </Files> |
1973 | </Project> | 1973 | </Project> |
1974 | 1974 | ||
1975 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 1975 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
1976 | <Configuration name="Debug"> | 1976 | <Configuration name="Debug"> |
1977 | <Options> | 1977 | <Options> |
1978 | <OutputPath>../../../bin/</OutputPath> | 1978 | <OutputPath>../../../bin/</OutputPath> |
@@ -2013,7 +2013,7 @@ | |||
2013 | </Project> | 2013 | </Project> |
2014 | 2014 | ||
2015 | <!-- REST plugins --> | 2015 | <!-- REST plugins --> |
2016 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> | 2016 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> |
2017 | <Configuration name="Debug"> | 2017 | <Configuration name="Debug"> |
2018 | <Options> | 2018 | <Options> |
2019 | <OutputPath>../../../bin/</OutputPath> | 2019 | <OutputPath>../../../bin/</OutputPath> |
@@ -2048,7 +2048,7 @@ | |||
2048 | </Files> | 2048 | </Files> |
2049 | </Project> | 2049 | </Project> |
2050 | 2050 | ||
2051 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> | 2051 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> |
2052 | <Configuration name="Debug"> | 2052 | <Configuration name="Debug"> |
2053 | <Options> | 2053 | <Options> |
2054 | <OutputPath>../../../../bin/</OutputPath> | 2054 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2085,7 +2085,7 @@ | |||
2085 | </Files> | 2085 | </Files> |
2086 | </Project> | 2086 | </Project> |
2087 | 2087 | ||
2088 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> | 2088 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> |
2089 | <Configuration name="Debug"> | 2089 | <Configuration name="Debug"> |
2090 | <Options> | 2090 | <Options> |
2091 | <OutputPath>../../../../bin/</OutputPath> | 2091 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2129,7 +2129,7 @@ | |||
2129 | 2129 | ||
2130 | <!-- Scene Server API Example Apps --> | 2130 | <!-- Scene Server API Example Apps --> |
2131 | 2131 | ||
2132 | <Project frameworkVersion="v4_0" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> | 2132 | <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> |
2133 | <Configuration name="Debug"> | 2133 | <Configuration name="Debug"> |
2134 | <Options> | 2134 | <Options> |
2135 | <OutputPath>../../../bin/</OutputPath> | 2135 | <OutputPath>../../../bin/</OutputPath> |
@@ -2166,7 +2166,7 @@ | |||
2166 | </Project> | 2166 | </Project> |
2167 | 2167 | ||
2168 | <!-- Data Base Modules --> | 2168 | <!-- Data Base Modules --> |
2169 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 2169 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
2170 | <Configuration name="Debug"> | 2170 | <Configuration name="Debug"> |
2171 | <Options> | 2171 | <Options> |
2172 | <OutputPath>../../../bin/</OutputPath> | 2172 | <OutputPath>../../../bin/</OutputPath> |
@@ -2204,7 +2204,7 @@ | |||
2204 | </Files> | 2204 | </Files> |
2205 | </Project> | 2205 | </Project> |
2206 | 2206 | ||
2207 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> | 2207 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> |
2208 | <Configuration name="Debug"> | 2208 | <Configuration name="Debug"> |
2209 | <Options> | 2209 | <Options> |
2210 | <OutputPath>../../../bin/</OutputPath> | 2210 | <OutputPath>../../../bin/</OutputPath> |
@@ -2238,7 +2238,7 @@ | |||
2238 | </Files> | 2238 | </Files> |
2239 | </Project> | 2239 | </Project> |
2240 | 2240 | ||
2241 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 2241 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
2242 | <Configuration name="Debug"> | 2242 | <Configuration name="Debug"> |
2243 | <Options> | 2243 | <Options> |
2244 | <OutputPath>../../../bin/</OutputPath> | 2244 | <OutputPath>../../../bin/</OutputPath> |
@@ -2279,7 +2279,7 @@ | |||
2279 | </Project> | 2279 | </Project> |
2280 | 2280 | ||
2281 | 2281 | ||
2282 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | 2282 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> |
2283 | <Configuration name="Debug"> | 2283 | <Configuration name="Debug"> |
2284 | <Options> | 2284 | <Options> |
2285 | <OutputPath>../../../../bin/</OutputPath> | 2285 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2317,7 +2317,7 @@ | |||
2317 | </Files> | 2317 | </Files> |
2318 | </Project> | 2318 | </Project> |
2319 | 2319 | ||
2320 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 2320 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
2321 | <Configuration name="Debug"> | 2321 | <Configuration name="Debug"> |
2322 | <Options> | 2322 | <Options> |
2323 | <OutputPath>../../../../../../bin/</OutputPath> | 2323 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2350,7 +2350,7 @@ | |||
2350 | </Files> | 2350 | </Files> |
2351 | </Project> | 2351 | </Project> |
2352 | 2352 | ||
2353 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> | 2353 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> |
2354 | <Configuration name="Debug"> | 2354 | <Configuration name="Debug"> |
2355 | <Options> | 2355 | <Options> |
2356 | <OutputPath>../../../../../../../bin/</OutputPath> | 2356 | <OutputPath>../../../../../../../bin/</OutputPath> |
@@ -2382,7 +2382,7 @@ | |||
2382 | </Files> | 2382 | </Files> |
2383 | </Project> | 2383 | </Project> |
2384 | 2384 | ||
2385 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | 2385 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2386 | <Configuration name="Debug"> | 2386 | <Configuration name="Debug"> |
2387 | <Options> | 2387 | <Options> |
2388 | <OutputPath>../../../../../../bin/</OutputPath> | 2388 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2422,7 +2422,7 @@ | |||
2422 | </Files> | 2422 | </Files> |
2423 | </Project> | 2423 | </Project> |
2424 | 2424 | ||
2425 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | 2425 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> |
2426 | <Configuration name="Debug"> | 2426 | <Configuration name="Debug"> |
2427 | <Options> | 2427 | <Options> |
2428 | <OutputPath>../../../../../bin/</OutputPath> | 2428 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2453,7 +2453,7 @@ | |||
2453 | </Files> | 2453 | </Files> |
2454 | </Project> | 2454 | </Project> |
2455 | 2455 | ||
2456 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> | 2456 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> |
2457 | <Configuration name="Debug"> | 2457 | <Configuration name="Debug"> |
2458 | <Options> | 2458 | <Options> |
2459 | <OutputPath>../../../../../bin/</OutputPath> | 2459 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2491,7 +2491,7 @@ | |||
2491 | </Files> | 2491 | </Files> |
2492 | </Project> | 2492 | </Project> |
2493 | 2493 | ||
2494 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 2494 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
2495 | <Configuration name="Debug"> | 2495 | <Configuration name="Debug"> |
2496 | <Options> | 2496 | <Options> |
2497 | <OutputPath>../../../../bin/</OutputPath> | 2497 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2533,7 +2533,7 @@ | |||
2533 | </Files> | 2533 | </Files> |
2534 | </Project> | 2534 | </Project> |
2535 | 2535 | ||
2536 | <Project frameworkVersion="v4_0" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | 2536 | <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> |
2537 | <Configuration name="Debug"> | 2537 | <Configuration name="Debug"> |
2538 | <Options> | 2538 | <Options> |
2539 | <OutputPath>../../../bin/</OutputPath> | 2539 | <OutputPath>../../../bin/</OutputPath> |
@@ -2584,7 +2584,7 @@ | |||
2584 | 2584 | ||
2585 | <!-- Tools --> | 2585 | <!-- Tools --> |
2586 | 2586 | ||
2587 | <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2587 | <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |
2588 | <Configuration name="Debug"> | 2588 | <Configuration name="Debug"> |
2589 | <Options> | 2589 | <Options> |
2590 | <OutputPath>../../../bin/</OutputPath> | 2590 | <OutputPath>../../../bin/</OutputPath> |
@@ -2611,7 +2611,7 @@ | |||
2611 | </Files> | 2611 | </Files> |
2612 | </Project> | 2612 | </Project> |
2613 | 2613 | ||
2614 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> | 2614 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> |
2615 | <Configuration name="Debug"> | 2615 | <Configuration name="Debug"> |
2616 | <Options> | 2616 | <Options> |
2617 | <OutputPath>../../../bin/</OutputPath> | 2617 | <OutputPath>../../../bin/</OutputPath> |
@@ -2638,7 +2638,7 @@ | |||
2638 | </Files> | 2638 | </Files> |
2639 | </Project> | 2639 | </Project> |
2640 | 2640 | ||
2641 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | 2641 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> |
2642 | <Configuration name="Debug"> | 2642 | <Configuration name="Debug"> |
2643 | <Options> | 2643 | <Options> |
2644 | <OutputPath>../../../bin/</OutputPath> | 2644 | <OutputPath>../../../bin/</OutputPath> |
@@ -2662,7 +2662,7 @@ | |||
2662 | </Project> | 2662 | </Project> |
2663 | 2663 | ||
2664 | <!-- Test Clients --> | 2664 | <!-- Test Clients --> |
2665 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | 2665 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> |
2666 | <Configuration name="Debug"> | 2666 | <Configuration name="Debug"> |
2667 | <Options> | 2667 | <Options> |
2668 | <OutputPath>../../../../bin/</OutputPath> | 2668 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2689,7 +2689,7 @@ | |||
2689 | </Files> | 2689 | </Files> |
2690 | </Project> | 2690 | </Project> |
2691 | 2691 | ||
2692 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> | 2692 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> |
2693 | <Configuration name="Debug"> | 2693 | <Configuration name="Debug"> |
2694 | <Options> | 2694 | <Options> |
2695 | <OutputPath>../../../../bin/</OutputPath> | 2695 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2716,7 +2716,7 @@ | |||
2716 | </Files> | 2716 | </Files> |
2717 | </Project> | 2717 | </Project> |
2718 | 2718 | ||
2719 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> | 2719 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> |
2720 | <Configuration name="Debug"> | 2720 | <Configuration name="Debug"> |
2721 | <Options> | 2721 | <Options> |
2722 | <OutputPath>../../../../bin/</OutputPath> | 2722 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2743,7 +2743,7 @@ | |||
2743 | </Files> | 2743 | </Files> |
2744 | </Project> | 2744 | </Project> |
2745 | 2745 | ||
2746 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> | 2746 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> |
2747 | <Configuration name="Debug"> | 2747 | <Configuration name="Debug"> |
2748 | <Options> | 2748 | <Options> |
2749 | <OutputPath>../../../../bin/</OutputPath> | 2749 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2771,7 +2771,7 @@ | |||
2771 | </Project> | 2771 | </Project> |
2772 | 2772 | ||
2773 | <!-- Test assemblies --> | 2773 | <!-- Test assemblies --> |
2774 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2774 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2775 | <Configuration name="Debug"> | 2775 | <Configuration name="Debug"> |
2776 | <Options> | 2776 | <Options> |
2777 | <OutputPath>../../../bin/</OutputPath> | 2777 | <OutputPath>../../../bin/</OutputPath> |
@@ -2815,7 +2815,7 @@ | |||
2815 | </Files> | 2815 | </Files> |
2816 | </Project> | 2816 | </Project> |
2817 | 2817 | ||
2818 | <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | 2818 | <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> |
2819 | <Configuration name="Debug"> | 2819 | <Configuration name="Debug"> |
2820 | <Options> | 2820 | <Options> |
2821 | <OutputPath>../../bin/</OutputPath> | 2821 | <OutputPath>../../bin/</OutputPath> |
@@ -2838,7 +2838,7 @@ | |||
2838 | </Project> | 2838 | </Project> |
2839 | 2839 | ||
2840 | 2840 | ||
2841 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2841 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2842 | <Configuration name="Debug"> | 2842 | <Configuration name="Debug"> |
2843 | <Options> | 2843 | <Options> |
2844 | <OutputPath>../../../bin/</OutputPath> | 2844 | <OutputPath>../../../bin/</OutputPath> |
@@ -2888,7 +2888,7 @@ | |||
2888 | </Project> | 2888 | </Project> |
2889 | 2889 | ||
2890 | 2890 | ||
2891 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2891 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2892 | <Configuration name="Debug"> | 2892 | <Configuration name="Debug"> |
2893 | <Options> | 2893 | <Options> |
2894 | <OutputPath>../../../bin/</OutputPath> | 2894 | <OutputPath>../../../bin/</OutputPath> |
@@ -2930,7 +2930,7 @@ | |||
2930 | </Files> | 2930 | </Files> |
2931 | </Project> | 2931 | </Project> |
2932 | 2932 | ||
2933 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> | 2933 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> |
2934 | <Configuration name="Debug"> | 2934 | <Configuration name="Debug"> |
2935 | <Options> | 2935 | <Options> |
2936 | <OutputPath>../../../bin/</OutputPath> | 2936 | <OutputPath>../../../bin/</OutputPath> |
@@ -2961,7 +2961,7 @@ | |||
2961 | </Files> | 2961 | </Files> |
2962 | </Project> | 2962 | </Project> |
2963 | 2963 | ||
2964 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | 2964 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> |
2965 | <Configuration name="Debug"> | 2965 | <Configuration name="Debug"> |
2966 | <Options> | 2966 | <Options> |
2967 | <OutputPath>../../../../bin/</OutputPath> | 2967 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2992,7 +2992,7 @@ | |||
2992 | </Files> | 2992 | </Files> |
2993 | </Project> | 2993 | </Project> |
2994 | 2994 | ||
2995 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 2995 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
2996 | <Configuration name="Debug"> | 2996 | <Configuration name="Debug"> |
2997 | <Options> | 2997 | <Options> |
2998 | <OutputPath>../../../../bin/</OutputPath> | 2998 | <OutputPath>../../../../bin/</OutputPath> |
@@ -3022,7 +3022,7 @@ | |||
3022 | </Files> | 3022 | </Files> |
3023 | </Project> | 3023 | </Project> |
3024 | 3024 | ||
3025 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> | 3025 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> |
3026 | <Configuration name="Debug"> | 3026 | <Configuration name="Debug"> |
3027 | <Options> | 3027 | <Options> |
3028 | <OutputPath>../../../bin/</OutputPath> | 3028 | <OutputPath>../../../bin/</OutputPath> |
@@ -3095,7 +3095,7 @@ | |||
3095 | </Files> | 3095 | </Files> |
3096 | </Project> | 3096 | </Project> |
3097 | 3097 | ||
3098 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> | 3098 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> |
3099 | <Configuration name="Debug"> | 3099 | <Configuration name="Debug"> |
3100 | <Options> | 3100 | <Options> |
3101 | <OutputPath>../../../bin/</OutputPath> | 3101 | <OutputPath>../../../bin/</OutputPath> |
@@ -3154,7 +3154,7 @@ | |||
3154 | </Files> | 3154 | </Files> |
3155 | </Project> | 3155 | </Project> |
3156 | 3156 | ||
3157 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 3157 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
3158 | <Configuration name="Debug"> | 3158 | <Configuration name="Debug"> |
3159 | <Options> | 3159 | <Options> |
3160 | <OutputPath>../../../bin/</OutputPath> | 3160 | <OutputPath>../../../bin/</OutputPath> |
@@ -3213,7 +3213,7 @@ | |||
3213 | </Files> | 3213 | </Files> |
3214 | </Project> | 3214 | </Project> |
3215 | 3215 | ||
3216 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 3216 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
3217 | <Configuration name="Debug"> | 3217 | <Configuration name="Debug"> |
3218 | <Options> | 3218 | <Options> |
3219 | <OutputPath>../../../../../bin/</OutputPath> | 3219 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3250,7 +3250,7 @@ | |||
3250 | </Files> | 3250 | </Files> |
3251 | </Project> | 3251 | </Project> |
3252 | 3252 | ||
3253 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> | 3253 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3254 | <Configuration name="Debug"> | 3254 | <Configuration name="Debug"> |
3255 | <Options> | 3255 | <Options> |
3256 | <OutputPath>../../../../../../bin/</OutputPath> | 3256 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -3286,7 +3286,7 @@ | |||
3286 | </Files> | 3286 | </Files> |
3287 | </Project> | 3287 | </Project> |
3288 | 3288 | ||
3289 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3289 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3290 | <Configuration name="Debug"> | 3290 | <Configuration name="Debug"> |
3291 | <Options> | 3291 | <Options> |
3292 | <OutputPath>../../../bin/</OutputPath> | 3292 | <OutputPath>../../../bin/</OutputPath> |
@@ -3340,7 +3340,7 @@ | |||
3340 | TODO: this is kind of lame, we basically build a duplicate | 3340 | TODO: this is kind of lame, we basically build a duplicate |
3341 | 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. |
3342 | --> | 3342 | --> |
3343 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> | 3343 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> |
3344 | <Configuration name="Debug"> | 3344 | <Configuration name="Debug"> |
3345 | <Options> | 3345 | <Options> |
3346 | <OutputPath>../../../../../bin/</OutputPath> | 3346 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3370,7 +3370,7 @@ | |||
3370 | </Files> | 3370 | </Files> |
3371 | </Project> | 3371 | </Project> |
3372 | 3372 | ||
3373 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> | 3373 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> |
3374 | <Configuration name="Debug"> | 3374 | <Configuration name="Debug"> |
3375 | <Options> | 3375 | <Options> |
3376 | <OutputPath>../../../bin/</OutputPath> | 3376 | <OutputPath>../../../bin/</OutputPath> |