diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 212 |
1 files changed, 119 insertions, 93 deletions
diff --git a/prebuild.xml b/prebuild.xml index f31f749..2d65db4 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> |
@@ -116,7 +118,7 @@ | |||
116 | </Files> | 118 | </Files> |
117 | </Project> | 119 | </Project> |
118 | 120 | ||
119 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | 121 | <Project frameworkVersion="v4_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> |
120 | <Configuration name="Debug"> | 122 | <Configuration name="Debug"> |
121 | <Options> | 123 | <Options> |
122 | <OutputPath>../../../bin/</OutputPath> | 124 | <OutputPath>../../../bin/</OutputPath> |
@@ -145,7 +147,7 @@ | |||
145 | </Files> | 147 | </Files> |
146 | </Project> | 148 | </Project> |
147 | 149 | ||
148 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> | 150 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> |
149 | <Configuration name="Debug"> | 151 | <Configuration name="Debug"> |
150 | <Options> | 152 | <Options> |
151 | <OutputPath>../../../bin/</OutputPath> | 153 | <OutputPath>../../../bin/</OutputPath> |
@@ -172,7 +174,7 @@ | |||
172 | </Files> | 174 | </Files> |
173 | </Project> | 175 | </Project> |
174 | 176 | ||
175 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> | 177 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> |
176 | <Configuration name="Debug"> | 178 | <Configuration name="Debug"> |
177 | <Options> | 179 | <Options> |
178 | <OutputPath>../../../../bin/</OutputPath> | 180 | <OutputPath>../../../../bin/</OutputPath> |
@@ -200,6 +202,7 @@ | |||
200 | 202 | ||
201 | <Files> | 203 | <Files> |
202 | <Match pattern="*.cs" recurse="true"> | 204 | <Match pattern="*.cs" recurse="true"> |
205 | <Exclude name="obj" pattern="obj"/> | ||
203 | <Exclude pattern="Tests"/> | 206 | <Exclude pattern="Tests"/> |
204 | 207 | ||
205 | <!-- on temporary suspension --> | 208 | <!-- on temporary suspension --> |
@@ -213,7 +216,7 @@ | |||
213 | </Files> | 216 | </Files> |
214 | </Project> | 217 | </Project> |
215 | 218 | ||
216 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 219 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
217 | <Configuration name="Debug"> | 220 | <Configuration name="Debug"> |
218 | <Options> | 221 | <Options> |
219 | <OutputPath>../../../bin/</OutputPath> | 222 | <OutputPath>../../../bin/</OutputPath> |
@@ -240,7 +243,7 @@ | |||
240 | </Files> | 243 | </Files> |
241 | </Project> | 244 | </Project> |
242 | 245 | ||
243 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> | 246 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> |
244 | <Configuration name="Debug"> | 247 | <Configuration name="Debug"> |
245 | <Options> | 248 | <Options> |
246 | <OutputPath>../../../bin/</OutputPath> | 249 | <OutputPath>../../../bin/</OutputPath> |
@@ -264,12 +267,13 @@ | |||
264 | 267 | ||
265 | <Files> | 268 | <Files> |
266 | <Match pattern="*.cs" recurse="true"> | 269 | <Match pattern="*.cs" recurse="true"> |
270 | <Exclude name="obj" pattern="obj"/> | ||
267 | <Exclude name="Tests" pattern="Tests"/> | 271 | <Exclude name="Tests" pattern="Tests"/> |
268 | </Match> | 272 | </Match> |
269 | </Files> | 273 | </Files> |
270 | </Project> | 274 | </Project> |
271 | 275 | ||
272 | <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library"> | 276 | <Project frameworkVersion="v4_5" name="OpenSim.Data" path="OpenSim/Data" type="Library"> |
273 | <Configuration name="Debug"> | 277 | <Configuration name="Debug"> |
274 | <Options> | 278 | <Options> |
275 | <OutputPath>../../bin/</OutputPath> | 279 | <OutputPath>../../bin/</OutputPath> |
@@ -300,7 +304,7 @@ | |||
300 | </Files> | 304 | </Files> |
301 | </Project> | 305 | </Project> |
302 | 306 | ||
303 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | 307 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> |
304 | <Configuration name="Debug"> | 308 | <Configuration name="Debug"> |
305 | <Options> | 309 | <Options> |
306 | <OutputPath>../../../../bin/</OutputPath> | 310 | <OutputPath>../../../../bin/</OutputPath> |
@@ -325,7 +329,7 @@ | |||
325 | </Files> | 329 | </Files> |
326 | </Project> | 330 | </Project> |
327 | 331 | ||
328 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | 332 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
329 | <Configuration name="Debug"> | 333 | <Configuration name="Debug"> |
330 | <Options> | 334 | <Options> |
331 | <OutputPath>../../../bin/</OutputPath> | 335 | <OutputPath>../../../bin/</OutputPath> |
@@ -359,7 +363,7 @@ | |||
359 | </Files> | 363 | </Files> |
360 | </Project> | 364 | </Project> |
361 | 365 | ||
362 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 366 | <Project frameworkVersion="v4_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
363 | <Configuration name="Debug"> | 367 | <Configuration name="Debug"> |
364 | <Options> | 368 | <Options> |
365 | <OutputPath>../../bin/</OutputPath> | 369 | <OutputPath>../../bin/</OutputPath> |
@@ -394,7 +398,7 @@ | |||
394 | </Project> | 398 | </Project> |
395 | 399 | ||
396 | 400 | ||
397 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> | 401 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> |
398 | <Configuration name="Debug"> | 402 | <Configuration name="Debug"> |
399 | <Options> | 403 | <Options> |
400 | <OutputPath>../../../../bin/</OutputPath> | 404 | <OutputPath>../../../../bin/</OutputPath> |
@@ -421,7 +425,7 @@ | |||
421 | </Files> | 425 | </Files> |
422 | </Project> | 426 | </Project> |
423 | 427 | ||
424 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | 428 | <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> |
425 | <Configuration name="Debug"> | 429 | <Configuration name="Debug"> |
426 | <Options> | 430 | <Options> |
427 | <OutputPath>../../../bin/</OutputPath> | 431 | <OutputPath>../../../bin/</OutputPath> |
@@ -462,6 +466,7 @@ | |||
462 | 466 | ||
463 | <Files> | 467 | <Files> |
464 | <Match pattern="*.cs" recurse="true"> | 468 | <Match pattern="*.cs" recurse="true"> |
469 | <Exclude name="obj" pattern="obj"/> | ||
465 | <Exclude name="Tests" pattern="Tests"/> | 470 | <Exclude name="Tests" pattern="Tests"/> |
466 | </Match> | 471 | </Match> |
467 | </Files> | 472 | </Files> |
@@ -470,7 +475,7 @@ | |||
470 | <!-- OGS projects --> | 475 | <!-- OGS projects --> |
471 | 476 | ||
472 | 477 | ||
473 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> | 478 | <Project frameworkVersion="v4_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> |
474 | <Configuration name="Debug"> | 479 | <Configuration name="Debug"> |
475 | <Options> | 480 | <Options> |
476 | <OutputPath>../../../bin/</OutputPath> | 481 | <OutputPath>../../../bin/</OutputPath> |
@@ -505,7 +510,7 @@ | |||
505 | </Files> | 510 | </Files> |
506 | </Project> | 511 | </Project> |
507 | 512 | ||
508 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> | 513 | <Project frameworkVersion="v4_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> |
509 | <Configuration name="Debug"> | 514 | <Configuration name="Debug"> |
510 | <Options> | 515 | <Options> |
511 | <OutputPath>../../../bin/</OutputPath> | 516 | <OutputPath>../../../bin/</OutputPath> |
@@ -532,7 +537,7 @@ | |||
532 | </Files> | 537 | </Files> |
533 | </Project> | 538 | </Project> |
534 | 539 | ||
535 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> | 540 | <Project frameworkVersion="v4_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> |
536 | <Configuration name="Debug"> | 541 | <Configuration name="Debug"> |
537 | <Options> | 542 | <Options> |
538 | <OutputPath>../../../bin/</OutputPath> | 543 | <OutputPath>../../../bin/</OutputPath> |
@@ -563,7 +568,7 @@ | |||
563 | </Files> | 568 | </Files> |
564 | </Project> | 569 | </Project> |
565 | 570 | ||
566 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> | 571 | <Project frameworkVersion="v4_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> |
567 | <Configuration name="Debug"> | 572 | <Configuration name="Debug"> |
568 | <Options> | 573 | <Options> |
569 | <OutputPath>../../../bin/</OutputPath> | 574 | <OutputPath>../../../bin/</OutputPath> |
@@ -594,7 +599,7 @@ | |||
594 | </Files> | 599 | </Files> |
595 | </Project> | 600 | </Project> |
596 | 601 | ||
597 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> | 602 | <Project frameworkVersion="v4_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> |
598 | <Configuration name="Debug"> | 603 | <Configuration name="Debug"> |
599 | <Options> | 604 | <Options> |
600 | <OutputPath>../../../bin/</OutputPath> | 605 | <OutputPath>../../../bin/</OutputPath> |
@@ -635,7 +640,7 @@ | |||
635 | </Files> | 640 | </Files> |
636 | </Project> | 641 | </Project> |
637 | 642 | ||
638 | <Project frameworkVersion="v4_0" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library"> | 643 | <Project frameworkVersion="v4_5" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library"> |
639 | <Configuration name="Debug"> | 644 | <Configuration name="Debug"> |
640 | <Options> | 645 | <Options> |
641 | <OutputPath>../../../bin/</OutputPath> | 646 | <OutputPath>../../../bin/</OutputPath> |
@@ -669,7 +674,7 @@ | |||
669 | </Files> | 674 | </Files> |
670 | </Project> | 675 | </Project> |
671 | 676 | ||
672 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> | 677 | <Project frameworkVersion="v4_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> |
673 | <Configuration name="Debug"> | 678 | <Configuration name="Debug"> |
674 | <Options> | 679 | <Options> |
675 | <OutputPath>../../../bin/</OutputPath> | 680 | <OutputPath>../../../bin/</OutputPath> |
@@ -701,7 +706,7 @@ | |||
701 | </Files> | 706 | </Files> |
702 | </Project> | 707 | </Project> |
703 | 708 | ||
704 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> | 709 | <Project frameworkVersion="v4_5" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> |
705 | <Configuration name="Debug"> | 710 | <Configuration name="Debug"> |
706 | <Options> | 711 | <Options> |
707 | <OutputPath>../../../bin/</OutputPath> | 712 | <OutputPath>../../../bin/</OutputPath> |
@@ -735,7 +740,7 @@ | |||
735 | </Files> | 740 | </Files> |
736 | </Project> | 741 | </Project> |
737 | 742 | ||
738 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | 743 | <Project frameworkVersion="v4_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> |
739 | <Configuration name="Debug"> | 744 | <Configuration name="Debug"> |
740 | <Options> | 745 | <Options> |
741 | <OutputPath>../../../bin/</OutputPath> | 746 | <OutputPath>../../../bin/</OutputPath> |
@@ -766,7 +771,7 @@ | |||
766 | </Files> | 771 | </Files> |
767 | </Project> | 772 | </Project> |
768 | 773 | ||
769 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 774 | <Project frameworkVersion="v4_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> |
770 | <Configuration name="Debug"> | 775 | <Configuration name="Debug"> |
771 | <Options> | 776 | <Options> |
772 | <OutputPath>../../../bin/</OutputPath> | 777 | <OutputPath>../../../bin/</OutputPath> |
@@ -798,7 +803,7 @@ | |||
798 | </Files> | 803 | </Files> |
799 | </Project> | 804 | </Project> |
800 | 805 | ||
801 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> | 806 | <Project frameworkVersion="v4_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> |
802 | <Configuration name="Debug"> | 807 | <Configuration name="Debug"> |
803 | <Options> | 808 | <Options> |
804 | <OutputPath>../../../bin/</OutputPath> | 809 | <OutputPath>../../../bin/</OutputPath> |
@@ -831,7 +836,7 @@ | |||
831 | </Files> | 836 | </Files> |
832 | </Project> | 837 | </Project> |
833 | 838 | ||
834 | <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> | 839 | <Project frameworkVersion="v4_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> |
835 | <Configuration name="Debug"> | 840 | <Configuration name="Debug"> |
836 | <Options> | 841 | <Options> |
837 | <OutputPath>../../../bin/</OutputPath> | 842 | <OutputPath>../../../bin/</OutputPath> |
@@ -865,7 +870,7 @@ | |||
865 | </Files> | 870 | </Files> |
866 | </Project> | 871 | </Project> |
867 | 872 | ||
868 | <Project frameworkVersion="v4_0" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library"> | 873 | <Project frameworkVersion="v4_5" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library"> |
869 | <Configuration name="Debug"> | 874 | <Configuration name="Debug"> |
870 | <Options> | 875 | <Options> |
871 | <OutputPath>../../../bin/</OutputPath> | 876 | <OutputPath>../../../bin/</OutputPath> |
@@ -894,7 +899,7 @@ | |||
894 | </Files> | 899 | </Files> |
895 | </Project> | 900 | </Project> |
896 | 901 | ||
897 | <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | 902 | <Project frameworkVersion="v4_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> |
898 | <Configuration name="Debug"> | 903 | <Configuration name="Debug"> |
899 | <Options> | 904 | <Options> |
900 | <OutputPath>../../../bin/</OutputPath> | 905 | <OutputPath>../../../bin/</OutputPath> |
@@ -925,7 +930,7 @@ | |||
925 | </Files> | 930 | </Files> |
926 | </Project> | 931 | </Project> |
927 | 932 | ||
928 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> | 933 | <Project frameworkVersion="v4_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> |
929 | <Configuration name="Debug"> | 934 | <Configuration name="Debug"> |
930 | <Options> | 935 | <Options> |
931 | <OutputPath>../../../bin/</OutputPath> | 936 | <OutputPath>../../../bin/</OutputPath> |
@@ -956,7 +961,7 @@ | |||
956 | </Files> | 961 | </Files> |
957 | </Project> | 962 | </Project> |
958 | 963 | ||
959 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 964 | <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
960 | <Configuration name="Debug"> | 965 | <Configuration name="Debug"> |
961 | <Options> | 966 | <Options> |
962 | <OutputPath>../../../bin/</OutputPath> | 967 | <OutputPath>../../../bin/</OutputPath> |
@@ -985,13 +990,14 @@ | |||
985 | 990 | ||
986 | <Files> | 991 | <Files> |
987 | <Match pattern="*.cs" recurse="true"> | 992 | <Match pattern="*.cs" recurse="true"> |
993 | <Exclude name="obj" pattern="obj"/> | ||
988 | <Exclude name="Tests" pattern="Tests"/> | 994 | <Exclude name="Tests" pattern="Tests"/> |
989 | </Match> | 995 | </Match> |
990 | </Files> | 996 | </Files> |
991 | </Project> | 997 | </Project> |
992 | 998 | ||
993 | 999 | ||
994 | <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> | 1000 | <Project frameworkVersion="v4_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> |
995 | <Configuration name="Debug"> | 1001 | <Configuration name="Debug"> |
996 | <Options> | 1002 | <Options> |
997 | <OutputPath>../../../bin/</OutputPath> | 1003 | <OutputPath>../../../bin/</OutputPath> |
@@ -1024,7 +1030,7 @@ | |||
1024 | </Files> | 1030 | </Files> |
1025 | </Project> | 1031 | </Project> |
1026 | 1032 | ||
1027 | <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> | 1033 | <Project frameworkVersion="v4_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> |
1028 | <Configuration name="Debug"> | 1034 | <Configuration name="Debug"> |
1029 | <Options> | 1035 | <Options> |
1030 | <OutputPath>../../../bin/</OutputPath> | 1036 | <OutputPath>../../../bin/</OutputPath> |
@@ -1063,7 +1069,7 @@ | |||
1063 | </Files> | 1069 | </Files> |
1064 | </Project> | 1070 | </Project> |
1065 | 1071 | ||
1066 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> | 1072 | <Project frameworkVersion="v4_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> |
1067 | <Configuration name="Debug"> | 1073 | <Configuration name="Debug"> |
1068 | <Options> | 1074 | <Options> |
1069 | <OutputPath>../../../bin/</OutputPath> | 1075 | <OutputPath>../../../bin/</OutputPath> |
@@ -1093,7 +1099,7 @@ | |||
1093 | </Files> | 1099 | </Files> |
1094 | </Project> | 1100 | </Project> |
1095 | 1101 | ||
1096 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> | 1102 | <Project frameworkVersion="v4_5" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> |
1097 | <Configuration name="Debug"> | 1103 | <Configuration name="Debug"> |
1098 | <Options> | 1104 | <Options> |
1099 | <OutputPath>../../../bin/</OutputPath> | 1105 | <OutputPath>../../../bin/</OutputPath> |
@@ -1128,7 +1134,7 @@ | |||
1128 | </Files> | 1134 | </Files> |
1129 | </Project> | 1135 | </Project> |
1130 | 1136 | ||
1131 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1137 | <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1132 | <Configuration name="Debug"> | 1138 | <Configuration name="Debug"> |
1133 | <Options> | 1139 | <Options> |
1134 | <OutputPath>../../../bin/</OutputPath> | 1140 | <OutputPath>../../../bin/</OutputPath> |
@@ -1162,13 +1168,14 @@ | |||
1162 | 1168 | ||
1163 | <Files> | 1169 | <Files> |
1164 | <Match pattern="*.cs" recurse="true"> | 1170 | <Match pattern="*.cs" recurse="true"> |
1171 | <Exclude name="obj" pattern="obj"/> | ||
1165 | <Exclude pattern="Tests"/> | 1172 | <Exclude pattern="Tests"/> |
1166 | </Match> | 1173 | </Match> |
1167 | </Files> | 1174 | </Files> |
1168 | </Project> | 1175 | </Project> |
1169 | 1176 | ||
1170 | 1177 | ||
1171 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | 1178 | <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> |
1172 | <Configuration name="Debug"> | 1179 | <Configuration name="Debug"> |
1173 | <Options> | 1180 | <Options> |
1174 | <OutputPath>../../../bin/</OutputPath> | 1181 | <OutputPath>../../../bin/</OutputPath> |
@@ -1203,13 +1210,14 @@ | |||
1203 | 1210 | ||
1204 | <Files> | 1211 | <Files> |
1205 | <Match pattern="*.cs" recurse="true"> | 1212 | <Match pattern="*.cs" recurse="true"> |
1213 | <Exclude name="obj" pattern="obj"/> | ||
1206 | <Exclude pattern="Tests"/> | 1214 | <Exclude pattern="Tests"/> |
1207 | </Match> | 1215 | </Match> |
1208 | </Files> | 1216 | </Files> |
1209 | </Project> | 1217 | </Project> |
1210 | 1218 | ||
1211 | 1219 | ||
1212 | <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> | 1220 | <Project frameworkVersion="v4_5" name="Robust" path="OpenSim/Server" type="Exe"> |
1213 | <Configuration name="Debug"> | 1221 | <Configuration name="Debug"> |
1214 | <Options> | 1222 | <Options> |
1215 | <OutputPath>../../bin/</OutputPath> | 1223 | <OutputPath>../../bin/</OutputPath> |
@@ -1245,7 +1253,7 @@ | |||
1245 | </Files> | 1253 | </Files> |
1246 | </Project> | 1254 | </Project> |
1247 | 1255 | ||
1248 | <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> | 1256 | <Project frameworkVersion="v4_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> |
1249 | <Configuration name="Debug"> | 1257 | <Configuration name="Debug"> |
1250 | <Options> | 1258 | <Options> |
1251 | <OutputPath>../../bin/</OutputPath> | 1259 | <OutputPath>../../bin/</OutputPath> |
@@ -1279,7 +1287,7 @@ | |||
1279 | </Project> | 1287 | </Project> |
1280 | 1288 | ||
1281 | <!-- ClientStack Plugins --> | 1289 | <!-- ClientStack Plugins --> |
1282 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> | 1290 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> |
1283 | <Configuration name="Debug"> | 1291 | <Configuration name="Debug"> |
1284 | <Options> | 1292 | <Options> |
1285 | <OutputPath>../../../../../bin/</OutputPath> | 1293 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1317,6 +1325,7 @@ | |||
1317 | 1325 | ||
1318 | <Files> | 1326 | <Files> |
1319 | <Match pattern="*.cs" recurse="true"> | 1327 | <Match pattern="*.cs" recurse="true"> |
1328 | <Exclude name="obj" pattern="obj"/> | ||
1320 | <Exclude name="Tests" pattern="Tests"/> | 1329 | <Exclude name="Tests" pattern="Tests"/> |
1321 | </Match> | 1330 | </Match> |
1322 | </Files> | 1331 | </Files> |
@@ -1324,7 +1333,7 @@ | |||
1324 | 1333 | ||
1325 | 1334 | ||
1326 | 1335 | ||
1327 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 1336 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
1328 | <Configuration name="Debug"> | 1337 | <Configuration name="Debug"> |
1329 | <Options> | 1338 | <Options> |
1330 | <OutputPath>../../../../../bin/</OutputPath> | 1339 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1366,13 +1375,14 @@ | |||
1366 | 1375 | ||
1367 | <Files> | 1376 | <Files> |
1368 | <Match pattern="*.cs" recurse="true"> | 1377 | <Match pattern="*.cs" recurse="true"> |
1378 | <Exclude name="obj" pattern="obj"/> | ||
1369 | <Exclude name="Tests" pattern="Tests"/> | 1379 | <Exclude name="Tests" pattern="Tests"/> |
1370 | </Match> | 1380 | </Match> |
1371 | </Files> | 1381 | </Files> |
1372 | </Project> | 1382 | </Project> |
1373 | 1383 | ||
1374 | 1384 | ||
1375 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1385 | <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1376 | <Configuration name="Debug"> | 1386 | <Configuration name="Debug"> |
1377 | <Options> | 1387 | <Options> |
1378 | <OutputPath>../../../bin/</OutputPath> | 1388 | <OutputPath>../../../bin/</OutputPath> |
@@ -1433,13 +1443,14 @@ | |||
1433 | <Files> | 1443 | <Files> |
1434 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1444 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1435 | <Match pattern="*.cs" recurse="true"> | 1445 | <Match pattern="*.cs" recurse="true"> |
1446 | <Exclude name="obj" pattern="obj"/> | ||
1436 | <Exclude name="Tests" pattern="Tests"/> | 1447 | <Exclude name="Tests" pattern="Tests"/> |
1437 | </Match> | 1448 | </Match> |
1438 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1449 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1439 | </Files> | 1450 | </Files> |
1440 | </Project> | 1451 | </Project> |
1441 | 1452 | ||
1442 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1453 | <Project frameworkVersion="v4_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1443 | <Configuration name="Debug"> | 1454 | <Configuration name="Debug"> |
1444 | <Options> | 1455 | <Options> |
1445 | <OutputPath>../../../bin/</OutputPath> | 1456 | <OutputPath>../../../bin/</OutputPath> |
@@ -1493,6 +1504,7 @@ | |||
1493 | 1504 | ||
1494 | <Files> | 1505 | <Files> |
1495 | <Match pattern="*.cs" recurse="true"> | 1506 | <Match pattern="*.cs" recurse="true"> |
1507 | <Exclude name="obj" pattern="obj"/> | ||
1496 | <Exclude name="Tests" pattern="Tests"/> | 1508 | <Exclude name="Tests" pattern="Tests"/> |
1497 | </Match> | 1509 | </Match> |
1498 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1510 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -1500,7 +1512,7 @@ | |||
1500 | </Project> | 1512 | </Project> |
1501 | 1513 | ||
1502 | <!-- Datastore Plugins --> | 1514 | <!-- Datastore Plugins --> |
1503 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1515 | <Project frameworkVersion="v4_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1504 | <Configuration name="Debug"> | 1516 | <Configuration name="Debug"> |
1505 | <Options> | 1517 | <Options> |
1506 | <OutputPath>../../../bin/</OutputPath> | 1518 | <OutputPath>../../../bin/</OutputPath> |
@@ -1528,7 +1540,7 @@ | |||
1528 | </Files> | 1540 | </Files> |
1529 | </Project> | 1541 | </Project> |
1530 | 1542 | ||
1531 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> | 1543 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> |
1532 | <Configuration name="Debug"> | 1544 | <Configuration name="Debug"> |
1533 | <Options> | 1545 | <Options> |
1534 | <OutputPath>../../../../bin/</OutputPath> | 1546 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1550,12 +1562,13 @@ | |||
1550 | 1562 | ||
1551 | <Files> | 1563 | <Files> |
1552 | <Match pattern="*.cs" recurse="true"> | 1564 | <Match pattern="*.cs" recurse="true"> |
1565 | <Exclude name="obj" pattern="obj"/> | ||
1553 | <Exclude name="Tests" pattern="Tests"/> | 1566 | <Exclude name="Tests" pattern="Tests"/> |
1554 | </Match> | 1567 | </Match> |
1555 | </Files> | 1568 | </Files> |
1556 | </Project> | 1569 | </Project> |
1557 | 1570 | ||
1558 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> | 1571 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
1559 | <Configuration name="Debug"> | 1572 | <Configuration name="Debug"> |
1560 | <Options> | 1573 | <Options> |
1561 | <OutputPath>../../../../bin/</OutputPath> | 1574 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1588,7 +1601,7 @@ | |||
1588 | </Project> | 1601 | </Project> |
1589 | 1602 | ||
1590 | <!-- Physics Plug-ins --> | 1603 | <!-- Physics Plug-ins --> |
1591 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> | 1604 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> |
1592 | <Configuration name="Debug"> | 1605 | <Configuration name="Debug"> |
1593 | <Options> | 1606 | <Options> |
1594 | <OutputPath>../../../../bin/</OutputPath> | 1607 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1613,7 +1626,7 @@ | |||
1613 | </Files> | 1626 | </Files> |
1614 | </Project> | 1627 | </Project> |
1615 | 1628 | ||
1616 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> | 1629 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> |
1617 | <Configuration name="Debug"> | 1630 | <Configuration name="Debug"> |
1618 | <Options> | 1631 | <Options> |
1619 | <OutputPath>../../../../bin/</OutputPath> | 1632 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1638,7 +1651,7 @@ | |||
1638 | </Files> | 1651 | </Files> |
1639 | </Project> | 1652 | </Project> |
1640 | 1653 | ||
1641 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> | 1654 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> |
1642 | <Configuration name="Debug"> | 1655 | <Configuration name="Debug"> |
1643 | <Options> | 1656 | <Options> |
1644 | <OutputPath>../../../../bin/</OutputPath> | 1657 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1664,12 +1677,13 @@ | |||
1664 | 1677 | ||
1665 | <Files> | 1678 | <Files> |
1666 | <Match pattern="*.cs" recurse="true"> | 1679 | <Match pattern="*.cs" recurse="true"> |
1680 | <Exclude name="obj" pattern="obj"/> | ||
1667 | <Exclude name="Tests" pattern="Tests"/> | 1681 | <Exclude name="Tests" pattern="Tests"/> |
1668 | </Match> | 1682 | </Match> |
1669 | </Files> | 1683 | </Files> |
1670 | </Project> | 1684 | </Project> |
1671 | 1685 | ||
1672 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> | 1686 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> |
1673 | <Configuration name="Debug"> | 1687 | <Configuration name="Debug"> |
1674 | <Options> | 1688 | <Options> |
1675 | <OutputPath>../../../../bin/</OutputPath> | 1689 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1697,12 +1711,13 @@ | |||
1697 | 1711 | ||
1698 | <Files> | 1712 | <Files> |
1699 | <Match pattern="*.cs" recurse="true"> | 1713 | <Match pattern="*.cs" recurse="true"> |
1714 | <Exclude name="obj" pattern="obj"/> | ||
1700 | <Exclude name="Tests" pattern="Tests"/> | 1715 | <Exclude name="Tests" pattern="Tests"/> |
1701 | </Match> | 1716 | </Match> |
1702 | </Files> | 1717 | </Files> |
1703 | </Project> | 1718 | </Project> |
1704 | 1719 | ||
1705 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> | 1720 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> |
1706 | <Configuration name="Debug"> | 1721 | <Configuration name="Debug"> |
1707 | <Options> | 1722 | <Options> |
1708 | <OutputPath>../../../../bin/</OutputPath> | 1723 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1735,7 +1750,7 @@ | |||
1735 | </Files> | 1750 | </Files> |
1736 | </Project> | 1751 | </Project> |
1737 | 1752 | ||
1738 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> | 1753 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> |
1739 | <Configuration name="Debug"> | 1754 | <Configuration name="Debug"> |
1740 | <Options> | 1755 | <Options> |
1741 | <OutputPath>../../../../bin/</OutputPath> | 1756 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1768,13 +1783,14 @@ | |||
1768 | 1783 | ||
1769 | <Files> | 1784 | <Files> |
1770 | <Match pattern="*.cs" recurse="true"> | 1785 | <Match pattern="*.cs" recurse="true"> |
1786 | <Exclude name="obj" pattern="obj"/> | ||
1771 | <Exclude name="Tests" pattern="Tests"/> | 1787 | <Exclude name="Tests" pattern="Tests"/> |
1772 | </Match> | 1788 | </Match> |
1773 | </Files> | 1789 | </Files> |
1774 | </Project> | 1790 | </Project> |
1775 | 1791 | ||
1776 | <!-- OpenSim app --> | 1792 | <!-- OpenSim app --> |
1777 | <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1793 | <Project frameworkVersion="v4_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1778 | <Configuration name="Debug"> | 1794 | <Configuration name="Debug"> |
1779 | <Options> | 1795 | <Options> |
1780 | <OutputPath>../../../bin/</OutputPath> | 1796 | <OutputPath>../../../bin/</OutputPath> |
@@ -1817,7 +1833,7 @@ | |||
1817 | </Files> | 1833 | </Files> |
1818 | </Project> | 1834 | </Project> |
1819 | 1835 | ||
1820 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> | 1836 | <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
1821 | <Configuration name="Debug"> | 1837 | <Configuration name="Debug"> |
1822 | <Options> | 1838 | <Options> |
1823 | <OutputPath>../../../bin/</OutputPath> | 1839 | <OutputPath>../../../bin/</OutputPath> |
@@ -1850,7 +1866,7 @@ | |||
1850 | </Files> | 1866 | </Files> |
1851 | </Project> | 1867 | </Project> |
1852 | 1868 | ||
1853 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | 1869 | <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> |
1854 | <Configuration name="Debug"> | 1870 | <Configuration name="Debug"> |
1855 | <Options> | 1871 | <Options> |
1856 | <OutputPath>../../../bin/</OutputPath> | 1872 | <OutputPath>../../../bin/</OutputPath> |
@@ -1879,7 +1895,7 @@ | |||
1879 | </Files> | 1895 | </Files> |
1880 | </Project> | 1896 | </Project> |
1881 | 1897 | ||
1882 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 1898 | <Project frameworkVersion="v4_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
1883 | <Configuration name="Debug"> | 1899 | <Configuration name="Debug"> |
1884 | <Options> | 1900 | <Options> |
1885 | <OutputPath>../../../bin/</OutputPath> | 1901 | <OutputPath>../../../bin/</OutputPath> |
@@ -1920,7 +1936,7 @@ | |||
1920 | <!-- Scene Server API Example Apps --> | 1936 | <!-- Scene Server API Example Apps --> |
1921 | 1937 | ||
1922 | <!-- Data Base Modules --> | 1938 | <!-- Data Base Modules --> |
1923 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 1939 | <Project frameworkVersion="v4_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
1924 | <Configuration name="Debug"> | 1940 | <Configuration name="Debug"> |
1925 | <Options> | 1941 | <Options> |
1926 | <OutputPath>../../../bin/</OutputPath> | 1942 | <OutputPath>../../../bin/</OutputPath> |
@@ -1951,6 +1967,7 @@ | |||
1951 | 1967 | ||
1952 | <Files> | 1968 | <Files> |
1953 | <Match pattern="*.cs" recurse="true"> | 1969 | <Match pattern="*.cs" recurse="true"> |
1970 | <Exclude name="obj" pattern="obj"/> | ||
1954 | <Exclude name="Tests" pattern="Tests"/> | 1971 | <Exclude name="Tests" pattern="Tests"/> |
1955 | </Match> | 1972 | </Match> |
1956 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | 1973 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> |
@@ -1959,7 +1976,7 @@ | |||
1959 | </Files> | 1976 | </Files> |
1960 | </Project> | 1977 | </Project> |
1961 | 1978 | ||
1962 | <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> | 1979 | <Project frameworkVersion="v4_5" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> |
1963 | <Configuration name="Debug"> | 1980 | <Configuration name="Debug"> |
1964 | <Options> | 1981 | <Options> |
1965 | <OutputPath>../../../bin/</OutputPath> | 1982 | <OutputPath>../../../bin/</OutputPath> |
@@ -1995,7 +2012,7 @@ | |||
1995 | </Files> | 2012 | </Files> |
1996 | </Project> | 2013 | </Project> |
1997 | 2014 | ||
1998 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 2015 | <Project frameworkVersion="v4_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
1999 | <Configuration name="Debug"> | 2016 | <Configuration name="Debug"> |
2000 | <Options> | 2017 | <Options> |
2001 | <OutputPath>../../../bin/</OutputPath> | 2018 | <OutputPath>../../../bin/</OutputPath> |
@@ -2026,6 +2043,7 @@ | |||
2026 | 2043 | ||
2027 | <Files> | 2044 | <Files> |
2028 | <Match pattern="*.cs" recurse="true"> | 2045 | <Match pattern="*.cs" recurse="true"> |
2046 | <Exclude name="obj" pattern="obj"/> | ||
2029 | <Exclude name="Tests" pattern="Tests"/> | 2047 | <Exclude name="Tests" pattern="Tests"/> |
2030 | </Match> | 2048 | </Match> |
2031 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | 2049 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> |
@@ -2035,7 +2053,7 @@ | |||
2035 | </Project> | 2053 | </Project> |
2036 | 2054 | ||
2037 | 2055 | ||
2038 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | 2056 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> |
2039 | <Configuration name="Debug"> | 2057 | <Configuration name="Debug"> |
2040 | <Options> | 2058 | <Options> |
2041 | <OutputPath>../../../../bin/</OutputPath> | 2059 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2071,7 +2089,7 @@ | |||
2071 | </Files> | 2089 | </Files> |
2072 | </Project> | 2090 | </Project> |
2073 | 2091 | ||
2074 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 2092 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
2075 | <Configuration name="Debug"> | 2093 | <Configuration name="Debug"> |
2076 | <Options> | 2094 | <Options> |
2077 | <OutputPath>../../../../../../bin/</OutputPath> | 2095 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2103,7 +2121,7 @@ | |||
2103 | </Files> | 2121 | </Files> |
2104 | </Project> | 2122 | </Project> |
2105 | 2123 | ||
2106 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | 2124 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2107 | <Configuration name="Debug"> | 2125 | <Configuration name="Debug"> |
2108 | <Options> | 2126 | <Options> |
2109 | <OutputPath>../../../../../../bin/</OutputPath> | 2127 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2144,7 +2162,7 @@ | |||
2144 | </Files> | 2162 | </Files> |
2145 | </Project> | 2163 | </Project> |
2146 | 2164 | ||
2147 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | 2165 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> |
2148 | <Configuration name="Debug"> | 2166 | <Configuration name="Debug"> |
2149 | <Options> | 2167 | <Options> |
2150 | <OutputPath>../../../../../bin/</OutputPath> | 2168 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2169,12 +2187,13 @@ | |||
2169 | 2187 | ||
2170 | <Files> | 2188 | <Files> |
2171 | <Match pattern="*.cs" recurse="true"> | 2189 | <Match pattern="*.cs" recurse="true"> |
2190 | <Exclude name="obj" pattern="obj"/> | ||
2172 | <Exclude name="Tests" pattern="Tests"/> | 2191 | <Exclude name="Tests" pattern="Tests"/> |
2173 | </Match> | 2192 | </Match> |
2174 | </Files> | 2193 | </Files> |
2175 | </Project> | 2194 | </Project> |
2176 | 2195 | ||
2177 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> | 2196 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> |
2178 | <Configuration name="Debug"> | 2197 | <Configuration name="Debug"> |
2179 | <Options> | 2198 | <Options> |
2180 | <OutputPath>../../../../../bin/</OutputPath> | 2199 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2208,12 +2227,13 @@ | |||
2208 | 2227 | ||
2209 | <Files> | 2228 | <Files> |
2210 | <Match pattern="*.cs" recurse="true"> | 2229 | <Match pattern="*.cs" recurse="true"> |
2230 | <Exclude name="obj" pattern="obj"/> | ||
2211 | <Exclude name="Tests" pattern="Tests"/> | 2231 | <Exclude name="Tests" pattern="Tests"/> |
2212 | </Match> | 2232 | </Match> |
2213 | </Files> | 2233 | </Files> |
2214 | </Project> | 2234 | </Project> |
2215 | 2235 | ||
2216 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> | 2236 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> |
2217 | <Configuration name="Debug"> | 2237 | <Configuration name="Debug"> |
2218 | <Options> | 2238 | <Options> |
2219 | <OutputPath>../../../../../../bin/</OutputPath> | 2239 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2246,7 +2266,7 @@ | |||
2246 | </Files> | 2266 | </Files> |
2247 | </Project> | 2267 | </Project> |
2248 | 2268 | ||
2249 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 2269 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
2250 | <Configuration name="Debug"> | 2270 | <Configuration name="Debug"> |
2251 | <Options> | 2271 | <Options> |
2252 | <OutputPath>../../../../bin/</OutputPath> | 2272 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2285,6 +2305,7 @@ | |||
2285 | <Files> | 2305 | <Files> |
2286 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2306 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2287 | <Match pattern="*.cs" recurse="true"> | 2307 | <Match pattern="*.cs" recurse="true"> |
2308 | <Exclude name="obj" pattern="obj"/> | ||
2288 | <Exclude name="Api"/> | 2309 | <Exclude name="Api"/> |
2289 | <Exclude name="Tests" pattern="Tests"/> | 2310 | <Exclude name="Tests" pattern="Tests"/> |
2290 | </Match> | 2311 | </Match> |
@@ -2293,7 +2314,7 @@ | |||
2293 | 2314 | ||
2294 | <!-- Addons --> | 2315 | <!-- Addons --> |
2295 | 2316 | ||
2296 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> | 2317 | <Project frameworkVersion="v4_5" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> |
2297 | <Configuration name="Debug"> | 2318 | <Configuration name="Debug"> |
2298 | <Options> | 2319 | <Options> |
2299 | <OutputPath>../../../bin/</OutputPath> | 2320 | <OutputPath>../../../bin/</OutputPath> |
@@ -2334,13 +2355,14 @@ | |||
2334 | 2355 | ||
2335 | <Files> | 2356 | <Files> |
2336 | <Match pattern="*.cs" recurse="true"> | 2357 | <Match pattern="*.cs" recurse="true"> |
2358 | <Exclude name="obj" pattern="obj"/> | ||
2337 | <Exclude pattern="Tests" /> | 2359 | <Exclude pattern="Tests" /> |
2338 | </Match> | 2360 | </Match> |
2339 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 2361 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
2340 | </Files> | 2362 | </Files> |
2341 | </Project> | 2363 | </Project> |
2342 | 2364 | ||
2343 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> | 2365 | <Project frameworkVersion="v4_5" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> |
2344 | <Configuration name="Debug"> | 2366 | <Configuration name="Debug"> |
2345 | <Options> | 2367 | <Options> |
2346 | <OutputPath>../../../bin/</OutputPath> | 2368 | <OutputPath>../../../bin/</OutputPath> |
@@ -2382,6 +2404,7 @@ | |||
2382 | 2404 | ||
2383 | <Files> | 2405 | <Files> |
2384 | <Match pattern="*.cs" recurse="true"> | 2406 | <Match pattern="*.cs" recurse="true"> |
2407 | <Exclude name="obj" pattern="obj"/> | ||
2385 | <Exclude pattern="Tests" /> | 2408 | <Exclude pattern="Tests" /> |
2386 | </Match> | 2409 | </Match> |
2387 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 2410 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
@@ -2392,7 +2415,7 @@ | |||
2392 | 2415 | ||
2393 | <!-- Tools --> | 2416 | <!-- Tools --> |
2394 | 2417 | ||
2395 | <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2418 | <Project frameworkVersion="v4_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |
2396 | <Configuration name="Debug"> | 2419 | <Configuration name="Debug"> |
2397 | <Options> | 2420 | <Options> |
2398 | <OutputPath>../../../bin/</OutputPath> | 2421 | <OutputPath>../../../bin/</OutputPath> |
@@ -2420,7 +2443,7 @@ | |||
2420 | </Files> | 2443 | </Files> |
2421 | </Project> | 2444 | </Project> |
2422 | 2445 | ||
2423 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> | 2446 | <Project frameworkVersion="v4_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> |
2424 | <Configuration name="Debug"> | 2447 | <Configuration name="Debug"> |
2425 | <Options> | 2448 | <Options> |
2426 | <OutputPath>../../../bin/</OutputPath> | 2449 | <OutputPath>../../../bin/</OutputPath> |
@@ -2447,7 +2470,7 @@ | |||
2447 | </Files> | 2470 | </Files> |
2448 | </Project> | 2471 | </Project> |
2449 | 2472 | ||
2450 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | 2473 | <Project frameworkVersion="v4_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> |
2451 | <Configuration name="Debug"> | 2474 | <Configuration name="Debug"> |
2452 | <Options> | 2475 | <Options> |
2453 | <OutputPath>../../../bin/</OutputPath> | 2476 | <OutputPath>../../../bin/</OutputPath> |
@@ -2472,7 +2495,7 @@ | |||
2472 | </Project> | 2495 | </Project> |
2473 | 2496 | ||
2474 | <!-- Test Clients --> | 2497 | <!-- Test Clients --> |
2475 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | 2498 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> |
2476 | <Configuration name="Debug"> | 2499 | <Configuration name="Debug"> |
2477 | <Options> | 2500 | <Options> |
2478 | <OutputPath>../../../../bin/</OutputPath> | 2501 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2500,7 +2523,7 @@ | |||
2500 | </Project> | 2523 | </Project> |
2501 | 2524 | ||
2502 | <!-- Test assemblies --> | 2525 | <!-- Test assemblies --> |
2503 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2526 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2504 | <Configuration name="Debug"> | 2527 | <Configuration name="Debug"> |
2505 | <Options> | 2528 | <Options> |
2506 | <OutputPath>../../../bin/</OutputPath> | 2529 | <OutputPath>../../../bin/</OutputPath> |
@@ -2549,7 +2572,7 @@ | |||
2549 | </Files> | 2572 | </Files> |
2550 | </Project> | 2573 | </Project> |
2551 | 2574 | ||
2552 | <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | 2575 | <Project frameworkVersion="v4_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> |
2553 | <Configuration name="Debug"> | 2576 | <Configuration name="Debug"> |
2554 | <Options> | 2577 | <Options> |
2555 | <OutputPath>../../bin/</OutputPath> | 2578 | <OutputPath>../../bin/</OutputPath> |
@@ -2572,7 +2595,7 @@ | |||
2572 | </Files> | 2595 | </Files> |
2573 | </Project> | 2596 | </Project> |
2574 | 2597 | ||
2575 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> | 2598 | <Project frameworkVersion="v4_5" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> |
2576 | <Configuration name="Debug"> | 2599 | <Configuration name="Debug"> |
2577 | <Options> | 2600 | <Options> |
2578 | <OutputPath>../../../../bin/</OutputPath> | 2601 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2610,11 +2633,12 @@ | |||
2610 | 2633 | ||
2611 | <Files> | 2634 | <Files> |
2612 | <Match pattern="*.cs" recurse="true"> | 2635 | <Match pattern="*.cs" recurse="true"> |
2636 | <Exclude name="obj" pattern="obj"/> | ||
2613 | </Match> | 2637 | </Match> |
2614 | </Files> | 2638 | </Files> |
2615 | </Project> | 2639 | </Project> |
2616 | 2640 | ||
2617 | <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> | 2641 | <Project frameworkVersion="v4_5" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> |
2618 | <Configuration name="Debug"> | 2642 | <Configuration name="Debug"> |
2619 | <Options> | 2643 | <Options> |
2620 | <OutputPath>../../../bin/</OutputPath> | 2644 | <OutputPath>../../../bin/</OutputPath> |
@@ -2650,7 +2674,7 @@ | |||
2650 | </Project> | 2674 | </Project> |
2651 | 2675 | ||
2652 | 2676 | ||
2653 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2677 | <Project frameworkVersion="v4_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2654 | <Configuration name="Debug"> | 2678 | <Configuration name="Debug"> |
2655 | <Options> | 2679 | <Options> |
2656 | <OutputPath>../../../bin/</OutputPath> | 2680 | <OutputPath>../../../bin/</OutputPath> |
@@ -2701,7 +2725,7 @@ | |||
2701 | </Project> | 2725 | </Project> |
2702 | 2726 | ||
2703 | 2727 | ||
2704 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2728 | <Project frameworkVersion="v4_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2705 | <Configuration name="Debug"> | 2729 | <Configuration name="Debug"> |
2706 | <Options> | 2730 | <Options> |
2707 | <OutputPath>../../../bin/</OutputPath> | 2731 | <OutputPath>../../../bin/</OutputPath> |
@@ -2742,7 +2766,7 @@ | |||
2742 | </Files> | 2766 | </Files> |
2743 | </Project> | 2767 | </Project> |
2744 | 2768 | ||
2745 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> | 2769 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> |
2746 | <Configuration name="Debug"> | 2770 | <Configuration name="Debug"> |
2747 | <Options> | 2771 | <Options> |
2748 | <OutputPath>../../../bin/</OutputPath> | 2772 | <OutputPath>../../../bin/</OutputPath> |
@@ -2773,7 +2797,7 @@ | |||
2773 | </Files> | 2797 | </Files> |
2774 | </Project> | 2798 | </Project> |
2775 | 2799 | ||
2776 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | 2800 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> |
2777 | <Configuration name="Debug"> | 2801 | <Configuration name="Debug"> |
2778 | <Options> | 2802 | <Options> |
2779 | <OutputPath>../../../../bin/</OutputPath> | 2803 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2800,11 +2824,12 @@ | |||
2800 | 2824 | ||
2801 | <Files> | 2825 | <Files> |
2802 | <Match pattern="*.cs" recurse="true"> | 2826 | <Match pattern="*.cs" recurse="true"> |
2827 | <Exclude name="obj" pattern="obj"/> | ||
2803 | </Match> | 2828 | </Match> |
2804 | </Files> | 2829 | </Files> |
2805 | </Project> | 2830 | </Project> |
2806 | 2831 | ||
2807 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 2832 | <Project frameworkVersion="v4_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
2808 | <Configuration name="Debug"> | 2833 | <Configuration name="Debug"> |
2809 | <Options> | 2834 | <Options> |
2810 | <OutputPath>../../../../bin/</OutputPath> | 2835 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2830,11 +2855,12 @@ | |||
2830 | 2855 | ||
2831 | <Files> | 2856 | <Files> |
2832 | <Match pattern="*.cs" recurse="true"> | 2857 | <Match pattern="*.cs" recurse="true"> |
2858 | <Exclude name="obj" pattern="obj"/> | ||
2833 | </Match> | 2859 | </Match> |
2834 | </Files> | 2860 | </Files> |
2835 | </Project> | 2861 | </Project> |
2836 | 2862 | ||
2837 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> | 2863 | <Project frameworkVersion="v4_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> |
2838 | <Configuration name="Debug"> | 2864 | <Configuration name="Debug"> |
2839 | <Options> | 2865 | <Options> |
2840 | <OutputPath>../../../bin/</OutputPath> | 2866 | <OutputPath>../../../bin/</OutputPath> |
@@ -2913,7 +2939,7 @@ | |||
2913 | </Project> | 2939 | </Project> |
2914 | 2940 | ||
2915 | 2941 | ||
2916 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 2942 | <Project frameworkVersion="v4_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
2917 | <Configuration name="Debug"> | 2943 | <Configuration name="Debug"> |
2918 | <Options> | 2944 | <Options> |
2919 | <OutputPath>../../../bin/</OutputPath> | 2945 | <OutputPath>../../../bin/</OutputPath> |
@@ -2975,7 +3001,7 @@ | |||
2975 | </Files> | 3001 | </Files> |
2976 | </Project> | 3002 | </Project> |
2977 | 3003 | ||
2978 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 3004 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
2979 | <Configuration name="Debug"> | 3005 | <Configuration name="Debug"> |
2980 | <Options> | 3006 | <Options> |
2981 | <OutputPath>../../../../../bin/</OutputPath> | 3007 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3016,7 +3042,7 @@ | |||
3016 | </Files> | 3042 | </Files> |
3017 | </Project> | 3043 | </Project> |
3018 | 3044 | ||
3019 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> | 3045 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3020 | <Configuration name="Debug"> | 3046 | <Configuration name="Debug"> |
3021 | <Options> | 3047 | <Options> |
3022 | <OutputPath>../../../../../../bin/</OutputPath> | 3048 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -3050,7 +3076,7 @@ | |||
3050 | </Files> | 3076 | </Files> |
3051 | </Project> | 3077 | </Project> |
3052 | 3078 | ||
3053 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3079 | <Project frameworkVersion="v4_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3054 | <Configuration name="Debug"> | 3080 | <Configuration name="Debug"> |
3055 | <Options> | 3081 | <Options> |
3056 | <OutputPath>../../../bin/</OutputPath> | 3082 | <OutputPath>../../../bin/</OutputPath> |
@@ -3108,7 +3134,7 @@ | |||
3108 | TODO: this is kind of lame, we basically build a duplicate | 3134 | TODO: this is kind of lame, we basically build a duplicate |
3109 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3135 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3110 | --> | 3136 | --> |
3111 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> | 3137 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> |
3112 | <Configuration name="Debug"> | 3138 | <Configuration name="Debug"> |
3113 | <Options> | 3139 | <Options> |
3114 | <OutputPath>../../../../../bin/</OutputPath> | 3140 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3139,7 +3165,7 @@ | |||
3139 | </Files> | 3165 | </Files> |
3140 | </Project> | 3166 | </Project> |
3141 | 3167 | ||
3142 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> | 3168 | <Project frameworkVersion="v4_5" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> |
3143 | <Configuration name="Debug"> | 3169 | <Configuration name="Debug"> |
3144 | <Options> | 3170 | <Options> |
3145 | <OutputPath>../../../../../bin/</OutputPath> | 3171 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3173,7 +3199,7 @@ | |||
3173 | </Project> | 3199 | </Project> |
3174 | 3200 | ||
3175 | 3201 | ||
3176 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | 3202 | <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> |
3177 | <Configuration name="Debug"> | 3203 | <Configuration name="Debug"> |
3178 | <Options> | 3204 | <Options> |
3179 | <OutputPath>../../../bin/</OutputPath> | 3205 | <OutputPath>../../../bin/</OutputPath> |
@@ -3219,7 +3245,7 @@ | |||
3219 | </Files> | 3245 | </Files> |
3220 | </Project> | 3246 | </Project> |
3221 | 3247 | ||
3222 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> | 3248 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> |
3223 | <Configuration name="Debug"> | 3249 | <Configuration name="Debug"> |
3224 | <Options> | 3250 | <Options> |
3225 | <OutputPath>../../../bin/</OutputPath> | 3251 | <OutputPath>../../../bin/</OutputPath> |
@@ -3259,7 +3285,7 @@ | |||
3259 | </Files> | 3285 | </Files> |
3260 | </Project> | 3286 | </Project> |
3261 | 3287 | ||
3262 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> | 3288 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> |
3263 | <Configuration name="Debug"> | 3289 | <Configuration name="Debug"> |
3264 | <Options> | 3290 | <Options> |
3265 | <OutputPath>../../../bin/</OutputPath> | 3291 | <OutputPath>../../../bin/</OutputPath> |
@@ -3298,7 +3324,7 @@ | |||
3298 | </Files> | 3324 | </Files> |
3299 | </Project> | 3325 | </Project> |
3300 | 3326 | ||
3301 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> | 3327 | <Project frameworkVersion="v4_5" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> |
3302 | <Configuration name="Debug"> | 3328 | <Configuration name="Debug"> |
3303 | <Options> | 3329 | <Options> |
3304 | <OutputPath>../../../bin/</OutputPath> | 3330 | <OutputPath>../../../bin/</OutputPath> |