aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorUbitUmarov2018-01-12 00:10:45 +0000
committerUbitUmarov2018-01-12 00:10:45 +0000
commitc69920376b5758d8217f187a37fd655612a90c76 (patch)
tree9056b22d18c4c5844a58c3bdc9a098204fdefeee /prebuild.xml
parentexclude folders obj from projects (diff)
downloadopensim-SC-c69920376b5758d8217f187a37fd655612a90c76.zip
opensim-SC-c69920376b5758d8217f187a37fd655612a90c76.tar.gz
opensim-SC-c69920376b5758d8217f187a37fd655612a90c76.tar.bz2
opensim-SC-c69920376b5758d8217f187a37fd655612a90c76.tar.xz
change target framework to 4.6 for testing
Diffstat (limited to '')
-rw-r--r--prebuild.xml189
1 files changed, 94 insertions, 95 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 53195f3..a5d8b2f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -30,13 +30,13 @@
30 <DebugInformation>false</DebugInformation> 30 <DebugInformation>false</DebugInformation>
31 <IncrementalBuild>true</IncrementalBuild> 31 <IncrementalBuild>true</IncrementalBuild>
32 <NoStdLib>false</NoStdLib> 32 <NoStdLib>false</NoStdLib>
33 <Prefer32Bit>false</Prefer32Bit> 33 <Prefer32Bit>false</Prefer32Bit>
34 </Options> 34 </Options>
35 </Configuration> 35 </Configuration>
36 36
37 <!-- Core OpenSim Projects --> 37 <!-- Core OpenSim Projects -->
38<!-- 38<!--
39 <Project frameworkVersion="v4_5" name="OpenSim.Model" path="OpenSim/Model" type="Library"> 39 <Project frameworkVersion="v4_6" name="OpenSim.Model" path="OpenSim/Model" type="Library">
40 <Configuration name="Debug"> 40 <Configuration name="Debug">
41 <Options> 41 <Options>
42 <OutputPath>../../../bin/</OutputPath> 42 <OutputPath>../../../bin/</OutputPath>
@@ -57,7 +57,7 @@
57 </Project> 57 </Project>
58--> 58-->
59 59
60 <Project frameworkVersion="v4_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> 60 <Project frameworkVersion="v4_6" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library">
61 <Configuration name="Debug"> 61 <Configuration name="Debug">
62 <Options> 62 <Options>
63 <OutputPath>../../bin/</OutputPath> 63 <OutputPath>../../bin/</OutputPath>
@@ -81,7 +81,7 @@
81 </Files> 81 </Files>
82 </Project> 82 </Project>
83 83
84 <Project frameworkVersion="v4_5" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> 84 <Project frameworkVersion="v4_6" name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
85 <Configuration name="Debug"> 85 <Configuration name="Debug">
86 <Options> 86 <Options>
87 <OutputPath>../../bin/</OutputPath> 87 <OutputPath>../../bin/</OutputPath>
@@ -126,7 +126,7 @@
126 </Files> 126 </Files>
127 </Project> 127 </Project>
128 128
129 <Project frameworkVersion="v4_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> 129 <Project frameworkVersion="v4_6" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
130 <Configuration name="Debug"> 130 <Configuration name="Debug">
131 <Options> 131 <Options>
132 <OutputPath>../../../bin/</OutputPath> 132 <OutputPath>../../../bin/</OutputPath>
@@ -158,7 +158,7 @@
158 </Files> 158 </Files>
159 </Project> 159 </Project>
160 160
161 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> 161 <Project frameworkVersion="v4_6" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library">
162 <Configuration name="Debug"> 162 <Configuration name="Debug">
163 <Options> 163 <Options>
164 <OutputPath>../../../bin/</OutputPath> 164 <OutputPath>../../../bin/</OutputPath>
@@ -187,7 +187,7 @@
187 </Files> 187 </Files>
188 </Project> 188 </Project>
189 189
190 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> 190 <Project frameworkVersion="v4_6" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library">
191 <Configuration name="Debug"> 191 <Configuration name="Debug">
192 <Options> 192 <Options>
193 <OutputPath>../../../../bin/</OutputPath> 193 <OutputPath>../../../../bin/</OutputPath>
@@ -228,7 +228,7 @@
228 </Files> 228 </Files>
229 </Project> 229 </Project>
230 230
231 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> 231 <Project frameworkVersion="v4_6" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
232 <Configuration name="Debug"> 232 <Configuration name="Debug">
233 <Options> 233 <Options>
234 <OutputPath>../../../bin/</OutputPath> 234 <OutputPath>../../../bin/</OutputPath>
@@ -257,7 +257,7 @@
257 </Files> 257 </Files>
258 </Project> 258 </Project>
259 259
260 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> 260 <Project frameworkVersion="v4_6" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library">
261 <Configuration name="Debug"> 261 <Configuration name="Debug">
262 <Options> 262 <Options>
263 <OutputPath>../../../bin/</OutputPath> 263 <OutputPath>../../../bin/</OutputPath>
@@ -287,7 +287,7 @@
287 </Files> 287 </Files>
288 </Project> 288 </Project>
289 289
290 <Project frameworkVersion="v4_5" name="OpenSim.Data" path="OpenSim/Data" type="Library"> 290 <Project frameworkVersion="v4_6" name="OpenSim.Data" path="OpenSim/Data" type="Library">
291 <Configuration name="Debug"> 291 <Configuration name="Debug">
292 <Options> 292 <Options>
293 <OutputPath>../../bin/</OutputPath> 293 <OutputPath>../../bin/</OutputPath>
@@ -318,7 +318,7 @@
318 </Files> 318 </Files>
319 </Project> 319 </Project>
320 320
321 <Project frameworkVersion="v4_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> 321 <Project frameworkVersion="v4_6" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library">
322 <Configuration name="Debug"> 322 <Configuration name="Debug">
323 <Options> 323 <Options>
324 <OutputPath>../../../../bin/</OutputPath> 324 <OutputPath>../../../../bin/</OutputPath>
@@ -345,7 +345,7 @@
345 </Files> 345 </Files>
346 </Project> 346 </Project>
347 347
348 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> 348 <Project frameworkVersion="v4_6" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
349 <Configuration name="Debug"> 349 <Configuration name="Debug">
350 <Options> 350 <Options>
351 <OutputPath>../../../bin/</OutputPath> 351 <OutputPath>../../../bin/</OutputPath>
@@ -378,7 +378,7 @@
378 </Files> 378 </Files>
379 </Project> 379 </Project>
380 380
381 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> 381 <Project frameworkVersion="v4_6" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library">
382 <Configuration name="Debug"> 382 <Configuration name="Debug">
383 <Options> 383 <Options>
384 <OutputPath>../../bin/</OutputPath> 384 <OutputPath>../../bin/</OutputPath>
@@ -414,7 +414,7 @@
414 </Project> 414 </Project>
415 415
416 416
417 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> 417 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library">
418 <Configuration name="Debug"> 418 <Configuration name="Debug">
419 <Options> 419 <Options>
420 <OutputPath>../../../../bin/</OutputPath> 420 <OutputPath>../../../../bin/</OutputPath>
@@ -441,7 +441,7 @@
441 </Files> 441 </Files>
442 </Project> 442 </Project>
443 443
444 <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> 444 <Project frameworkVersion="v4_6" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library">
445 <Configuration name="Debug"> 445 <Configuration name="Debug">
446 <Options> 446 <Options>
447 <OutputPath>../../../bin/</OutputPath> 447 <OutputPath>../../../bin/</OutputPath>
@@ -491,7 +491,7 @@
491 <!-- OGS projects --> 491 <!-- OGS projects -->
492 492
493 493
494 <Project frameworkVersion="v4_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> 494 <Project frameworkVersion="v4_6" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library">
495 <Configuration name="Debug"> 495 <Configuration name="Debug">
496 <Options> 496 <Options>
497 <OutputPath>../../../bin/</OutputPath> 497 <OutputPath>../../../bin/</OutputPath>
@@ -528,7 +528,7 @@
528 </Files> 528 </Files>
529 </Project> 529 </Project>
530 530
531 <Project frameworkVersion="v4_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> 531 <Project frameworkVersion="v4_6" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library">
532 <Configuration name="Debug"> 532 <Configuration name="Debug">
533 <Options> 533 <Options>
534 <OutputPath>../../../bin/</OutputPath> 534 <OutputPath>../../../bin/</OutputPath>
@@ -557,7 +557,7 @@
557 </Files> 557 </Files>
558 </Project> 558 </Project>
559 559
560 <Project frameworkVersion="v4_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> 560 <Project frameworkVersion="v4_6" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library">
561 <Configuration name="Debug"> 561 <Configuration name="Debug">
562 <Options> 562 <Options>
563 <OutputPath>../../../bin/</OutputPath> 563 <OutputPath>../../../bin/</OutputPath>
@@ -590,7 +590,7 @@
590 </Files> 590 </Files>
591 </Project> 591 </Project>
592 592
593 <Project frameworkVersion="v4_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> 593 <Project frameworkVersion="v4_6" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library">
594 <Configuration name="Debug"> 594 <Configuration name="Debug">
595 <Options> 595 <Options>
596 <OutputPath>../../../bin/</OutputPath> 596 <OutputPath>../../../bin/</OutputPath>
@@ -623,7 +623,7 @@
623 </Files> 623 </Files>
624 </Project> 624 </Project>
625 625
626 <Project frameworkVersion="v4_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> 626 <Project frameworkVersion="v4_6" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library">
627 <Configuration name="Debug"> 627 <Configuration name="Debug">
628 <Options> 628 <Options>
629 <OutputPath>../../../bin/</OutputPath> 629 <OutputPath>../../../bin/</OutputPath>
@@ -666,7 +666,7 @@
666 </Files> 666 </Files>
667 </Project> 667 </Project>
668 668
669 <Project frameworkVersion="v4_5" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library"> 669 <Project frameworkVersion="v4_6" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library">
670 <Configuration name="Debug"> 670 <Configuration name="Debug">
671 <Options> 671 <Options>
672 <OutputPath>../../../bin/</OutputPath> 672 <OutputPath>../../../bin/</OutputPath>
@@ -702,7 +702,7 @@
702 </Files> 702 </Files>
703 </Project> 703 </Project>
704 704
705 <Project frameworkVersion="v4_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> 705 <Project frameworkVersion="v4_6" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library">
706 <Configuration name="Debug"> 706 <Configuration name="Debug">
707 <Options> 707 <Options>
708 <OutputPath>../../../bin/</OutputPath> 708 <OutputPath>../../../bin/</OutputPath>
@@ -736,7 +736,7 @@
736 </Files> 736 </Files>
737 </Project> 737 </Project>
738 738
739 <Project frameworkVersion="v4_5" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> 739 <Project frameworkVersion="v4_6" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library">
740 <Configuration name="Debug"> 740 <Configuration name="Debug">
741 <Options> 741 <Options>
742 <OutputPath>../../../bin/</OutputPath> 742 <OutputPath>../../../bin/</OutputPath>
@@ -772,7 +772,7 @@
772 </Files> 772 </Files>
773 </Project> 773 </Project>
774 774
775 <Project frameworkVersion="v4_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> 775 <Project frameworkVersion="v4_6" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library">
776 <Configuration name="Debug"> 776 <Configuration name="Debug">
777 <Options> 777 <Options>
778 <OutputPath>../../../bin/</OutputPath> 778 <OutputPath>../../../bin/</OutputPath>
@@ -805,7 +805,7 @@
805 </Files> 805 </Files>
806 </Project> 806 </Project>
807 807
808 <Project frameworkVersion="v4_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> 808 <Project frameworkVersion="v4_6" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
809 <Configuration name="Debug"> 809 <Configuration name="Debug">
810 <Options> 810 <Options>
811 <OutputPath>../../../bin/</OutputPath> 811 <OutputPath>../../../bin/</OutputPath>
@@ -839,7 +839,7 @@
839 </Files> 839 </Files>
840 </Project> 840 </Project>
841 841
842 <Project frameworkVersion="v4_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> 842 <Project frameworkVersion="v4_6" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library">
843 <Configuration name="Debug"> 843 <Configuration name="Debug">
844 <Options> 844 <Options>
845 <OutputPath>../../../bin/</OutputPath> 845 <OutputPath>../../../bin/</OutputPath>
@@ -874,7 +874,7 @@
874 </Files> 874 </Files>
875 </Project> 875 </Project>
876 876
877 <Project frameworkVersion="v4_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> 877 <Project frameworkVersion="v4_6" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
878 <Configuration name="Debug"> 878 <Configuration name="Debug">
879 <Options> 879 <Options>
880 <OutputPath>../../../bin/</OutputPath> 880 <OutputPath>../../../bin/</OutputPath>
@@ -910,7 +910,7 @@
910 </Files> 910 </Files>
911 </Project> 911 </Project>
912 912
913 <Project frameworkVersion="v4_5" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library"> 913 <Project frameworkVersion="v4_6" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library">
914 <Configuration name="Debug"> 914 <Configuration name="Debug">
915 <Options> 915 <Options>
916 <OutputPath>../../../bin/</OutputPath> 916 <OutputPath>../../../bin/</OutputPath>
@@ -941,7 +941,7 @@
941 </Files> 941 </Files>
942 </Project> 942 </Project>
943 943
944 <Project frameworkVersion="v4_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> 944 <Project frameworkVersion="v4_6" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library">
945 <Configuration name="Debug"> 945 <Configuration name="Debug">
946 <Options> 946 <Options>
947 <OutputPath>../../../bin/</OutputPath> 947 <OutputPath>../../../bin/</OutputPath>
@@ -974,7 +974,7 @@
974 </Files> 974 </Files>
975 </Project> 975 </Project>
976 976
977 <Project frameworkVersion="v4_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> 977 <Project frameworkVersion="v4_6" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library">
978 <Configuration name="Debug"> 978 <Configuration name="Debug">
979 <Options> 979 <Options>
980 <OutputPath>../../../bin/</OutputPath> 980 <OutputPath>../../../bin/</OutputPath>
@@ -1007,7 +1007,7 @@
1007 </Files> 1007 </Files>
1008 </Project> 1008 </Project>
1009 1009
1010 <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 1010 <Project frameworkVersion="v4_6" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
1011 <Configuration name="Debug"> 1011 <Configuration name="Debug">
1012 <Options> 1012 <Options>
1013 <OutputPath>../../../bin/</OutputPath> 1013 <OutputPath>../../../bin/</OutputPath>
@@ -1043,7 +1043,7 @@
1043 </Project> 1043 </Project>
1044 1044
1045 1045
1046 <Project frameworkVersion="v4_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> 1046 <Project frameworkVersion="v4_6" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
1047 <Configuration name="Debug"> 1047 <Configuration name="Debug">
1048 <Options> 1048 <Options>
1049 <OutputPath>../../../bin/</OutputPath> 1049 <OutputPath>../../../bin/</OutputPath>
@@ -1078,7 +1078,7 @@
1078 </Files> 1078 </Files>
1079 </Project> 1079 </Project>
1080 1080
1081 <Project frameworkVersion="v4_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> 1081 <Project frameworkVersion="v4_6" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library">
1082 <Configuration name="Debug"> 1082 <Configuration name="Debug">
1083 <Options> 1083 <Options>
1084 <OutputPath>../../../bin/</OutputPath> 1084 <OutputPath>../../../bin/</OutputPath>
@@ -1119,7 +1119,7 @@
1119 </Files> 1119 </Files>
1120 </Project> 1120 </Project>
1121 1121
1122 <Project frameworkVersion="v4_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> 1122 <Project frameworkVersion="v4_6" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library">
1123 <Configuration name="Debug"> 1123 <Configuration name="Debug">
1124 <Options> 1124 <Options>
1125 <OutputPath>../../../bin/</OutputPath> 1125 <OutputPath>../../../bin/</OutputPath>
@@ -1151,7 +1151,7 @@
1151 </Files> 1151 </Files>
1152 </Project> 1152 </Project>
1153 1153
1154 <Project frameworkVersion="v4_5" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> 1154 <Project frameworkVersion="v4_6" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library">
1155 <Configuration name="Debug"> 1155 <Configuration name="Debug">
1156 <Options> 1156 <Options>
1157 <OutputPath>../../../bin/</OutputPath> 1157 <OutputPath>../../../bin/</OutputPath>
@@ -1181,7 +1181,7 @@
1181 </Files> 1181 </Files>
1182 </Project> 1182 </Project>
1183 1183
1184 <Project frameworkVersion="v4_5" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> 1184 <Project frameworkVersion="v4_6" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library">
1185 <Configuration name="Debug"> 1185 <Configuration name="Debug">
1186 <Options> 1186 <Options>
1187 <OutputPath>../../../bin/</OutputPath> 1187 <OutputPath>../../../bin/</OutputPath>
@@ -1218,7 +1218,7 @@
1218 </Files> 1218 </Files>
1219 </Project> 1219 </Project>
1220 1220
1221 <Project frameworkVersion="v4_5" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> 1221 <Project frameworkVersion="v4_6" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library">
1222 <Configuration name="Debug"> 1222 <Configuration name="Debug">
1223 <Options> 1223 <Options>
1224 <OutputPath>../../../bin/</OutputPath> 1224 <OutputPath>../../../bin/</OutputPath>
@@ -1252,7 +1252,7 @@
1252 </Files> 1252 </Files>
1253 </Project> 1253 </Project>
1254 1254
1255 <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1255 <Project frameworkVersion="v4_6" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1256 <Configuration name="Debug"> 1256 <Configuration name="Debug">
1257 <Options> 1257 <Options>
1258 <OutputPath>../../../bin/</OutputPath> 1258 <OutputPath>../../../bin/</OutputPath>
@@ -1293,7 +1293,7 @@
1293 </Project> 1293 </Project>
1294 1294
1295 1295
1296 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> 1296 <Project frameworkVersion="v4_6" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library">
1297 <Configuration name="Debug"> 1297 <Configuration name="Debug">
1298 <Options> 1298 <Options>
1299 <OutputPath>../../../bin/</OutputPath> 1299 <OutputPath>../../../bin/</OutputPath>
@@ -1335,7 +1335,7 @@
1335 </Project> 1335 </Project>
1336 1336
1337 1337
1338 <Project frameworkVersion="v4_5" name="Robust" path="OpenSim/Server" type="Exe"> 1338 <Project frameworkVersion="v4_6" name="Robust" path="OpenSim/Server" type="Exe">
1339 <Configuration name="Debug"> 1339 <Configuration name="Debug">
1340 <Options> 1340 <Options>
1341 <OutputPath>../../bin/</OutputPath> 1341 <OutputPath>../../bin/</OutputPath>
@@ -1372,7 +1372,7 @@
1372 </Files> 1372 </Files>
1373 </Project> 1373 </Project>
1374 1374
1375 <Project frameworkVersion="v4_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> 1375 <Project frameworkVersion="v4_6" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe">
1376 <Configuration name="Debug"> 1376 <Configuration name="Debug">
1377 <Options> 1377 <Options>
1378 <OutputPath>../../bin/</OutputPath> 1378 <OutputPath>../../bin/</OutputPath>
@@ -1407,7 +1407,7 @@
1407 </Project> 1407 </Project>
1408 1408
1409 <!-- ClientStack Plugins --> 1409 <!-- ClientStack Plugins -->
1410 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> 1410 <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library">
1411 <Configuration name="Debug"> 1411 <Configuration name="Debug">
1412 <Options> 1412 <Options>
1413 <OutputPath>../../../../../bin/</OutputPath> 1413 <OutputPath>../../../../../bin/</OutputPath>
@@ -1451,7 +1451,7 @@
1451 </Files> 1451 </Files>
1452 </Project> 1452 </Project>
1453 1453
1454 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 1454 <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
1455 <Configuration name="Debug"> 1455 <Configuration name="Debug">
1456 <Options> 1456 <Options>
1457 <OutputPath>../../../../../bin/</OutputPath> 1457 <OutputPath>../../../../../bin/</OutputPath>
@@ -1501,7 +1501,7 @@
1501 1501
1502 1502
1503 <!-- Data Base Modules --> 1503 <!-- Data Base Modules -->
1504 <Project frameworkVersion="v4_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 1504 <Project frameworkVersion="v4_6" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
1505 <Configuration name="Debug"> 1505 <Configuration name="Debug">
1506 <Options> 1506 <Options>
1507 <OutputPath>../../../bin/</OutputPath> 1507 <OutputPath>../../../bin/</OutputPath>
@@ -1541,7 +1541,7 @@
1541 </Files> 1541 </Files>
1542 </Project> 1542 </Project>
1543 1543
1544 <Project frameworkVersion="v4_5" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> 1544 <Project frameworkVersion="v4_6" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library">
1545 <Configuration name="Debug"> 1545 <Configuration name="Debug">
1546 <Options> 1546 <Options>
1547 <OutputPath>../../../bin/</OutputPath> 1547 <OutputPath>../../../bin/</OutputPath>
@@ -1579,7 +1579,7 @@
1579 </Files> 1579 </Files>
1580 </Project> 1580 </Project>
1581 1581
1582 <Project frameworkVersion="v4_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 1582 <Project frameworkVersion="v4_6" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
1583 <Configuration name="Debug"> 1583 <Configuration name="Debug">
1584 <Options> 1584 <Options>
1585 <OutputPath>../../../bin/</OutputPath> 1585 <OutputPath>../../../bin/</OutputPath>
@@ -1620,7 +1620,7 @@
1620 </Project> 1620 </Project>
1621 1621
1622 1622
1623 <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> 1623 <Project frameworkVersion="v4_6" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library">
1624 <Configuration name="Debug"> 1624 <Configuration name="Debug">
1625 <Options> 1625 <Options>
1626 <OutputPath>../../../bin/</OutputPath> 1626 <OutputPath>../../../bin/</OutputPath>
@@ -1691,7 +1691,7 @@
1691 </Files> 1691 </Files>
1692 </Project> 1692 </Project>
1693 1693
1694 <Project frameworkVersion="v4_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> 1694 <Project frameworkVersion="v4_6" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library">
1695 <Configuration name="Debug"> 1695 <Configuration name="Debug">
1696 <Options> 1696 <Options>
1697 <OutputPath>../../../bin/</OutputPath> 1697 <OutputPath>../../../bin/</OutputPath>
@@ -1753,7 +1753,7 @@
1753 </Project> 1753 </Project>
1754 1754
1755 <!-- Datastore Plugins --> 1755 <!-- Datastore Plugins -->
1756 <Project frameworkVersion="v4_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1756 <Project frameworkVersion="v4_6" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1757 <Configuration name="Debug"> 1757 <Configuration name="Debug">
1758 <Options> 1758 <Options>
1759 <OutputPath>../../../bin/</OutputPath> 1759 <OutputPath>../../../bin/</OutputPath>
@@ -1783,7 +1783,7 @@
1783 </Files> 1783 </Files>
1784 </Project> 1784 </Project>
1785 1785
1786 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> 1786 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library">
1787 <Configuration name="Debug"> 1787 <Configuration name="Debug">
1788 <Options> 1788 <Options>
1789 <OutputPath>../../../../bin/</OutputPath> 1789 <OutputPath>../../../../bin/</OutputPath>
@@ -1811,7 +1811,7 @@
1811 </Files> 1811 </Files>
1812 </Project> 1812 </Project>
1813 1813
1814 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> 1814 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library">
1815 <Configuration name="Debug"> 1815 <Configuration name="Debug">
1816 <Options> 1816 <Options>
1817 <OutputPath>../../../../bin/</OutputPath> 1817 <OutputPath>../../../../bin/</OutputPath>
@@ -1846,7 +1846,7 @@
1846 </Project> 1846 </Project>
1847 1847
1848 <!-- Physics Plug-ins --> 1848 <!-- Physics Plug-ins -->
1849 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> 1849 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library">
1850 <Configuration name="Debug"> 1850 <Configuration name="Debug">
1851 <Options> 1851 <Options>
1852 <OutputPath>../../../../bin/</OutputPath> 1852 <OutputPath>../../../../bin/</OutputPath>
@@ -1873,7 +1873,7 @@
1873 </Files> 1873 </Files>
1874 </Project> 1874 </Project>
1875 1875
1876 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> 1876 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library">
1877 <Configuration name="Debug"> 1877 <Configuration name="Debug">
1878 <Options> 1878 <Options>
1879 <OutputPath>../../../../bin/</OutputPath> 1879 <OutputPath>../../../../bin/</OutputPath>
@@ -1900,7 +1900,7 @@
1900 </Files> 1900 </Files>
1901 </Project> 1901 </Project>
1902 1902
1903 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> 1903 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library">
1904 <Configuration name="Debug"> 1904 <Configuration name="Debug">
1905 <Options> 1905 <Options>
1906 <OutputPath>../../../../bin/</OutputPath> 1906 <OutputPath>../../../../bin/</OutputPath>
@@ -1932,7 +1932,7 @@
1932 </Files> 1932 </Files>
1933 </Project> 1933 </Project>
1934 1934
1935 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> 1935 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library">
1936 <Configuration name="Debug"> 1936 <Configuration name="Debug">
1937 <Options> 1937 <Options>
1938 <OutputPath>../../../../bin/</OutputPath> 1938 <OutputPath>../../../../bin/</OutputPath>
@@ -1966,7 +1966,7 @@
1966 </Files> 1966 </Files>
1967 </Project> 1967 </Project>
1968 1968
1969 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> 1969 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library">
1970 <Configuration name="Debug"> 1970 <Configuration name="Debug">
1971 <Options> 1971 <Options>
1972 <OutputPath>../../../../bin/</OutputPath> 1972 <OutputPath>../../../../bin/</OutputPath>
@@ -2001,7 +2001,7 @@
2001 </Files> 2001 </Files>
2002 </Project> 2002 </Project>
2003 2003
2004 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> 2004 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library">
2005 <Configuration name="Debug"> 2005 <Configuration name="Debug">
2006 <Options> 2006 <Options>
2007 <OutputPath>../../../../bin/</OutputPath> 2007 <OutputPath>../../../../bin/</OutputPath>
@@ -2041,7 +2041,7 @@
2041 </Project> 2041 </Project>
2042 2042
2043 <!-- OpenSim app --> 2043 <!-- OpenSim app -->
2044 <Project frameworkVersion="v4_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 2044 <Project frameworkVersion="v4_6" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
2045 <Configuration name="Debug"> 2045 <Configuration name="Debug">
2046 <Options> 2046 <Options>
2047 <OutputPath>../../../bin/</OutputPath> 2047 <OutputPath>../../../bin/</OutputPath>
@@ -2086,7 +2086,7 @@
2086 </Files> 2086 </Files>
2087 </Project> 2087 </Project>
2088 2088
2089 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> 2089 <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
2090 <Configuration name="Debug"> 2090 <Configuration name="Debug">
2091 <Options> 2091 <Options>
2092 <OutputPath>../../../bin/</OutputPath> 2092 <OutputPath>../../../bin/</OutputPath>
@@ -2121,7 +2121,7 @@
2121 </Files> 2121 </Files>
2122 </Project> 2122 </Project>
2123 2123
2124 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> 2124 <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library">
2125 <Configuration name="Debug"> 2125 <Configuration name="Debug">
2126 <Options> 2126 <Options>
2127 <OutputPath>../../../bin/</OutputPath> 2127 <OutputPath>../../../bin/</OutputPath>
@@ -2152,7 +2152,7 @@
2152 </Files> 2152 </Files>
2153 </Project> 2153 </Project>
2154 2154
2155 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 2155 <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
2156 <Configuration name="Debug"> 2156 <Configuration name="Debug">
2157 <Options> 2157 <Options>
2158 <OutputPath>../../../bin/</OutputPath> 2158 <OutputPath>../../../bin/</OutputPath>
@@ -2194,7 +2194,7 @@
2194 2194
2195 <!-- Scene Server API Example Apps --> 2195 <!-- Scene Server API Example Apps -->
2196 2196
2197 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2197 <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2198 <Configuration name="Debug"> 2198 <Configuration name="Debug">
2199 <Options> 2199 <Options>
2200 <OutputPath>../../../../bin/</OutputPath> 2200 <OutputPath>../../../../bin/</OutputPath>
@@ -2230,7 +2230,7 @@
2230 </Files> 2230 </Files>
2231 </Project> 2231 </Project>
2232 2232
2233 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 2233 <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
2234 <Configuration name="Debug"> 2234 <Configuration name="Debug">
2235 <Options> 2235 <Options>
2236 <OutputPath>../../../../../../bin/</OutputPath> 2236 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2264,7 +2264,7 @@
2264 </Files> 2264 </Files>
2265 </Project> 2265 </Project>
2266 2266
2267 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> 2267 <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library">
2268 <Configuration name="Debug"> 2268 <Configuration name="Debug">
2269 <Options> 2269 <Options>
2270 <OutputPath>../../../../../../bin/</OutputPath> 2270 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2307,7 +2307,7 @@
2307 </Files> 2307 </Files>
2308 </Project> 2308 </Project>
2309 2309
2310 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 2310 <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
2311 <Configuration name="Debug"> 2311 <Configuration name="Debug">
2312 <Options> 2312 <Options>
2313 <OutputPath>../../../../../bin/</OutputPath> 2313 <OutputPath>../../../../../bin/</OutputPath>
@@ -2338,7 +2338,7 @@
2338 </Files> 2338 </Files>
2339 </Project> 2339 </Project>
2340 2340
2341 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> 2341 <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library">
2342 <Configuration name="Debug"> 2342 <Configuration name="Debug">
2343 <Options> 2343 <Options>
2344 <OutputPath>../../../../../bin/</OutputPath> 2344 <OutputPath>../../../../../bin/</OutputPath>
@@ -2366,7 +2366,6 @@
2366 <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> 2366 <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/>
2367 <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> 2367 <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/>
2368 <Reference name="SmartThreadPool"/> 2368 <Reference name="SmartThreadPool"/>
2369 <Reference name="Axiom.MathLib" path="../../../../../bin/"/>
2370 <Reference name="Nini" path="../../../../../bin/"/> 2369 <Reference name="Nini" path="../../../../../bin/"/>
2371 <Reference name="log4net" path="../../../../../bin/"/> 2370 <Reference name="log4net" path="../../../../../bin/"/>
2372 2371
@@ -2378,7 +2377,7 @@
2378 </Files> 2377 </Files>
2379 </Project> 2378 </Project>
2380 2379
2381 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> 2380 <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library">
2382 <Configuration name="Debug"> 2381 <Configuration name="Debug">
2383 <Options> 2382 <Options>
2384 <OutputPath>../../../../../../bin/</OutputPath> 2383 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2413,7 +2412,7 @@
2413 </Files> 2412 </Files>
2414 </Project> 2413 </Project>
2415 2414
2416 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 2415 <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
2417 <Configuration name="Debug"> 2416 <Configuration name="Debug">
2418 <Options> 2417 <Options>
2419 <OutputPath>../../../../bin/</OutputPath> 2418 <OutputPath>../../../../bin/</OutputPath>
@@ -2461,7 +2460,7 @@
2461 2460
2462 <!-- Addons --> 2461 <!-- Addons -->
2463 2462
2464 <Project frameworkVersion="v4_5" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> 2463 <Project frameworkVersion="v4_6" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library">
2465 <Configuration name="Debug"> 2464 <Configuration name="Debug">
2466 <Options> 2465 <Options>
2467 <OutputPath>../../../bin/</OutputPath> 2466 <OutputPath>../../../bin/</OutputPath>
@@ -2509,7 +2508,7 @@
2509 </Files> 2508 </Files>
2510 </Project> 2509 </Project>
2511 2510
2512 <Project frameworkVersion="v4_5" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> 2511 <Project frameworkVersion="v4_6" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library">
2513 <Configuration name="Debug"> 2512 <Configuration name="Debug">
2514 <Options> 2513 <Options>
2515 <OutputPath>../../../bin/</OutputPath> 2514 <OutputPath>../../../bin/</OutputPath>
@@ -2562,7 +2561,7 @@
2562 2561
2563 <!-- Tools --> 2562 <!-- Tools -->
2564 2563
2565 <Project frameworkVersion="v4_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> 2564 <Project frameworkVersion="v4_6" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
2566 <Configuration name="Debug"> 2565 <Configuration name="Debug">
2567 <Options> 2566 <Options>
2568 <OutputPath>../../../bin/</OutputPath> 2567 <OutputPath>../../../bin/</OutputPath>
@@ -2592,7 +2591,7 @@
2592 </Files> 2591 </Files>
2593 </Project> 2592 </Project>
2594 2593
2595 <Project frameworkVersion="v4_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> 2594 <Project frameworkVersion="v4_6" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe">
2596 <Configuration name="Debug"> 2595 <Configuration name="Debug">
2597 <Options> 2596 <Options>
2598 <OutputPath>../../../bin/</OutputPath> 2597 <OutputPath>../../../bin/</OutputPath>
@@ -2621,7 +2620,7 @@
2621 </Files> 2620 </Files>
2622 </Project> 2621 </Project>
2623 2622
2624 <Project frameworkVersion="v4_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> 2623 <Project frameworkVersion="v4_6" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2625 <Configuration name="Debug"> 2624 <Configuration name="Debug">
2626 <Options> 2625 <Options>
2627 <OutputPath>../../../bin/</OutputPath> 2626 <OutputPath>../../../bin/</OutputPath>
@@ -2648,7 +2647,7 @@
2648 </Project> 2647 </Project>
2649 2648
2650 <!-- Test Clients --> 2649 <!-- Test Clients -->
2651 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> 2650 <Project frameworkVersion="v4_6" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe">
2652 <Configuration name="Debug"> 2651 <Configuration name="Debug">
2653 <Options> 2652 <Options>
2654 <OutputPath>../../../../bin/</OutputPath> 2653 <OutputPath>../../../../bin/</OutputPath>
@@ -2678,7 +2677,7 @@
2678 </Project> 2677 </Project>
2679 2678
2680 <!-- Test assemblies --> 2679 <!-- Test assemblies -->
2681 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2680 <Project frameworkVersion="v4_6" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
2682 <Configuration name="Debug"> 2681 <Configuration name="Debug">
2683 <Options> 2682 <Options>
2684 <OutputPath>../../../bin/</OutputPath> 2683 <OutputPath>../../../bin/</OutputPath>
@@ -2729,7 +2728,7 @@
2729 </Files> 2728 </Files>
2730 </Project> 2729 </Project>
2731 2730
2732 <Project frameworkVersion="v4_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> 2731 <Project frameworkVersion="v4_6" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2733 <Configuration name="Debug"> 2732 <Configuration name="Debug">
2734 <Options> 2733 <Options>
2735 <OutputPath>../../bin/</OutputPath> 2734 <OutputPath>../../bin/</OutputPath>
@@ -2752,7 +2751,7 @@
2752 </Files> 2751 </Files>
2753 </Project> 2752 </Project>
2754 2753
2755 <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> 2754 <Project frameworkVersion="v4_6" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library">
2756 <Configuration name="Debug"> 2755 <Configuration name="Debug">
2757 <Options> 2756 <Options>
2758 <OutputPath>../../../../bin/</OutputPath> 2757 <OutputPath>../../../../bin/</OutputPath>
@@ -2795,7 +2794,7 @@
2795 </Files> 2794 </Files>
2796 </Project> 2795 </Project>
2797 2796
2798 <Project frameworkVersion="v4_5" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> 2797 <Project frameworkVersion="v4_6" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library">
2799 <Configuration name="Debug"> 2798 <Configuration name="Debug">
2800 <Options> 2799 <Options>
2801 <OutputPath>../../../bin/</OutputPath> 2800 <OutputPath>../../../bin/</OutputPath>
@@ -2833,7 +2832,7 @@
2833 </Project> 2832 </Project>
2834 2833
2835 2834
2836 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> 2835 <Project frameworkVersion="v4_6" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2837 <Configuration name="Debug"> 2836 <Configuration name="Debug">
2838 <Options> 2837 <Options>
2839 <OutputPath>../../../bin/</OutputPath> 2838 <OutputPath>../../../bin/</OutputPath>
@@ -2888,7 +2887,7 @@
2888 </Project> 2887 </Project>
2889 2888
2890 2889
2891 <Project frameworkVersion="v4_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2890 <Project frameworkVersion="v4_6" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2892 <Configuration name="Debug"> 2891 <Configuration name="Debug">
2893 <Options> 2892 <Options>
2894 <OutputPath>../../../bin/</OutputPath> 2893 <OutputPath>../../../bin/</OutputPath>
@@ -2931,7 +2930,7 @@
2931 </Files> 2930 </Files>
2932 </Project> 2931 </Project>
2933 2932
2934 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 2933 <Project frameworkVersion="v4_6" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
2935 <Configuration name="Debug"> 2934 <Configuration name="Debug">
2936 <Options> 2935 <Options>
2937 <OutputPath>../../../bin/</OutputPath> 2936 <OutputPath>../../../bin/</OutputPath>
@@ -2962,7 +2961,7 @@
2962 </Files> 2961 </Files>
2963 </Project> 2962 </Project>
2964 2963
2965 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> 2964 <Project frameworkVersion="v4_6" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library">
2966 <Configuration name="Debug"> 2965 <Configuration name="Debug">
2967 <Options> 2966 <Options>
2968 <OutputPath>../../../../bin/</OutputPath> 2967 <OutputPath>../../../../bin/</OutputPath>
@@ -2994,7 +2993,7 @@
2994 </Files> 2993 </Files>
2995 </Project> 2994 </Project>
2996 2995
2997 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> 2996 <Project frameworkVersion="v4_6" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
2998 <Configuration name="Debug"> 2997 <Configuration name="Debug">
2999 <Options> 2998 <Options>
3000 <OutputPath>../../../../bin/</OutputPath> 2999 <OutputPath>../../../../bin/</OutputPath>
@@ -3025,7 +3024,7 @@
3025 </Files> 3024 </Files>
3026 </Project> 3025 </Project>
3027 3026
3028 <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 3027 <Project frameworkVersion="v4_6" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
3029 <Configuration name="Debug"> 3028 <Configuration name="Debug">
3030 <Options> 3029 <Options>
3031 <OutputPath>../../../bin/</OutputPath> 3030 <OutputPath>../../../bin/</OutputPath>
@@ -3142,7 +3141,7 @@
3142 </Project> 3141 </Project>
3143 3142
3144 3143
3145 <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 3144 <Project frameworkVersion="v4_6" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
3146 <Configuration name="Debug"> 3145 <Configuration name="Debug">
3147 <Options> 3146 <Options>
3148 <OutputPath>../../../bin/</OutputPath> 3147 <OutputPath>../../../bin/</OutputPath>
@@ -3204,7 +3203,7 @@
3204 </Files> 3203 </Files>
3205 </Project> 3204 </Project>
3206 3205
3207 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 3206 <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3208 <Configuration name="Debug"> 3207 <Configuration name="Debug">
3209 <Options> 3208 <Options>
3210 <OutputPath>../../../../../bin/</OutputPath> 3209 <OutputPath>../../../../../bin/</OutputPath>
@@ -3245,7 +3244,7 @@
3245 </Files> 3244 </Files>
3246 </Project> 3245 </Project>
3247 3246
3248 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3247 <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3249 <Configuration name="Debug"> 3248 <Configuration name="Debug">
3250 <Options> 3249 <Options>
3251 <OutputPath>../../../../../../bin/</OutputPath> 3250 <OutputPath>../../../../../../bin/</OutputPath>
@@ -3279,7 +3278,7 @@
3279 </Files> 3278 </Files>
3280 </Project> 3279 </Project>
3281 3280
3282 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3281 <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3283 <Configuration name="Debug"> 3282 <Configuration name="Debug">
3284 <Options> 3283 <Options>
3285 <OutputPath>../../../bin/</OutputPath> 3284 <OutputPath>../../../bin/</OutputPath>
@@ -3345,7 +3344,7 @@
3345 TODO: this is kind of lame, we basically build a duplicate 3344 TODO: this is kind of lame, we basically build a duplicate
3346 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. 3345 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs.
3347 --> 3346 -->
3348 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> 3347 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library">
3349 <Configuration name="Debug"> 3348 <Configuration name="Debug">
3350 <Options> 3349 <Options>
3351 <OutputPath>../../../../../bin/</OutputPath> 3350 <OutputPath>../../../../../bin/</OutputPath>
@@ -3378,7 +3377,7 @@
3378 </Files> 3377 </Files>
3379 </Project> 3378 </Project>
3380 3379
3381 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> 3380 <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library">
3382 <Configuration name="Debug"> 3381 <Configuration name="Debug">
3383 <Options> 3382 <Options>
3384 <OutputPath>../../../../../bin/</OutputPath> 3383 <OutputPath>../../../../../bin/</OutputPath>
@@ -3412,7 +3411,7 @@
3412 </Project> 3411 </Project>
3413 3412
3414 3413
3415 <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> 3414 <Project frameworkVersion="v4_6" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library">
3416 <Configuration name="Debug"> 3415 <Configuration name="Debug">
3417 <Options> 3416 <Options>
3418 <OutputPath>../../../bin/</OutputPath> 3417 <OutputPath>../../../bin/</OutputPath>
@@ -3460,7 +3459,7 @@
3460 </Files> 3459 </Files>
3461 </Project> 3460 </Project>
3462 3461
3463 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> 3462 <Project frameworkVersion="v4_6" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library">
3464 <Configuration name="Debug"> 3463 <Configuration name="Debug">
3465 <Options> 3464 <Options>
3466 <OutputPath>../../../bin/</OutputPath> 3465 <OutputPath>../../../bin/</OutputPath>
@@ -3500,7 +3499,7 @@
3500 </Files> 3499 </Files>
3501 </Project> 3500 </Project>
3502 3501
3503 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> 3502 <Project frameworkVersion="v4_6" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library">
3504 <Configuration name="Debug"> 3503 <Configuration name="Debug">
3505 <Options> 3504 <Options>
3506 <OutputPath>../../../bin/</OutputPath> 3505 <OutputPath>../../../bin/</OutputPath>
@@ -3539,7 +3538,7 @@
3539 </Files> 3538 </Files>
3540 </Project> 3539 </Project>
3541 3540
3542 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> 3541 <Project frameworkVersion="v4_6" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library">
3543 <Configuration name="Debug"> 3542 <Configuration name="Debug">
3544 <Options> 3543 <Options>
3545 <OutputPath>../../../bin/</OutputPath> 3544 <OutputPath>../../../bin/</OutputPath>