aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml237
1 files changed, 143 insertions, 94 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f39cbde..1f67063 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1,7 +1,7 @@
1<?xml version="1.0" ?> 1<?xml version="1.0" ?>
2<Prebuild version="1.10" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.10.xsd"> 2<Prebuild version="1.10" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.10.xsd">
3 <Solution activeConfig="Debug" name="OpenSim" path="./" version="0.5.0-$Rev$"> 3 <Solution activeConfig="Debug" name="OpenSim" path="./" version="0.5.0-$Rev$">
4 <Configuration name="Debug"> 4 <Configuration name="Debug" >
5 <Options> 5 <Options>
6 <CompilerDefines>TRACE;DEBUG</CompilerDefines> 6 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode> 7 <OptimizeCode>false</OptimizeCode>
@@ -14,6 +14,7 @@
14 <DebugInformation>true</DebugInformation> 14 <DebugInformation>true</DebugInformation>
15 <IncrementalBuild>true</IncrementalBuild> 15 <IncrementalBuild>true</IncrementalBuild>
16 <NoStdLib>false</NoStdLib> 16 <NoStdLib>false</NoStdLib>
17 <Prefer32Bit>false</Prefer32Bit>
17 </Options> 18 </Options>
18 </Configuration> 19 </Configuration>
19 <Configuration name="Release"> 20 <Configuration name="Release">
@@ -29,12 +30,13 @@
29 <DebugInformation>false</DebugInformation> 30 <DebugInformation>false</DebugInformation>
30 <IncrementalBuild>true</IncrementalBuild> 31 <IncrementalBuild>true</IncrementalBuild>
31 <NoStdLib>false</NoStdLib> 32 <NoStdLib>false</NoStdLib>
33 <Prefer32Bit>false</Prefer32Bit>
32 </Options> 34 </Options>
33 </Configuration> 35 </Configuration>
34 36
35 <!-- Core OpenSim Projects --> 37 <!-- Core OpenSim Projects -->
36<!-- 38<!--
37 <Project frameworkVersion="v4_0" name="OpenSim.Model" path="OpenSim/Model" type="Library"> 39 <Project frameworkVersion="v4_5" name="OpenSim.Model" path="OpenSim/Model" type="Library">
38 <Configuration name="Debug"> 40 <Configuration name="Debug">
39 <Options> 41 <Options>
40 <OutputPath>../../../bin/</OutputPath> 42 <OutputPath>../../../bin/</OutputPath>
@@ -55,7 +57,7 @@
55 </Project> 57 </Project>
56--> 58-->
57 59
58 <Project frameworkVersion="v4_0" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> 60 <Project frameworkVersion="v4_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library">
59 <Configuration name="Debug"> 61 <Configuration name="Debug">
60 <Options> 62 <Options>
61 <OutputPath>../../bin/</OutputPath> 63 <OutputPath>../../bin/</OutputPath>
@@ -77,7 +79,7 @@
77 </Files> 79 </Files>
78 </Project> 80 </Project>
79 81
80 <Project frameworkVersion="v4_0" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> 82 <Project frameworkVersion="v4_5" name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
81 <Configuration name="Debug"> 83 <Configuration name="Debug">
82 <Options> 84 <Options>
83 <OutputPath>../../bin/</OutputPath> 85 <OutputPath>../../bin/</OutputPath>
@@ -118,7 +120,7 @@
118 </Files> 120 </Files>
119 </Project> 121 </Project>
120 122
121 <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> 123 <Project frameworkVersion="v4_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library">
122 <Configuration name="Debug"> 124 <Configuration name="Debug">
123 <Options> 125 <Options>
124 <OutputPath>../../../bin/</OutputPath> 126 <OutputPath>../../../bin/</OutputPath>
@@ -147,7 +149,7 @@
147 </Files> 149 </Files>
148 </Project> 150 </Project>
149 151
150 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> 152 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library">
151 <Configuration name="Debug"> 153 <Configuration name="Debug">
152 <Options> 154 <Options>
153 <OutputPath>../../../bin/</OutputPath> 155 <OutputPath>../../../bin/</OutputPath>
@@ -174,7 +176,7 @@
174 </Files> 176 </Files>
175 </Project> 177 </Project>
176 178
177 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> 179 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library">
178 <Configuration name="Debug"> 180 <Configuration name="Debug">
179 <Options> 181 <Options>
180 <OutputPath>../../../../bin/</OutputPath> 182 <OutputPath>../../../../bin/</OutputPath>
@@ -202,6 +204,7 @@
202 204
203 <Files> 205 <Files>
204 <Match pattern="*.cs" recurse="true"> 206 <Match pattern="*.cs" recurse="true">
207 <Exclude name="obj" pattern="obj"/>
205 <Exclude pattern="Tests"/> 208 <Exclude pattern="Tests"/>
206 209
207 <!-- on temporary suspension --> 210 <!-- on temporary suspension -->
@@ -215,7 +218,7 @@
215 </Files> 218 </Files>
216 </Project> 219 </Project>
217 220
218 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> 221 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
219 <Configuration name="Debug"> 222 <Configuration name="Debug">
220 <Options> 223 <Options>
221 <OutputPath>../../../bin/</OutputPath> 224 <OutputPath>../../../bin/</OutputPath>
@@ -242,7 +245,7 @@
242 </Files> 245 </Files>
243 </Project> 246 </Project>
244 247
245 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> 248 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library">
246 <Configuration name="Debug"> 249 <Configuration name="Debug">
247 <Options> 250 <Options>
248 <OutputPath>../../../bin/</OutputPath> 251 <OutputPath>../../../bin/</OutputPath>
@@ -266,12 +269,13 @@
266 269
267 <Files> 270 <Files>
268 <Match pattern="*.cs" recurse="true"> 271 <Match pattern="*.cs" recurse="true">
272 <Exclude name="obj" pattern="obj"/>
269 <Exclude name="Tests" pattern="Tests"/> 273 <Exclude name="Tests" pattern="Tests"/>
270 </Match> 274 </Match>
271 </Files> 275 </Files>
272 </Project> 276 </Project>
273 277
274 <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library"> 278 <Project frameworkVersion="v4_5" name="OpenSim.Data" path="OpenSim/Data" type="Library">
275 <Configuration name="Debug"> 279 <Configuration name="Debug">
276 <Options> 280 <Options>
277 <OutputPath>../../bin/</OutputPath> 281 <OutputPath>../../bin/</OutputPath>
@@ -302,7 +306,7 @@
302 </Files> 306 </Files>
303 </Project> 307 </Project>
304 308
305 <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> 309 <Project frameworkVersion="v4_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library">
306 <Configuration name="Debug"> 310 <Configuration name="Debug">
307 <Options> 311 <Options>
308 <OutputPath>../../../../bin/</OutputPath> 312 <OutputPath>../../../../bin/</OutputPath>
@@ -327,7 +331,7 @@
327 </Files> 331 </Files>
328 </Project> 332 </Project>
329 333
330 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> 334 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
331 <Configuration name="Debug"> 335 <Configuration name="Debug">
332 <Options> 336 <Options>
333 <OutputPath>../../../bin/</OutputPath> 337 <OutputPath>../../../bin/</OutputPath>
@@ -361,7 +365,7 @@
361 </Files> 365 </Files>
362 </Project> 366 </Project>
363 367
364 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> 368 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library">
365 <Configuration name="Debug"> 369 <Configuration name="Debug">
366 <Options> 370 <Options>
367 <OutputPath>../../bin/</OutputPath> 371 <OutputPath>../../bin/</OutputPath>
@@ -396,7 +400,7 @@
396 </Project> 400 </Project>
397 401
398 402
399 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> 403 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library">
400 <Configuration name="Debug"> 404 <Configuration name="Debug">
401 <Options> 405 <Options>
402 <OutputPath>../../../../bin/</OutputPath> 406 <OutputPath>../../../../bin/</OutputPath>
@@ -423,7 +427,7 @@
423 </Files> 427 </Files>
424 </Project> 428 </Project>
425 429
426 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> 430 <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library">
427 <Configuration name="Debug"> 431 <Configuration name="Debug">
428 <Options> 432 <Options>
429 <OutputPath>../../../bin/</OutputPath> 433 <OutputPath>../../../bin/</OutputPath>
@@ -464,6 +468,7 @@
464 468
465 <Files> 469 <Files>
466 <Match pattern="*.cs" recurse="true"> 470 <Match pattern="*.cs" recurse="true">
471 <Exclude name="obj" pattern="obj"/>
467 <Exclude name="Tests" pattern="Tests"/> 472 <Exclude name="Tests" pattern="Tests"/>
468 </Match> 473 </Match>
469 </Files> 474 </Files>
@@ -472,7 +477,7 @@
472 <!-- OGS projects --> 477 <!-- OGS projects -->
473 478
474 479
475 <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> 480 <Project frameworkVersion="v4_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library">
476 <Configuration name="Debug"> 481 <Configuration name="Debug">
477 <Options> 482 <Options>
478 <OutputPath>../../../bin/</OutputPath> 483 <OutputPath>../../../bin/</OutputPath>
@@ -507,7 +512,7 @@
507 </Files> 512 </Files>
508 </Project> 513 </Project>
509 514
510 <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> 515 <Project frameworkVersion="v4_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library">
511 <Configuration name="Debug"> 516 <Configuration name="Debug">
512 <Options> 517 <Options>
513 <OutputPath>../../../bin/</OutputPath> 518 <OutputPath>../../../bin/</OutputPath>
@@ -534,7 +539,7 @@
534 </Files> 539 </Files>
535 </Project> 540 </Project>
536 541
537 <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> 542 <Project frameworkVersion="v4_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library">
538 <Configuration name="Debug"> 543 <Configuration name="Debug">
539 <Options> 544 <Options>
540 <OutputPath>../../../bin/</OutputPath> 545 <OutputPath>../../../bin/</OutputPath>
@@ -565,7 +570,7 @@
565 </Files> 570 </Files>
566 </Project> 571 </Project>
567 572
568 <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> 573 <Project frameworkVersion="v4_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library">
569 <Configuration name="Debug"> 574 <Configuration name="Debug">
570 <Options> 575 <Options>
571 <OutputPath>../../../bin/</OutputPath> 576 <OutputPath>../../../bin/</OutputPath>
@@ -596,7 +601,7 @@
596 </Files> 601 </Files>
597 </Project> 602 </Project>
598 603
599 <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> 604 <Project frameworkVersion="v4_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library">
600 <Configuration name="Debug"> 605 <Configuration name="Debug">
601 <Options> 606 <Options>
602 <OutputPath>../../../bin/</OutputPath> 607 <OutputPath>../../../bin/</OutputPath>
@@ -637,7 +642,7 @@
637 </Files> 642 </Files>
638 </Project> 643 </Project>
639 644
640 <Project frameworkVersion="v4_0" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library"> 645 <Project frameworkVersion="v4_5" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library">
641 <Configuration name="Debug"> 646 <Configuration name="Debug">
642 <Options> 647 <Options>
643 <OutputPath>../../../bin/</OutputPath> 648 <OutputPath>../../../bin/</OutputPath>
@@ -671,7 +676,7 @@
671 </Files> 676 </Files>
672 </Project> 677 </Project>
673 678
674 <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> 679 <Project frameworkVersion="v4_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library">
675 <Configuration name="Debug"> 680 <Configuration name="Debug">
676 <Options> 681 <Options>
677 <OutputPath>../../../bin/</OutputPath> 682 <OutputPath>../../../bin/</OutputPath>
@@ -703,7 +708,7 @@
703 </Files> 708 </Files>
704 </Project> 709 </Project>
705 710
706 <Project frameworkVersion="v4_0" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> 711 <Project frameworkVersion="v4_5" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library">
707 <Configuration name="Debug"> 712 <Configuration name="Debug">
708 <Options> 713 <Options>
709 <OutputPath>../../../bin/</OutputPath> 714 <OutputPath>../../../bin/</OutputPath>
@@ -737,7 +742,7 @@
737 </Files> 742 </Files>
738 </Project> 743 </Project>
739 744
740 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> 745 <Project frameworkVersion="v4_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library">
741 <Configuration name="Debug"> 746 <Configuration name="Debug">
742 <Options> 747 <Options>
743 <OutputPath>../../../bin/</OutputPath> 748 <OutputPath>../../../bin/</OutputPath>
@@ -768,7 +773,7 @@
768 </Files> 773 </Files>
769 </Project> 774 </Project>
770 775
771 <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> 776 <Project frameworkVersion="v4_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library">
772 <Configuration name="Debug"> 777 <Configuration name="Debug">
773 <Options> 778 <Options>
774 <OutputPath>../../../bin/</OutputPath> 779 <OutputPath>../../../bin/</OutputPath>
@@ -800,7 +805,7 @@
800 </Files> 805 </Files>
801 </Project> 806 </Project>
802 807
803 <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> 808 <Project frameworkVersion="v4_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library">
804 <Configuration name="Debug"> 809 <Configuration name="Debug">
805 <Options> 810 <Options>
806 <OutputPath>../../../bin/</OutputPath> 811 <OutputPath>../../../bin/</OutputPath>
@@ -833,7 +838,7 @@
833 </Files> 838 </Files>
834 </Project> 839 </Project>
835 840
836 <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> 841 <Project frameworkVersion="v4_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
837 <Configuration name="Debug"> 842 <Configuration name="Debug">
838 <Options> 843 <Options>
839 <OutputPath>../../../bin/</OutputPath> 844 <OutputPath>../../../bin/</OutputPath>
@@ -867,7 +872,7 @@
867 </Files> 872 </Files>
868 </Project> 873 </Project>
869 874
870 <Project frameworkVersion="v4_0" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library"> 875 <Project frameworkVersion="v4_5" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library">
871 <Configuration name="Debug"> 876 <Configuration name="Debug">
872 <Options> 877 <Options>
873 <OutputPath>../../../bin/</OutputPath> 878 <OutputPath>../../../bin/</OutputPath>
@@ -896,7 +901,7 @@
896 </Files> 901 </Files>
897 </Project> 902 </Project>
898 903
899 <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> 904 <Project frameworkVersion="v4_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library">
900 <Configuration name="Debug"> 905 <Configuration name="Debug">
901 <Options> 906 <Options>
902 <OutputPath>../../../bin/</OutputPath> 907 <OutputPath>../../../bin/</OutputPath>
@@ -927,7 +932,7 @@
927 </Files> 932 </Files>
928 </Project> 933 </Project>
929 934
930 <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> 935 <Project frameworkVersion="v4_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library">
931 <Configuration name="Debug"> 936 <Configuration name="Debug">
932 <Options> 937 <Options>
933 <OutputPath>../../../bin/</OutputPath> 938 <OutputPath>../../../bin/</OutputPath>
@@ -958,7 +963,7 @@
958 </Files> 963 </Files>
959 </Project> 964 </Project>
960 965
961 <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 966 <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
962 <Configuration name="Debug"> 967 <Configuration name="Debug">
963 <Options> 968 <Options>
964 <OutputPath>../../../bin/</OutputPath> 969 <OutputPath>../../../bin/</OutputPath>
@@ -987,13 +992,14 @@
987 992
988 <Files> 993 <Files>
989 <Match pattern="*.cs" recurse="true"> 994 <Match pattern="*.cs" recurse="true">
995 <Exclude name="obj" pattern="obj"/>
990 <Exclude name="Tests" pattern="Tests"/> 996 <Exclude name="Tests" pattern="Tests"/>
991 </Match> 997 </Match>
992 </Files> 998 </Files>
993 </Project> 999 </Project>
994 1000
995 1001
996 <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> 1002 <Project frameworkVersion="v4_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
997 <Configuration name="Debug"> 1003 <Configuration name="Debug">
998 <Options> 1004 <Options>
999 <OutputPath>../../../bin/</OutputPath> 1005 <OutputPath>../../../bin/</OutputPath>
@@ -1026,7 +1032,7 @@
1026 </Files> 1032 </Files>
1027 </Project> 1033 </Project>
1028 1034
1029 <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> 1035 <Project frameworkVersion="v4_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library">
1030 <Configuration name="Debug"> 1036 <Configuration name="Debug">
1031 <Options> 1037 <Options>
1032 <OutputPath>../../../bin/</OutputPath> 1038 <OutputPath>../../../bin/</OutputPath>
@@ -1065,7 +1071,7 @@
1065 </Files> 1071 </Files>
1066 </Project> 1072 </Project>
1067 1073
1068 <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> 1074 <Project frameworkVersion="v4_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library">
1069 <Configuration name="Debug"> 1075 <Configuration name="Debug">
1070 <Options> 1076 <Options>
1071 <OutputPath>../../../bin/</OutputPath> 1077 <OutputPath>../../../bin/</OutputPath>
@@ -1095,7 +1101,34 @@
1095 </Files> 1101 </Files>
1096 </Project> 1102 </Project>
1097 1103
1098 <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> 1104 <Project frameworkVersion="v4_5" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library">
1105 <Configuration name="Debug">
1106 <Options>
1107 <OutputPath>../../../bin/</OutputPath>
1108 </Options>
1109 </Configuration>
1110 <Configuration name="Release">
1111 <Options>
1112 <OutputPath>../../../bin/</OutputPath>
1113 </Options>
1114 </Configuration>
1115
1116 <ReferencePath>../../../bin/</ReferencePath>
1117 <Reference name="System"/>
1118 <Reference name="OpenSim.Framework"/>
1119 <Reference name="OpenSim.Services.Interfaces"/>
1120 <Reference name="OpenSim.Services.Base"/>
1121 <Reference name="OpenSim.Data"/>
1122 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1123 <Reference name="OpenMetaverse" path="../../../bin/"/>
1124 <Reference name="Nini" path="../../../bin/"/>
1125 <Reference name="log4net" path="../../../bin/"/>
1126
1127 <Files>
1128 <Match pattern="*.cs" recurse="true"/>
1129 </Files>
1130 </Project>
1131 <Project frameworkVersion="v4_5" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library">
1099 <Configuration name="Debug"> 1132 <Configuration name="Debug">
1100 <Options> 1133 <Options>
1101 <OutputPath>../../../bin/</OutputPath> 1134 <OutputPath>../../../bin/</OutputPath>
@@ -1130,7 +1163,7 @@
1130 </Files> 1163 </Files>
1131 </Project> 1164 </Project>
1132 1165
1133 <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1166 <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1134 <Configuration name="Debug"> 1167 <Configuration name="Debug">
1135 <Options> 1168 <Options>
1136 <OutputPath>../../../bin/</OutputPath> 1169 <OutputPath>../../../bin/</OutputPath>
@@ -1164,13 +1197,14 @@
1164 1197
1165 <Files> 1198 <Files>
1166 <Match pattern="*.cs" recurse="true"> 1199 <Match pattern="*.cs" recurse="true">
1200 <Exclude name="obj" pattern="obj"/>
1167 <Exclude pattern="Tests"/> 1201 <Exclude pattern="Tests"/>
1168 </Match> 1202 </Match>
1169 </Files> 1203 </Files>
1170 </Project> 1204 </Project>
1171 1205
1172 1206
1173 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> 1207 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library">
1174 <Configuration name="Debug"> 1208 <Configuration name="Debug">
1175 <Options> 1209 <Options>
1176 <OutputPath>../../../bin/</OutputPath> 1210 <OutputPath>../../../bin/</OutputPath>
@@ -1205,13 +1239,14 @@
1205 1239
1206 <Files> 1240 <Files>
1207 <Match pattern="*.cs" recurse="true"> 1241 <Match pattern="*.cs" recurse="true">
1242 <Exclude name="obj" pattern="obj"/>
1208 <Exclude pattern="Tests"/> 1243 <Exclude pattern="Tests"/>
1209 </Match> 1244 </Match>
1210 </Files> 1245 </Files>
1211 </Project> 1246 </Project>
1212 1247
1213 1248
1214 <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> 1249 <Project frameworkVersion="v4_5" name="Robust" path="OpenSim/Server" type="Exe">
1215 <Configuration name="Debug"> 1250 <Configuration name="Debug">
1216 <Options> 1251 <Options>
1217 <OutputPath>../../bin/</OutputPath> 1252 <OutputPath>../../bin/</OutputPath>
@@ -1247,7 +1282,7 @@
1247 </Files> 1282 </Files>
1248 </Project> 1283 </Project>
1249 1284
1250 <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> 1285 <Project frameworkVersion="v4_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe">
1251 <Configuration name="Debug"> 1286 <Configuration name="Debug">
1252 <Options> 1287 <Options>
1253 <OutputPath>../../bin/</OutputPath> 1288 <OutputPath>../../bin/</OutputPath>
@@ -1281,7 +1316,7 @@
1281 </Project> 1316 </Project>
1282 1317
1283 <!-- ClientStack Plugins --> 1318 <!-- ClientStack Plugins -->
1284 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> 1319 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library">
1285 <Configuration name="Debug"> 1320 <Configuration name="Debug">
1286 <Options> 1321 <Options>
1287 <OutputPath>../../../../../bin/</OutputPath> 1322 <OutputPath>../../../../../bin/</OutputPath>
@@ -1319,6 +1354,7 @@
1319 1354
1320 <Files> 1355 <Files>
1321 <Match pattern="*.cs" recurse="true"> 1356 <Match pattern="*.cs" recurse="true">
1357 <Exclude name="obj" pattern="obj"/>
1322 <Exclude name="Tests" pattern="Tests"/> 1358 <Exclude name="Tests" pattern="Tests"/>
1323 </Match> 1359 </Match>
1324 </Files> 1360 </Files>
@@ -1326,7 +1362,7 @@
1326 1362
1327 1363
1328 1364
1329 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 1365 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
1330 <Configuration name="Debug"> 1366 <Configuration name="Debug">
1331 <Options> 1367 <Options>
1332 <OutputPath>../../../../../bin/</OutputPath> 1368 <OutputPath>../../../../../bin/</OutputPath>
@@ -1368,6 +1404,7 @@
1368 1404
1369 <Files> 1405 <Files>
1370 <Match pattern="*.cs" recurse="true"> 1406 <Match pattern="*.cs" recurse="true">
1407 <Exclude name="obj" pattern="obj"/>
1371 <Exclude name="Tests" pattern="Tests"/> 1408 <Exclude name="Tests" pattern="Tests"/>
1372 </Match> 1409 </Match>
1373 </Files> 1410 </Files>
@@ -1375,7 +1412,7 @@
1375 1412
1376 1413
1377 <!-- Data Base Modules --> 1414 <!-- Data Base Modules -->
1378 <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 1415 <Project frameworkVersion="v4_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
1379 <Configuration name="Debug"> 1416 <Configuration name="Debug">
1380 <Options> 1417 <Options>
1381 <OutputPath>../../../bin/</OutputPath> 1418 <OutputPath>../../../bin/</OutputPath>
@@ -1414,7 +1451,7 @@
1414 </Files> 1451 </Files>
1415 </Project> 1452 </Project>
1416 1453
1417 <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> 1454 <Project frameworkVersion="v4_5" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library">
1418 <Configuration name="Debug"> 1455 <Configuration name="Debug">
1419 <Options> 1456 <Options>
1420 <OutputPath>../../../bin/</OutputPath> 1457 <OutputPath>../../../bin/</OutputPath>
@@ -1490,7 +1527,7 @@
1490 </Project> 1527 </Project>
1491 1528
1492 1529
1493 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> 1530 <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library">
1494 <Configuration name="Debug"> 1531 <Configuration name="Debug">
1495 <Options> 1532 <Options>
1496 <OutputPath>../../../bin/</OutputPath> 1533 <OutputPath>../../../bin/</OutputPath>
@@ -1554,13 +1591,14 @@
1554 <Files> 1591 <Files>
1555 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> 1592 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/>
1556 <Match pattern="*.cs" recurse="true"> 1593 <Match pattern="*.cs" recurse="true">
1594 <Exclude name="obj" pattern="obj"/>
1557 <Exclude name="Tests" pattern="Tests"/> 1595 <Exclude name="Tests" pattern="Tests"/>
1558 </Match> 1596 </Match>
1559 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> 1597 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/>
1560 </Files> 1598 </Files>
1561 </Project> 1599 </Project>
1562 1600
1563 <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> 1601 <Project frameworkVersion="v4_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library">
1564 <Configuration name="Debug"> 1602 <Configuration name="Debug">
1565 <Options> 1603 <Options>
1566 <OutputPath>../../../bin/</OutputPath> 1604 <OutputPath>../../../bin/</OutputPath>
@@ -1614,6 +1652,7 @@
1614 1652
1615 <Files> 1653 <Files>
1616 <Match pattern="*.cs" recurse="true"> 1654 <Match pattern="*.cs" recurse="true">
1655 <Exclude name="obj" pattern="obj"/>
1617 <Exclude name="Tests" pattern="Tests"/> 1656 <Exclude name="Tests" pattern="Tests"/>
1618 </Match> 1657 </Match>
1619 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> 1658 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/>
@@ -1621,7 +1660,7 @@
1621 </Project> 1660 </Project>
1622 1661
1623 <!-- Datastore Plugins --> 1662 <!-- Datastore Plugins -->
1624 <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1663 <Project frameworkVersion="v4_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1625 <Configuration name="Debug"> 1664 <Configuration name="Debug">
1626 <Options> 1665 <Options>
1627 <OutputPath>../../../bin/</OutputPath> 1666 <OutputPath>../../../bin/</OutputPath>
@@ -1649,7 +1688,7 @@
1649 </Files> 1688 </Files>
1650 </Project> 1689 </Project>
1651 1690
1652 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> 1691 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library">
1653 <Configuration name="Debug"> 1692 <Configuration name="Debug">
1654 <Options> 1693 <Options>
1655 <OutputPath>../../../../bin/</OutputPath> 1694 <OutputPath>../../../../bin/</OutputPath>
@@ -1671,12 +1710,13 @@
1671 1710
1672 <Files> 1711 <Files>
1673 <Match pattern="*.cs" recurse="true"> 1712 <Match pattern="*.cs" recurse="true">
1713 <Exclude name="obj" pattern="obj"/>
1674 <Exclude name="Tests" pattern="Tests"/> 1714 <Exclude name="Tests" pattern="Tests"/>
1675 </Match> 1715 </Match>
1676 </Files> 1716 </Files>
1677 </Project> 1717 </Project>
1678 1718
1679 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> 1719 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library">
1680 <Configuration name="Debug"> 1720 <Configuration name="Debug">
1681 <Options> 1721 <Options>
1682 <OutputPath>../../../../bin/</OutputPath> 1722 <OutputPath>../../../../bin/</OutputPath>
@@ -1709,7 +1749,7 @@
1709 </Project> 1749 </Project>
1710 1750
1711 <!-- Physics Plug-ins --> 1751 <!-- Physics Plug-ins -->
1712 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> 1752 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library">
1713 <Configuration name="Debug"> 1753 <Configuration name="Debug">
1714 <Options> 1754 <Options>
1715 <OutputPath>../../../../bin/</OutputPath> 1755 <OutputPath>../../../../bin/</OutputPath>
@@ -1734,7 +1774,7 @@
1734 </Files> 1774 </Files>
1735 </Project> 1775 </Project>
1736 1776
1737 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> 1777 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library">
1738 <Configuration name="Debug"> 1778 <Configuration name="Debug">
1739 <Options> 1779 <Options>
1740 <OutputPath>../../../../bin/</OutputPath> 1780 <OutputPath>../../../../bin/</OutputPath>
@@ -1759,7 +1799,7 @@
1759 </Files> 1799 </Files>
1760 </Project> 1800 </Project>
1761 1801
1762 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> 1802 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library">
1763 <Configuration name="Debug"> 1803 <Configuration name="Debug">
1764 <Options> 1804 <Options>
1765 <OutputPath>../../../../bin/</OutputPath> 1805 <OutputPath>../../../../bin/</OutputPath>
@@ -1785,12 +1825,13 @@
1785 1825
1786 <Files> 1826 <Files>
1787 <Match pattern="*.cs" recurse="true"> 1827 <Match pattern="*.cs" recurse="true">
1828 <Exclude name="obj" pattern="obj"/>
1788 <Exclude name="Tests" pattern="Tests"/> 1829 <Exclude name="Tests" pattern="Tests"/>
1789 </Match> 1830 </Match>
1790 </Files> 1831 </Files>
1791 </Project> 1832 </Project>
1792 1833
1793 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> 1834 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library">
1794 <Configuration name="Debug"> 1835 <Configuration name="Debug">
1795 <Options> 1836 <Options>
1796 <OutputPath>../../../../bin/</OutputPath> 1837 <OutputPath>../../../../bin/</OutputPath>
@@ -1818,12 +1859,13 @@
1818 1859
1819 <Files> 1860 <Files>
1820 <Match pattern="*.cs" recurse="true"> 1861 <Match pattern="*.cs" recurse="true">
1862 <Exclude name="obj" pattern="obj"/>
1821 <Exclude name="Tests" pattern="Tests"/> 1863 <Exclude name="Tests" pattern="Tests"/>
1822 </Match> 1864 </Match>
1823 </Files> 1865 </Files>
1824 </Project> 1866 </Project>
1825 1867
1826 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> 1868 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library">
1827 <Configuration name="Debug"> 1869 <Configuration name="Debug">
1828 <Options> 1870 <Options>
1829 <OutputPath>../../../../bin/</OutputPath> 1871 <OutputPath>../../../../bin/</OutputPath>
@@ -1856,7 +1898,7 @@
1856 </Files> 1898 </Files>
1857 </Project> 1899 </Project>
1858 1900
1859 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> 1901 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library">
1860 <Configuration name="Debug"> 1902 <Configuration name="Debug">
1861 <Options> 1903 <Options>
1862 <OutputPath>../../../../bin/</OutputPath> 1904 <OutputPath>../../../../bin/</OutputPath>
@@ -1889,13 +1931,14 @@
1889 1931
1890 <Files> 1932 <Files>
1891 <Match pattern="*.cs" recurse="true"> 1933 <Match pattern="*.cs" recurse="true">
1934 <Exclude name="obj" pattern="obj"/>
1892 <Exclude name="Tests" pattern="Tests"/> 1935 <Exclude name="Tests" pattern="Tests"/>
1893 </Match> 1936 </Match>
1894 </Files> 1937 </Files>
1895 </Project> 1938 </Project>
1896 1939
1897 <!-- OpenSim app --> 1940 <!-- OpenSim app -->
1898 <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 1941 <Project frameworkVersion="v4_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe">
1899 <Configuration name="Debug"> 1942 <Configuration name="Debug">
1900 <Options> 1943 <Options>
1901 <OutputPath>../../../bin/</OutputPath> 1944 <OutputPath>../../../bin/</OutputPath>
@@ -1938,7 +1981,7 @@
1938 </Files> 1981 </Files>
1939 </Project> 1982 </Project>
1940 1983
1941 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> 1984 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
1942 <Configuration name="Debug"> 1985 <Configuration name="Debug">
1943 <Options> 1986 <Options>
1944 <OutputPath>../../../bin/</OutputPath> 1987 <OutputPath>../../../bin/</OutputPath>
@@ -1971,7 +2014,7 @@
1971 </Files> 2014 </Files>
1972 </Project> 2015 </Project>
1973 2016
1974 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> 2017 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library">
1975 <Configuration name="Debug"> 2018 <Configuration name="Debug">
1976 <Options> 2019 <Options>
1977 <OutputPath>../../../bin/</OutputPath> 2020 <OutputPath>../../../bin/</OutputPath>
@@ -2000,7 +2043,7 @@
2000 </Files> 2043 </Files>
2001 </Project> 2044 </Project>
2002 2045
2003 <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> 2046 <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
2004 <Configuration name="Debug"> 2047 <Configuration name="Debug">
2005 <Options> 2048 <Options>
2006 <OutputPath>../../../bin/</OutputPath> 2049 <OutputPath>../../../bin/</OutputPath>
@@ -2040,9 +2083,7 @@
2040 2083
2041 <!-- Scene Server API Example Apps --> 2084 <!-- Scene Server API Example Apps -->
2042 2085
2043 2086 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2044
2045 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2046 <Configuration name="Debug"> 2087 <Configuration name="Debug">
2047 <Options> 2088 <Options>
2048 <OutputPath>../../../../bin/</OutputPath> 2089 <OutputPath>../../../../bin/</OutputPath>
@@ -2078,7 +2119,7 @@
2078 </Files> 2119 </Files>
2079 </Project> 2120 </Project>
2080 2121
2081 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> 2122 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library">
2082 <Configuration name="Debug"> 2123 <Configuration name="Debug">
2083 <Options> 2124 <Options>
2084 <OutputPath>../../../../../../bin/</OutputPath> 2125 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2110,7 +2151,7 @@
2110 </Files> 2151 </Files>
2111 </Project> 2152 </Project>
2112 2153
2113 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> 2154 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library">
2114 <Configuration name="Debug"> 2155 <Configuration name="Debug">
2115 <Options> 2156 <Options>
2116 <OutputPath>../../../../../../bin/</OutputPath> 2157 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2151,7 +2192,7 @@
2151 </Files> 2192 </Files>
2152 </Project> 2193 </Project>
2153 2194
2154 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 2195 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
2155 <Configuration name="Debug"> 2196 <Configuration name="Debug">
2156 <Options> 2197 <Options>
2157 <OutputPath>../../../../../bin/</OutputPath> 2198 <OutputPath>../../../../../bin/</OutputPath>
@@ -2176,12 +2217,13 @@
2176 2217
2177 <Files> 2218 <Files>
2178 <Match pattern="*.cs" recurse="true"> 2219 <Match pattern="*.cs" recurse="true">
2220 <Exclude name="obj" pattern="obj"/>
2179 <Exclude name="Tests" pattern="Tests"/> 2221 <Exclude name="Tests" pattern="Tests"/>
2180 </Match> 2222 </Match>
2181 </Files> 2223 </Files>
2182 </Project> 2224 </Project>
2183 2225
2184 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> 2226 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library">
2185 <Configuration name="Debug"> 2227 <Configuration name="Debug">
2186 <Options> 2228 <Options>
2187 <OutputPath>../../../../../bin/</OutputPath> 2229 <OutputPath>../../../../../bin/</OutputPath>
@@ -2215,12 +2257,13 @@
2215 2257
2216 <Files> 2258 <Files>
2217 <Match pattern="*.cs" recurse="true"> 2259 <Match pattern="*.cs" recurse="true">
2260 <Exclude name="obj" pattern="obj"/>
2218 <Exclude name="Tests" pattern="Tests"/> 2261 <Exclude name="Tests" pattern="Tests"/>
2219 </Match> 2262 </Match>
2220 </Files> 2263 </Files>
2221 </Project> 2264 </Project>
2222 2265
2223 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> 2266 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library">
2224 <Configuration name="Debug"> 2267 <Configuration name="Debug">
2225 <Options> 2268 <Options>
2226 <OutputPath>../../../../../../bin/</OutputPath> 2269 <OutputPath>../../../../../../bin/</OutputPath>
@@ -2253,7 +2296,7 @@
2253 </Files> 2296 </Files>
2254 </Project> 2297 </Project>
2255 2298
2256 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 2299 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
2257 <Configuration name="Debug"> 2300 <Configuration name="Debug">
2258 <Options> 2301 <Options>
2259 <OutputPath>../../../../bin/</OutputPath> 2302 <OutputPath>../../../../bin/</OutputPath>
@@ -2292,6 +2335,7 @@
2292 <Files> 2335 <Files>
2293 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> 2336 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/>
2294 <Match pattern="*.cs" recurse="true"> 2337 <Match pattern="*.cs" recurse="true">
2338 <Exclude name="obj" pattern="obj"/>
2295 <Exclude name="Api"/> 2339 <Exclude name="Api"/>
2296 <Exclude name="Tests" pattern="Tests"/> 2340 <Exclude name="Tests" pattern="Tests"/>
2297 </Match> 2341 </Match>
@@ -2300,7 +2344,7 @@
2300 2344
2301 <!-- Addons --> 2345 <!-- Addons -->
2302 2346
2303 <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> 2347 <Project frameworkVersion="v4_5" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library">
2304 <Configuration name="Debug"> 2348 <Configuration name="Debug">
2305 <Options> 2349 <Options>
2306 <OutputPath>../../../bin/</OutputPath> 2350 <OutputPath>../../../bin/</OutputPath>
@@ -2341,13 +2385,14 @@
2341 2385
2342 <Files> 2386 <Files>
2343 <Match pattern="*.cs" recurse="true"> 2387 <Match pattern="*.cs" recurse="true">
2388 <Exclude name="obj" pattern="obj"/>
2344 <Exclude pattern="Tests" /> 2389 <Exclude pattern="Tests" />
2345 </Match> 2390 </Match>
2346 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> 2391 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/>
2347 </Files> 2392 </Files>
2348 </Project> 2393 </Project>
2349 2394
2350 <Project frameworkVersion="v4_0" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> 2395 <Project frameworkVersion="v4_5" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library">
2351 <Configuration name="Debug"> 2396 <Configuration name="Debug">
2352 <Options> 2397 <Options>
2353 <OutputPath>../../../bin/</OutputPath> 2398 <OutputPath>../../../bin/</OutputPath>
@@ -2389,6 +2434,7 @@
2389 2434
2390 <Files> 2435 <Files>
2391 <Match pattern="*.cs" recurse="true"> 2436 <Match pattern="*.cs" recurse="true">
2437 <Exclude name="obj" pattern="obj"/>
2392 <Exclude pattern="Tests" /> 2438 <Exclude pattern="Tests" />
2393 </Match> 2439 </Match>
2394 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> 2440 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/>
@@ -2399,7 +2445,7 @@
2399 2445
2400 <!-- Tools --> 2446 <!-- Tools -->
2401 2447
2402 <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> 2448 <Project frameworkVersion="v4_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
2403 <Configuration name="Debug"> 2449 <Configuration name="Debug">
2404 <Options> 2450 <Options>
2405 <OutputPath>../../../bin/</OutputPath> 2451 <OutputPath>../../../bin/</OutputPath>
@@ -2427,7 +2473,7 @@
2427 </Files> 2473 </Files>
2428 </Project> 2474 </Project>
2429 2475
2430 <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> 2476 <Project frameworkVersion="v4_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe">
2431 <Configuration name="Debug"> 2477 <Configuration name="Debug">
2432 <Options> 2478 <Options>
2433 <OutputPath>../../../bin/</OutputPath> 2479 <OutputPath>../../../bin/</OutputPath>
@@ -2454,7 +2500,7 @@
2454 </Files> 2500 </Files>
2455 </Project> 2501 </Project>
2456 2502
2457 <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> 2503 <Project frameworkVersion="v4_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe">
2458 <Configuration name="Debug"> 2504 <Configuration name="Debug">
2459 <Options> 2505 <Options>
2460 <OutputPath>../../../bin/</OutputPath> 2506 <OutputPath>../../../bin/</OutputPath>
@@ -2479,7 +2525,7 @@
2479 </Project> 2525 </Project>
2480 2526
2481 <!-- Test Clients --> 2527 <!-- Test Clients -->
2482 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> 2528 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe">
2483 <Configuration name="Debug"> 2529 <Configuration name="Debug">
2484 <Options> 2530 <Options>
2485 <OutputPath>../../../../bin/</OutputPath> 2531 <OutputPath>../../../../bin/</OutputPath>
@@ -2507,7 +2553,7 @@
2507 </Project> 2553 </Project>
2508 2554
2509 <!-- Test assemblies --> 2555 <!-- Test assemblies -->
2510 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 2556 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
2511 <Configuration name="Debug"> 2557 <Configuration name="Debug">
2512 <Options> 2558 <Options>
2513 <OutputPath>../../../bin/</OutputPath> 2559 <OutputPath>../../../bin/</OutputPath>
@@ -2556,7 +2602,7 @@
2556 </Files> 2602 </Files>
2557 </Project> 2603 </Project>
2558 2604
2559 <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> 2605 <Project frameworkVersion="v4_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2560 <Configuration name="Debug"> 2606 <Configuration name="Debug">
2561 <Options> 2607 <Options>
2562 <OutputPath>../../bin/</OutputPath> 2608 <OutputPath>../../bin/</OutputPath>
@@ -2579,7 +2625,7 @@
2579 </Files> 2625 </Files>
2580 </Project> 2626 </Project>
2581 2627
2582 <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> 2628 <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library">
2583 <Configuration name="Debug"> 2629 <Configuration name="Debug">
2584 <Options> 2630 <Options>
2585 <OutputPath>../../../../bin/</OutputPath> 2631 <OutputPath>../../../../bin/</OutputPath>
@@ -2617,11 +2663,12 @@
2617 2663
2618 <Files> 2664 <Files>
2619 <Match pattern="*.cs" recurse="true"> 2665 <Match pattern="*.cs" recurse="true">
2666 <Exclude name="obj" pattern="obj"/>
2620 </Match> 2667 </Match>
2621 </Files> 2668 </Files>
2622 </Project> 2669 </Project>
2623 2670
2624 <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> 2671 <Project frameworkVersion="v4_5" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library">
2625 <Configuration name="Debug"> 2672 <Configuration name="Debug">
2626 <Options> 2673 <Options>
2627 <OutputPath>../../../bin/</OutputPath> 2674 <OutputPath>../../../bin/</OutputPath>
@@ -2657,7 +2704,7 @@
2657 </Project> 2704 </Project>
2658 2705
2659 2706
2660 <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> 2707 <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2661 <Configuration name="Debug"> 2708 <Configuration name="Debug">
2662 <Options> 2709 <Options>
2663 <OutputPath>../../../bin/</OutputPath> 2710 <OutputPath>../../../bin/</OutputPath>
@@ -2708,7 +2755,7 @@
2708 </Project> 2755 </Project>
2709 2756
2710 2757
2711 <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2758 <Project frameworkVersion="v4_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2712 <Configuration name="Debug"> 2759 <Configuration name="Debug">
2713 <Options> 2760 <Options>
2714 <OutputPath>../../../bin/</OutputPath> 2761 <OutputPath>../../../bin/</OutputPath>
@@ -2749,7 +2796,7 @@
2749 </Files> 2796 </Files>
2750 </Project> 2797 </Project>
2751 2798
2752 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 2799 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
2753 <Configuration name="Debug"> 2800 <Configuration name="Debug">
2754 <Options> 2801 <Options>
2755 <OutputPath>../../../bin/</OutputPath> 2802 <OutputPath>../../../bin/</OutputPath>
@@ -2780,7 +2827,7 @@
2780 </Files> 2827 </Files>
2781 </Project> 2828 </Project>
2782 2829
2783 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> 2830 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library">
2784 <Configuration name="Debug"> 2831 <Configuration name="Debug">
2785 <Options> 2832 <Options>
2786 <OutputPath>../../../../bin/</OutputPath> 2833 <OutputPath>../../../../bin/</OutputPath>
@@ -2807,11 +2854,12 @@
2807 2854
2808 <Files> 2855 <Files>
2809 <Match pattern="*.cs" recurse="true"> 2856 <Match pattern="*.cs" recurse="true">
2857 <Exclude name="obj" pattern="obj"/>
2810 </Match> 2858 </Match>
2811 </Files> 2859 </Files>
2812 </Project> 2860 </Project>
2813 2861
2814 <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> 2862 <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library">
2815 <Configuration name="Debug"> 2863 <Configuration name="Debug">
2816 <Options> 2864 <Options>
2817 <OutputPath>../../../../bin/</OutputPath> 2865 <OutputPath>../../../../bin/</OutputPath>
@@ -2837,11 +2885,12 @@
2837 2885
2838 <Files> 2886 <Files>
2839 <Match pattern="*.cs" recurse="true"> 2887 <Match pattern="*.cs" recurse="true">
2888 <Exclude name="obj" pattern="obj"/>
2840 </Match> 2889 </Match>
2841 </Files> 2890 </Files>
2842 </Project> 2891 </Project>
2843 2892
2844 <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> 2893 <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
2845 <Configuration name="Debug"> 2894 <Configuration name="Debug">
2846 <Options> 2895 <Options>
2847 <OutputPath>../../../bin/</OutputPath> 2896 <OutputPath>../../../bin/</OutputPath>
@@ -2920,7 +2969,7 @@
2920 </Project> 2969 </Project>
2921 2970
2922 2971
2923 <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 2972 <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
2924 <Configuration name="Debug"> 2973 <Configuration name="Debug">
2925 <Options> 2974 <Options>
2926 <OutputPath>../../../bin/</OutputPath> 2975 <OutputPath>../../../bin/</OutputPath>
@@ -2982,7 +3031,7 @@
2982 </Files> 3031 </Files>
2983 </Project> 3032 </Project>
2984 3033
2985 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> 3034 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
2986 <Configuration name="Debug"> 3035 <Configuration name="Debug">
2987 <Options> 3036 <Options>
2988 <OutputPath>../../../../../bin/</OutputPath> 3037 <OutputPath>../../../../../bin/</OutputPath>
@@ -3023,7 +3072,7 @@
3023 </Files> 3072 </Files>
3024 </Project> 3073 </Project>
3025 3074
3026 <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3075 <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3027 <Configuration name="Debug"> 3076 <Configuration name="Debug">
3028 <Options> 3077 <Options>
3029 <OutputPath>../../../../../../bin/</OutputPath> 3078 <OutputPath>../../../../../../bin/</OutputPath>
@@ -3057,7 +3106,7 @@
3057 </Files> 3106 </Files>
3058 </Project> 3107 </Project>
3059 3108
3060 <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3109 <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3061 <Configuration name="Debug"> 3110 <Configuration name="Debug">
3062 <Options> 3111 <Options>
3063 <OutputPath>../../../bin/</OutputPath> 3112 <OutputPath>../../../bin/</OutputPath>
@@ -3115,7 +3164,7 @@
3115 TODO: this is kind of lame, we basically build a duplicate 3164 TODO: this is kind of lame, we basically build a duplicate
3116 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. 3165 assembly but with tests added in, just because we can't resolve cross-bin-dir-refs.
3117 --> 3166 -->
3118 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> 3167 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library">
3119 <Configuration name="Debug"> 3168 <Configuration name="Debug">
3120 <Options> 3169 <Options>
3121 <OutputPath>../../../../../bin/</OutputPath> 3170 <OutputPath>../../../../../bin/</OutputPath>
@@ -3146,7 +3195,7 @@
3146 </Files> 3195 </Files>
3147 </Project> 3196 </Project>
3148 3197
3149 <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> 3198 <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library">
3150 <Configuration name="Debug"> 3199 <Configuration name="Debug">
3151 <Options> 3200 <Options>
3152 <OutputPath>../../../../../bin/</OutputPath> 3201 <OutputPath>../../../../../bin/</OutputPath>
@@ -3180,7 +3229,7 @@
3180 </Project> 3229 </Project>
3181 3230
3182 3231
3183 <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> 3232 <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library">
3184 <Configuration name="Debug"> 3233 <Configuration name="Debug">
3185 <Options> 3234 <Options>
3186 <OutputPath>../../../bin/</OutputPath> 3235 <OutputPath>../../../bin/</OutputPath>
@@ -3226,7 +3275,7 @@
3226 </Files> 3275 </Files>
3227 </Project> 3276 </Project>
3228 3277
3229 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> 3278 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library">
3230 <Configuration name="Debug"> 3279 <Configuration name="Debug">
3231 <Options> 3280 <Options>
3232 <OutputPath>../../../bin/</OutputPath> 3281 <OutputPath>../../../bin/</OutputPath>
@@ -3266,7 +3315,7 @@
3266 </Files> 3315 </Files>
3267 </Project> 3316 </Project>
3268 3317
3269 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> 3318 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library">
3270 <Configuration name="Debug"> 3319 <Configuration name="Debug">
3271 <Options> 3320 <Options>
3272 <OutputPath>../../../bin/</OutputPath> 3321 <OutputPath>../../../bin/</OutputPath>
@@ -3305,7 +3354,7 @@
3305 </Files> 3354 </Files>
3306 </Project> 3355 </Project>
3307 3356
3308 <Project frameworkVersion="v4_0" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> 3357 <Project frameworkVersion="v4_5" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library">
3309 <Configuration name="Debug"> 3358 <Configuration name="Debug">
3310 <Options> 3359 <Options>
3311 <OutputPath>../../../bin/</OutputPath> 3360 <OutputPath>../../../bin/</OutputPath>