diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 220 |
1 files changed, 121 insertions, 99 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0241fb3..8fd4afe 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> |
@@ -98,6 +100,7 @@ | |||
98 | <Reference name="System.Drawing"/> | 100 | <Reference name="System.Drawing"/> |
99 | <Reference name="System.Web"/> | 101 | <Reference name="System.Web"/> |
100 | <Reference name="System.Security"/> | 102 | <Reference name="System.Security"/> |
103 | <Reference name="System.Security.Cryptography"/> | ||
101 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> | 104 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> |
102 | <Reference name="OpenMetaverse" path="../../bin/"/> | 105 | <Reference name="OpenMetaverse" path="../../bin/"/> |
103 | <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/> | 106 | <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/> |
@@ -117,7 +120,7 @@ | |||
117 | </Files> | 120 | </Files> |
118 | </Project> | 121 | </Project> |
119 | 122 | ||
120 | <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"> |
121 | <Configuration name="Debug"> | 124 | <Configuration name="Debug"> |
122 | <Options> | 125 | <Options> |
123 | <OutputPath>../../../bin/</OutputPath> | 126 | <OutputPath>../../../bin/</OutputPath> |
@@ -146,7 +149,7 @@ | |||
146 | </Files> | 149 | </Files> |
147 | </Project> | 150 | </Project> |
148 | 151 | ||
149 | <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"> |
150 | <Configuration name="Debug"> | 153 | <Configuration name="Debug"> |
151 | <Options> | 154 | <Options> |
152 | <OutputPath>../../../bin/</OutputPath> | 155 | <OutputPath>../../../bin/</OutputPath> |
@@ -173,7 +176,7 @@ | |||
173 | </Files> | 176 | </Files> |
174 | </Project> | 177 | </Project> |
175 | 178 | ||
176 | <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"> |
177 | <Configuration name="Debug"> | 180 | <Configuration name="Debug"> |
178 | <Options> | 181 | <Options> |
179 | <OutputPath>../../../../bin/</OutputPath> | 182 | <OutputPath>../../../../bin/</OutputPath> |
@@ -201,6 +204,7 @@ | |||
201 | 204 | ||
202 | <Files> | 205 | <Files> |
203 | <Match pattern="*.cs" recurse="true"> | 206 | <Match pattern="*.cs" recurse="true"> |
207 | <Exclude name="obj" pattern="obj"/> | ||
204 | <Exclude pattern="Tests"/> | 208 | <Exclude pattern="Tests"/> |
205 | 209 | ||
206 | <!-- on temporary suspension --> | 210 | <!-- on temporary suspension --> |
@@ -214,7 +218,7 @@ | |||
214 | </Files> | 218 | </Files> |
215 | </Project> | 219 | </Project> |
216 | 220 | ||
217 | <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"> |
218 | <Configuration name="Debug"> | 222 | <Configuration name="Debug"> |
219 | <Options> | 223 | <Options> |
220 | <OutputPath>../../../bin/</OutputPath> | 224 | <OutputPath>../../../bin/</OutputPath> |
@@ -241,7 +245,7 @@ | |||
241 | </Files> | 245 | </Files> |
242 | </Project> | 246 | </Project> |
243 | 247 | ||
244 | <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"> |
245 | <Configuration name="Debug"> | 249 | <Configuration name="Debug"> |
246 | <Options> | 250 | <Options> |
247 | <OutputPath>../../../bin/</OutputPath> | 251 | <OutputPath>../../../bin/</OutputPath> |
@@ -265,12 +269,13 @@ | |||
265 | 269 | ||
266 | <Files> | 270 | <Files> |
267 | <Match pattern="*.cs" recurse="true"> | 271 | <Match pattern="*.cs" recurse="true"> |
272 | <Exclude name="obj" pattern="obj"/> | ||
268 | <Exclude name="Tests" pattern="Tests"/> | 273 | <Exclude name="Tests" pattern="Tests"/> |
269 | </Match> | 274 | </Match> |
270 | </Files> | 275 | </Files> |
271 | </Project> | 276 | </Project> |
272 | 277 | ||
273 | <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"> |
274 | <Configuration name="Debug"> | 279 | <Configuration name="Debug"> |
275 | <Options> | 280 | <Options> |
276 | <OutputPath>../../bin/</OutputPath> | 281 | <OutputPath>../../bin/</OutputPath> |
@@ -301,7 +306,7 @@ | |||
301 | </Files> | 306 | </Files> |
302 | </Project> | 307 | </Project> |
303 | 308 | ||
304 | <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"> |
305 | <Configuration name="Debug"> | 310 | <Configuration name="Debug"> |
306 | <Options> | 311 | <Options> |
307 | <OutputPath>../../../../bin/</OutputPath> | 312 | <OutputPath>../../../../bin/</OutputPath> |
@@ -326,7 +331,7 @@ | |||
326 | </Files> | 331 | </Files> |
327 | </Project> | 332 | </Project> |
328 | 333 | ||
329 | <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"> |
330 | <Configuration name="Debug"> | 335 | <Configuration name="Debug"> |
331 | <Options> | 336 | <Options> |
332 | <OutputPath>../../../bin/</OutputPath> | 337 | <OutputPath>../../../bin/</OutputPath> |
@@ -360,7 +365,7 @@ | |||
360 | </Files> | 365 | </Files> |
361 | </Project> | 366 | </Project> |
362 | 367 | ||
363 | <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"> |
364 | <Configuration name="Debug"> | 369 | <Configuration name="Debug"> |
365 | <Options> | 370 | <Options> |
366 | <OutputPath>../../bin/</OutputPath> | 371 | <OutputPath>../../bin/</OutputPath> |
@@ -395,7 +400,7 @@ | |||
395 | </Project> | 400 | </Project> |
396 | 401 | ||
397 | 402 | ||
398 | <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"> |
399 | <Configuration name="Debug"> | 404 | <Configuration name="Debug"> |
400 | <Options> | 405 | <Options> |
401 | <OutputPath>../../../../bin/</OutputPath> | 406 | <OutputPath>../../../../bin/</OutputPath> |
@@ -422,7 +427,7 @@ | |||
422 | </Files> | 427 | </Files> |
423 | </Project> | 428 | </Project> |
424 | 429 | ||
425 | <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"> |
426 | <Configuration name="Debug"> | 431 | <Configuration name="Debug"> |
427 | <Options> | 432 | <Options> |
428 | <OutputPath>../../../bin/</OutputPath> | 433 | <OutputPath>../../../bin/</OutputPath> |
@@ -463,6 +468,7 @@ | |||
463 | 468 | ||
464 | <Files> | 469 | <Files> |
465 | <Match pattern="*.cs" recurse="true"> | 470 | <Match pattern="*.cs" recurse="true"> |
471 | <Exclude name="obj" pattern="obj"/> | ||
466 | <Exclude name="Tests" pattern="Tests"/> | 472 | <Exclude name="Tests" pattern="Tests"/> |
467 | </Match> | 473 | </Match> |
468 | </Files> | 474 | </Files> |
@@ -471,7 +477,7 @@ | |||
471 | <!-- OGS projects --> | 477 | <!-- OGS projects --> |
472 | 478 | ||
473 | 479 | ||
474 | <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"> |
475 | <Configuration name="Debug"> | 481 | <Configuration name="Debug"> |
476 | <Options> | 482 | <Options> |
477 | <OutputPath>../../../bin/</OutputPath> | 483 | <OutputPath>../../../bin/</OutputPath> |
@@ -506,7 +512,7 @@ | |||
506 | </Files> | 512 | </Files> |
507 | </Project> | 513 | </Project> |
508 | 514 | ||
509 | <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"> |
510 | <Configuration name="Debug"> | 516 | <Configuration name="Debug"> |
511 | <Options> | 517 | <Options> |
512 | <OutputPath>../../../bin/</OutputPath> | 518 | <OutputPath>../../../bin/</OutputPath> |
@@ -533,7 +539,7 @@ | |||
533 | </Files> | 539 | </Files> |
534 | </Project> | 540 | </Project> |
535 | 541 | ||
536 | <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"> |
537 | <Configuration name="Debug"> | 543 | <Configuration name="Debug"> |
538 | <Options> | 544 | <Options> |
539 | <OutputPath>../../../bin/</OutputPath> | 545 | <OutputPath>../../../bin/</OutputPath> |
@@ -564,7 +570,7 @@ | |||
564 | </Files> | 570 | </Files> |
565 | </Project> | 571 | </Project> |
566 | 572 | ||
567 | <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"> |
568 | <Configuration name="Debug"> | 574 | <Configuration name="Debug"> |
569 | <Options> | 575 | <Options> |
570 | <OutputPath>../../../bin/</OutputPath> | 576 | <OutputPath>../../../bin/</OutputPath> |
@@ -595,7 +601,7 @@ | |||
595 | </Files> | 601 | </Files> |
596 | </Project> | 602 | </Project> |
597 | 603 | ||
598 | <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"> |
599 | <Configuration name="Debug"> | 605 | <Configuration name="Debug"> |
600 | <Options> | 606 | <Options> |
601 | <OutputPath>../../../bin/</OutputPath> | 607 | <OutputPath>../../../bin/</OutputPath> |
@@ -636,7 +642,7 @@ | |||
636 | </Files> | 642 | </Files> |
637 | </Project> | 643 | </Project> |
638 | 644 | ||
639 | <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"> |
640 | <Configuration name="Debug"> | 646 | <Configuration name="Debug"> |
641 | <Options> | 647 | <Options> |
642 | <OutputPath>../../../bin/</OutputPath> | 648 | <OutputPath>../../../bin/</OutputPath> |
@@ -670,7 +676,7 @@ | |||
670 | </Files> | 676 | </Files> |
671 | </Project> | 677 | </Project> |
672 | 678 | ||
673 | <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"> |
674 | <Configuration name="Debug"> | 680 | <Configuration name="Debug"> |
675 | <Options> | 681 | <Options> |
676 | <OutputPath>../../../bin/</OutputPath> | 682 | <OutputPath>../../../bin/</OutputPath> |
@@ -702,7 +708,7 @@ | |||
702 | </Files> | 708 | </Files> |
703 | </Project> | 709 | </Project> |
704 | 710 | ||
705 | <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"> |
706 | <Configuration name="Debug"> | 712 | <Configuration name="Debug"> |
707 | <Options> | 713 | <Options> |
708 | <OutputPath>../../../bin/</OutputPath> | 714 | <OutputPath>../../../bin/</OutputPath> |
@@ -736,7 +742,7 @@ | |||
736 | </Files> | 742 | </Files> |
737 | </Project> | 743 | </Project> |
738 | 744 | ||
739 | <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"> |
740 | <Configuration name="Debug"> | 746 | <Configuration name="Debug"> |
741 | <Options> | 747 | <Options> |
742 | <OutputPath>../../../bin/</OutputPath> | 748 | <OutputPath>../../../bin/</OutputPath> |
@@ -767,7 +773,7 @@ | |||
767 | </Files> | 773 | </Files> |
768 | </Project> | 774 | </Project> |
769 | 775 | ||
770 | <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"> |
771 | <Configuration name="Debug"> | 777 | <Configuration name="Debug"> |
772 | <Options> | 778 | <Options> |
773 | <OutputPath>../../../bin/</OutputPath> | 779 | <OutputPath>../../../bin/</OutputPath> |
@@ -799,7 +805,7 @@ | |||
799 | </Files> | 805 | </Files> |
800 | </Project> | 806 | </Project> |
801 | 807 | ||
802 | <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"> |
803 | <Configuration name="Debug"> | 809 | <Configuration name="Debug"> |
804 | <Options> | 810 | <Options> |
805 | <OutputPath>../../../bin/</OutputPath> | 811 | <OutputPath>../../../bin/</OutputPath> |
@@ -832,7 +838,7 @@ | |||
832 | </Files> | 838 | </Files> |
833 | </Project> | 839 | </Project> |
834 | 840 | ||
835 | <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"> |
836 | <Configuration name="Debug"> | 842 | <Configuration name="Debug"> |
837 | <Options> | 843 | <Options> |
838 | <OutputPath>../../../bin/</OutputPath> | 844 | <OutputPath>../../../bin/</OutputPath> |
@@ -866,7 +872,7 @@ | |||
866 | </Files> | 872 | </Files> |
867 | </Project> | 873 | </Project> |
868 | 874 | ||
869 | <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"> |
870 | <Configuration name="Debug"> | 876 | <Configuration name="Debug"> |
871 | <Options> | 877 | <Options> |
872 | <OutputPath>../../../bin/</OutputPath> | 878 | <OutputPath>../../../bin/</OutputPath> |
@@ -895,7 +901,7 @@ | |||
895 | </Files> | 901 | </Files> |
896 | </Project> | 902 | </Project> |
897 | 903 | ||
898 | <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"> |
899 | <Configuration name="Debug"> | 905 | <Configuration name="Debug"> |
900 | <Options> | 906 | <Options> |
901 | <OutputPath>../../../bin/</OutputPath> | 907 | <OutputPath>../../../bin/</OutputPath> |
@@ -926,7 +932,7 @@ | |||
926 | </Files> | 932 | </Files> |
927 | </Project> | 933 | </Project> |
928 | 934 | ||
929 | <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"> |
930 | <Configuration name="Debug"> | 936 | <Configuration name="Debug"> |
931 | <Options> | 937 | <Options> |
932 | <OutputPath>../../../bin/</OutputPath> | 938 | <OutputPath>../../../bin/</OutputPath> |
@@ -957,7 +963,7 @@ | |||
957 | </Files> | 963 | </Files> |
958 | </Project> | 964 | </Project> |
959 | 965 | ||
960 | <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"> |
961 | <Configuration name="Debug"> | 967 | <Configuration name="Debug"> |
962 | <Options> | 968 | <Options> |
963 | <OutputPath>../../../bin/</OutputPath> | 969 | <OutputPath>../../../bin/</OutputPath> |
@@ -986,13 +992,14 @@ | |||
986 | 992 | ||
987 | <Files> | 993 | <Files> |
988 | <Match pattern="*.cs" recurse="true"> | 994 | <Match pattern="*.cs" recurse="true"> |
995 | <Exclude name="obj" pattern="obj"/> | ||
989 | <Exclude name="Tests" pattern="Tests"/> | 996 | <Exclude name="Tests" pattern="Tests"/> |
990 | </Match> | 997 | </Match> |
991 | </Files> | 998 | </Files> |
992 | </Project> | 999 | </Project> |
993 | 1000 | ||
994 | 1001 | ||
995 | <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"> |
996 | <Configuration name="Debug"> | 1003 | <Configuration name="Debug"> |
997 | <Options> | 1004 | <Options> |
998 | <OutputPath>../../../bin/</OutputPath> | 1005 | <OutputPath>../../../bin/</OutputPath> |
@@ -1025,7 +1032,7 @@ | |||
1025 | </Files> | 1032 | </Files> |
1026 | </Project> | 1033 | </Project> |
1027 | 1034 | ||
1028 | <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"> |
1029 | <Configuration name="Debug"> | 1036 | <Configuration name="Debug"> |
1030 | <Options> | 1037 | <Options> |
1031 | <OutputPath>../../../bin/</OutputPath> | 1038 | <OutputPath>../../../bin/</OutputPath> |
@@ -1064,7 +1071,7 @@ | |||
1064 | </Files> | 1071 | </Files> |
1065 | </Project> | 1072 | </Project> |
1066 | 1073 | ||
1067 | <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"> |
1068 | <Configuration name="Debug"> | 1075 | <Configuration name="Debug"> |
1069 | <Options> | 1076 | <Options> |
1070 | <OutputPath>../../../bin/</OutputPath> | 1077 | <OutputPath>../../../bin/</OutputPath> |
@@ -1094,7 +1101,7 @@ | |||
1094 | </Files> | 1101 | </Files> |
1095 | </Project> | 1102 | </Project> |
1096 | 1103 | ||
1097 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> | 1104 | <Project frameworkVersion="v4_5" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> |
1098 | <Configuration name="Debug"> | 1105 | <Configuration name="Debug"> |
1099 | <Options> | 1106 | <Options> |
1100 | <OutputPath>../../../bin/</OutputPath> | 1107 | <OutputPath>../../../bin/</OutputPath> |
@@ -1121,8 +1128,7 @@ | |||
1121 | <Match pattern="*.cs" recurse="true"/> | 1128 | <Match pattern="*.cs" recurse="true"/> |
1122 | </Files> | 1129 | </Files> |
1123 | </Project> | 1130 | </Project> |
1124 | 1131 | <Project frameworkVersion="v4_5" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> | |
1125 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> | ||
1126 | <Configuration name="Debug"> | 1132 | <Configuration name="Debug"> |
1127 | <Options> | 1133 | <Options> |
1128 | <OutputPath>../../../bin/</OutputPath> | 1134 | <OutputPath>../../../bin/</OutputPath> |
@@ -1157,7 +1163,7 @@ | |||
1157 | </Files> | 1163 | </Files> |
1158 | </Project> | 1164 | </Project> |
1159 | 1165 | ||
1160 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> | 1166 | <Project frameworkVersion="v4_5" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> |
1161 | <Configuration name="Debug"> | 1167 | <Configuration name="Debug"> |
1162 | <Options> | 1168 | <Options> |
1163 | <OutputPath>../../../bin/</OutputPath> | 1169 | <OutputPath>../../../bin/</OutputPath> |
@@ -1188,8 +1194,8 @@ | |||
1188 | <Match pattern="*.cs" recurse="true"/> | 1194 | <Match pattern="*.cs" recurse="true"/> |
1189 | </Files> | 1195 | </Files> |
1190 | </Project> | 1196 | </Project> |
1191 | 1197 | ||
1192 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1198 | <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1193 | <Configuration name="Debug"> | 1199 | <Configuration name="Debug"> |
1194 | <Options> | 1200 | <Options> |
1195 | <OutputPath>../../../bin/</OutputPath> | 1201 | <OutputPath>../../../bin/</OutputPath> |
@@ -1223,13 +1229,14 @@ | |||
1223 | 1229 | ||
1224 | <Files> | 1230 | <Files> |
1225 | <Match pattern="*.cs" recurse="true"> | 1231 | <Match pattern="*.cs" recurse="true"> |
1232 | <Exclude name="obj" pattern="obj"/> | ||
1226 | <Exclude pattern="Tests"/> | 1233 | <Exclude pattern="Tests"/> |
1227 | </Match> | 1234 | </Match> |
1228 | </Files> | 1235 | </Files> |
1229 | </Project> | 1236 | </Project> |
1230 | 1237 | ||
1231 | 1238 | ||
1232 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | 1239 | <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> |
1233 | <Configuration name="Debug"> | 1240 | <Configuration name="Debug"> |
1234 | <Options> | 1241 | <Options> |
1235 | <OutputPath>../../../bin/</OutputPath> | 1242 | <OutputPath>../../../bin/</OutputPath> |
@@ -1264,13 +1271,14 @@ | |||
1264 | 1271 | ||
1265 | <Files> | 1272 | <Files> |
1266 | <Match pattern="*.cs" recurse="true"> | 1273 | <Match pattern="*.cs" recurse="true"> |
1274 | <Exclude name="obj" pattern="obj"/> | ||
1267 | <Exclude pattern="Tests"/> | 1275 | <Exclude pattern="Tests"/> |
1268 | </Match> | 1276 | </Match> |
1269 | </Files> | 1277 | </Files> |
1270 | </Project> | 1278 | </Project> |
1271 | 1279 | ||
1272 | 1280 | ||
1273 | <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> | 1281 | <Project frameworkVersion="v4_5" name="Robust" path="OpenSim/Server" type="Exe"> |
1274 | <Configuration name="Debug"> | 1282 | <Configuration name="Debug"> |
1275 | <Options> | 1283 | <Options> |
1276 | <OutputPath>../../bin/</OutputPath> | 1284 | <OutputPath>../../bin/</OutputPath> |
@@ -1306,7 +1314,7 @@ | |||
1306 | </Files> | 1314 | </Files> |
1307 | </Project> | 1315 | </Project> |
1308 | 1316 | ||
1309 | <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> | 1317 | <Project frameworkVersion="v4_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> |
1310 | <Configuration name="Debug"> | 1318 | <Configuration name="Debug"> |
1311 | <Options> | 1319 | <Options> |
1312 | <OutputPath>../../bin/</OutputPath> | 1320 | <OutputPath>../../bin/</OutputPath> |
@@ -1340,7 +1348,7 @@ | |||
1340 | </Project> | 1348 | </Project> |
1341 | 1349 | ||
1342 | <!-- ClientStack Plugins --> | 1350 | <!-- ClientStack Plugins --> |
1343 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> | 1351 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> |
1344 | <Configuration name="Debug"> | 1352 | <Configuration name="Debug"> |
1345 | <Options> | 1353 | <Options> |
1346 | <OutputPath>../../../../../bin/</OutputPath> | 1354 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1378,6 +1386,7 @@ | |||
1378 | 1386 | ||
1379 | <Files> | 1387 | <Files> |
1380 | <Match pattern="*.cs" recurse="true"> | 1388 | <Match pattern="*.cs" recurse="true"> |
1389 | <Exclude name="obj" pattern="obj"/> | ||
1381 | <Exclude name="Tests" pattern="Tests"/> | 1390 | <Exclude name="Tests" pattern="Tests"/> |
1382 | </Match> | 1391 | </Match> |
1383 | </Files> | 1392 | </Files> |
@@ -1385,7 +1394,7 @@ | |||
1385 | 1394 | ||
1386 | 1395 | ||
1387 | 1396 | ||
1388 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 1397 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
1389 | <Configuration name="Debug"> | 1398 | <Configuration name="Debug"> |
1390 | <Options> | 1399 | <Options> |
1391 | <OutputPath>../../../../../bin/</OutputPath> | 1400 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1427,6 +1436,7 @@ | |||
1427 | 1436 | ||
1428 | <Files> | 1437 | <Files> |
1429 | <Match pattern="*.cs" recurse="true"> | 1438 | <Match pattern="*.cs" recurse="true"> |
1439 | <Exclude name="obj" pattern="obj"/> | ||
1430 | <Exclude name="Tests" pattern="Tests"/> | 1440 | <Exclude name="Tests" pattern="Tests"/> |
1431 | </Match> | 1441 | </Match> |
1432 | </Files> | 1442 | </Files> |
@@ -1434,7 +1444,7 @@ | |||
1434 | 1444 | ||
1435 | 1445 | ||
1436 | <!-- Data Base Modules --> | 1446 | <!-- Data Base Modules --> |
1437 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 1447 | <Project frameworkVersion="v4_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
1438 | <Configuration name="Debug"> | 1448 | <Configuration name="Debug"> |
1439 | <Options> | 1449 | <Options> |
1440 | <OutputPath>../../../bin/</OutputPath> | 1450 | <OutputPath>../../../bin/</OutputPath> |
@@ -1473,7 +1483,7 @@ | |||
1473 | </Files> | 1483 | </Files> |
1474 | </Project> | 1484 | </Project> |
1475 | 1485 | ||
1476 | <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> | 1486 | <Project frameworkVersion="v4_5" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> |
1477 | <Configuration name="Debug"> | 1487 | <Configuration name="Debug"> |
1478 | <Options> | 1488 | <Options> |
1479 | <OutputPath>../../../bin/</OutputPath> | 1489 | <OutputPath>../../../bin/</OutputPath> |
@@ -1509,7 +1519,7 @@ | |||
1509 | </Files> | 1519 | </Files> |
1510 | </Project> | 1520 | </Project> |
1511 | 1521 | ||
1512 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 1522 | <Project frameworkVersion="v4_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
1513 | <Configuration name="Debug"> | 1523 | <Configuration name="Debug"> |
1514 | <Options> | 1524 | <Options> |
1515 | <OutputPath>../../../bin/</OutputPath> | 1525 | <OutputPath>../../../bin/</OutputPath> |
@@ -1549,7 +1559,7 @@ | |||
1549 | </Project> | 1559 | </Project> |
1550 | 1560 | ||
1551 | 1561 | ||
1552 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1562 | <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1553 | <Configuration name="Debug"> | 1563 | <Configuration name="Debug"> |
1554 | <Options> | 1564 | <Options> |
1555 | <OutputPath>../../../bin/</OutputPath> | 1565 | <OutputPath>../../../bin/</OutputPath> |
@@ -1613,13 +1623,14 @@ | |||
1613 | <Files> | 1623 | <Files> |
1614 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1624 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1615 | <Match pattern="*.cs" recurse="true"> | 1625 | <Match pattern="*.cs" recurse="true"> |
1626 | <Exclude name="obj" pattern="obj"/> | ||
1616 | <Exclude name="Tests" pattern="Tests"/> | 1627 | <Exclude name="Tests" pattern="Tests"/> |
1617 | </Match> | 1628 | </Match> |
1618 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1629 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1619 | </Files> | 1630 | </Files> |
1620 | </Project> | 1631 | </Project> |
1621 | 1632 | ||
1622 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1633 | <Project frameworkVersion="v4_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1623 | <Configuration name="Debug"> | 1634 | <Configuration name="Debug"> |
1624 | <Options> | 1635 | <Options> |
1625 | <OutputPath>../../../bin/</OutputPath> | 1636 | <OutputPath>../../../bin/</OutputPath> |
@@ -1673,6 +1684,7 @@ | |||
1673 | 1684 | ||
1674 | <Files> | 1685 | <Files> |
1675 | <Match pattern="*.cs" recurse="true"> | 1686 | <Match pattern="*.cs" recurse="true"> |
1687 | <Exclude name="obj" pattern="obj"/> | ||
1676 | <Exclude name="Tests" pattern="Tests"/> | 1688 | <Exclude name="Tests" pattern="Tests"/> |
1677 | </Match> | 1689 | </Match> |
1678 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1690 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -1680,7 +1692,7 @@ | |||
1680 | </Project> | 1692 | </Project> |
1681 | 1693 | ||
1682 | <!-- Datastore Plugins --> | 1694 | <!-- Datastore Plugins --> |
1683 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1695 | <Project frameworkVersion="v4_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1684 | <Configuration name="Debug"> | 1696 | <Configuration name="Debug"> |
1685 | <Options> | 1697 | <Options> |
1686 | <OutputPath>../../../bin/</OutputPath> | 1698 | <OutputPath>../../../bin/</OutputPath> |
@@ -1708,7 +1720,7 @@ | |||
1708 | </Files> | 1720 | </Files> |
1709 | </Project> | 1721 | </Project> |
1710 | 1722 | ||
1711 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> | 1723 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> |
1712 | <Configuration name="Debug"> | 1724 | <Configuration name="Debug"> |
1713 | <Options> | 1725 | <Options> |
1714 | <OutputPath>../../../../bin/</OutputPath> | 1726 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1730,12 +1742,13 @@ | |||
1730 | 1742 | ||
1731 | <Files> | 1743 | <Files> |
1732 | <Match pattern="*.cs" recurse="true"> | 1744 | <Match pattern="*.cs" recurse="true"> |
1745 | <Exclude name="obj" pattern="obj"/> | ||
1733 | <Exclude name="Tests" pattern="Tests"/> | 1746 | <Exclude name="Tests" pattern="Tests"/> |
1734 | </Match> | 1747 | </Match> |
1735 | </Files> | 1748 | </Files> |
1736 | </Project> | 1749 | </Project> |
1737 | 1750 | ||
1738 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> | 1751 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
1739 | <Configuration name="Debug"> | 1752 | <Configuration name="Debug"> |
1740 | <Options> | 1753 | <Options> |
1741 | <OutputPath>../../../../bin/</OutputPath> | 1754 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1768,7 +1781,7 @@ | |||
1768 | </Project> | 1781 | </Project> |
1769 | 1782 | ||
1770 | <!-- Physics Plug-ins --> | 1783 | <!-- Physics Plug-ins --> |
1771 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> | 1784 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> |
1772 | <Configuration name="Debug"> | 1785 | <Configuration name="Debug"> |
1773 | <Options> | 1786 | <Options> |
1774 | <OutputPath>../../../../bin/</OutputPath> | 1787 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1793,7 +1806,7 @@ | |||
1793 | </Files> | 1806 | </Files> |
1794 | </Project> | 1807 | </Project> |
1795 | 1808 | ||
1796 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> | 1809 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> |
1797 | <Configuration name="Debug"> | 1810 | <Configuration name="Debug"> |
1798 | <Options> | 1811 | <Options> |
1799 | <OutputPath>../../../../bin/</OutputPath> | 1812 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1818,7 +1831,7 @@ | |||
1818 | </Files> | 1831 | </Files> |
1819 | </Project> | 1832 | </Project> |
1820 | 1833 | ||
1821 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> | 1834 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> |
1822 | <Configuration name="Debug"> | 1835 | <Configuration name="Debug"> |
1823 | <Options> | 1836 | <Options> |
1824 | <OutputPath>../../../../bin/</OutputPath> | 1837 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1844,12 +1857,13 @@ | |||
1844 | 1857 | ||
1845 | <Files> | 1858 | <Files> |
1846 | <Match pattern="*.cs" recurse="true"> | 1859 | <Match pattern="*.cs" recurse="true"> |
1860 | <Exclude name="obj" pattern="obj"/> | ||
1847 | <Exclude name="Tests" pattern="Tests"/> | 1861 | <Exclude name="Tests" pattern="Tests"/> |
1848 | </Match> | 1862 | </Match> |
1849 | </Files> | 1863 | </Files> |
1850 | </Project> | 1864 | </Project> |
1851 | 1865 | ||
1852 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> | 1866 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> |
1853 | <Configuration name="Debug"> | 1867 | <Configuration name="Debug"> |
1854 | <Options> | 1868 | <Options> |
1855 | <OutputPath>../../../../bin/</OutputPath> | 1869 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1877,12 +1891,13 @@ | |||
1877 | 1891 | ||
1878 | <Files> | 1892 | <Files> |
1879 | <Match pattern="*.cs" recurse="true"> | 1893 | <Match pattern="*.cs" recurse="true"> |
1894 | <Exclude name="obj" pattern="obj"/> | ||
1880 | <Exclude name="Tests" pattern="Tests"/> | 1895 | <Exclude name="Tests" pattern="Tests"/> |
1881 | </Match> | 1896 | </Match> |
1882 | </Files> | 1897 | </Files> |
1883 | </Project> | 1898 | </Project> |
1884 | 1899 | ||
1885 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> | 1900 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> |
1886 | <Configuration name="Debug"> | 1901 | <Configuration name="Debug"> |
1887 | <Options> | 1902 | <Options> |
1888 | <OutputPath>../../../../bin/</OutputPath> | 1903 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1915,7 +1930,7 @@ | |||
1915 | </Files> | 1930 | </Files> |
1916 | </Project> | 1931 | </Project> |
1917 | 1932 | ||
1918 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> | 1933 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> |
1919 | <Configuration name="Debug"> | 1934 | <Configuration name="Debug"> |
1920 | <Options> | 1935 | <Options> |
1921 | <OutputPath>../../../../bin/</OutputPath> | 1936 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1948,13 +1963,14 @@ | |||
1948 | 1963 | ||
1949 | <Files> | 1964 | <Files> |
1950 | <Match pattern="*.cs" recurse="true"> | 1965 | <Match pattern="*.cs" recurse="true"> |
1966 | <Exclude name="obj" pattern="obj"/> | ||
1951 | <Exclude name="Tests" pattern="Tests"/> | 1967 | <Exclude name="Tests" pattern="Tests"/> |
1952 | </Match> | 1968 | </Match> |
1953 | </Files> | 1969 | </Files> |
1954 | </Project> | 1970 | </Project> |
1955 | 1971 | ||
1956 | <!-- OpenSim app --> | 1972 | <!-- OpenSim app --> |
1957 | <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1973 | <Project frameworkVersion="v4_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1958 | <Configuration name="Debug"> | 1974 | <Configuration name="Debug"> |
1959 | <Options> | 1975 | <Options> |
1960 | <OutputPath>../../../bin/</OutputPath> | 1976 | <OutputPath>../../../bin/</OutputPath> |
@@ -1997,7 +2013,7 @@ | |||
1997 | </Files> | 2013 | </Files> |
1998 | </Project> | 2014 | </Project> |
1999 | 2015 | ||
2000 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> | 2016 | <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
2001 | <Configuration name="Debug"> | 2017 | <Configuration name="Debug"> |
2002 | <Options> | 2018 | <Options> |
2003 | <OutputPath>../../../bin/</OutputPath> | 2019 | <OutputPath>../../../bin/</OutputPath> |
@@ -2030,7 +2046,7 @@ | |||
2030 | </Files> | 2046 | </Files> |
2031 | </Project> | 2047 | </Project> |
2032 | 2048 | ||
2033 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | 2049 | <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> |
2034 | <Configuration name="Debug"> | 2050 | <Configuration name="Debug"> |
2035 | <Options> | 2051 | <Options> |
2036 | <OutputPath>../../../bin/</OutputPath> | 2052 | <OutputPath>../../../bin/</OutputPath> |
@@ -2059,7 +2075,7 @@ | |||
2059 | </Files> | 2075 | </Files> |
2060 | </Project> | 2076 | </Project> |
2061 | 2077 | ||
2062 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 2078 | <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
2063 | <Configuration name="Debug"> | 2079 | <Configuration name="Debug"> |
2064 | <Options> | 2080 | <Options> |
2065 | <OutputPath>../../../bin/</OutputPath> | 2081 | <OutputPath>../../../bin/</OutputPath> |
@@ -2099,9 +2115,7 @@ | |||
2099 | 2115 | ||
2100 | <!-- Scene Server API Example Apps --> | 2116 | <!-- Scene Server API Example Apps --> |
2101 | 2117 | ||
2102 | 2118 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | |
2103 | |||
2104 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | ||
2105 | <Configuration name="Debug"> | 2119 | <Configuration name="Debug"> |
2106 | <Options> | 2120 | <Options> |
2107 | <OutputPath>../../../../bin/</OutputPath> | 2121 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2137,7 +2151,7 @@ | |||
2137 | </Files> | 2151 | </Files> |
2138 | </Project> | 2152 | </Project> |
2139 | 2153 | ||
2140 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 2154 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
2141 | <Configuration name="Debug"> | 2155 | <Configuration name="Debug"> |
2142 | <Options> | 2156 | <Options> |
2143 | <OutputPath>../../../../../../bin/</OutputPath> | 2157 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2169,7 +2183,7 @@ | |||
2169 | </Files> | 2183 | </Files> |
2170 | </Project> | 2184 | </Project> |
2171 | 2185 | ||
2172 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | 2186 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2173 | <Configuration name="Debug"> | 2187 | <Configuration name="Debug"> |
2174 | <Options> | 2188 | <Options> |
2175 | <OutputPath>../../../../../../bin/</OutputPath> | 2189 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2210,7 +2224,7 @@ | |||
2210 | </Files> | 2224 | </Files> |
2211 | </Project> | 2225 | </Project> |
2212 | 2226 | ||
2213 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | 2227 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> |
2214 | <Configuration name="Debug"> | 2228 | <Configuration name="Debug"> |
2215 | <Options> | 2229 | <Options> |
2216 | <OutputPath>../../../../../bin/</OutputPath> | 2230 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2235,12 +2249,13 @@ | |||
2235 | 2249 | ||
2236 | <Files> | 2250 | <Files> |
2237 | <Match pattern="*.cs" recurse="true"> | 2251 | <Match pattern="*.cs" recurse="true"> |
2252 | <Exclude name="obj" pattern="obj"/> | ||
2238 | <Exclude name="Tests" pattern="Tests"/> | 2253 | <Exclude name="Tests" pattern="Tests"/> |
2239 | </Match> | 2254 | </Match> |
2240 | </Files> | 2255 | </Files> |
2241 | </Project> | 2256 | </Project> |
2242 | 2257 | ||
2243 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> | 2258 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> |
2244 | <Configuration name="Debug"> | 2259 | <Configuration name="Debug"> |
2245 | <Options> | 2260 | <Options> |
2246 | <OutputPath>../../../../../bin/</OutputPath> | 2261 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2274,12 +2289,13 @@ | |||
2274 | 2289 | ||
2275 | <Files> | 2290 | <Files> |
2276 | <Match pattern="*.cs" recurse="true"> | 2291 | <Match pattern="*.cs" recurse="true"> |
2292 | <Exclude name="obj" pattern="obj"/> | ||
2277 | <Exclude name="Tests" pattern="Tests"/> | 2293 | <Exclude name="Tests" pattern="Tests"/> |
2278 | </Match> | 2294 | </Match> |
2279 | </Files> | 2295 | </Files> |
2280 | </Project> | 2296 | </Project> |
2281 | 2297 | ||
2282 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> | 2298 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> |
2283 | <Configuration name="Debug"> | 2299 | <Configuration name="Debug"> |
2284 | <Options> | 2300 | <Options> |
2285 | <OutputPath>../../../../../../bin/</OutputPath> | 2301 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2312,7 +2328,7 @@ | |||
2312 | </Files> | 2328 | </Files> |
2313 | </Project> | 2329 | </Project> |
2314 | 2330 | ||
2315 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 2331 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
2316 | <Configuration name="Debug"> | 2332 | <Configuration name="Debug"> |
2317 | <Options> | 2333 | <Options> |
2318 | <OutputPath>../../../../bin/</OutputPath> | 2334 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2351,6 +2367,7 @@ | |||
2351 | <Files> | 2367 | <Files> |
2352 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2368 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2353 | <Match pattern="*.cs" recurse="true"> | 2369 | <Match pattern="*.cs" recurse="true"> |
2370 | <Exclude name="obj" pattern="obj"/> | ||
2354 | <Exclude name="Api"/> | 2371 | <Exclude name="Api"/> |
2355 | <Exclude name="Tests" pattern="Tests"/> | 2372 | <Exclude name="Tests" pattern="Tests"/> |
2356 | </Match> | 2373 | </Match> |
@@ -2359,7 +2376,7 @@ | |||
2359 | 2376 | ||
2360 | <!-- Addons --> | 2377 | <!-- Addons --> |
2361 | 2378 | ||
2362 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> | 2379 | <Project frameworkVersion="v4_5" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> |
2363 | <Configuration name="Debug"> | 2380 | <Configuration name="Debug"> |
2364 | <Options> | 2381 | <Options> |
2365 | <OutputPath>../../../bin/</OutputPath> | 2382 | <OutputPath>../../../bin/</OutputPath> |
@@ -2400,13 +2417,14 @@ | |||
2400 | 2417 | ||
2401 | <Files> | 2418 | <Files> |
2402 | <Match pattern="*.cs" recurse="true"> | 2419 | <Match pattern="*.cs" recurse="true"> |
2420 | <Exclude name="obj" pattern="obj"/> | ||
2403 | <Exclude pattern="Tests" /> | 2421 | <Exclude pattern="Tests" /> |
2404 | </Match> | 2422 | </Match> |
2405 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 2423 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
2406 | </Files> | 2424 | </Files> |
2407 | </Project> | 2425 | </Project> |
2408 | 2426 | ||
2409 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> | 2427 | <Project frameworkVersion="v4_5" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> |
2410 | <Configuration name="Debug"> | 2428 | <Configuration name="Debug"> |
2411 | <Options> | 2429 | <Options> |
2412 | <OutputPath>../../../bin/</OutputPath> | 2430 | <OutputPath>../../../bin/</OutputPath> |
@@ -2448,6 +2466,7 @@ | |||
2448 | 2466 | ||
2449 | <Files> | 2467 | <Files> |
2450 | <Match pattern="*.cs" recurse="true"> | 2468 | <Match pattern="*.cs" recurse="true"> |
2469 | <Exclude name="obj" pattern="obj"/> | ||
2451 | <Exclude pattern="Tests" /> | 2470 | <Exclude pattern="Tests" /> |
2452 | </Match> | 2471 | </Match> |
2453 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 2472 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
@@ -2458,7 +2477,7 @@ | |||
2458 | 2477 | ||
2459 | <!-- Tools --> | 2478 | <!-- Tools --> |
2460 | 2479 | ||
2461 | <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2480 | <Project frameworkVersion="v4_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |
2462 | <Configuration name="Debug"> | 2481 | <Configuration name="Debug"> |
2463 | <Options> | 2482 | <Options> |
2464 | <OutputPath>../../../bin/</OutputPath> | 2483 | <OutputPath>../../../bin/</OutputPath> |
@@ -2486,7 +2505,7 @@ | |||
2486 | </Files> | 2505 | </Files> |
2487 | </Project> | 2506 | </Project> |
2488 | 2507 | ||
2489 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> | 2508 | <Project frameworkVersion="v4_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> |
2490 | <Configuration name="Debug"> | 2509 | <Configuration name="Debug"> |
2491 | <Options> | 2510 | <Options> |
2492 | <OutputPath>../../../bin/</OutputPath> | 2511 | <OutputPath>../../../bin/</OutputPath> |
@@ -2513,7 +2532,7 @@ | |||
2513 | </Files> | 2532 | </Files> |
2514 | </Project> | 2533 | </Project> |
2515 | 2534 | ||
2516 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | 2535 | <Project frameworkVersion="v4_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> |
2517 | <Configuration name="Debug"> | 2536 | <Configuration name="Debug"> |
2518 | <Options> | 2537 | <Options> |
2519 | <OutputPath>../../../bin/</OutputPath> | 2538 | <OutputPath>../../../bin/</OutputPath> |
@@ -2538,7 +2557,7 @@ | |||
2538 | </Project> | 2557 | </Project> |
2539 | 2558 | ||
2540 | <!-- Test Clients --> | 2559 | <!-- Test Clients --> |
2541 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | 2560 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> |
2542 | <Configuration name="Debug"> | 2561 | <Configuration name="Debug"> |
2543 | <Options> | 2562 | <Options> |
2544 | <OutputPath>../../../../bin/</OutputPath> | 2563 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2566,7 +2585,7 @@ | |||
2566 | </Project> | 2585 | </Project> |
2567 | 2586 | ||
2568 | <!-- Test assemblies --> | 2587 | <!-- Test assemblies --> |
2569 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2588 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2570 | <Configuration name="Debug"> | 2589 | <Configuration name="Debug"> |
2571 | <Options> | 2590 | <Options> |
2572 | <OutputPath>../../../bin/</OutputPath> | 2591 | <OutputPath>../../../bin/</OutputPath> |
@@ -2615,7 +2634,7 @@ | |||
2615 | </Files> | 2634 | </Files> |
2616 | </Project> | 2635 | </Project> |
2617 | 2636 | ||
2618 | <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | 2637 | <Project frameworkVersion="v4_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> |
2619 | <Configuration name="Debug"> | 2638 | <Configuration name="Debug"> |
2620 | <Options> | 2639 | <Options> |
2621 | <OutputPath>../../bin/</OutputPath> | 2640 | <OutputPath>../../bin/</OutputPath> |
@@ -2638,7 +2657,7 @@ | |||
2638 | </Files> | 2657 | </Files> |
2639 | </Project> | 2658 | </Project> |
2640 | 2659 | ||
2641 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> | 2660 | <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> |
2642 | <Configuration name="Debug"> | 2661 | <Configuration name="Debug"> |
2643 | <Options> | 2662 | <Options> |
2644 | <OutputPath>../../../../bin/</OutputPath> | 2663 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2676,11 +2695,12 @@ | |||
2676 | 2695 | ||
2677 | <Files> | 2696 | <Files> |
2678 | <Match pattern="*.cs" recurse="true"> | 2697 | <Match pattern="*.cs" recurse="true"> |
2698 | <Exclude name="obj" pattern="obj"/> | ||
2679 | </Match> | 2699 | </Match> |
2680 | </Files> | 2700 | </Files> |
2681 | </Project> | 2701 | </Project> |
2682 | 2702 | ||
2683 | <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> | 2703 | <Project frameworkVersion="v4_5" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> |
2684 | <Configuration name="Debug"> | 2704 | <Configuration name="Debug"> |
2685 | <Options> | 2705 | <Options> |
2686 | <OutputPath>../../../bin/</OutputPath> | 2706 | <OutputPath>../../../bin/</OutputPath> |
@@ -2716,7 +2736,7 @@ | |||
2716 | </Project> | 2736 | </Project> |
2717 | 2737 | ||
2718 | 2738 | ||
2719 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2739 | <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2720 | <Configuration name="Debug"> | 2740 | <Configuration name="Debug"> |
2721 | <Options> | 2741 | <Options> |
2722 | <OutputPath>../../../bin/</OutputPath> | 2742 | <OutputPath>../../../bin/</OutputPath> |
@@ -2767,7 +2787,7 @@ | |||
2767 | </Project> | 2787 | </Project> |
2768 | 2788 | ||
2769 | 2789 | ||
2770 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2790 | <Project frameworkVersion="v4_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2771 | <Configuration name="Debug"> | 2791 | <Configuration name="Debug"> |
2772 | <Options> | 2792 | <Options> |
2773 | <OutputPath>../../../bin/</OutputPath> | 2793 | <OutputPath>../../../bin/</OutputPath> |
@@ -2808,7 +2828,7 @@ | |||
2808 | </Files> | 2828 | </Files> |
2809 | </Project> | 2829 | </Project> |
2810 | 2830 | ||
2811 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> | 2831 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> |
2812 | <Configuration name="Debug"> | 2832 | <Configuration name="Debug"> |
2813 | <Options> | 2833 | <Options> |
2814 | <OutputPath>../../../bin/</OutputPath> | 2834 | <OutputPath>../../../bin/</OutputPath> |
@@ -2839,7 +2859,7 @@ | |||
2839 | </Files> | 2859 | </Files> |
2840 | </Project> | 2860 | </Project> |
2841 | 2861 | ||
2842 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | 2862 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> |
2843 | <Configuration name="Debug"> | 2863 | <Configuration name="Debug"> |
2844 | <Options> | 2864 | <Options> |
2845 | <OutputPath>../../../../bin/</OutputPath> | 2865 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2866,11 +2886,12 @@ | |||
2866 | 2886 | ||
2867 | <Files> | 2887 | <Files> |
2868 | <Match pattern="*.cs" recurse="true"> | 2888 | <Match pattern="*.cs" recurse="true"> |
2889 | <Exclude name="obj" pattern="obj"/> | ||
2869 | </Match> | 2890 | </Match> |
2870 | </Files> | 2891 | </Files> |
2871 | </Project> | 2892 | </Project> |
2872 | 2893 | ||
2873 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 2894 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
2874 | <Configuration name="Debug"> | 2895 | <Configuration name="Debug"> |
2875 | <Options> | 2896 | <Options> |
2876 | <OutputPath>../../../../bin/</OutputPath> | 2897 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2896,11 +2917,12 @@ | |||
2896 | 2917 | ||
2897 | <Files> | 2918 | <Files> |
2898 | <Match pattern="*.cs" recurse="true"> | 2919 | <Match pattern="*.cs" recurse="true"> |
2920 | <Exclude name="obj" pattern="obj"/> | ||
2899 | </Match> | 2921 | </Match> |
2900 | </Files> | 2922 | </Files> |
2901 | </Project> | 2923 | </Project> |
2902 | 2924 | ||
2903 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> | 2925 | <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> |
2904 | <Configuration name="Debug"> | 2926 | <Configuration name="Debug"> |
2905 | <Options> | 2927 | <Options> |
2906 | <OutputPath>../../../bin/</OutputPath> | 2928 | <OutputPath>../../../bin/</OutputPath> |
@@ -2979,7 +3001,7 @@ | |||
2979 | </Project> | 3001 | </Project> |
2980 | 3002 | ||
2981 | 3003 | ||
2982 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 3004 | <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
2983 | <Configuration name="Debug"> | 3005 | <Configuration name="Debug"> |
2984 | <Options> | 3006 | <Options> |
2985 | <OutputPath>../../../bin/</OutputPath> | 3007 | <OutputPath>../../../bin/</OutputPath> |
@@ -3041,7 +3063,7 @@ | |||
3041 | </Files> | 3063 | </Files> |
3042 | </Project> | 3064 | </Project> |
3043 | 3065 | ||
3044 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 3066 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
3045 | <Configuration name="Debug"> | 3067 | <Configuration name="Debug"> |
3046 | <Options> | 3068 | <Options> |
3047 | <OutputPath>../../../../../bin/</OutputPath> | 3069 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3082,7 +3104,7 @@ | |||
3082 | </Files> | 3104 | </Files> |
3083 | </Project> | 3105 | </Project> |
3084 | 3106 | ||
3085 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> | 3107 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3086 | <Configuration name="Debug"> | 3108 | <Configuration name="Debug"> |
3087 | <Options> | 3109 | <Options> |
3088 | <OutputPath>../../../../../../bin/</OutputPath> | 3110 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -3116,7 +3138,7 @@ | |||
3116 | </Files> | 3138 | </Files> |
3117 | </Project> | 3139 | </Project> |
3118 | 3140 | ||
3119 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3141 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3120 | <Configuration name="Debug"> | 3142 | <Configuration name="Debug"> |
3121 | <Options> | 3143 | <Options> |
3122 | <OutputPath>../../../bin/</OutputPath> | 3144 | <OutputPath>../../../bin/</OutputPath> |
@@ -3174,7 +3196,7 @@ | |||
3174 | TODO: this is kind of lame, we basically build a duplicate | 3196 | TODO: this is kind of lame, we basically build a duplicate |
3175 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3197 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3176 | --> | 3198 | --> |
3177 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> | 3199 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> |
3178 | <Configuration name="Debug"> | 3200 | <Configuration name="Debug"> |
3179 | <Options> | 3201 | <Options> |
3180 | <OutputPath>../../../../../bin/</OutputPath> | 3202 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3205,7 +3227,7 @@ | |||
3205 | </Files> | 3227 | </Files> |
3206 | </Project> | 3228 | </Project> |
3207 | 3229 | ||
3208 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> | 3230 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> |
3209 | <Configuration name="Debug"> | 3231 | <Configuration name="Debug"> |
3210 | <Options> | 3232 | <Options> |
3211 | <OutputPath>../../../../../bin/</OutputPath> | 3233 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3239,7 +3261,7 @@ | |||
3239 | </Project> | 3261 | </Project> |
3240 | 3262 | ||
3241 | 3263 | ||
3242 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | 3264 | <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> |
3243 | <Configuration name="Debug"> | 3265 | <Configuration name="Debug"> |
3244 | <Options> | 3266 | <Options> |
3245 | <OutputPath>../../../bin/</OutputPath> | 3267 | <OutputPath>../../../bin/</OutputPath> |
@@ -3285,7 +3307,7 @@ | |||
3285 | </Files> | 3307 | </Files> |
3286 | </Project> | 3308 | </Project> |
3287 | 3309 | ||
3288 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> | 3310 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> |
3289 | <Configuration name="Debug"> | 3311 | <Configuration name="Debug"> |
3290 | <Options> | 3312 | <Options> |
3291 | <OutputPath>../../../bin/</OutputPath> | 3313 | <OutputPath>../../../bin/</OutputPath> |
@@ -3325,7 +3347,7 @@ | |||
3325 | </Files> | 3347 | </Files> |
3326 | </Project> | 3348 | </Project> |
3327 | 3349 | ||
3328 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> | 3350 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> |
3329 | <Configuration name="Debug"> | 3351 | <Configuration name="Debug"> |
3330 | <Options> | 3352 | <Options> |
3331 | <OutputPath>../../../bin/</OutputPath> | 3353 | <OutputPath>../../../bin/</OutputPath> |
@@ -3364,7 +3386,7 @@ | |||
3364 | </Files> | 3386 | </Files> |
3365 | </Project> | 3387 | </Project> |
3366 | 3388 | ||
3367 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> | 3389 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> |
3368 | <Configuration name="Debug"> | 3390 | <Configuration name="Debug"> |
3369 | <Options> | 3391 | <Options> |
3370 | <OutputPath>../../../bin/</OutputPath> | 3392 | <OutputPath>../../../bin/</OutputPath> |