diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 637 |
1 files changed, 406 insertions, 231 deletions
diff --git a/prebuild.xml b/prebuild.xml index 3330017..0f2b6c9 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_6" 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> |
@@ -50,12 +52,12 @@ | |||
50 | <Reference name="System"/> | 52 | <Reference name="System"/> |
51 | <Reference name="System.Xml"/> | 53 | <Reference name="System.Xml"/> |
52 | <Files> | 54 | <Files> |
53 | <Match pattern="*.cs" recurse="true"/> | 55 | <Match pattern="*.cs" recurse="true"> |
54 | </Files> | 56 | </Files> |
55 | </Project> | 57 | </Project> |
56 | --> | 58 | --> |
57 | 59 | ||
58 | <Project frameworkVersion="v4_0" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> | 60 | <Project frameworkVersion="v4_6" 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> |
@@ -73,11 +75,13 @@ | |||
73 | <Reference name="System.Data"/> | 75 | <Reference name="System.Data"/> |
74 | <Reference name="System.Web"/> | 76 | <Reference name="System.Web"/> |
75 | <Files> | 77 | <Files> |
76 | <Match pattern="*.cs" recurse="true"/> | 78 | <Match pattern="*.cs" recurse="true"> |
79 | <Exclude name="obj" pattern="obj"/> | ||
80 | </Match> | ||
77 | </Files> | 81 | </Files> |
78 | </Project> | 82 | </Project> |
79 | 83 | ||
80 | <Project frameworkVersion="v4_0" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> | 84 | <Project frameworkVersion="v4_6" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> |
81 | <Configuration name="Debug"> | 85 | <Configuration name="Debug"> |
82 | <Options> | 86 | <Options> |
83 | <OutputPath>../../bin/</OutputPath> | 87 | <OutputPath>../../bin/</OutputPath> |
@@ -98,7 +102,7 @@ | |||
98 | <Reference name="System.Drawing"/> | 102 | <Reference name="System.Drawing"/> |
99 | <Reference name="System.Web"/> | 103 | <Reference name="System.Web"/> |
100 | <Reference name="System.Security"/> | 104 | <Reference name="System.Security"/> |
101 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> | 105 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> |
102 | <Reference name="OpenMetaverse" path="../../bin/"/> | 106 | <Reference name="OpenMetaverse" path="../../bin/"/> |
103 | <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/> | 107 | <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/> |
104 | <Reference name="XMLRPC" path="../../bin/"/> | 108 | <Reference name="XMLRPC" path="../../bin/"/> |
@@ -112,12 +116,16 @@ | |||
112 | <Reference name="SmartThreadPool"/> | 116 | <Reference name="SmartThreadPool"/> |
113 | <Files> | 117 | <Files> |
114 | <Match pattern="*.cs" recurse="false"/> | 118 | <Match pattern="*.cs" recurse="false"/> |
115 | <Match path="Client" pattern="*.cs" recurse="true"/> | 119 | <Match path="Client" pattern="*.cs" recurse="true"> |
116 | <Match path="ServiceAuth" pattern="*.cs" recurse="true"/> | 120 | <Exclude name="obj" pattern="obj"/> |
121 | </Match> | ||
122 | <Match path="ServiceAuth" pattern="*.cs" recurse="true"> | ||
123 | <Exclude name="obj" pattern="obj"/> | ||
124 | </Match> | ||
117 | </Files> | 125 | </Files> |
118 | </Project> | 126 | </Project> |
119 | 127 | ||
120 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | 128 | <Project frameworkVersion="v4_6" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> |
121 | <Configuration name="Debug"> | 129 | <Configuration name="Debug"> |
122 | <Options> | 130 | <Options> |
123 | <OutputPath>../../../bin/</OutputPath> | 131 | <OutputPath>../../../bin/</OutputPath> |
@@ -142,11 +150,14 @@ | |||
142 | <Reference name="log4net" path="../../../bin/"/> | 150 | <Reference name="log4net" path="../../../bin/"/> |
143 | 151 | ||
144 | <Files> | 152 | <Files> |
145 | <Match pattern="*.cs" recurse="true"/> | 153 | <Match pattern="*.cs" recurse="true"> |
154 | <Exclude name="obj" pattern="obj"/> | ||
155 | </Match> | ||
156 | |||
146 | </Files> | 157 | </Files> |
147 | </Project> | 158 | </Project> |
148 | 159 | ||
149 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> | 160 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> |
150 | <Configuration name="Debug"> | 161 | <Configuration name="Debug"> |
151 | <Options> | 162 | <Options> |
152 | <OutputPath>../../../bin/</OutputPath> | 163 | <OutputPath>../../../bin/</OutputPath> |
@@ -169,11 +180,13 @@ | |||
169 | <Reference name="OpenSim.Framework"/> | 180 | <Reference name="OpenSim.Framework"/> |
170 | 181 | ||
171 | <Files> | 182 | <Files> |
172 | <Match pattern="*.cs" recurse="true"/> | 183 | <Match pattern="*.cs" recurse="true"> |
184 | <Exclude name="obj" pattern="obj"/> | ||
185 | </Match> | ||
173 | </Files> | 186 | </Files> |
174 | </Project> | 187 | </Project> |
175 | 188 | ||
176 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> | 189 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> |
177 | <Configuration name="Debug"> | 190 | <Configuration name="Debug"> |
178 | <Options> | 191 | <Options> |
179 | <OutputPath>../../../../bin/</OutputPath> | 192 | <OutputPath>../../../../bin/</OutputPath> |
@@ -201,8 +214,8 @@ | |||
201 | 214 | ||
202 | <Files> | 215 | <Files> |
203 | <Match pattern="*.cs" recurse="true"> | 216 | <Match pattern="*.cs" recurse="true"> |
217 | <Exclude name="obj" pattern="obj"/> | ||
204 | <Exclude pattern="Tests"/> | 218 | <Exclude pattern="Tests"/> |
205 | |||
206 | <!-- on temporary suspension --> | 219 | <!-- on temporary suspension --> |
207 | <Exclude pattern="OSHttpHandler\.cs"/> | 220 | <Exclude pattern="OSHttpHandler\.cs"/> |
208 | <Exclude pattern="OSHttpHttpHandler\.cs"/> | 221 | <Exclude pattern="OSHttpHttpHandler\.cs"/> |
@@ -214,7 +227,7 @@ | |||
214 | </Files> | 227 | </Files> |
215 | </Project> | 228 | </Project> |
216 | 229 | ||
217 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 230 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
218 | <Configuration name="Debug"> | 231 | <Configuration name="Debug"> |
219 | <Options> | 232 | <Options> |
220 | <OutputPath>../../../bin/</OutputPath> | 233 | <OutputPath>../../../bin/</OutputPath> |
@@ -237,11 +250,13 @@ | |||
237 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 250 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
238 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 251 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
239 | <Files> | 252 | <Files> |
240 | <Match pattern="*.cs" recurse="true"/> | 253 | <Match pattern="*.cs" recurse="true"> |
254 | <Exclude name="obj" pattern="obj"/> | ||
255 | </Match> | ||
241 | </Files> | 256 | </Files> |
242 | </Project> | 257 | </Project> |
243 | 258 | ||
244 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> | 259 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> |
245 | <Configuration name="Debug"> | 260 | <Configuration name="Debug"> |
246 | <Options> | 261 | <Options> |
247 | <OutputPath>../../../bin/</OutputPath> | 262 | <OutputPath>../../../bin/</OutputPath> |
@@ -265,12 +280,13 @@ | |||
265 | 280 | ||
266 | <Files> | 281 | <Files> |
267 | <Match pattern="*.cs" recurse="true"> | 282 | <Match pattern="*.cs" recurse="true"> |
283 | <Exclude name="obj" pattern="obj"/> | ||
268 | <Exclude name="Tests" pattern="Tests"/> | 284 | <Exclude name="Tests" pattern="Tests"/> |
269 | </Match> | 285 | </Match> |
270 | </Files> | 286 | </Files> |
271 | </Project> | 287 | </Project> |
272 | 288 | ||
273 | <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library"> | 289 | <Project frameworkVersion="v4_6" name="OpenSim.Data" path="OpenSim/Data" type="Library"> |
274 | <Configuration name="Debug"> | 290 | <Configuration name="Debug"> |
275 | <Options> | 291 | <Options> |
276 | <OutputPath>../../bin/</OutputPath> | 292 | <OutputPath>../../bin/</OutputPath> |
@@ -301,7 +317,7 @@ | |||
301 | </Files> | 317 | </Files> |
302 | </Project> | 318 | </Project> |
303 | 319 | ||
304 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | 320 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> |
305 | <Configuration name="Debug"> | 321 | <Configuration name="Debug"> |
306 | <Options> | 322 | <Options> |
307 | <OutputPath>../../../../bin/</OutputPath> | 323 | <OutputPath>../../../../bin/</OutputPath> |
@@ -322,11 +338,13 @@ | |||
322 | <Reference name="Nini" path="../../../../bin/"/> | 338 | <Reference name="Nini" path="../../../../bin/"/> |
323 | <Reference name="log4net" path="../../../../bin/"/> | 339 | <Reference name="log4net" path="../../../../bin/"/> |
324 | <Files> | 340 | <Files> |
325 | <Match pattern="*.cs" recurse="true"/> | 341 | <Match pattern="*.cs" recurse="true"> |
342 | <Exclude name="obj" pattern="obj"/> | ||
343 | </Match> | ||
326 | </Files> | 344 | </Files> |
327 | </Project> | 345 | </Project> |
328 | 346 | ||
329 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | 347 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
330 | <Configuration name="Debug"> | 348 | <Configuration name="Debug"> |
331 | <Options> | 349 | <Options> |
332 | <OutputPath>../../../bin/</OutputPath> | 350 | <OutputPath>../../../bin/</OutputPath> |
@@ -355,12 +373,11 @@ | |||
355 | <Reference name="Nini" path="../../../bin/"/> | 373 | <Reference name="Nini" path="../../../bin/"/> |
356 | 374 | ||
357 | <Files> | 375 | <Files> |
358 | <Match pattern="*.cs" recurse="false"> | 376 | <Match pattern="*.cs" recurse="false"/> |
359 | </Match> | ||
360 | </Files> | 377 | </Files> |
361 | </Project> | 378 | </Project> |
362 | 379 | ||
363 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 380 | <Project frameworkVersion="v4_6" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
364 | <Configuration name="Debug"> | 381 | <Configuration name="Debug"> |
365 | <Options> | 382 | <Options> |
366 | <OutputPath>../../bin/</OutputPath> | 383 | <OutputPath>../../bin/</OutputPath> |
@@ -388,14 +405,15 @@ | |||
388 | 405 | ||
389 | <Files> | 406 | <Files> |
390 | <Match pattern="*.cs" recurse="false"> | 407 | <Match pattern="*.cs" recurse="false"> |
391 | <Exclude name="Tests" pattern="Tests"/> | 408 | <Exclude name="obj" pattern="obj"/> |
409 | <Exclude name="Tests" pattern="Tests"/> | ||
392 | </Match> | 410 | </Match> |
393 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 411 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
394 | </Files> | 412 | </Files> |
395 | </Project> | 413 | </Project> |
396 | 414 | ||
397 | 415 | ||
398 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> | 416 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> |
399 | <Configuration name="Debug"> | 417 | <Configuration name="Debug"> |
400 | <Options> | 418 | <Options> |
401 | <OutputPath>../../../../bin/</OutputPath> | 419 | <OutputPath>../../../../bin/</OutputPath> |
@@ -422,7 +440,7 @@ | |||
422 | </Files> | 440 | </Files> |
423 | </Project> | 441 | </Project> |
424 | 442 | ||
425 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | 443 | <Project frameworkVersion="v4_6" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> |
426 | <Configuration name="Debug"> | 444 | <Configuration name="Debug"> |
427 | <Options> | 445 | <Options> |
428 | <OutputPath>../../../bin/</OutputPath> | 446 | <OutputPath>../../../bin/</OutputPath> |
@@ -463,6 +481,7 @@ | |||
463 | 481 | ||
464 | <Files> | 482 | <Files> |
465 | <Match pattern="*.cs" recurse="true"> | 483 | <Match pattern="*.cs" recurse="true"> |
484 | <Exclude name="obj" pattern="obj"/> | ||
466 | <Exclude name="Tests" pattern="Tests"/> | 485 | <Exclude name="Tests" pattern="Tests"/> |
467 | </Match> | 486 | </Match> |
468 | </Files> | 487 | </Files> |
@@ -471,7 +490,7 @@ | |||
471 | <!-- OGS projects --> | 490 | <!-- OGS projects --> |
472 | 491 | ||
473 | 492 | ||
474 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> | 493 | <Project frameworkVersion="v4_6" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> |
475 | <Configuration name="Debug"> | 494 | <Configuration name="Debug"> |
476 | <Options> | 495 | <Options> |
477 | <OutputPath>../../../bin/</OutputPath> | 496 | <OutputPath>../../../bin/</OutputPath> |
@@ -502,11 +521,13 @@ | |||
502 | <Reference name="log4net" path="../../../bin/"/> | 521 | <Reference name="log4net" path="../../../bin/"/> |
503 | 522 | ||
504 | <Files> | 523 | <Files> |
505 | <Match pattern="*.cs" recurse="true"/> | 524 | <Match pattern="*.cs" recurse="true"> |
525 | <Exclude name="obj" pattern="obj"/> | ||
526 | </Match> | ||
506 | </Files> | 527 | </Files> |
507 | </Project> | 528 | </Project> |
508 | 529 | ||
509 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> | 530 | <Project frameworkVersion="v4_6" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> |
510 | <Configuration name="Debug"> | 531 | <Configuration name="Debug"> |
511 | <Options> | 532 | <Options> |
512 | <OutputPath>../../../bin/</OutputPath> | 533 | <OutputPath>../../../bin/</OutputPath> |
@@ -529,11 +550,13 @@ | |||
529 | <Reference name="log4net" path="../../../bin/"/> | 550 | <Reference name="log4net" path="../../../bin/"/> |
530 | 551 | ||
531 | <Files> | 552 | <Files> |
532 | <Match pattern="*.cs" recurse="true"/> | 553 | <Match pattern="*.cs" recurse="true"> |
554 | <Exclude name="obj" pattern="obj"/> | ||
555 | </Match> | ||
533 | </Files> | 556 | </Files> |
534 | </Project> | 557 | </Project> |
535 | 558 | ||
536 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> | 559 | <Project frameworkVersion="v4_6" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> |
537 | <Configuration name="Debug"> | 560 | <Configuration name="Debug"> |
538 | <Options> | 561 | <Options> |
539 | <OutputPath>../../../bin/</OutputPath> | 562 | <OutputPath>../../../bin/</OutputPath> |
@@ -560,11 +583,13 @@ | |||
560 | <Reference name="log4net" path="../../../bin/"/> | 583 | <Reference name="log4net" path="../../../bin/"/> |
561 | 584 | ||
562 | <Files> | 585 | <Files> |
563 | <Match pattern="*.cs" recurse="true"/> | 586 | <Match pattern="*.cs" recurse="true"> |
587 | <Exclude name="obj" pattern="obj"/> | ||
588 | </Match> | ||
564 | </Files> | 589 | </Files> |
565 | </Project> | 590 | </Project> |
566 | 591 | ||
567 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> | 592 | <Project frameworkVersion="v4_6" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> |
568 | <Configuration name="Debug"> | 593 | <Configuration name="Debug"> |
569 | <Options> | 594 | <Options> |
570 | <OutputPath>../../../bin/</OutputPath> | 595 | <OutputPath>../../../bin/</OutputPath> |
@@ -591,11 +616,13 @@ | |||
591 | <Reference name="log4net" path="../../../bin/"/> | 616 | <Reference name="log4net" path="../../../bin/"/> |
592 | 617 | ||
593 | <Files> | 618 | <Files> |
594 | <Match pattern="*.cs" recurse="true"/> | 619 | <Match pattern="*.cs" recurse="true"> |
620 | <Exclude name="obj" pattern="obj"/> | ||
621 | </Match> | ||
595 | </Files> | 622 | </Files> |
596 | </Project> | 623 | </Project> |
597 | 624 | ||
598 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> | 625 | <Project frameworkVersion="v4_6" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> |
599 | <Configuration name="Debug"> | 626 | <Configuration name="Debug"> |
600 | <Options> | 627 | <Options> |
601 | <OutputPath>../../../bin/</OutputPath> | 628 | <OutputPath>../../../bin/</OutputPath> |
@@ -632,11 +659,13 @@ | |||
632 | <Reference name="XMLRPC" path="../../../bin/"/> | 659 | <Reference name="XMLRPC" path="../../../bin/"/> |
633 | 660 | ||
634 | <Files> | 661 | <Files> |
635 | <Match pattern="*.cs" recurse="true"/> | 662 | <Match pattern="*.cs" recurse="true"> |
663 | <Exclude name="obj" pattern="obj"/> | ||
664 | </Match> | ||
636 | </Files> | 665 | </Files> |
637 | </Project> | 666 | </Project> |
638 | 667 | ||
639 | <Project frameworkVersion="v4_0" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library"> | 668 | <Project frameworkVersion="v4_6" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library"> |
640 | <Configuration name="Debug"> | 669 | <Configuration name="Debug"> |
641 | <Options> | 670 | <Options> |
642 | <OutputPath>../../../bin/</OutputPath> | 671 | <OutputPath>../../../bin/</OutputPath> |
@@ -666,11 +695,13 @@ | |||
666 | <Reference name="XMLRPC" path="../../../bin/"/> | 695 | <Reference name="XMLRPC" path="../../../bin/"/> |
667 | 696 | ||
668 | <Files> | 697 | <Files> |
669 | <Match pattern="*.cs" recurse="true"/> | 698 | <Match pattern="*.cs" recurse="true"> |
699 | <Exclude name="obj" pattern="obj"/> | ||
700 | </Match> | ||
670 | </Files> | 701 | </Files> |
671 | </Project> | 702 | </Project> |
672 | 703 | ||
673 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> | 704 | <Project frameworkVersion="v4_6" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> |
674 | <Configuration name="Debug"> | 705 | <Configuration name="Debug"> |
675 | <Options> | 706 | <Options> |
676 | <OutputPath>../../../bin/</OutputPath> | 707 | <OutputPath>../../../bin/</OutputPath> |
@@ -698,11 +729,13 @@ | |||
698 | <Reference name="log4net" path="../../../bin/"/> | 729 | <Reference name="log4net" path="../../../bin/"/> |
699 | 730 | ||
700 | <Files> | 731 | <Files> |
701 | <Match pattern="*.cs" recurse="true"/> | 732 | <Match pattern="*.cs" recurse="true"> |
733 | <Exclude name="obj" pattern="obj"/> | ||
734 | </Match> | ||
702 | </Files> | 735 | </Files> |
703 | </Project> | 736 | </Project> |
704 | 737 | ||
705 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> | 738 | <Project frameworkVersion="v4_6" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> |
706 | <Configuration name="Debug"> | 739 | <Configuration name="Debug"> |
707 | <Options> | 740 | <Options> |
708 | <OutputPath>../../../bin/</OutputPath> | 741 | <OutputPath>../../../bin/</OutputPath> |
@@ -732,11 +765,13 @@ | |||
732 | <Reference name="log4net" path="../../../bin/"/> | 765 | <Reference name="log4net" path="../../../bin/"/> |
733 | 766 | ||
734 | <Files> | 767 | <Files> |
735 | <Match pattern="*.cs" recurse="true"/> | 768 | <Match pattern="*.cs" recurse="true"> |
769 | <Exclude name="obj" pattern="obj"/> | ||
770 | </Match> | ||
736 | </Files> | 771 | </Files> |
737 | </Project> | 772 | </Project> |
738 | 773 | ||
739 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | 774 | <Project frameworkVersion="v4_6" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> |
740 | <Configuration name="Debug"> | 775 | <Configuration name="Debug"> |
741 | <Options> | 776 | <Options> |
742 | <OutputPath>../../../bin/</OutputPath> | 777 | <OutputPath>../../../bin/</OutputPath> |
@@ -763,11 +798,13 @@ | |||
763 | <Reference name="log4net" path="../../../bin/"/> | 798 | <Reference name="log4net" path="../../../bin/"/> |
764 | 799 | ||
765 | <Files> | 800 | <Files> |
766 | <Match pattern="*.cs" recurse="true"/> | 801 | <Match pattern="*.cs" recurse="true"> |
802 | <Exclude name="obj" pattern="obj"/> | ||
803 | </Match> | ||
767 | </Files> | 804 | </Files> |
768 | </Project> | 805 | </Project> |
769 | 806 | ||
770 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 807 | <Project frameworkVersion="v4_6" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> |
771 | <Configuration name="Debug"> | 808 | <Configuration name="Debug"> |
772 | <Options> | 809 | <Options> |
773 | <OutputPath>../../../bin/</OutputPath> | 810 | <OutputPath>../../../bin/</OutputPath> |
@@ -795,11 +832,13 @@ | |||
795 | <Reference name="log4net" path="../../../bin/"/> | 832 | <Reference name="log4net" path="../../../bin/"/> |
796 | 833 | ||
797 | <Files> | 834 | <Files> |
798 | <Match pattern="*.cs" recurse="true"/> | 835 | <Match pattern="*.cs" recurse="true"> |
836 | <Exclude name="obj" pattern="obj"/> | ||
837 | </Match> | ||
799 | </Files> | 838 | </Files> |
800 | </Project> | 839 | </Project> |
801 | 840 | ||
802 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> | 841 | <Project frameworkVersion="v4_6" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> |
803 | <Configuration name="Debug"> | 842 | <Configuration name="Debug"> |
804 | <Options> | 843 | <Options> |
805 | <OutputPath>../../../bin/</OutputPath> | 844 | <OutputPath>../../../bin/</OutputPath> |
@@ -828,11 +867,13 @@ | |||
828 | <Reference name="log4net" path="../../../bin/"/> | 867 | <Reference name="log4net" path="../../../bin/"/> |
829 | 868 | ||
830 | <Files> | 869 | <Files> |
831 | <Match pattern="*.cs" recurse="true"/> | 870 | <Match pattern="*.cs" recurse="true"> |
871 | <Exclude name="obj" pattern="obj"/> | ||
872 | </Match> | ||
832 | </Files> | 873 | </Files> |
833 | </Project> | 874 | </Project> |
834 | 875 | ||
835 | <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> | 876 | <Project frameworkVersion="v4_6" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> |
836 | <Configuration name="Debug"> | 877 | <Configuration name="Debug"> |
837 | <Options> | 878 | <Options> |
838 | <OutputPath>../../../bin/</OutputPath> | 879 | <OutputPath>../../../bin/</OutputPath> |
@@ -862,11 +903,13 @@ | |||
862 | <Reference name="log4net" path="../../../bin/"/> | 903 | <Reference name="log4net" path="../../../bin/"/> |
863 | 904 | ||
864 | <Files> | 905 | <Files> |
865 | <Match pattern="*.cs" recurse="true"/> | 906 | <Match pattern="*.cs" recurse="true"> |
907 | <Exclude name="obj" pattern="obj"/> | ||
908 | </Match> | ||
866 | </Files> | 909 | </Files> |
867 | </Project> | 910 | </Project> |
868 | 911 | ||
869 | <Project frameworkVersion="v4_0" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library"> | 912 | <Project frameworkVersion="v4_6" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library"> |
870 | <Configuration name="Debug"> | 913 | <Configuration name="Debug"> |
871 | <Options> | 914 | <Options> |
872 | <OutputPath>../../../bin/</OutputPath> | 915 | <OutputPath>../../../bin/</OutputPath> |
@@ -891,11 +934,13 @@ | |||
891 | <Reference name="log4net" path="../../../bin/"/> | 934 | <Reference name="log4net" path="../../../bin/"/> |
892 | 935 | ||
893 | <Files> | 936 | <Files> |
894 | <Match pattern="*.cs" recurse="true"/> | 937 | <Match pattern="*.cs" recurse="true"> |
938 | <Exclude name="obj" pattern="obj"/> | ||
939 | </Match> | ||
895 | </Files> | 940 | </Files> |
896 | </Project> | 941 | </Project> |
897 | 942 | ||
898 | <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | 943 | <Project frameworkVersion="v4_6" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> |
899 | <Configuration name="Debug"> | 944 | <Configuration name="Debug"> |
900 | <Options> | 945 | <Options> |
901 | <OutputPath>../../../bin/</OutputPath> | 946 | <OutputPath>../../../bin/</OutputPath> |
@@ -922,11 +967,13 @@ | |||
922 | <Reference name="log4net" path="../../../bin/"/> | 967 | <Reference name="log4net" path="../../../bin/"/> |
923 | 968 | ||
924 | <Files> | 969 | <Files> |
925 | <Match pattern="*.cs" recurse="true"/> | 970 | <Match pattern="*.cs" recurse="true"> |
971 | <Exclude name="obj" pattern="obj"/> | ||
972 | </Match> | ||
926 | </Files> | 973 | </Files> |
927 | </Project> | 974 | </Project> |
928 | 975 | ||
929 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> | 976 | <Project frameworkVersion="v4_6" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> |
930 | <Configuration name="Debug"> | 977 | <Configuration name="Debug"> |
931 | <Options> | 978 | <Options> |
932 | <OutputPath>../../../bin/</OutputPath> | 979 | <OutputPath>../../../bin/</OutputPath> |
@@ -953,11 +1000,13 @@ | |||
953 | <Reference name="log4net" path="../../../bin/"/> | 1000 | <Reference name="log4net" path="../../../bin/"/> |
954 | 1001 | ||
955 | <Files> | 1002 | <Files> |
956 | <Match pattern="*.cs" recurse="true"/> | 1003 | <Match pattern="*.cs" recurse="true"> |
1004 | <Exclude name="obj" pattern="obj"/> | ||
1005 | </Match> | ||
957 | </Files> | 1006 | </Files> |
958 | </Project> | 1007 | </Project> |
959 | 1008 | ||
960 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 1009 | <Project frameworkVersion="v4_6" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
961 | <Configuration name="Debug"> | 1010 | <Configuration name="Debug"> |
962 | <Options> | 1011 | <Options> |
963 | <OutputPath>../../../bin/</OutputPath> | 1012 | <OutputPath>../../../bin/</OutputPath> |
@@ -986,13 +1035,14 @@ | |||
986 | 1035 | ||
987 | <Files> | 1036 | <Files> |
988 | <Match pattern="*.cs" recurse="true"> | 1037 | <Match pattern="*.cs" recurse="true"> |
1038 | <Exclude name="obj" pattern="obj"/> | ||
989 | <Exclude name="Tests" pattern="Tests"/> | 1039 | <Exclude name="Tests" pattern="Tests"/> |
990 | </Match> | 1040 | </Match> |
991 | </Files> | 1041 | </Files> |
992 | </Project> | 1042 | </Project> |
993 | 1043 | ||
994 | 1044 | ||
995 | <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> | 1045 | <Project frameworkVersion="v4_6" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> |
996 | <Configuration name="Debug"> | 1046 | <Configuration name="Debug"> |
997 | <Options> | 1047 | <Options> |
998 | <OutputPath>../../../bin/</OutputPath> | 1048 | <OutputPath>../../../bin/</OutputPath> |
@@ -1021,11 +1071,13 @@ | |||
1021 | <Reference name="log4net" path="../../../bin/"/> | 1071 | <Reference name="log4net" path="../../../bin/"/> |
1022 | 1072 | ||
1023 | <Files> | 1073 | <Files> |
1024 | <Match pattern="*.cs" recurse="true"/> | 1074 | <Match pattern="*.cs" recurse="true"> |
1075 | <Exclude name="obj" pattern="obj"/> | ||
1076 | </Match> | ||
1025 | </Files> | 1077 | </Files> |
1026 | </Project> | 1078 | </Project> |
1027 | 1079 | ||
1028 | <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> | 1080 | <Project frameworkVersion="v4_6" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> |
1029 | <Configuration name="Debug"> | 1081 | <Configuration name="Debug"> |
1030 | <Options> | 1082 | <Options> |
1031 | <OutputPath>../../../bin/</OutputPath> | 1083 | <OutputPath>../../../bin/</OutputPath> |
@@ -1060,11 +1112,13 @@ | |||
1060 | <Reference name="log4net" path="../../../bin/"/> | 1112 | <Reference name="log4net" path="../../../bin/"/> |
1061 | 1113 | ||
1062 | <Files> | 1114 | <Files> |
1063 | <Match pattern="*.cs" recurse="true"/> | 1115 | <Match pattern="*.cs" recurse="true"> |
1116 | <Exclude name="obj" pattern="obj"/> | ||
1117 | </Match> | ||
1064 | </Files> | 1118 | </Files> |
1065 | </Project> | 1119 | </Project> |
1066 | 1120 | ||
1067 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> | 1121 | <Project frameworkVersion="v4_6" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> |
1068 | <Configuration name="Debug"> | 1122 | <Configuration name="Debug"> |
1069 | <Options> | 1123 | <Options> |
1070 | <OutputPath>../../../bin/</OutputPath> | 1124 | <OutputPath>../../../bin/</OutputPath> |
@@ -1090,11 +1144,13 @@ | |||
1090 | <Reference name="log4net" path="../../../bin/"/> | 1144 | <Reference name="log4net" path="../../../bin/"/> |
1091 | 1145 | ||
1092 | <Files> | 1146 | <Files> |
1093 | <Match pattern="*.cs" recurse="true"/> | 1147 | <Match pattern="*.cs" recurse="true"> |
1148 | <Exclude name="obj" pattern="obj"/> | ||
1149 | </Match> | ||
1094 | </Files> | 1150 | </Files> |
1095 | </Project> | 1151 | </Project> |
1096 | 1152 | ||
1097 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> | 1153 | <Project frameworkVersion="v4_6" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> |
1098 | <Configuration name="Debug"> | 1154 | <Configuration name="Debug"> |
1099 | <Options> | 1155 | <Options> |
1100 | <OutputPath>../../../bin/</OutputPath> | 1156 | <OutputPath>../../../bin/</OutputPath> |
@@ -1118,11 +1174,13 @@ | |||
1118 | <Reference name="log4net" path="../../../bin/"/> | 1174 | <Reference name="log4net" path="../../../bin/"/> |
1119 | 1175 | ||
1120 | <Files> | 1176 | <Files> |
1121 | <Match pattern="*.cs" recurse="true"/> | 1177 | <Match pattern="*.cs" recurse="true"> |
1178 | <Exclude name="obj" pattern="obj"/> | ||
1179 | </Match> | ||
1122 | </Files> | 1180 | </Files> |
1123 | </Project> | 1181 | </Project> |
1124 | 1182 | ||
1125 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> | 1183 | <Project frameworkVersion="v4_6" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> |
1126 | <Configuration name="Debug"> | 1184 | <Configuration name="Debug"> |
1127 | <Options> | 1185 | <Options> |
1128 | <OutputPath>../../../bin/</OutputPath> | 1186 | <OutputPath>../../../bin/</OutputPath> |
@@ -1153,43 +1211,13 @@ | |||
1153 | <Reference name="log4net" path="../../../bin/"/> | 1211 | <Reference name="log4net" path="../../../bin/"/> |
1154 | 1212 | ||
1155 | <Files> | 1213 | <Files> |
1156 | <Match pattern="*.cs" recurse="true"/> | 1214 | <Match pattern="*.cs" recurse="true"> |
1157 | </Files> | 1215 | <Exclude name="obj" pattern="obj"/> |
1158 | </Project> | 1216 | </Match> |
1159 | |||
1160 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> | ||
1161 | <Configuration name="Debug"> | ||
1162 | <Options> | ||
1163 | <OutputPath>../../../bin/</OutputPath> | ||
1164 | </Options> | ||
1165 | </Configuration> | ||
1166 | <Configuration name="Release"> | ||
1167 | <Options> | ||
1168 | <OutputPath>../../../bin/</OutputPath> | ||
1169 | </Options> | ||
1170 | </Configuration> | ||
1171 | |||
1172 | <ReferencePath>../../../bin/</ReferencePath> | ||
1173 | <Reference name="System"/> | ||
1174 | <Reference name="System.Core"/> | ||
1175 | <Reference name="OpenSim.Framework"/> | ||
1176 | <Reference name="OpenSim.Framework.Console"/> | ||
1177 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1178 | <Reference name="OpenSim.Services.Connectors"/> | ||
1179 | <Reference name="OpenSim.Services.Base"/> | ||
1180 | <Reference name="OpenSim.Data"/> | ||
1181 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1182 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1183 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1184 | <Reference name="Nini" path="../../../bin/"/> | ||
1185 | <Reference name="log4net" path="../../../bin/"/> | ||
1186 | |||
1187 | <Files> | ||
1188 | <Match pattern="*.cs" recurse="true"/> | ||
1189 | </Files> | 1217 | </Files> |
1190 | </Project> | 1218 | </Project> |
1191 | 1219 | ||
1192 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1220 | <Project frameworkVersion="v4_6" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1193 | <Configuration name="Debug"> | 1221 | <Configuration name="Debug"> |
1194 | <Options> | 1222 | <Options> |
1195 | <OutputPath>../../../bin/</OutputPath> | 1223 | <OutputPath>../../../bin/</OutputPath> |
@@ -1208,12 +1236,8 @@ | |||
1208 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1236 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1209 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1237 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1210 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1238 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
1211 | <Reference name="OpenSim.Data"/> | ||
1212 | <Reference name="OpenSim.Data.MySQL"/> | ||
1213 | <Reference name="MySql.Data" path="../../../bin/"/> | ||
1214 | <Reference name="OpenSim.Framework"/> | 1239 | <Reference name="OpenSim.Framework"/> |
1215 | <Reference name="OpenSim.Framework.Console"/> | 1240 | <Reference name="OpenSim.Framework.Console"/> |
1216 | <Reference name="OpenSim.Framework.Servers"/> | ||
1217 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1241 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1218 | <Reference name="OpenSim.Server.Base"/> | 1242 | <Reference name="OpenSim.Server.Base"/> |
1219 | <Reference name="OpenSim.Services.Base"/> | 1243 | <Reference name="OpenSim.Services.Base"/> |
@@ -1227,13 +1251,14 @@ | |||
1227 | 1251 | ||
1228 | <Files> | 1252 | <Files> |
1229 | <Match pattern="*.cs" recurse="true"> | 1253 | <Match pattern="*.cs" recurse="true"> |
1254 | <Exclude name="obj" pattern="obj"/> | ||
1230 | <Exclude pattern="Tests"/> | 1255 | <Exclude pattern="Tests"/> |
1231 | </Match> | 1256 | </Match> |
1232 | </Files> | 1257 | </Files> |
1233 | </Project> | 1258 | </Project> |
1234 | 1259 | ||
1235 | 1260 | ||
1236 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | 1261 | <Project frameworkVersion="v4_6" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> |
1237 | <Configuration name="Debug"> | 1262 | <Configuration name="Debug"> |
1238 | <Options> | 1263 | <Options> |
1239 | <OutputPath>../../../bin/</OutputPath> | 1264 | <OutputPath>../../../bin/</OutputPath> |
@@ -1268,13 +1293,14 @@ | |||
1268 | 1293 | ||
1269 | <Files> | 1294 | <Files> |
1270 | <Match pattern="*.cs" recurse="true"> | 1295 | <Match pattern="*.cs" recurse="true"> |
1296 | <Exclude name="obj" pattern="obj"/> | ||
1271 | <Exclude pattern="Tests"/> | 1297 | <Exclude pattern="Tests"/> |
1272 | </Match> | 1298 | </Match> |
1273 | </Files> | 1299 | </Files> |
1274 | </Project> | 1300 | </Project> |
1275 | 1301 | ||
1276 | 1302 | ||
1277 | <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> | 1303 | <Project frameworkVersion="v4_6" name="Robust" path="OpenSim/Server" type="Exe"> |
1278 | <Configuration name="Debug"> | 1304 | <Configuration name="Debug"> |
1279 | <Options> | 1305 | <Options> |
1280 | <OutputPath>../../bin/</OutputPath> | 1306 | <OutputPath>../../bin/</OutputPath> |
@@ -1305,12 +1331,13 @@ | |||
1305 | 1331 | ||
1306 | <Files> | 1332 | <Files> |
1307 | <Match pattern="*.cs" recurse="false"> | 1333 | <Match pattern="*.cs" recurse="false"> |
1308 | <Exclude pattern="Tests"/> | 1334 | <Exclude name="obj" pattern="obj"/> |
1335 | <Exclude pattern="Tests"/> | ||
1309 | </Match> | 1336 | </Match> |
1310 | </Files> | 1337 | </Files> |
1311 | </Project> | 1338 | </Project> |
1312 | 1339 | ||
1313 | <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> | 1340 | <Project frameworkVersion="v4_6" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> |
1314 | <Configuration name="Debug"> | 1341 | <Configuration name="Debug"> |
1315 | <Options> | 1342 | <Options> |
1316 | <OutputPath>../../bin/</OutputPath> | 1343 | <OutputPath>../../bin/</OutputPath> |
@@ -1338,13 +1365,14 @@ | |||
1338 | 1365 | ||
1339 | <Files> | 1366 | <Files> |
1340 | <Match pattern="*.cs" recurse="false"> | 1367 | <Match pattern="*.cs" recurse="false"> |
1341 | <Exclude pattern="Tests"/> | 1368 | <Exclude name="obj" pattern="obj"/> |
1369 | <Exclude pattern="Tests"/> | ||
1342 | </Match> | 1370 | </Match> |
1343 | </Files> | 1371 | </Files> |
1344 | </Project> | 1372 | </Project> |
1345 | 1373 | ||
1346 | <!-- ClientStack Plugins --> | 1374 | <!-- ClientStack Plugins --> |
1347 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> | 1375 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> |
1348 | <Configuration name="Debug"> | 1376 | <Configuration name="Debug"> |
1349 | <Options> | 1377 | <Options> |
1350 | <OutputPath>../../../../../bin/</OutputPath> | 1378 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1367,6 +1395,7 @@ | |||
1367 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | 1395 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> |
1368 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | 1396 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> |
1369 | <Reference name="OpenSim.Data"/> | 1397 | <Reference name="OpenSim.Data"/> |
1398 | <Reference name="OpenSim.Capabilities"/> | ||
1370 | <Reference name="OpenSim.Framework"/> | 1399 | <Reference name="OpenSim.Framework"/> |
1371 | <Reference name="OpenSim.Framework.Monitoring"/> | 1400 | <Reference name="OpenSim.Framework.Monitoring"/> |
1372 | <Reference name="OpenSim.Framework.Servers"/> | 1401 | <Reference name="OpenSim.Framework.Servers"/> |
@@ -1382,14 +1411,13 @@ | |||
1382 | 1411 | ||
1383 | <Files> | 1412 | <Files> |
1384 | <Match pattern="*.cs" recurse="true"> | 1413 | <Match pattern="*.cs" recurse="true"> |
1414 | <Exclude name="obj" pattern="obj"/> | ||
1385 | <Exclude name="Tests" pattern="Tests"/> | 1415 | <Exclude name="Tests" pattern="Tests"/> |
1386 | </Match> | 1416 | </Match> |
1387 | </Files> | 1417 | </Files> |
1388 | </Project> | 1418 | </Project> |
1389 | 1419 | ||
1390 | 1420 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | |
1391 | |||
1392 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | ||
1393 | <Configuration name="Debug"> | 1421 | <Configuration name="Debug"> |
1394 | <Options> | 1422 | <Options> |
1395 | <OutputPath>../../../../../bin/</OutputPath> | 1423 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1410,11 +1438,8 @@ | |||
1410 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | 1438 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> |
1411 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 1439 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
1412 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | 1440 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> |
1413 | |||
1414 | <Reference name="OpenSim.Region.Framework"/> | ||
1415 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
1416 | <Reference name="OpenSim.Region.Framework.Scenes"/> | ||
1417 | <Reference name="OpenSim.Capabilities"/> | 1441 | <Reference name="OpenSim.Capabilities"/> |
1442 | <Reference name="OpenSim.Region.Framework"/> | ||
1418 | <Reference name="OpenSim.Capabilities.Handlers"/> | 1443 | <Reference name="OpenSim.Capabilities.Handlers"/> |
1419 | <Reference name="OpenSim.Framework"/> | 1444 | <Reference name="OpenSim.Framework"/> |
1420 | <Reference name="OpenSim.Framework.Monitoring"/> | 1445 | <Reference name="OpenSim.Framework.Monitoring"/> |
@@ -1431,6 +1456,7 @@ | |||
1431 | 1456 | ||
1432 | <Files> | 1457 | <Files> |
1433 | <Match pattern="*.cs" recurse="true"> | 1458 | <Match pattern="*.cs" recurse="true"> |
1459 | <Exclude name="obj" pattern="obj"/> | ||
1434 | <Exclude name="Tests" pattern="Tests"/> | 1460 | <Exclude name="Tests" pattern="Tests"/> |
1435 | </Match> | 1461 | </Match> |
1436 | </Files> | 1462 | </Files> |
@@ -1438,7 +1464,7 @@ | |||
1438 | 1464 | ||
1439 | 1465 | ||
1440 | <!-- Data Base Modules --> | 1466 | <!-- Data Base Modules --> |
1441 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 1467 | <Project frameworkVersion="v4_6" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
1442 | <Configuration name="Debug"> | 1468 | <Configuration name="Debug"> |
1443 | <Options> | 1469 | <Options> |
1444 | <OutputPath>../../../bin/</OutputPath> | 1470 | <OutputPath>../../../bin/</OutputPath> |
@@ -1469,7 +1495,8 @@ | |||
1469 | 1495 | ||
1470 | <Files> | 1496 | <Files> |
1471 | <Match pattern="*.cs" recurse="true"> | 1497 | <Match pattern="*.cs" recurse="true"> |
1472 | <Exclude name="Tests" pattern="Tests"/> | 1498 | <Exclude name="obj" pattern="obj"/> |
1499 | <Exclude name="Tests" pattern="Tests"/> | ||
1473 | </Match> | 1500 | </Match> |
1474 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | 1501 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> |
1475 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 1502 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
@@ -1477,7 +1504,7 @@ | |||
1477 | </Files> | 1504 | </Files> |
1478 | </Project> | 1505 | </Project> |
1479 | 1506 | ||
1480 | <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> | 1507 | <Project frameworkVersion="v4_6" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> |
1481 | <Configuration name="Debug"> | 1508 | <Configuration name="Debug"> |
1482 | <Options> | 1509 | <Options> |
1483 | <OutputPath>../../../bin/</OutputPath> | 1510 | <OutputPath>../../../bin/</OutputPath> |
@@ -1507,13 +1534,15 @@ | |||
1507 | <Reference name="Npgsql" path="../../../bin/"/> | 1534 | <Reference name="Npgsql" path="../../../bin/"/> |
1508 | 1535 | ||
1509 | <Files> | 1536 | <Files> |
1510 | <Match pattern="*.cs" recurse="true"/> | 1537 | <Match pattern="*.cs" recurse="true"> |
1538 | <Exclude name="obj" pattern="obj"/> | ||
1539 | </Match> | ||
1511 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 1540 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
1512 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1541 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1513 | </Files> | 1542 | </Files> |
1514 | </Project> | 1543 | </Project> |
1515 | 1544 | ||
1516 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 1545 | <Project frameworkVersion="v4_6" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
1517 | <Configuration name="Debug"> | 1546 | <Configuration name="Debug"> |
1518 | <Options> | 1547 | <Options> |
1519 | <OutputPath>../../../bin/</OutputPath> | 1548 | <OutputPath>../../../bin/</OutputPath> |
@@ -1544,7 +1573,8 @@ | |||
1544 | 1573 | ||
1545 | <Files> | 1574 | <Files> |
1546 | <Match pattern="*.cs" recurse="true"> | 1575 | <Match pattern="*.cs" recurse="true"> |
1547 | <Exclude name="Tests" pattern="Tests"/> | 1576 | <Exclude name="obj" pattern="obj"/> |
1577 | <Exclude name="Tests" pattern="Tests"/> | ||
1548 | </Match> | 1578 | </Match> |
1549 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | 1579 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> |
1550 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 1580 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
@@ -1553,7 +1583,7 @@ | |||
1553 | </Project> | 1583 | </Project> |
1554 | 1584 | ||
1555 | 1585 | ||
1556 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1586 | <Project frameworkVersion="v4_6" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1557 | <Configuration name="Debug"> | 1587 | <Configuration name="Debug"> |
1558 | <Options> | 1588 | <Options> |
1559 | <OutputPath>../../../bin/</OutputPath> | 1589 | <OutputPath>../../../bin/</OutputPath> |
@@ -1602,8 +1632,6 @@ | |||
1602 | <Reference name="Ionic.Zip" path="../../../bin/"/> | 1632 | <Reference name="Ionic.Zip" path="../../../bin/"/> |
1603 | <Reference name="MySql.Data" path="../../../bin/"/> | 1633 | <Reference name="MySql.Data" path="../../../bin/"/> |
1604 | 1634 | ||
1605 | <Reference name="GlynnTucker.Cache" path="../../../bin/"/> | ||
1606 | |||
1607 | <!-- For scripting in funny languages by default --> | 1635 | <!-- For scripting in funny languages by default --> |
1608 | <Reference name="XMLRPC" path="../../../bin/"/> | 1636 | <Reference name="XMLRPC" path="../../../bin/"/> |
1609 | <Reference name="Nini" path="../../../bin/"/> | 1637 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1617,13 +1645,14 @@ | |||
1617 | <Files> | 1645 | <Files> |
1618 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1646 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1619 | <Match pattern="*.cs" recurse="true"> | 1647 | <Match pattern="*.cs" recurse="true"> |
1648 | <Exclude name="obj" pattern="obj"/> | ||
1620 | <Exclude name="Tests" pattern="Tests"/> | 1649 | <Exclude name="Tests" pattern="Tests"/> |
1621 | </Match> | 1650 | </Match> |
1622 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1651 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1623 | </Files> | 1652 | </Files> |
1624 | </Project> | 1653 | </Project> |
1625 | 1654 | ||
1626 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1655 | <Project frameworkVersion="v4_6" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1627 | <Configuration name="Debug"> | 1656 | <Configuration name="Debug"> |
1628 | <Options> | 1657 | <Options> |
1629 | <OutputPath>../../../bin/</OutputPath> | 1658 | <OutputPath>../../../bin/</OutputPath> |
@@ -1648,18 +1677,17 @@ | |||
1648 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1677 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
1649 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1678 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1650 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | 1679 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> |
1651 | <Reference name="OpenSim.Capabilities"/> | 1680 | <Reference name="netcd" path="../../../bin/"/> |
1652 | <Reference name="OpenSim.Framework"/> | 1681 | <Reference name="OpenSim.Framework"/> |
1682 | <Reference name="OpenSim.Capabilities"/> | ||
1653 | <Reference name="OpenSim.Data"/> | 1683 | <Reference name="OpenSim.Data"/> |
1654 | <Reference name="OpenSim.Framework.Console"/> | 1684 | <Reference name="OpenSim.Framework.Console"/> |
1655 | <Reference name="OpenSim.Framework.Monitoring"/> | 1685 | <Reference name="OpenSim.Framework.Monitoring"/> |
1656 | <Reference name="OpenSim.Framework.Servers"/> | 1686 | <Reference name="OpenSim.Framework.Servers"/> |
1657 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1687 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1688 | <Reference name="OpenSim.Region.Framework"/> | ||
1658 | <Reference name="OpenSim.Region.CoreModules"/> | 1689 | <Reference name="OpenSim.Region.CoreModules"/> |
1659 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1690 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1660 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
1661 | <Reference name="OpenSim.Region.Framework.Scenes"/> | ||
1662 | <Reference name="OpenSim.Region.Framework"/> | ||
1663 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 1691 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1664 | <Reference name="OpenSim.Server.Base"/> | 1692 | <Reference name="OpenSim.Server.Base"/> |
1665 | <Reference name="OpenSim.Server.Handlers"/> | 1693 | <Reference name="OpenSim.Server.Handlers"/> |
@@ -1676,6 +1704,7 @@ | |||
1676 | 1704 | ||
1677 | <Files> | 1705 | <Files> |
1678 | <Match pattern="*.cs" recurse="true"> | 1706 | <Match pattern="*.cs" recurse="true"> |
1707 | <Exclude name="obj" pattern="obj"/> | ||
1679 | <Exclude name="Tests" pattern="Tests"/> | 1708 | <Exclude name="Tests" pattern="Tests"/> |
1680 | </Match> | 1709 | </Match> |
1681 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1710 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -1683,7 +1712,7 @@ | |||
1683 | </Project> | 1712 | </Project> |
1684 | 1713 | ||
1685 | <!-- Datastore Plugins --> | 1714 | <!-- Datastore Plugins --> |
1686 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1715 | <Project frameworkVersion="v4_6" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1687 | <Configuration name="Debug"> | 1716 | <Configuration name="Debug"> |
1688 | <Options> | 1717 | <Options> |
1689 | <OutputPath>../../../bin/</OutputPath> | 1718 | <OutputPath>../../../bin/</OutputPath> |
@@ -1707,11 +1736,13 @@ | |||
1707 | <Reference name="log4net" path="../../../bin/"/> | 1736 | <Reference name="log4net" path="../../../bin/"/> |
1708 | 1737 | ||
1709 | <Files> | 1738 | <Files> |
1710 | <Match pattern="*.cs" recurse="true"/> | 1739 | <Match pattern="*.cs" recurse="true"> |
1740 | <Exclude name="obj" pattern="obj"/> | ||
1741 | </Match> | ||
1711 | </Files> | 1742 | </Files> |
1712 | </Project> | 1743 | </Project> |
1713 | 1744 | ||
1714 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> | 1745 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> |
1715 | <Configuration name="Debug"> | 1746 | <Configuration name="Debug"> |
1716 | <Options> | 1747 | <Options> |
1717 | <OutputPath>../../../../bin/</OutputPath> | 1748 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1733,12 +1764,13 @@ | |||
1733 | 1764 | ||
1734 | <Files> | 1765 | <Files> |
1735 | <Match pattern="*.cs" recurse="true"> | 1766 | <Match pattern="*.cs" recurse="true"> |
1767 | <Exclude name="obj" pattern="obj"/> | ||
1736 | <Exclude name="Tests" pattern="Tests"/> | 1768 | <Exclude name="Tests" pattern="Tests"/> |
1737 | </Match> | 1769 | </Match> |
1738 | </Files> | 1770 | </Files> |
1739 | </Project> | 1771 | </Project> |
1740 | 1772 | ||
1741 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> | 1773 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
1742 | <Configuration name="Debug"> | 1774 | <Configuration name="Debug"> |
1743 | <Options> | 1775 | <Options> |
1744 | <OutputPath>../../../../bin/</OutputPath> | 1776 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1766,12 +1798,14 @@ | |||
1766 | <Reference name="log4net" path="../../../../bin/"/> | 1798 | <Reference name="log4net" path="../../../../bin/"/> |
1767 | 1799 | ||
1768 | <Files> | 1800 | <Files> |
1769 | <Match pattern="*.cs" recurse="true"/> | 1801 | <Match pattern="*.cs" recurse="true"> |
1802 | <Exclude name="obj" pattern="obj"/> | ||
1803 | </Match> | ||
1770 | </Files> | 1804 | </Files> |
1771 | </Project> | 1805 | </Project> |
1772 | 1806 | ||
1773 | <!-- Physics Plug-ins --> | 1807 | <!-- Physics Plug-ins --> |
1774 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> | 1808 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> |
1775 | <Configuration name="Debug"> | 1809 | <Configuration name="Debug"> |
1776 | <Options> | 1810 | <Options> |
1777 | <OutputPath>../../../../bin/</OutputPath> | 1811 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1792,11 +1826,13 @@ | |||
1792 | <Reference name="OpenSim.Region.Framework"/> | 1826 | <Reference name="OpenSim.Region.Framework"/> |
1793 | <Reference name="Mono.Addins" path="../../../../bin/"/> | 1827 | <Reference name="Mono.Addins" path="../../../../bin/"/> |
1794 | <Files> | 1828 | <Files> |
1795 | <Match pattern="*.cs" recurse="true"/> | 1829 | <Match pattern="*.cs" recurse="true"> |
1830 | <Exclude name="obj" pattern="obj"/> | ||
1831 | </Match> | ||
1796 | </Files> | 1832 | </Files> |
1797 | </Project> | 1833 | </Project> |
1798 | 1834 | ||
1799 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> | 1835 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> |
1800 | <Configuration name="Debug"> | 1836 | <Configuration name="Debug"> |
1801 | <Options> | 1837 | <Options> |
1802 | <OutputPath>../../../../bin/</OutputPath> | 1838 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1817,11 +1853,13 @@ | |||
1817 | <Reference name="OpenSim.Region.Framework"/> | 1853 | <Reference name="OpenSim.Region.Framework"/> |
1818 | <Reference name="Mono.Addins" path="../../../../bin/"/> | 1854 | <Reference name="Mono.Addins" path="../../../../bin/"/> |
1819 | <Files> | 1855 | <Files> |
1820 | <Match pattern="*.cs" recurse="true"/> | 1856 | <Match pattern="*.cs" recurse="true"> |
1857 | <Exclude name="obj" pattern="obj"/> | ||
1858 | </Match> | ||
1821 | </Files> | 1859 | </Files> |
1822 | </Project> | 1860 | </Project> |
1823 | 1861 | ||
1824 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> | 1862 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> |
1825 | <Configuration name="Debug"> | 1863 | <Configuration name="Debug"> |
1826 | <Options> | 1864 | <Options> |
1827 | <OutputPath>../../../../bin/</OutputPath> | 1865 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1847,12 +1885,13 @@ | |||
1847 | 1885 | ||
1848 | <Files> | 1886 | <Files> |
1849 | <Match pattern="*.cs" recurse="true"> | 1887 | <Match pattern="*.cs" recurse="true"> |
1888 | <Exclude name="obj" pattern="obj"/> | ||
1850 | <Exclude name="Tests" pattern="Tests"/> | 1889 | <Exclude name="Tests" pattern="Tests"/> |
1851 | </Match> | 1890 | </Match> |
1852 | </Files> | 1891 | </Files> |
1853 | </Project> | 1892 | </Project> |
1854 | 1893 | ||
1855 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> | 1894 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> |
1856 | <Configuration name="Debug"> | 1895 | <Configuration name="Debug"> |
1857 | <Options> | 1896 | <Options> |
1858 | <OutputPath>../../../../bin/</OutputPath> | 1897 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1880,12 +1919,13 @@ | |||
1880 | 1919 | ||
1881 | <Files> | 1920 | <Files> |
1882 | <Match pattern="*.cs" recurse="true"> | 1921 | <Match pattern="*.cs" recurse="true"> |
1922 | <Exclude name="obj" pattern="obj"/> | ||
1883 | <Exclude name="Tests" pattern="Tests"/> | 1923 | <Exclude name="Tests" pattern="Tests"/> |
1884 | </Match> | 1924 | </Match> |
1885 | </Files> | 1925 | </Files> |
1886 | </Project> | 1926 | </Project> |
1887 | 1927 | ||
1888 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> | 1928 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> |
1889 | <Configuration name="Debug"> | 1929 | <Configuration name="Debug"> |
1890 | <Options> | 1930 | <Options> |
1891 | <OutputPath>../../../../bin/</OutputPath> | 1931 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1914,11 +1954,13 @@ | |||
1914 | <Reference name="log4net" path="../../../../bin/"/> | 1954 | <Reference name="log4net" path="../../../../bin/"/> |
1915 | 1955 | ||
1916 | <Files> | 1956 | <Files> |
1917 | <Match pattern="*.cs" recurse="true"/> | 1957 | <Match pattern="*.cs" recurse="true"> |
1958 | <Exclude name="obj" pattern="obj"/> | ||
1959 | </Match> | ||
1918 | </Files> | 1960 | </Files> |
1919 | </Project> | 1961 | </Project> |
1920 | 1962 | ||
1921 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> | 1963 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> |
1922 | <Configuration name="Debug"> | 1964 | <Configuration name="Debug"> |
1923 | <Options> | 1965 | <Options> |
1924 | <OutputPath>../../../../bin/</OutputPath> | 1966 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1951,13 +1993,14 @@ | |||
1951 | 1993 | ||
1952 | <Files> | 1994 | <Files> |
1953 | <Match pattern="*.cs" recurse="true"> | 1995 | <Match pattern="*.cs" recurse="true"> |
1996 | <Exclude name="obj" pattern="obj"/> | ||
1954 | <Exclude name="Tests" pattern="Tests"/> | 1997 | <Exclude name="Tests" pattern="Tests"/> |
1955 | </Match> | 1998 | </Match> |
1956 | </Files> | 1999 | </Files> |
1957 | </Project> | 2000 | </Project> |
1958 | 2001 | ||
1959 | <!-- OpenSim app --> | 2002 | <!-- OpenSim app --> |
1960 | <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 2003 | <Project frameworkVersion="v4_6" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1961 | <Configuration name="Debug"> | 2004 | <Configuration name="Debug"> |
1962 | <Options> | 2005 | <Options> |
1963 | <OutputPath>../../../bin/</OutputPath> | 2006 | <OutputPath>../../../bin/</OutputPath> |
@@ -1996,11 +2039,13 @@ | |||
1996 | <Reference name="log4net" path="../../../bin/"/> | 2039 | <Reference name="log4net" path="../../../bin/"/> |
1997 | 2040 | ||
1998 | <Files> | 2041 | <Files> |
1999 | <Match pattern="*.cs" recurse="true"/> | 2042 | <Match pattern="*.cs" recurse="true"> |
2043 | <Exclude name="obj" pattern="obj"/> | ||
2044 | </Match> | ||
2000 | </Files> | 2045 | </Files> |
2001 | </Project> | 2046 | </Project> |
2002 | 2047 | ||
2003 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> | 2048 | <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
2004 | <Configuration name="Debug"> | 2049 | <Configuration name="Debug"> |
2005 | <Options> | 2050 | <Options> |
2006 | <OutputPath>../../../bin/</OutputPath> | 2051 | <OutputPath>../../../bin/</OutputPath> |
@@ -2028,12 +2073,14 @@ | |||
2028 | <Reference name="log4net" path="../../../bin/"/> | 2073 | <Reference name="log4net" path="../../../bin/"/> |
2029 | 2074 | ||
2030 | <Files> | 2075 | <Files> |
2031 | <Match pattern="*.cs" recurse="true"/> | 2076 | <Match pattern="*.cs" recurse="true"> |
2077 | <Exclude name="obj" pattern="obj"/> | ||
2078 | </Match> | ||
2032 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2079 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2033 | </Files> | 2080 | </Files> |
2034 | </Project> | 2081 | </Project> |
2035 | 2082 | ||
2036 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | 2083 | <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> |
2037 | <Configuration name="Debug"> | 2084 | <Configuration name="Debug"> |
2038 | <Options> | 2085 | <Options> |
2039 | <OutputPath>../../../bin/</OutputPath> | 2086 | <OutputPath>../../../bin/</OutputPath> |
@@ -2057,12 +2104,14 @@ | |||
2057 | <Reference name="log4net" path="../../../bin/"/> | 2104 | <Reference name="log4net" path="../../../bin/"/> |
2058 | 2105 | ||
2059 | <Files> | 2106 | <Files> |
2060 | <Match pattern="*.cs" recurse="true"/> | 2107 | <Match pattern="*.cs" recurse="true"> |
2108 | <Exclude name="obj" pattern="obj"/> | ||
2109 | </Match> | ||
2061 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2110 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2062 | </Files> | 2111 | </Files> |
2063 | </Project> | 2112 | </Project> |
2064 | 2113 | ||
2065 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 2114 | <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
2066 | <Configuration name="Debug"> | 2115 | <Configuration name="Debug"> |
2067 | <Options> | 2116 | <Options> |
2068 | <OutputPath>../../../bin/</OutputPath> | 2117 | <OutputPath>../../../bin/</OutputPath> |
@@ -2095,16 +2144,16 @@ | |||
2095 | <Reference name="log4net" path="../../../bin/"/> | 2144 | <Reference name="log4net" path="../../../bin/"/> |
2096 | 2145 | ||
2097 | <Files> | 2146 | <Files> |
2098 | <Match pattern="*.cs" recurse="true"/> | 2147 | <Match pattern="*.cs" recurse="true"> |
2148 | <Exclude name="obj" pattern="obj"/> | ||
2149 | </Match> | ||
2099 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2150 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2100 | </Files> | 2151 | </Files> |
2101 | </Project> | 2152 | </Project> |
2102 | 2153 | ||
2103 | <!-- Scene Server API Example Apps --> | 2154 | <!-- Scene Server API Example Apps --> |
2104 | 2155 | ||
2105 | 2156 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | |
2106 | |||
2107 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | ||
2108 | <Configuration name="Debug"> | 2157 | <Configuration name="Debug"> |
2109 | <Options> | 2158 | <Options> |
2110 | <OutputPath>../../../../bin/</OutputPath> | 2159 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2140,7 +2189,7 @@ | |||
2140 | </Files> | 2189 | </Files> |
2141 | </Project> | 2190 | </Project> |
2142 | 2191 | ||
2143 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 2192 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
2144 | <Configuration name="Debug"> | 2193 | <Configuration name="Debug"> |
2145 | <Options> | 2194 | <Options> |
2146 | <OutputPath>../../../../../../bin/</OutputPath> | 2195 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2168,11 +2217,13 @@ | |||
2168 | <Reference name="log4net" path="../../../../../../bin/"/> | 2217 | <Reference name="log4net" path="../../../../../../bin/"/> |
2169 | 2218 | ||
2170 | <Files> | 2219 | <Files> |
2171 | <Match pattern="*.cs" recurse="false"/> | 2220 | <Match pattern="*.cs" recurse="false"> |
2221 | <Exclude name="obj" pattern="obj"/> | ||
2222 | </Match> | ||
2172 | </Files> | 2223 | </Files> |
2173 | </Project> | 2224 | </Project> |
2174 | 2225 | ||
2175 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | 2226 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2176 | <Configuration name="Debug"> | 2227 | <Configuration name="Debug"> |
2177 | <Options> | 2228 | <Options> |
2178 | <OutputPath>../../../../../../bin/</OutputPath> | 2229 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2209,11 +2260,13 @@ | |||
2209 | <Reference name="log4net" path="../../../../../../bin/"/> | 2260 | <Reference name="log4net" path="../../../../../../bin/"/> |
2210 | 2261 | ||
2211 | <Files> | 2262 | <Files> |
2212 | <Match pattern="*.cs" recurse="true"/> | 2263 | <Match pattern="*.cs" recurse="true"> |
2264 | <Exclude name="obj" pattern="obj"/> | ||
2265 | </Match> | ||
2213 | </Files> | 2266 | </Files> |
2214 | </Project> | 2267 | </Project> |
2215 | 2268 | ||
2216 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | 2269 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> |
2217 | <Configuration name="Debug"> | 2270 | <Configuration name="Debug"> |
2218 | <Options> | 2271 | <Options> |
2219 | <OutputPath>../../../../../bin/</OutputPath> | 2272 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2238,12 +2291,13 @@ | |||
2238 | 2291 | ||
2239 | <Files> | 2292 | <Files> |
2240 | <Match pattern="*.cs" recurse="true"> | 2293 | <Match pattern="*.cs" recurse="true"> |
2294 | <Exclude name="obj" pattern="obj"/> | ||
2241 | <Exclude name="Tests" pattern="Tests"/> | 2295 | <Exclude name="Tests" pattern="Tests"/> |
2242 | </Match> | 2296 | </Match> |
2243 | </Files> | 2297 | </Files> |
2244 | </Project> | 2298 | </Project> |
2245 | 2299 | ||
2246 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> | 2300 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> |
2247 | <Configuration name="Debug"> | 2301 | <Configuration name="Debug"> |
2248 | <Options> | 2302 | <Options> |
2249 | <OutputPath>../../../../../bin/</OutputPath> | 2303 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2271,18 +2325,18 @@ | |||
2271 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> | 2325 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> |
2272 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | 2326 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> |
2273 | <Reference name="SmartThreadPool"/> | 2327 | <Reference name="SmartThreadPool"/> |
2274 | <Reference name="Axiom.MathLib" path="../../../../../bin/"/> | ||
2275 | <Reference name="Nini" path="../../../../../bin/"/> | 2328 | <Reference name="Nini" path="../../../../../bin/"/> |
2276 | <Reference name="log4net" path="../../../../../bin/"/> | 2329 | <Reference name="log4net" path="../../../../../bin/"/> |
2277 | 2330 | ||
2278 | <Files> | 2331 | <Files> |
2279 | <Match pattern="*.cs" recurse="true"> | 2332 | <Match pattern="*.cs" recurse="true"> |
2333 | <Exclude name="obj" pattern="obj"/> | ||
2280 | <Exclude name="Tests" pattern="Tests"/> | 2334 | <Exclude name="Tests" pattern="Tests"/> |
2281 | </Match> | 2335 | </Match> |
2282 | </Files> | 2336 | </Files> |
2283 | </Project> | 2337 | </Project> |
2284 | 2338 | ||
2285 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> | 2339 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> |
2286 | <Configuration name="Debug"> | 2340 | <Configuration name="Debug"> |
2287 | <Options> | 2341 | <Options> |
2288 | <OutputPath>../../../../../../bin/</OutputPath> | 2342 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2311,11 +2365,13 @@ | |||
2311 | <Reference name="log4net" path="../../../../../../bin/"/> | 2365 | <Reference name="log4net" path="../../../../../../bin/"/> |
2312 | 2366 | ||
2313 | <Files> | 2367 | <Files> |
2314 | <Match pattern="*.cs" recurse="true"/> | 2368 | <Match pattern="*.cs" recurse="true"> |
2369 | <Exclude name="obj" pattern="obj"/> | ||
2370 | </Match> | ||
2315 | </Files> | 2371 | </Files> |
2316 | </Project> | 2372 | </Project> |
2317 | 2373 | ||
2318 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 2374 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
2319 | <Configuration name="Debug"> | 2375 | <Configuration name="Debug"> |
2320 | <Options> | 2376 | <Options> |
2321 | <OutputPath>../../../../bin/</OutputPath> | 2377 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2354,15 +2410,61 @@ | |||
2354 | <Files> | 2410 | <Files> |
2355 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2411 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2356 | <Match pattern="*.cs" recurse="true"> | 2412 | <Match pattern="*.cs" recurse="true"> |
2413 | <Exclude name="obj" pattern="obj"/> | ||
2357 | <Exclude name="Api"/> | 2414 | <Exclude name="Api"/> |
2358 | <Exclude name="Tests" pattern="Tests"/> | 2415 | <Exclude name="Tests" pattern="Tests"/> |
2359 | </Match> | 2416 | </Match> |
2360 | </Files> | 2417 | </Files> |
2361 | </Project> | 2418 | </Project> |
2362 | 2419 | ||
2420 | <!-- YEngine/core XMRengine --> | ||
2421 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.YEngine" path="OpenSim/Region/ScriptEngine/YEngine" type="Library"> | ||
2422 | <Configuration name="Debug"> | ||
2423 | <Options> | ||
2424 | <OutputPath>../../../../bin/</OutputPath> | ||
2425 | </Options> | ||
2426 | </Configuration> | ||
2427 | <Configuration name="Release"> | ||
2428 | <Options> | ||
2429 | <OutputPath>../../../../bin/</OutputPath> | ||
2430 | </Options> | ||
2431 | </Configuration> | ||
2432 | |||
2433 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2434 | <Reference name="log4net"/> | ||
2435 | <Reference name="Mono.Addins"/> | ||
2436 | <Reference name="Nini"/> | ||
2437 | <Reference name="OpenMetaverse"/> | ||
2438 | <Reference name="OpenMetaverse.StructuredData"/> | ||
2439 | <Reference name="OpenMetaverseTypes"/> | ||
2440 | <Reference name="OpenSim.Framework"/> | ||
2441 | <Reference name="OpenSim.Framework.Console"/> | ||
2442 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
2443 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | ||
2444 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2445 | <Reference name="OpenSim.Region.Framework"/> | ||
2446 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2447 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> | ||
2448 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | ||
2449 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2450 | <Reference name="System"/> | ||
2451 | <Reference name="System.Drawing"/> | ||
2452 | <Reference name="System.Xml"/> | ||
2453 | |||
2454 | <Files> | ||
2455 | <Match pattern="MMR*.cs" recurse="true"> | ||
2456 | <Exclude name="obj" pattern="obj"/> | ||
2457 | </Match> | ||
2458 | <Match pattern="XMR*.cs" recurse="true"> | ||
2459 | <Exclude name="obj" pattern="obj"/> | ||
2460 | </Match> | ||
2461 | </Files> | ||
2462 | </Project> | ||
2463 | |||
2464 | |||
2363 | <!-- Addons --> | 2465 | <!-- Addons --> |
2364 | 2466 | ||
2365 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> | 2467 | <Project frameworkVersion="v4_6" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> |
2366 | <Configuration name="Debug"> | 2468 | <Configuration name="Debug"> |
2367 | <Options> | 2469 | <Options> |
2368 | <OutputPath>../../../bin/</OutputPath> | 2470 | <OutputPath>../../../bin/</OutputPath> |
@@ -2403,13 +2505,14 @@ | |||
2403 | 2505 | ||
2404 | <Files> | 2506 | <Files> |
2405 | <Match pattern="*.cs" recurse="true"> | 2507 | <Match pattern="*.cs" recurse="true"> |
2508 | <Exclude name="obj" pattern="obj"/> | ||
2406 | <Exclude pattern="Tests" /> | 2509 | <Exclude pattern="Tests" /> |
2407 | </Match> | 2510 | </Match> |
2408 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 2511 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
2409 | </Files> | 2512 | </Files> |
2410 | </Project> | 2513 | </Project> |
2411 | 2514 | ||
2412 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> | 2515 | <Project frameworkVersion="v4_6" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> |
2413 | <Configuration name="Debug"> | 2516 | <Configuration name="Debug"> |
2414 | <Options> | 2517 | <Options> |
2415 | <OutputPath>../../../bin/</OutputPath> | 2518 | <OutputPath>../../../bin/</OutputPath> |
@@ -2451,6 +2554,7 @@ | |||
2451 | 2554 | ||
2452 | <Files> | 2555 | <Files> |
2453 | <Match pattern="*.cs" recurse="true"> | 2556 | <Match pattern="*.cs" recurse="true"> |
2557 | <Exclude name="obj" pattern="obj"/> | ||
2454 | <Exclude pattern="Tests" /> | 2558 | <Exclude pattern="Tests" /> |
2455 | </Match> | 2559 | </Match> |
2456 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 2560 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
@@ -2461,7 +2565,7 @@ | |||
2461 | 2565 | ||
2462 | <!-- Tools --> | 2566 | <!-- Tools --> |
2463 | 2567 | ||
2464 | <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2568 | <Project frameworkVersion="v4_6" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |
2465 | <Configuration name="Debug"> | 2569 | <Configuration name="Debug"> |
2466 | <Options> | 2570 | <Options> |
2467 | <OutputPath>../../../bin/</OutputPath> | 2571 | <OutputPath>../../../bin/</OutputPath> |
@@ -2485,11 +2589,13 @@ | |||
2485 | <Reference name="log4net" path="../../../bin/"/> | 2589 | <Reference name="log4net" path="../../../bin/"/> |
2486 | 2590 | ||
2487 | <Files> | 2591 | <Files> |
2488 | <Match pattern="*.cs" recurse="true"/> | 2592 | <Match pattern="*.cs" recurse="true"> |
2593 | <Exclude name="obj" pattern="obj"/> | ||
2594 | </Match> | ||
2489 | </Files> | 2595 | </Files> |
2490 | </Project> | 2596 | </Project> |
2491 | 2597 | ||
2492 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> | 2598 | <Project frameworkVersion="v4_6" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> |
2493 | <Configuration name="Debug"> | 2599 | <Configuration name="Debug"> |
2494 | <Options> | 2600 | <Options> |
2495 | <OutputPath>../../../bin/</OutputPath> | 2601 | <OutputPath>../../../bin/</OutputPath> |
@@ -2512,11 +2618,13 @@ | |||
2512 | <Reference name="log4net" path="../../../bin/"/> | 2618 | <Reference name="log4net" path="../../../bin/"/> |
2513 | 2619 | ||
2514 | <Files> | 2620 | <Files> |
2515 | <Match pattern="*.cs" recurse="true"/> | 2621 | <Match pattern="*.cs" recurse="true"> |
2622 | <Exclude name="obj" pattern="obj"/> | ||
2623 | </Match> | ||
2516 | </Files> | 2624 | </Files> |
2517 | </Project> | 2625 | </Project> |
2518 | 2626 | ||
2519 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | 2627 | <Project frameworkVersion="v4_6" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> |
2520 | <Configuration name="Debug"> | 2628 | <Configuration name="Debug"> |
2521 | <Options> | 2629 | <Options> |
2522 | <OutputPath>../../../bin/</OutputPath> | 2630 | <OutputPath>../../../bin/</OutputPath> |
@@ -2536,12 +2644,14 @@ | |||
2536 | <Reference name="log4net" path="../../../bin/"/> | 2644 | <Reference name="log4net" path="../../../bin/"/> |
2537 | 2645 | ||
2538 | <Files> | 2646 | <Files> |
2539 | <Match pattern="*.cs" recurse="true"/> | 2647 | <Match pattern="*.cs" recurse="true"> |
2648 | <Exclude name="obj" pattern="obj"/> | ||
2649 | </Match> | ||
2540 | </Files> | 2650 | </Files> |
2541 | </Project> | 2651 | </Project> |
2542 | 2652 | ||
2543 | <!-- Test Clients --> | 2653 | <!-- Test Clients --> |
2544 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | 2654 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> |
2545 | <Configuration name="Debug"> | 2655 | <Configuration name="Debug"> |
2546 | <Options> | 2656 | <Options> |
2547 | <OutputPath>../../../../bin/</OutputPath> | 2657 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2564,12 +2674,14 @@ | |||
2564 | <Reference name="log4net" path="../../../../bin/"/> | 2674 | <Reference name="log4net" path="../../../../bin/"/> |
2565 | 2675 | ||
2566 | <Files> | 2676 | <Files> |
2567 | <Match pattern="*.cs" recurse="true"/> | 2677 | <Match pattern="*.cs" recurse="true"> |
2678 | <Exclude name="obj" pattern="obj"/> | ||
2679 | </Match> | ||
2568 | </Files> | 2680 | </Files> |
2569 | </Project> | 2681 | </Project> |
2570 | 2682 | ||
2571 | <!-- Test assemblies --> | 2683 | <!-- Test assemblies --> |
2572 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2684 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2573 | <Configuration name="Debug"> | 2685 | <Configuration name="Debug"> |
2574 | <Options> | 2686 | <Options> |
2575 | <OutputPath>../../../bin/</OutputPath> | 2687 | <OutputPath>../../../bin/</OutputPath> |
@@ -2614,11 +2726,13 @@ | |||
2614 | <Reference name="OpenSim.Services.Interfaces"/> | 2726 | <Reference name="OpenSim.Services.Interfaces"/> |
2615 | 2727 | ||
2616 | <Files> | 2728 | <Files> |
2617 | <Match pattern="*.cs" recurse="true"/> | 2729 | <Match pattern="*.cs" recurse="true"> |
2730 | <Exclude name="obj" pattern="obj"/> | ||
2731 | </Match> | ||
2618 | </Files> | 2732 | </Files> |
2619 | </Project> | 2733 | </Project> |
2620 | 2734 | ||
2621 | <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | 2735 | <Project frameworkVersion="v4_6" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> |
2622 | <Configuration name="Debug"> | 2736 | <Configuration name="Debug"> |
2623 | <Options> | 2737 | <Options> |
2624 | <OutputPath>../../bin/</OutputPath> | 2738 | <OutputPath>../../bin/</OutputPath> |
@@ -2641,7 +2755,7 @@ | |||
2641 | </Files> | 2755 | </Files> |
2642 | </Project> | 2756 | </Project> |
2643 | 2757 | ||
2644 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> | 2758 | <Project frameworkVersion="v4_6" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> |
2645 | <Configuration name="Debug"> | 2759 | <Configuration name="Debug"> |
2646 | <Options> | 2760 | <Options> |
2647 | <OutputPath>../../../../bin/</OutputPath> | 2761 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2679,11 +2793,12 @@ | |||
2679 | 2793 | ||
2680 | <Files> | 2794 | <Files> |
2681 | <Match pattern="*.cs" recurse="true"> | 2795 | <Match pattern="*.cs" recurse="true"> |
2796 | <Exclude name="obj" pattern="obj"/> | ||
2682 | </Match> | 2797 | </Match> |
2683 | </Files> | 2798 | </Files> |
2684 | </Project> | 2799 | </Project> |
2685 | 2800 | ||
2686 | <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> | 2801 | <Project frameworkVersion="v4_6" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> |
2687 | <Configuration name="Debug"> | 2802 | <Configuration name="Debug"> |
2688 | <Options> | 2803 | <Options> |
2689 | <OutputPath>../../../bin/</OutputPath> | 2804 | <OutputPath>../../../bin/</OutputPath> |
@@ -2714,12 +2829,14 @@ | |||
2714 | <Reference name="nunit.framework" path="../../../bin/"/> | 2829 | <Reference name="nunit.framework" path="../../../bin/"/> |
2715 | 2830 | ||
2716 | <Files> | 2831 | <Files> |
2717 | <Match pattern="*.cs" recurse="true"/> | 2832 | <Match pattern="*.cs" recurse="true"> |
2833 | <Exclude name="obj" pattern="obj"/> | ||
2834 | </Match> | ||
2718 | </Files> | 2835 | </Files> |
2719 | </Project> | 2836 | </Project> |
2720 | 2837 | ||
2721 | 2838 | ||
2722 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2839 | <Project frameworkVersion="v4_6" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2723 | <Configuration name="Debug"> | 2840 | <Configuration name="Debug"> |
2724 | <Options> | 2841 | <Options> |
2725 | <OutputPath>../../../bin/</OutputPath> | 2842 | <OutputPath>../../../bin/</OutputPath> |
@@ -2764,13 +2881,17 @@ | |||
2764 | --> | 2881 | --> |
2765 | <Files> | 2882 | <Files> |
2766 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2883 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2767 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/> | 2884 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"> |
2768 | <Match path="FetchInventory/Tests" pattern="*.cs" recurse="true"/> | 2885 | <Exclude name="obj" pattern="obj"/> |
2886 | </Match> | ||
2887 | <Match path="FetchInventory/Tests" pattern="*.cs" recurse="true"> | ||
2888 | <Exclude name="obj" pattern="obj"/> | ||
2889 | </Match> | ||
2769 | </Files> | 2890 | </Files> |
2770 | </Project> | 2891 | </Project> |
2771 | 2892 | ||
2772 | 2893 | ||
2773 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2894 | <Project frameworkVersion="v4_6" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2774 | <Configuration name="Debug"> | 2895 | <Configuration name="Debug"> |
2775 | <Options> | 2896 | <Options> |
2776 | <OutputPath>../../../bin/</OutputPath> | 2897 | <OutputPath>../../../bin/</OutputPath> |
@@ -2806,12 +2927,14 @@ | |||
2806 | <Reference name="MySql.Data" path="../../../bin/"/> | 2927 | <Reference name="MySql.Data" path="../../../bin/"/> |
2807 | <Reference name="Mono.Data.Sqlite" path="../../../bin/"/> | 2928 | <Reference name="Mono.Data.Sqlite" path="../../../bin/"/> |
2808 | <Files> | 2929 | <Files> |
2809 | <Match pattern="*.cs" recurse="true"/> | 2930 | <Match pattern="*.cs" recurse="true"> |
2931 | <Exclude name="obj" pattern="obj"/> | ||
2932 | </Match> | ||
2810 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.ini"/> | 2933 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.ini"/> |
2811 | </Files> | 2934 | </Files> |
2812 | </Project> | 2935 | </Project> |
2813 | 2936 | ||
2814 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> | 2937 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> |
2815 | <Configuration name="Debug"> | 2938 | <Configuration name="Debug"> |
2816 | <Options> | 2939 | <Options> |
2817 | <OutputPath>../../../bin/</OutputPath> | 2940 | <OutputPath>../../../bin/</OutputPath> |
@@ -2842,7 +2965,7 @@ | |||
2842 | </Files> | 2965 | </Files> |
2843 | </Project> | 2966 | </Project> |
2844 | 2967 | ||
2845 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | 2968 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> |
2846 | <Configuration name="Debug"> | 2969 | <Configuration name="Debug"> |
2847 | <Options> | 2970 | <Options> |
2848 | <OutputPath>../../../../bin/</OutputPath> | 2971 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2869,11 +2992,12 @@ | |||
2869 | 2992 | ||
2870 | <Files> | 2993 | <Files> |
2871 | <Match pattern="*.cs" recurse="true"> | 2994 | <Match pattern="*.cs" recurse="true"> |
2995 | <Exclude name="obj" pattern="obj"/> | ||
2872 | </Match> | 2996 | </Match> |
2873 | </Files> | 2997 | </Files> |
2874 | </Project> | 2998 | </Project> |
2875 | 2999 | ||
2876 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 3000 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
2877 | <Configuration name="Debug"> | 3001 | <Configuration name="Debug"> |
2878 | <Options> | 3002 | <Options> |
2879 | <OutputPath>../../../../bin/</OutputPath> | 3003 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2899,11 +3023,12 @@ | |||
2899 | 3023 | ||
2900 | <Files> | 3024 | <Files> |
2901 | <Match pattern="*.cs" recurse="true"> | 3025 | <Match pattern="*.cs" recurse="true"> |
3026 | <Exclude name="obj" pattern="obj"/> | ||
2902 | </Match> | 3027 | </Match> |
2903 | </Files> | 3028 | </Files> |
2904 | </Project> | 3029 | </Project> |
2905 | 3030 | ||
2906 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> | 3031 | <Project frameworkVersion="v4_6" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> |
2907 | <Configuration name="Debug"> | 3032 | <Configuration name="Debug"> |
2908 | <Options> | 3033 | <Options> |
2909 | <OutputPath>../../../bin/</OutputPath> | 3034 | <OutputPath>../../../bin/</OutputPath> |
@@ -2958,31 +3083,69 @@ | |||
2958 | --> | 3083 | --> |
2959 | <Files> | 3084 | <Files> |
2960 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3085 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2961 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | 3086 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"> |
2962 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/> | 3087 | <Exclude name="obj" pattern="obj"/> |
2963 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> | 3088 | </Match> |
2964 | <Match path="Avatar/Chat/Tests" pattern="*.cs" recurse="true"/> | 3089 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"> |
2965 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> | 3090 | <Exclude name="obj" pattern="obj"/> |
2966 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3091 | </Match> |
2967 | <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/> | 3092 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"> |
2968 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 3093 | <Exclude name="obj" pattern="obj"/> |
2969 | <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"/> | 3094 | </Match> |
2970 | <Match path="Scripting/HttpRequest/Tests" pattern="*.cs" recurse="true"/> | 3095 | <Match path="Avatar/Chat/Tests" pattern="*.cs" recurse="true"> |
2971 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> | 3096 | <Exclude name="obj" pattern="obj"/> |
2972 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3097 | </Match> |
3098 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"> | ||
3099 | <Exclude name="obj" pattern="obj"/> | ||
3100 | </Match> | ||
3101 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"> | ||
3102 | <Exclude name="obj" pattern="obj"/> | ||
3103 | </Match> | ||
3104 | <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"> | ||
3105 | <Exclude name="obj" pattern="obj"/> | ||
3106 | </Match> | ||
3107 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"> | ||
3108 | <Exclude name="obj" pattern="obj"/> | ||
3109 | </Match> | ||
3110 | <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"> | ||
3111 | <Exclude name="obj" pattern="obj"/> | ||
3112 | </Match> | ||
3113 | <Match path="Scripting/HttpRequest/Tests" pattern="*.cs" recurse="true"> | ||
3114 | <Exclude name="obj" pattern="obj"/> | ||
3115 | </Match> | ||
3116 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"> | ||
3117 | <Exclude name="obj" pattern="obj"/> | ||
3118 | </Match> | ||
3119 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"> | ||
3120 | <Exclude name="obj" pattern="obj"/> | ||
3121 | </Match> | ||
2973 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> | 3122 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> |
2974 | <Match path="World/Land/Tests" pattern="*.cs" recurse="true"/> | 3123 | <Match path="World/Land/Tests" pattern="*.cs" recurse="true"> |
2975 | <Match path="World/Media/Moap/Tests" pattern="*.cs" recurse="true"/> | 3124 | <Exclude name="obj" pattern="obj"/> |
2976 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true"/> | 3125 | </Match> |
2977 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true"/> | 3126 | <Match path="World/Media/Moap/Tests" pattern="*.cs" recurse="true"> |
2978 | <Match path="ServiceConnectorsOut/Asset/Tests" pattern="*.cs" recurse="true"/> | 3127 | <Exclude name="obj" pattern="obj"/> |
2979 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true"/> | 3128 | </Match> |
2980 | <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true"/> | 3129 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true"> |
3130 | <Exclude name="obj" pattern="obj"/> | ||
3131 | </Match> | ||
3132 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true"> | ||
3133 | <Exclude name="obj" pattern="obj"/> | ||
3134 | </Match> | ||
3135 | <Match path="ServiceConnectorsOut/Asset/Tests" pattern="*.cs" recurse="true"> | ||
3136 | <Exclude name="obj" pattern="obj"/> | ||
3137 | </Match> | ||
3138 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true"> | ||
3139 | <Exclude name="obj" pattern="obj"/> | ||
3140 | </Match> | ||
3141 | <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true"> | ||
3142 | <Exclude name="obj" pattern="obj"/> | ||
3143 | </Match> | ||
2981 | </Files> | 3144 | </Files> |
2982 | </Project> | 3145 | </Project> |
2983 | 3146 | ||
2984 | 3147 | ||
2985 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 3148 | <Project frameworkVersion="v4_6" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
2986 | <Configuration name="Debug"> | 3149 | <Configuration name="Debug"> |
2987 | <Options> | 3150 | <Options> |
2988 | <OutputPath>../../../bin/</OutputPath> | 3151 | <OutputPath>../../../bin/</OutputPath> |
@@ -3044,7 +3207,7 @@ | |||
3044 | </Files> | 3207 | </Files> |
3045 | </Project> | 3208 | </Project> |
3046 | 3209 | ||
3047 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 3210 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
3048 | <Configuration name="Debug"> | 3211 | <Configuration name="Debug"> |
3049 | <Options> | 3212 | <Options> |
3050 | <OutputPath>../../../../../bin/</OutputPath> | 3213 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3085,7 +3248,7 @@ | |||
3085 | </Files> | 3248 | </Files> |
3086 | </Project> | 3249 | </Project> |
3087 | 3250 | ||
3088 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> | 3251 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3089 | <Configuration name="Debug"> | 3252 | <Configuration name="Debug"> |
3090 | <Options> | 3253 | <Options> |
3091 | <OutputPath>../../../../../../bin/</OutputPath> | 3254 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -3119,7 +3282,7 @@ | |||
3119 | </Files> | 3282 | </Files> |
3120 | </Project> | 3283 | </Project> |
3121 | 3284 | ||
3122 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3285 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3123 | <Configuration name="Debug"> | 3286 | <Configuration name="Debug"> |
3124 | <Options> | 3287 | <Options> |
3125 | <OutputPath>../../../bin/</OutputPath> | 3288 | <OutputPath>../../../bin/</OutputPath> |
@@ -3166,10 +3329,18 @@ | |||
3166 | --> | 3329 | --> |
3167 | <Files> | 3330 | <Files> |
3168 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3331 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3169 | <Match path="Shared/Tests" pattern="*.cs" recurse="true"/> | 3332 | <Match path="Shared/Tests" pattern="*.cs" recurse="true"> |
3170 | <Match path="Shared/CodeTools/Tests" pattern="*.cs" recurse="true"/> | 3333 | <Exclude name="obj" pattern="obj"/> |
3171 | <Match path="Shared/Instance/Tests" pattern="*.cs" recurse="true"/> | 3334 | </Match> |
3172 | <Match path="XEngine/Tests" pattern="*.cs" recurse="true"/> | 3335 | <Match path="Shared/CodeTools/Tests" pattern="*.cs" recurse="true"> |
3336 | <Exclude name="obj" pattern="obj"/> | ||
3337 | </Match> | ||
3338 | <Match path="Shared/Instance/Tests" pattern="*.cs" recurse="true"> | ||
3339 | <Exclude name="obj" pattern="obj"/> | ||
3340 | </Match> | ||
3341 | <Match path="XEngine/Tests" pattern="*.cs" recurse="true"> | ||
3342 | <Exclude name="obj" pattern="obj"/> | ||
3343 | </Match> | ||
3173 | </Files> | 3344 | </Files> |
3174 | </Project> | 3345 | </Project> |
3175 | 3346 | ||
@@ -3177,7 +3348,7 @@ | |||
3177 | TODO: this is kind of lame, we basically build a duplicate | 3348 | TODO: this is kind of lame, we basically build a duplicate |
3178 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3349 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3179 | --> | 3350 | --> |
3180 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> | 3351 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> |
3181 | <Configuration name="Debug"> | 3352 | <Configuration name="Debug"> |
3182 | <Options> | 3353 | <Options> |
3183 | <OutputPath>../../../../../bin/</OutputPath> | 3354 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3204,11 +3375,13 @@ | |||
3204 | <Reference name="log4net" path="../../../../../bin/"/> | 3375 | <Reference name="log4net" path="../../../../../bin/"/> |
3205 | 3376 | ||
3206 | <Files> | 3377 | <Files> |
3207 | <Match pattern="*.cs" recurse="true"/> | 3378 | <Match pattern="*.cs" recurse="true"> |
3379 | <Exclude name="obj" pattern="obj"/> | ||
3380 | </Match> | ||
3208 | </Files> | 3381 | </Files> |
3209 | </Project> | 3382 | </Project> |
3210 | 3383 | ||
3211 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> | 3384 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> |
3212 | <Configuration name="Debug"> | 3385 | <Configuration name="Debug"> |
3213 | <Options> | 3386 | <Options> |
3214 | <OutputPath>../../../../../bin/</OutputPath> | 3387 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3242,7 +3415,7 @@ | |||
3242 | </Project> | 3415 | </Project> |
3243 | 3416 | ||
3244 | 3417 | ||
3245 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | 3418 | <Project frameworkVersion="v4_6" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> |
3246 | <Configuration name="Debug"> | 3419 | <Configuration name="Debug"> |
3247 | <Options> | 3420 | <Options> |
3248 | <OutputPath>../../../bin/</OutputPath> | 3421 | <OutputPath>../../../bin/</OutputPath> |
@@ -3284,11 +3457,13 @@ | |||
3284 | --> | 3457 | --> |
3285 | <Files> | 3458 | <Files> |
3286 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3459 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3287 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | 3460 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"> |
3461 | <Exclude name="obj" pattern="obj"/> | ||
3462 | </Match> | ||
3288 | </Files> | 3463 | </Files> |
3289 | </Project> | 3464 | </Project> |
3290 | 3465 | ||
3291 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> | 3466 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> |
3292 | <Configuration name="Debug"> | 3467 | <Configuration name="Debug"> |
3293 | <Options> | 3468 | <Options> |
3294 | <OutputPath>../../../bin/</OutputPath> | 3469 | <OutputPath>../../../bin/</OutputPath> |
@@ -3328,7 +3503,7 @@ | |||
3328 | </Files> | 3503 | </Files> |
3329 | </Project> | 3504 | </Project> |
3330 | 3505 | ||
3331 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> | 3506 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> |
3332 | <Configuration name="Debug"> | 3507 | <Configuration name="Debug"> |
3333 | <Options> | 3508 | <Options> |
3334 | <OutputPath>../../../bin/</OutputPath> | 3509 | <OutputPath>../../../bin/</OutputPath> |
@@ -3367,7 +3542,7 @@ | |||
3367 | </Files> | 3542 | </Files> |
3368 | </Project> | 3543 | </Project> |
3369 | 3544 | ||
3370 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> | 3545 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> |
3371 | <Configuration name="Debug"> | 3546 | <Configuration name="Debug"> |
3372 | <Options> | 3547 | <Options> |
3373 | <OutputPath>../../../bin/</OutputPath> | 3548 | <OutputPath>../../../bin/</OutputPath> |