aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorUbitUmarov2017-08-31 13:42:58 +0100
committerUbitUmarov2017-08-31 13:42:58 +0100
commitc9198dc1d457117b0ed64ec66b486491abf2ae0a (patch)
tree1d1ace5d3b7ddc7ad07f2f27526e3a8077015b65 /prebuild.xml
parenttest: .net framework4.5 (diff)
downloadopensim-SC-c9198dc1d457117b0ed64ec66b486491abf2ae0a.zip
opensim-SC-c9198dc1d457117b0ed64ec66b486491abf2ae0a.tar.gz
opensim-SC-c9198dc1d457117b0ed64ec66b486491abf2ae0a.tar.bz2
opensim-SC-c9198dc1d457117b0ed64ec66b486491abf2ae0a.tar.xz
.net4.5, take2; vs2010 does not do it, try to make mono5.x msbuild more happy
Diffstat (limited to '')
-rw-r--r--prebuild.xml183
1 files changed, 91 insertions, 92 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 3083ec5..2ee87f0 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -29,13 +29,12 @@
29 <DebugInformation>false</DebugInformation> 29 <DebugInformation>false</DebugInformation>
30 <IncrementalBuild>true</IncrementalBuild> 30 <IncrementalBuild>true</IncrementalBuild>
31 <NoStdLib>false</NoStdLib> 31 <NoStdLib>false</NoStdLib>
32 <Platform>x86</Platform>
33 </Options> 32 </Options>
34 </Configuration> 33 </Configuration>
35 34
36 <!-- Core OpenSim Projects --> 35 <!-- Core OpenSim Projects -->
37<!-- 36<!--
38 <Project frameworkVersion="v4_0" name="OpenSim.Model" path="OpenSim/Model" type="Library"> 37 <Project frameworkVersion="v4_5" name="OpenSim.Model" path="OpenSim/Model" type="Library">
39 <Configuration name="Debug"> 38 <Configuration name="Debug">
40 <Options> 39 <Options>
41 <OutputPath>../../../bin/</OutputPath> 40 <OutputPath>../../../bin/</OutputPath>
@@ -56,7 +55,7 @@
56 </Project> 55 </Project>
57--> 56-->
58 57
59 <Project frameworkVersion="v4_0" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> 58 <Project frameworkVersion="v4_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library">
60 <Configuration name="Debug"> 59 <Configuration name="Debug">
61 <Options> 60 <Options>
62 <OutputPath>../../bin/</OutputPath> 61 <OutputPath>../../bin/</OutputPath>
@@ -78,7 +77,7 @@
78 </Files> 77 </Files>
79 </Project> 78 </Project>
80 79
81 <Project frameworkVersion="v4_0" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> 80 <Project frameworkVersion="v4_5" name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
82 <Configuration name="Debug"> 81 <Configuration name="Debug">
83 <Options> 82 <Options>
84 <OutputPath>../../bin/</OutputPath> 83 <OutputPath>../../bin/</OutputPath>
@@ -117,7 +116,7 @@
117 </Files> 116 </Files>
118 </Project> 117 </Project>
119 118
120 <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> 119 <Project frameworkVersion="v4_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
121 <Configuration name="Debug"> 120 <Configuration name="Debug">
122 <Options> 121 <Options>
123 <OutputPath>../../../bin/</OutputPath> 122 <OutputPath>../../../bin/</OutputPath>
@@ -146,7 +145,7 @@
146 </Files> 145 </Files>
147 </Project> 146 </Project>
148 147
149 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> 148 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library">
150 <Configuration name="Debug"> 149 <Configuration name="Debug">
151 <Options> 150 <Options>
152 <OutputPath>../../../bin/</OutputPath> 151 <OutputPath>../../../bin/</OutputPath>
@@ -173,7 +172,7 @@
173 </Files> 172 </Files>
174 </Project> 173 </Project>
175 174
176 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> 175 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library">
177 <Configuration name="Debug"> 176 <Configuration name="Debug">
178 <Options> 177 <Options>
179 <OutputPath>../../../../bin/</OutputPath> 178 <OutputPath>../../../../bin/</OutputPath>
@@ -215,7 +214,7 @@
215 </Files> 214 </Files>
216 </Project> 215 </Project>
217 216
218 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> 217 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
219 <Configuration name="Debug"> 218 <Configuration name="Debug">
220 <Options> 219 <Options>
221 <OutputPath>../../../bin/</OutputPath> 220 <OutputPath>../../../bin/</OutputPath>
@@ -242,7 +241,7 @@
242 </Files> 241 </Files>
243 </Project> 242 </Project>
244 243
245 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> 244 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library">
246 <Configuration name="Debug"> 245 <Configuration name="Debug">
247 <Options> 246 <Options>
248 <OutputPath>../../../bin/</OutputPath> 247 <OutputPath>../../../bin/</OutputPath>
@@ -272,7 +271,7 @@
272 </Files> 271 </Files>
273 </Project> 272 </Project>
274 273
275 <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library"> 274 <Project frameworkVersion="v4_5" name="OpenSim.Data" path="OpenSim/Data" type="Library">
276 <Configuration name="Debug"> 275 <Configuration name="Debug">
277 <Options> 276 <Options>
278 <OutputPath>../../bin/</OutputPath> 277 <OutputPath>../../bin/</OutputPath>
@@ -303,7 +302,7 @@
303 </Files> 302 </Files>
304 </Project> 303 </Project>
305 304
306 <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> 305 <Project frameworkVersion="v4_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library">
307 <Configuration name="Debug"> 306 <Configuration name="Debug">
308 <Options> 307 <Options>
309 <OutputPath>../../../../bin/</OutputPath> 308 <OutputPath>../../../../bin/</OutputPath>
@@ -328,7 +327,7 @@
328 </Files> 327 </Files>
329 </Project> 328 </Project>
330 329
331 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> 330 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
332 <Configuration name="Debug"> 331 <Configuration name="Debug">
333 <Options> 332 <Options>
334 <OutputPath>../../../bin/</OutputPath> 333 <OutputPath>../../../bin/</OutputPath>
@@ -362,7 +361,7 @@
362 </Files> 361 </Files>
363 </Project> 362 </Project>
364 363
365 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> 364 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library">
366 <Configuration name="Debug"> 365 <Configuration name="Debug">
367 <Options> 366 <Options>
368 <OutputPath>../../bin/</OutputPath> 367 <OutputPath>../../bin/</OutputPath>
@@ -397,7 +396,7 @@
397 </Project> 396 </Project>
398 397
399 398
400 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> 399 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library">
401 <Configuration name="Debug"> 400 <Configuration name="Debug">
402 <Options> 401 <Options>
403 <OutputPath>../../../../bin/</OutputPath> 402 <OutputPath>../../../../bin/</OutputPath>
@@ -424,7 +423,7 @@
424 </Files> 423 </Files>
425 </Project> 424 </Project>
426 425
427 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> 426 <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library">
428 <Configuration name="Debug"> 427 <Configuration name="Debug">
429 <Options> 428 <Options>
430 <OutputPath>../../../bin/</OutputPath> 429 <OutputPath>../../../bin/</OutputPath>
@@ -474,7 +473,7 @@
474 <!-- OGS projects --> 473 <!-- OGS projects -->
475 474
476 475
477 <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> 476 <Project frameworkVersion="v4_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library">
478 <Configuration name="Debug"> 477 <Configuration name="Debug">
479 <Options> 478 <Options>
480 <OutputPath>../../../bin/</OutputPath> 479 <OutputPath>../../../bin/</OutputPath>
@@ -509,7 +508,7 @@
509 </Files> 508 </Files>
510 </Project> 509 </Project>
511 510
512 <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> 511 <Project frameworkVersion="v4_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library">
513 <Configuration name="Debug"> 512 <Configuration name="Debug">
514 <Options> 513 <Options>
515 <OutputPath>../../../bin/</OutputPath> 514 <OutputPath>../../../bin/</OutputPath>
@@ -536,7 +535,7 @@
536 </Files> 535 </Files>
537 </Project> 536 </Project>
538 537
539 <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> 538 <Project frameworkVersion="v4_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library">
540 <Configuration name="Debug"> 539 <Configuration name="Debug">
541 <Options> 540 <Options>
542 <OutputPath>../../../bin/</OutputPath> 541 <OutputPath>../../../bin/</OutputPath>
@@ -567,7 +566,7 @@
567 </Files> 566 </Files>
568 </Project> 567 </Project>
569 568
570 <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> 569 <Project frameworkVersion="v4_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library">
571 <Configuration name="Debug"> 570 <Configuration name="Debug">
572 <Options> 571 <Options>
573 <OutputPath>../../../bin/</OutputPath> 572 <OutputPath>../../../bin/</OutputPath>
@@ -598,7 +597,7 @@
598 </Files> 597 </Files>
599 </Project> 598 </Project>
600 599
601 <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> 600 <Project frameworkVersion="v4_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library">
602 <Configuration name="Debug"> 601 <Configuration name="Debug">
603 <Options> 602 <Options>
604 <OutputPath>../../../bin/</OutputPath> 603 <OutputPath>../../../bin/</OutputPath>
@@ -639,7 +638,7 @@
639 </Files> 638 </Files>
640 </Project> 639 </Project>
641 640
642 <Project frameworkVersion="v4_0" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library"> 641 <Project frameworkVersion="v4_5" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library">
643 <Configuration name="Debug"> 642 <Configuration name="Debug">
644 <Options> 643 <Options>
645 <OutputPath>../../../bin/</OutputPath> 644 <OutputPath>../../../bin/</OutputPath>
@@ -673,7 +672,7 @@
673 </Files> 672 </Files>
674 </Project> 673 </Project>
675 674
676 <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> 675 <Project frameworkVersion="v4_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library">
677 <Configuration name="Debug"> 676 <Configuration name="Debug">
678 <Options> 677 <Options>
679 <OutputPath>../../../bin/</OutputPath> 678 <OutputPath>../../../bin/</OutputPath>
@@ -705,7 +704,7 @@
705 </Files> 704 </Files>
706 </Project> 705 </Project>
707 706
708 <Project frameworkVersion="v4_0" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> 707 <Project frameworkVersion="v4_5" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library">
709 <Configuration name="Debug"> 708 <Configuration name="Debug">
710 <Options> 709 <Options>
711 <OutputPath>../../../bin/</OutputPath> 710 <OutputPath>../../../bin/</OutputPath>
@@ -739,7 +738,7 @@
739 </Files> 738 </Files>
740 </Project> 739 </Project>
741 740
742 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> 741 <Project frameworkVersion="v4_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library">
743 <Configuration name="Debug"> 742 <Configuration name="Debug">
744 <Options> 743 <Options>
745 <OutputPath>../../../bin/</OutputPath> 744 <OutputPath>../../../bin/</OutputPath>
@@ -770,7 +769,7 @@
770 </Files> 769 </Files>
771 </Project> 770 </Project>
772 771
773 <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> 772 <Project frameworkVersion="v4_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
774 <Configuration name="Debug"> 773 <Configuration name="Debug">
775 <Options> 774 <Options>
776 <OutputPath>../../../bin/</OutputPath> 775 <OutputPath>../../../bin/</OutputPath>
@@ -802,7 +801,7 @@
802 </Files> 801 </Files>
803 </Project> 802 </Project>
804 803
805 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> 804 <Project frameworkVersion="v4_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library">
806 <Configuration name="Debug"> 805 <Configuration name="Debug">
807 <Options> 806 <Options>
808 <OutputPath>../../../bin/</OutputPath> 807 <OutputPath>../../../bin/</OutputPath>
@@ -835,7 +834,7 @@
835 </Files> 834 </Files>
836 </Project> 835 </Project>
837 836
838 <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> 837 <Project frameworkVersion="v4_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
839 <Configuration name="Debug"> 838 <Configuration name="Debug">
840 <Options> 839 <Options>
841 <OutputPath>../../../bin/</OutputPath> 840 <OutputPath>../../../bin/</OutputPath>
@@ -869,7 +868,7 @@
869 </Files> 868 </Files>
870 </Project> 869 </Project>
871 870
872 <Project frameworkVersion="v4_0" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library"> 871 <Project frameworkVersion="v4_5" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library">
873 <Configuration name="Debug"> 872 <Configuration name="Debug">
874 <Options> 873 <Options>
875 <OutputPath>../../../bin/</OutputPath> 874 <OutputPath>../../../bin/</OutputPath>
@@ -898,7 +897,7 @@
898 </Files> 897 </Files>
899 </Project> 898 </Project>
900 899
901 <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> 900 <Project frameworkVersion="v4_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library">
902 <Configuration name="Debug"> 901 <Configuration name="Debug">
903 <Options> 902 <Options>
904 <OutputPath>../../../bin/</OutputPath> 903 <OutputPath>../../../bin/</OutputPath>
@@ -929,7 +928,7 @@
929 </Files> 928 </Files>
930 </Project> 929 </Project>
931 930
932 <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> 931 <Project frameworkVersion="v4_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library">
933 <Configuration name="Debug"> 932 <Configuration name="Debug">
934 <Options> 933 <Options>
935 <OutputPath>../../../bin/</OutputPath> 934 <OutputPath>../../../bin/</OutputPath>
@@ -960,7 +959,7 @@
960 </Files> 959 </Files>
961 </Project> 960 </Project>
962 961
963 <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 962 <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
964 <Configuration name="Debug"> 963 <Configuration name="Debug">
965 <Options> 964 <Options>
966 <OutputPath>../../../bin/</OutputPath> 965 <OutputPath>../../../bin/</OutputPath>
@@ -996,7 +995,7 @@
996 </Project> 995 </Project>
997 996
998 997
999 <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> 998 <Project frameworkVersion="v4_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
1000 <Configuration name="Debug"> 999 <Configuration name="Debug">
1001 <Options> 1000 <Options>
1002 <OutputPath>../../../bin/</OutputPath> 1001 <OutputPath>../../../bin/</OutputPath>
@@ -1029,7 +1028,7 @@
1029 </Files> 1028 </Files>
1030 </Project> 1029 </Project>
1031 1030
1032 <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> 1031 <Project frameworkVersion="v4_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library">
1033 <Configuration name="Debug"> 1032 <Configuration name="Debug">
1034 <Options> 1033 <Options>
1035 <OutputPath>../../../bin/</OutputPath> 1034 <OutputPath>../../../bin/</OutputPath>
@@ -1068,7 +1067,7 @@
1068 </Files> 1067 </Files>
1069 </Project> 1068 </Project>
1070 1069
1071 <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> 1070 <Project frameworkVersion="v4_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library">
1072 <Configuration name="Debug"> 1071 <Configuration name="Debug">
1073 <Options> 1072 <Options>
1074 <OutputPath>../../../bin/</OutputPath> 1073 <OutputPath>../../../bin/</OutputPath>
@@ -1098,7 +1097,7 @@
1098 </Files> 1097 </Files>
1099 </Project> 1098 </Project>
1100 1099
1101 <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> 1100 <Project frameworkVersion="v4_5" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library">
1102 <Configuration name="Debug"> 1101 <Configuration name="Debug">
1103 <Options> 1102 <Options>
1104 <OutputPath>../../../bin/</OutputPath> 1103 <OutputPath>../../../bin/</OutputPath>
@@ -1133,7 +1132,7 @@
1133 </Files> 1132 </Files>
1134 </Project> 1133 </Project>
1135 1134
1136 <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1135 <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1137 <Configuration name="Debug"> 1136 <Configuration name="Debug">
1138 <Options> 1137 <Options>
1139 <OutputPath>../../../bin/</OutputPath> 1138 <OutputPath>../../../bin/</OutputPath>
@@ -1174,7 +1173,7 @@
1174 </Project> 1173 </Project>
1175 1174
1176 1175
1177 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> 1176 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library">
1178 <Configuration name="Debug"> 1177 <Configuration name="Debug">
1179 <Options> 1178 <Options>
1180 <OutputPath>../../../bin/</OutputPath> 1179 <OutputPath>../../../bin/</OutputPath>
@@ -1216,7 +1215,7 @@
1216 </Project> 1215 </Project>
1217 1216
1218 1217
1219 <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> 1218 <Project frameworkVersion="v4_5" name="Robust" path="OpenSim/Server" type="Exe">
1220 <Configuration name="Debug"> 1219 <Configuration name="Debug">
1221 <Options> 1220 <Options>
1222 <OutputPath>../../bin/</OutputPath> 1221 <OutputPath>../../bin/</OutputPath>
@@ -1252,7 +1251,7 @@
1252 </Files> 1251 </Files>
1253 </Project> 1252 </Project>
1254 1253
1255 <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> 1254 <Project frameworkVersion="v4_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe">
1256 <Configuration name="Debug"> 1255 <Configuration name="Debug">
1257 <Options> 1256 <Options>
1258 <OutputPath>../../bin/</OutputPath> 1257 <OutputPath>../../bin/</OutputPath>
@@ -1286,7 +1285,7 @@
1286 </Project> 1285 </Project>
1287 1286
1288 <!-- ClientStack Plugins --> 1287 <!-- ClientStack Plugins -->
1289 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> 1288 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library">
1290 <Configuration name="Debug"> 1289 <Configuration name="Debug">
1291 <Options> 1290 <Options>
1292 <OutputPath>../../../../../bin/</OutputPath> 1291 <OutputPath>../../../../../bin/</OutputPath>
@@ -1332,7 +1331,7 @@
1332 1331
1333 1332
1334 1333
1335 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 1334 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
1336 <Configuration name="Debug"> 1335 <Configuration name="Debug">
1337 <Options> 1336 <Options>
1338 <OutputPath>../../../../../bin/</OutputPath> 1337 <OutputPath>../../../../../bin/</OutputPath>
@@ -1381,7 +1380,7 @@
1381 </Project> 1380 </Project>
1382 1381
1383 1382
1384 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> 1383 <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library">
1385 <Configuration name="Debug"> 1384 <Configuration name="Debug">
1386 <Options> 1385 <Options>
1387 <OutputPath>../../../bin/</OutputPath> 1386 <OutputPath>../../../bin/</OutputPath>
@@ -1449,7 +1448,7 @@
1449 </Files> 1448 </Files>
1450 </Project> 1449 </Project>
1451 1450
1452 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> 1451 <Project frameworkVersion="v4_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library">
1453 <Configuration name="Debug"> 1452 <Configuration name="Debug">
1454 <Options> 1453 <Options>
1455 <OutputPath>../../../bin/</OutputPath> 1454 <OutputPath>../../../bin/</OutputPath>
@@ -1511,7 +1510,7 @@
1511 </Project> 1510 </Project>
1512 1511
1513 <!-- Datastore Plugins --> 1512 <!-- Datastore Plugins -->
1514 <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1513 <Project frameworkVersion="v4_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1515 <Configuration name="Debug"> 1514 <Configuration name="Debug">
1516 <Options> 1515 <Options>
1517 <OutputPath>../../../bin/</OutputPath> 1516 <OutputPath>../../../bin/</OutputPath>
@@ -1539,7 +1538,7 @@
1539 </Files> 1538 </Files>
1540 </Project> 1539 </Project>
1541 1540
1542 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> 1541 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library">
1543 <Configuration name="Debug"> 1542 <Configuration name="Debug">
1544 <Options> 1543 <Options>
1545 <OutputPath>../../../../bin/</OutputPath> 1544 <OutputPath>../../../../bin/</OutputPath>
@@ -1567,7 +1566,7 @@
1567 </Files> 1566 </Files>
1568 </Project> 1567 </Project>
1569 1568
1570 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> 1569 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library">
1571 <Configuration name="Debug"> 1570 <Configuration name="Debug">
1572 <Options> 1571 <Options>
1573 <OutputPath>../../../../bin/</OutputPath> 1572 <OutputPath>../../../../bin/</OutputPath>
@@ -1600,7 +1599,7 @@
1600 </Project> 1599 </Project>
1601 1600
1602 <!-- Physics Plug-ins --> 1601 <!-- Physics Plug-ins -->
1603 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> 1602 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library">
1604 <Configuration name="Debug"> 1603 <Configuration name="Debug">
1605 <Options> 1604 <Options>
1606 <OutputPath>../../../../bin/</OutputPath> 1605 <OutputPath>../../../../bin/</OutputPath>
@@ -1625,7 +1624,7 @@
1625 </Files> 1624 </Files>
1626 </Project> 1625 </Project>
1627 1626
1628 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> 1627 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library">
1629 <Configuration name="Debug"> 1628 <Configuration name="Debug">
1630 <Options> 1629 <Options>
1631 <OutputPath>../../../../bin/</OutputPath> 1630 <OutputPath>../../../../bin/</OutputPath>
@@ -1650,7 +1649,7 @@
1650 </Files> 1649 </Files>
1651 </Project> 1650 </Project>
1652 1651
1653 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> 1652 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library">
1654 <Configuration name="Debug"> 1653 <Configuration name="Debug">
1655 <Options> 1654 <Options>
1656 <OutputPath>../../../../bin/</OutputPath> 1655 <OutputPath>../../../../bin/</OutputPath>
@@ -1682,7 +1681,7 @@
1682 </Files> 1681 </Files>
1683 </Project> 1682 </Project>
1684 1683
1685 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> 1684 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library">
1686 <Configuration name="Debug"> 1685 <Configuration name="Debug">
1687 <Options> 1686 <Options>
1688 <OutputPath>../../../../bin/</OutputPath> 1687 <OutputPath>../../../../bin/</OutputPath>
@@ -1716,7 +1715,7 @@
1716 </Files> 1715 </Files>
1717 </Project> 1716 </Project>
1718 1717
1719 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> 1718 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library">
1720 <Configuration name="Debug"> 1719 <Configuration name="Debug">
1721 <Options> 1720 <Options>
1722 <OutputPath>../../../../bin/</OutputPath> 1721 <OutputPath>../../../../bin/</OutputPath>
@@ -1749,7 +1748,7 @@
1749 </Files> 1748 </Files>
1750 </Project> 1749 </Project>
1751 1750
1752 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> 1751 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library">
1753 <Configuration name="Debug"> 1752 <Configuration name="Debug">
1754 <Options> 1753 <Options>
1755 <OutputPath>../../../../bin/</OutputPath> 1754 <OutputPath>../../../../bin/</OutputPath>
@@ -1789,7 +1788,7 @@
1789 </Project> 1788 </Project>
1790 1789
1791 <!-- OpenSim app --> 1790 <!-- OpenSim app -->
1792 <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1791 <Project frameworkVersion="v4_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1793 <Configuration name="Debug"> 1792 <Configuration name="Debug">
1794 <Options> 1793 <Options>
1795 <OutputPath>../../../bin/</OutputPath> 1794 <OutputPath>../../../bin/</OutputPath>
@@ -1832,7 +1831,7 @@
1832 </Files> 1831 </Files>
1833 </Project> 1832 </Project>
1834 1833
1835 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> 1834 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
1836 <Configuration name="Debug"> 1835 <Configuration name="Debug">
1837 <Options> 1836 <Options>
1838 <OutputPath>../../../bin/</OutputPath> 1837 <OutputPath>../../../bin/</OutputPath>
@@ -1865,7 +1864,7 @@
1865 </Files> 1864 </Files>
1866 </Project> 1865 </Project>
1867 1866
1868 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> 1867 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library">
1869 <Configuration name="Debug"> 1868 <Configuration name="Debug">
1870 <Options> 1869 <Options>
1871 <OutputPath>../../../bin/</OutputPath> 1870 <OutputPath>../../../bin/</OutputPath>
@@ -1894,7 +1893,7 @@
1894 </Files> 1893 </Files>
1895 </Project> 1894 </Project>
1896 1895
1897 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 1896 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
1898 <Configuration name="Debug"> 1897 <Configuration name="Debug">
1899 <Options> 1898 <Options>
1900 <OutputPath>../../../bin/</OutputPath> 1899 <OutputPath>../../../bin/</OutputPath>
@@ -1935,7 +1934,7 @@
1935 <!-- Scene Server API Example Apps --> 1934 <!-- Scene Server API Example Apps -->
1936 1935
1937 <!-- Data Base Modules --> 1936 <!-- Data Base Modules -->
1938 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 1937 <Project frameworkVersion="v4_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
1939 <Configuration name="Debug"> 1938 <Configuration name="Debug">
1940 <Options> 1939 <Options>
1941 <OutputPath>../../../bin/</OutputPath> 1940 <OutputPath>../../../bin/</OutputPath>
@@ -1975,7 +1974,7 @@
1975 </Files> 1974 </Files>
1976 </Project> 1975 </Project>
1977 1976
1978 <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> 1977 <Project frameworkVersion="v4_5" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library">
1979 <Configuration name="Debug"> 1978 <Configuration name="Debug">
1980 <Options> 1979 <Options>
1981 <OutputPath>../../../bin/</OutputPath> 1980 <OutputPath>../../../bin/</OutputPath>
@@ -2011,7 +2010,7 @@
2011 </Files> 2010 </Files>
2012 </Project> 2011 </Project>
2013 2012
2014 <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> 2013 <Project frameworkVersion="v4_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library">
2015 <Configuration name="Debug"> 2014 <Configuration name="Debug">
2016 <Options> 2015 <Options>
2017 <OutputPath>../../../bin/</OutputPath> 2016 <OutputPath>../../../bin/</OutputPath>
@@ -2052,7 +2051,7 @@
2052 </Project> 2051 </Project>
2053 2052
2054 2053
2055 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2054 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2056 <Configuration name="Debug"> 2055 <Configuration name="Debug">
2057 <Options> 2056 <Options>
2058 <OutputPath>../../../../bin/</OutputPath> 2057 <OutputPath>../../../../bin/</OutputPath>
@@ -2088,7 +2087,7 @@
2088 </Files> 2087 </Files>
2089 </Project> 2088 </Project>
2090 2089
2091 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 2090 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
2092 <Configuration name="Debug"> 2091 <Configuration name="Debug">
2093 <Options> 2092 <Options>
2094 <OutputPath>../../../../../../bin/</OutputPath> 2093 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2120,7 +2119,7 @@
2120 </Files> 2119 </Files>
2121 </Project> 2120 </Project>
2122 2121
2123 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> 2122 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library">
2124 <Configuration name="Debug"> 2123 <Configuration name="Debug">
2125 <Options> 2124 <Options>
2126 <OutputPath>../../../../../../bin/</OutputPath> 2125 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2161,7 +2160,7 @@
2161 </Files> 2160 </Files>
2162 </Project> 2161 </Project>
2163 2162
2164 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 2163 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
2165 <Configuration name="Debug"> 2164 <Configuration name="Debug">
2166 <Options> 2165 <Options>
2167 <OutputPath>../../../../../bin/</OutputPath> 2166 <OutputPath>../../../../../bin/</OutputPath>
@@ -2192,7 +2191,7 @@
2192 </Files> 2191 </Files>
2193 </Project> 2192 </Project>
2194 2193
2195 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> 2194 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library">
2196 <Configuration name="Debug"> 2195 <Configuration name="Debug">
2197 <Options> 2196 <Options>
2198 <OutputPath>../../../../../bin/</OutputPath> 2197 <OutputPath>../../../../../bin/</OutputPath>
@@ -2232,7 +2231,7 @@
2232 </Files> 2231 </Files>
2233 </Project> 2232 </Project>
2234 2233
2235 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> 2234 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library">
2236 <Configuration name="Debug"> 2235 <Configuration name="Debug">
2237 <Options> 2236 <Options>
2238 <OutputPath>../../../../../../bin/</OutputPath> 2237 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2265,7 +2264,7 @@
2265 </Files> 2264 </Files>
2266 </Project> 2265 </Project>
2267 2266
2268 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 2267 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
2269 <Configuration name="Debug"> 2268 <Configuration name="Debug">
2270 <Options> 2269 <Options>
2271 <OutputPath>../../../../bin/</OutputPath> 2270 <OutputPath>../../../../bin/</OutputPath>
@@ -2313,7 +2312,7 @@
2313 2312
2314 <!-- Addons --> 2313 <!-- Addons -->
2315 2314
2316 <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> 2315 <Project frameworkVersion="v4_5" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library">
2317 <Configuration name="Debug"> 2316 <Configuration name="Debug">
2318 <Options> 2317 <Options>
2319 <OutputPath>../../../bin/</OutputPath> 2318 <OutputPath>../../../bin/</OutputPath>
@@ -2361,7 +2360,7 @@
2361 </Files> 2360 </Files>
2362 </Project> 2361 </Project>
2363 2362
2364 <Project frameworkVersion="v4_0" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> 2363 <Project frameworkVersion="v4_5" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library">
2365 <Configuration name="Debug"> 2364 <Configuration name="Debug">
2366 <Options> 2365 <Options>
2367 <OutputPath>../../../bin/</OutputPath> 2366 <OutputPath>../../../bin/</OutputPath>
@@ -2414,7 +2413,7 @@
2414 2413
2415 <!-- Tools --> 2414 <!-- Tools -->
2416 2415
2417 <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> 2416 <Project frameworkVersion="v4_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
2418 <Configuration name="Debug"> 2417 <Configuration name="Debug">
2419 <Options> 2418 <Options>
2420 <OutputPath>../../../bin/</OutputPath> 2419 <OutputPath>../../../bin/</OutputPath>
@@ -2442,7 +2441,7 @@
2442 </Files> 2441 </Files>
2443 </Project> 2442 </Project>
2444 2443
2445 <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> 2444 <Project frameworkVersion="v4_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe">
2446 <Configuration name="Debug"> 2445 <Configuration name="Debug">
2447 <Options> 2446 <Options>
2448 <OutputPath>../../../bin/</OutputPath> 2447 <OutputPath>../../../bin/</OutputPath>
@@ -2469,7 +2468,7 @@
2469 </Files> 2468 </Files>
2470 </Project> 2469 </Project>
2471 2470
2472 <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> 2471 <Project frameworkVersion="v4_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2473 <Configuration name="Debug"> 2472 <Configuration name="Debug">
2474 <Options> 2473 <Options>
2475 <OutputPath>../../../bin/</OutputPath> 2474 <OutputPath>../../../bin/</OutputPath>
@@ -2494,7 +2493,7 @@
2494 </Project> 2493 </Project>
2495 2494
2496 <!-- Test Clients --> 2495 <!-- Test Clients -->
2497 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> 2496 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe">
2498 <Configuration name="Debug"> 2497 <Configuration name="Debug">
2499 <Options> 2498 <Options>
2500 <OutputPath>../../../../bin/</OutputPath> 2499 <OutputPath>../../../../bin/</OutputPath>
@@ -2522,7 +2521,7 @@
2522 </Project> 2521 </Project>
2523 2522
2524 <!-- Test assemblies --> 2523 <!-- Test assemblies -->
2525 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2524 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
2526 <Configuration name="Debug"> 2525 <Configuration name="Debug">
2527 <Options> 2526 <Options>
2528 <OutputPath>../../../bin/</OutputPath> 2527 <OutputPath>../../../bin/</OutputPath>
@@ -2571,7 +2570,7 @@
2571 </Files> 2570 </Files>
2572 </Project> 2571 </Project>
2573 2572
2574 <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> 2573 <Project frameworkVersion="v4_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2575 <Configuration name="Debug"> 2574 <Configuration name="Debug">
2576 <Options> 2575 <Options>
2577 <OutputPath>../../bin/</OutputPath> 2576 <OutputPath>../../bin/</OutputPath>
@@ -2594,7 +2593,7 @@
2594 </Files> 2593 </Files>
2595 </Project> 2594 </Project>
2596 2595
2597 <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> 2596 <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library">
2598 <Configuration name="Debug"> 2597 <Configuration name="Debug">
2599 <Options> 2598 <Options>
2600 <OutputPath>../../../../bin/</OutputPath> 2599 <OutputPath>../../../../bin/</OutputPath>
@@ -2637,7 +2636,7 @@
2637 </Files> 2636 </Files>
2638 </Project> 2637 </Project>
2639 2638
2640 <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> 2639 <Project frameworkVersion="v4_5" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library">
2641 <Configuration name="Debug"> 2640 <Configuration name="Debug">
2642 <Options> 2641 <Options>
2643 <OutputPath>../../../bin/</OutputPath> 2642 <OutputPath>../../../bin/</OutputPath>
@@ -2673,7 +2672,7 @@
2673 </Project> 2672 </Project>
2674 2673
2675 2674
2676 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> 2675 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2677 <Configuration name="Debug"> 2676 <Configuration name="Debug">
2678 <Options> 2677 <Options>
2679 <OutputPath>../../../bin/</OutputPath> 2678 <OutputPath>../../../bin/</OutputPath>
@@ -2724,7 +2723,7 @@
2724 </Project> 2723 </Project>
2725 2724
2726 2725
2727 <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2726 <Project frameworkVersion="v4_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2728 <Configuration name="Debug"> 2727 <Configuration name="Debug">
2729 <Options> 2728 <Options>
2730 <OutputPath>../../../bin/</OutputPath> 2729 <OutputPath>../../../bin/</OutputPath>
@@ -2765,7 +2764,7 @@
2765 </Files> 2764 </Files>
2766 </Project> 2765 </Project>
2767 2766
2768 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 2767 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
2769 <Configuration name="Debug"> 2768 <Configuration name="Debug">
2770 <Options> 2769 <Options>
2771 <OutputPath>../../../bin/</OutputPath> 2770 <OutputPath>../../../bin/</OutputPath>
@@ -2796,7 +2795,7 @@
2796 </Files> 2795 </Files>
2797 </Project> 2796 </Project>
2798 2797
2799 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> 2798 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library">
2800 <Configuration name="Debug"> 2799 <Configuration name="Debug">
2801 <Options> 2800 <Options>
2802 <OutputPath>../../../../bin/</OutputPath> 2801 <OutputPath>../../../../bin/</OutputPath>
@@ -2828,7 +2827,7 @@
2828 </Files> 2827 </Files>
2829 </Project> 2828 </Project>
2830 2829
2831 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> 2830 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
2832 <Configuration name="Debug"> 2831 <Configuration name="Debug">
2833 <Options> 2832 <Options>
2834 <OutputPath>../../../../bin/</OutputPath> 2833 <OutputPath>../../../../bin/</OutputPath>
@@ -2859,7 +2858,7 @@
2859 </Files> 2858 </Files>
2860 </Project> 2859 </Project>
2861 2860
2862 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 2861 <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
2863 <Configuration name="Debug"> 2862 <Configuration name="Debug">
2864 <Options> 2863 <Options>
2865 <OutputPath>../../../bin/</OutputPath> 2864 <OutputPath>../../../bin/</OutputPath>
@@ -2938,7 +2937,7 @@
2938 </Project> 2937 </Project>
2939 2938
2940 2939
2941 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 2940 <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
2942 <Configuration name="Debug"> 2941 <Configuration name="Debug">
2943 <Options> 2942 <Options>
2944 <OutputPath>../../../bin/</OutputPath> 2943 <OutputPath>../../../bin/</OutputPath>
@@ -3000,7 +2999,7 @@
3000 </Files> 2999 </Files>
3001 </Project> 3000 </Project>
3002 3001
3003 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 3002 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3004 <Configuration name="Debug"> 3003 <Configuration name="Debug">
3005 <Options> 3004 <Options>
3006 <OutputPath>../../../../../bin/</OutputPath> 3005 <OutputPath>../../../../../bin/</OutputPath>
@@ -3041,7 +3040,7 @@
3041 </Files> 3040 </Files>
3042 </Project> 3041 </Project>
3043 3042
3044 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3043 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3045 <Configuration name="Debug"> 3044 <Configuration name="Debug">
3046 <Options> 3045 <Options>
3047 <OutputPath>../../../../../../bin/</OutputPath> 3046 <OutputPath>../../../../../../bin/</OutputPath>
@@ -3075,7 +3074,7 @@
3075 </Files> 3074 </Files>
3076 </Project> 3075 </Project>
3077 3076
3078 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3077 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3079 <Configuration name="Debug"> 3078 <Configuration name="Debug">
3080 <Options> 3079 <Options>
3081 <OutputPath>../../../bin/</OutputPath> 3080 <OutputPath>../../../bin/</OutputPath>
@@ -3133,7 +3132,7 @@
3133 TODO: this is kind of lame, we basically build a duplicate 3132 TODO: this is kind of lame, we basically build a duplicate
3134 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. 3133 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs.
3135 --> 3134 -->
3136 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> 3135 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library">
3137 <Configuration name="Debug"> 3136 <Configuration name="Debug">
3138 <Options> 3137 <Options>
3139 <OutputPath>../../../../../bin/</OutputPath> 3138 <OutputPath>../../../../../bin/</OutputPath>
@@ -3164,7 +3163,7 @@
3164 </Files> 3163 </Files>
3165 </Project> 3164 </Project>
3166 3165
3167 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> 3166 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library">
3168 <Configuration name="Debug"> 3167 <Configuration name="Debug">
3169 <Options> 3168 <Options>
3170 <OutputPath>../../../../../bin/</OutputPath> 3169 <OutputPath>../../../../../bin/</OutputPath>
@@ -3198,7 +3197,7 @@
3198 </Project> 3197 </Project>
3199 3198
3200 3199
3201 <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> 3200 <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library">
3202 <Configuration name="Debug"> 3201 <Configuration name="Debug">
3203 <Options> 3202 <Options>
3204 <OutputPath>../../../bin/</OutputPath> 3203 <OutputPath>../../../bin/</OutputPath>
@@ -3244,7 +3243,7 @@
3244 </Files> 3243 </Files>
3245 </Project> 3244 </Project>
3246 3245
3247 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> 3246 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library">
3248 <Configuration name="Debug"> 3247 <Configuration name="Debug">
3249 <Options> 3248 <Options>
3250 <OutputPath>../../../bin/</OutputPath> 3249 <OutputPath>../../../bin/</OutputPath>
@@ -3284,7 +3283,7 @@
3284 </Files> 3283 </Files>
3285 </Project> 3284 </Project>
3286 3285
3287 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> 3286 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library">
3288 <Configuration name="Debug"> 3287 <Configuration name="Debug">
3289 <Options> 3288 <Options>
3290 <OutputPath>../../../bin/</OutputPath> 3289 <OutputPath>../../../bin/</OutputPath>
@@ -3323,7 +3322,7 @@
3323 </Files> 3322 </Files>
3324 </Project> 3323 </Project>
3325 3324
3326 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> 3325 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library">
3327 <Configuration name="Debug"> 3326 <Configuration name="Debug">
3328 <Options> 3327 <Options>
3329 <OutputPath>../../../bin/</OutputPath> 3328 <OutputPath>../../../bin/</OutputPath>