diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 630 |
1 files changed, 405 insertions, 225 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0241fb3..f0721c4 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> |
@@ -1223,13 +1251,14 @@ | |||
1223 | 1251 | ||
1224 | <Files> | 1252 | <Files> |
1225 | <Match pattern="*.cs" recurse="true"> | 1253 | <Match pattern="*.cs" recurse="true"> |
1254 | <Exclude name="obj" pattern="obj"/> | ||
1226 | <Exclude pattern="Tests"/> | 1255 | <Exclude pattern="Tests"/> |
1227 | </Match> | 1256 | </Match> |
1228 | </Files> | 1257 | </Files> |
1229 | </Project> | 1258 | </Project> |
1230 | 1259 | ||
1231 | 1260 | ||
1232 | <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"> |
1233 | <Configuration name="Debug"> | 1262 | <Configuration name="Debug"> |
1234 | <Options> | 1263 | <Options> |
1235 | <OutputPath>../../../bin/</OutputPath> | 1264 | <OutputPath>../../../bin/</OutputPath> |
@@ -1264,13 +1293,14 @@ | |||
1264 | 1293 | ||
1265 | <Files> | 1294 | <Files> |
1266 | <Match pattern="*.cs" recurse="true"> | 1295 | <Match pattern="*.cs" recurse="true"> |
1296 | <Exclude name="obj" pattern="obj"/> | ||
1267 | <Exclude pattern="Tests"/> | 1297 | <Exclude pattern="Tests"/> |
1268 | </Match> | 1298 | </Match> |
1269 | </Files> | 1299 | </Files> |
1270 | </Project> | 1300 | </Project> |
1271 | 1301 | ||
1272 | 1302 | ||
1273 | <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> | 1303 | <Project frameworkVersion="v4_6" name="Robust" path="OpenSim/Server" type="Exe"> |
1274 | <Configuration name="Debug"> | 1304 | <Configuration name="Debug"> |
1275 | <Options> | 1305 | <Options> |
1276 | <OutputPath>../../bin/</OutputPath> | 1306 | <OutputPath>../../bin/</OutputPath> |
@@ -1301,12 +1331,13 @@ | |||
1301 | 1331 | ||
1302 | <Files> | 1332 | <Files> |
1303 | <Match pattern="*.cs" recurse="false"> | 1333 | <Match pattern="*.cs" recurse="false"> |
1304 | <Exclude pattern="Tests"/> | 1334 | <Exclude name="obj" pattern="obj"/> |
1335 | <Exclude pattern="Tests"/> | ||
1305 | </Match> | 1336 | </Match> |
1306 | </Files> | 1337 | </Files> |
1307 | </Project> | 1338 | </Project> |
1308 | 1339 | ||
1309 | <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"> |
1310 | <Configuration name="Debug"> | 1341 | <Configuration name="Debug"> |
1311 | <Options> | 1342 | <Options> |
1312 | <OutputPath>../../bin/</OutputPath> | 1343 | <OutputPath>../../bin/</OutputPath> |
@@ -1334,13 +1365,14 @@ | |||
1334 | 1365 | ||
1335 | <Files> | 1366 | <Files> |
1336 | <Match pattern="*.cs" recurse="false"> | 1367 | <Match pattern="*.cs" recurse="false"> |
1337 | <Exclude pattern="Tests"/> | 1368 | <Exclude name="obj" pattern="obj"/> |
1369 | <Exclude pattern="Tests"/> | ||
1338 | </Match> | 1370 | </Match> |
1339 | </Files> | 1371 | </Files> |
1340 | </Project> | 1372 | </Project> |
1341 | 1373 | ||
1342 | <!-- ClientStack Plugins --> | 1374 | <!-- ClientStack Plugins --> |
1343 | <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"> |
1344 | <Configuration name="Debug"> | 1376 | <Configuration name="Debug"> |
1345 | <Options> | 1377 | <Options> |
1346 | <OutputPath>../../../../../bin/</OutputPath> | 1378 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1378,14 +1410,13 @@ | |||
1378 | 1410 | ||
1379 | <Files> | 1411 | <Files> |
1380 | <Match pattern="*.cs" recurse="true"> | 1412 | <Match pattern="*.cs" recurse="true"> |
1413 | <Exclude name="obj" pattern="obj"/> | ||
1381 | <Exclude name="Tests" pattern="Tests"/> | 1414 | <Exclude name="Tests" pattern="Tests"/> |
1382 | </Match> | 1415 | </Match> |
1383 | </Files> | 1416 | </Files> |
1384 | </Project> | 1417 | </Project> |
1385 | 1418 | ||
1386 | 1419 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | |
1387 | |||
1388 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | ||
1389 | <Configuration name="Debug"> | 1420 | <Configuration name="Debug"> |
1390 | <Options> | 1421 | <Options> |
1391 | <OutputPath>../../../../../bin/</OutputPath> | 1422 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1406,11 +1437,8 @@ | |||
1406 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | 1437 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> |
1407 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 1438 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
1408 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | 1439 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> |
1409 | |||
1410 | <Reference name="OpenSim.Region.Framework"/> | ||
1411 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
1412 | <Reference name="OpenSim.Region.Framework.Scenes"/> | ||
1413 | <Reference name="OpenSim.Capabilities"/> | 1440 | <Reference name="OpenSim.Capabilities"/> |
1441 | <Reference name="OpenSim.Region.Framework"/> | ||
1414 | <Reference name="OpenSim.Capabilities.Handlers"/> | 1442 | <Reference name="OpenSim.Capabilities.Handlers"/> |
1415 | <Reference name="OpenSim.Framework"/> | 1443 | <Reference name="OpenSim.Framework"/> |
1416 | <Reference name="OpenSim.Framework.Monitoring"/> | 1444 | <Reference name="OpenSim.Framework.Monitoring"/> |
@@ -1427,6 +1455,7 @@ | |||
1427 | 1455 | ||
1428 | <Files> | 1456 | <Files> |
1429 | <Match pattern="*.cs" recurse="true"> | 1457 | <Match pattern="*.cs" recurse="true"> |
1458 | <Exclude name="obj" pattern="obj"/> | ||
1430 | <Exclude name="Tests" pattern="Tests"/> | 1459 | <Exclude name="Tests" pattern="Tests"/> |
1431 | </Match> | 1460 | </Match> |
1432 | </Files> | 1461 | </Files> |
@@ -1434,7 +1463,7 @@ | |||
1434 | 1463 | ||
1435 | 1464 | ||
1436 | <!-- Data Base Modules --> | 1465 | <!-- Data Base Modules --> |
1437 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 1466 | <Project frameworkVersion="v4_6" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
1438 | <Configuration name="Debug"> | 1467 | <Configuration name="Debug"> |
1439 | <Options> | 1468 | <Options> |
1440 | <OutputPath>../../../bin/</OutputPath> | 1469 | <OutputPath>../../../bin/</OutputPath> |
@@ -1465,7 +1494,8 @@ | |||
1465 | 1494 | ||
1466 | <Files> | 1495 | <Files> |
1467 | <Match pattern="*.cs" recurse="true"> | 1496 | <Match pattern="*.cs" recurse="true"> |
1468 | <Exclude name="Tests" pattern="Tests"/> | 1497 | <Exclude name="obj" pattern="obj"/> |
1498 | <Exclude name="Tests" pattern="Tests"/> | ||
1469 | </Match> | 1499 | </Match> |
1470 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | 1500 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> |
1471 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 1501 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
@@ -1473,7 +1503,7 @@ | |||
1473 | </Files> | 1503 | </Files> |
1474 | </Project> | 1504 | </Project> |
1475 | 1505 | ||
1476 | <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> | 1506 | <Project frameworkVersion="v4_6" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> |
1477 | <Configuration name="Debug"> | 1507 | <Configuration name="Debug"> |
1478 | <Options> | 1508 | <Options> |
1479 | <OutputPath>../../../bin/</OutputPath> | 1509 | <OutputPath>../../../bin/</OutputPath> |
@@ -1503,13 +1533,15 @@ | |||
1503 | <Reference name="Npgsql" path="../../../bin/"/> | 1533 | <Reference name="Npgsql" path="../../../bin/"/> |
1504 | 1534 | ||
1505 | <Files> | 1535 | <Files> |
1506 | <Match pattern="*.cs" recurse="true"/> | 1536 | <Match pattern="*.cs" recurse="true"> |
1537 | <Exclude name="obj" pattern="obj"/> | ||
1538 | </Match> | ||
1507 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 1539 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
1508 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1540 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1509 | </Files> | 1541 | </Files> |
1510 | </Project> | 1542 | </Project> |
1511 | 1543 | ||
1512 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 1544 | <Project frameworkVersion="v4_6" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
1513 | <Configuration name="Debug"> | 1545 | <Configuration name="Debug"> |
1514 | <Options> | 1546 | <Options> |
1515 | <OutputPath>../../../bin/</OutputPath> | 1547 | <OutputPath>../../../bin/</OutputPath> |
@@ -1540,7 +1572,8 @@ | |||
1540 | 1572 | ||
1541 | <Files> | 1573 | <Files> |
1542 | <Match pattern="*.cs" recurse="true"> | 1574 | <Match pattern="*.cs" recurse="true"> |
1543 | <Exclude name="Tests" pattern="Tests"/> | 1575 | <Exclude name="obj" pattern="obj"/> |
1576 | <Exclude name="Tests" pattern="Tests"/> | ||
1544 | </Match> | 1577 | </Match> |
1545 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | 1578 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> |
1546 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 1579 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
@@ -1549,7 +1582,7 @@ | |||
1549 | </Project> | 1582 | </Project> |
1550 | 1583 | ||
1551 | 1584 | ||
1552 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1585 | <Project frameworkVersion="v4_6" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1553 | <Configuration name="Debug"> | 1586 | <Configuration name="Debug"> |
1554 | <Options> | 1587 | <Options> |
1555 | <OutputPath>../../../bin/</OutputPath> | 1588 | <OutputPath>../../../bin/</OutputPath> |
@@ -1613,13 +1646,14 @@ | |||
1613 | <Files> | 1646 | <Files> |
1614 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1647 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1615 | <Match pattern="*.cs" recurse="true"> | 1648 | <Match pattern="*.cs" recurse="true"> |
1649 | <Exclude name="obj" pattern="obj"/> | ||
1616 | <Exclude name="Tests" pattern="Tests"/> | 1650 | <Exclude name="Tests" pattern="Tests"/> |
1617 | </Match> | 1651 | </Match> |
1618 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1652 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
1619 | </Files> | 1653 | </Files> |
1620 | </Project> | 1654 | </Project> |
1621 | 1655 | ||
1622 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1656 | <Project frameworkVersion="v4_6" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1623 | <Configuration name="Debug"> | 1657 | <Configuration name="Debug"> |
1624 | <Options> | 1658 | <Options> |
1625 | <OutputPath>../../../bin/</OutputPath> | 1659 | <OutputPath>../../../bin/</OutputPath> |
@@ -1645,18 +1679,16 @@ | |||
1645 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1679 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1646 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | 1680 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> |
1647 | <Reference name="netcd" path="../../../bin/"/> | 1681 | <Reference name="netcd" path="../../../bin/"/> |
1648 | <Reference name="OpenSim.Capabilities"/> | ||
1649 | <Reference name="OpenSim.Framework"/> | 1682 | <Reference name="OpenSim.Framework"/> |
1683 | <Reference name="OpenSim.Capabilities"/> | ||
1650 | <Reference name="OpenSim.Data"/> | 1684 | <Reference name="OpenSim.Data"/> |
1651 | <Reference name="OpenSim.Framework.Console"/> | 1685 | <Reference name="OpenSim.Framework.Console"/> |
1652 | <Reference name="OpenSim.Framework.Monitoring"/> | 1686 | <Reference name="OpenSim.Framework.Monitoring"/> |
1653 | <Reference name="OpenSim.Framework.Servers"/> | 1687 | <Reference name="OpenSim.Framework.Servers"/> |
1654 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1688 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1689 | <Reference name="OpenSim.Region.Framework"/> | ||
1655 | <Reference name="OpenSim.Region.CoreModules"/> | 1690 | <Reference name="OpenSim.Region.CoreModules"/> |
1656 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1691 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1657 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
1658 | <Reference name="OpenSim.Region.Framework.Scenes"/> | ||
1659 | <Reference name="OpenSim.Region.Framework"/> | ||
1660 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 1692 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1661 | <Reference name="OpenSim.Server.Base"/> | 1693 | <Reference name="OpenSim.Server.Base"/> |
1662 | <Reference name="OpenSim.Server.Handlers"/> | 1694 | <Reference name="OpenSim.Server.Handlers"/> |
@@ -1673,6 +1705,7 @@ | |||
1673 | 1705 | ||
1674 | <Files> | 1706 | <Files> |
1675 | <Match pattern="*.cs" recurse="true"> | 1707 | <Match pattern="*.cs" recurse="true"> |
1708 | <Exclude name="obj" pattern="obj"/> | ||
1676 | <Exclude name="Tests" pattern="Tests"/> | 1709 | <Exclude name="Tests" pattern="Tests"/> |
1677 | </Match> | 1710 | </Match> |
1678 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1711 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -1680,7 +1713,7 @@ | |||
1680 | </Project> | 1713 | </Project> |
1681 | 1714 | ||
1682 | <!-- Datastore Plugins --> | 1715 | <!-- Datastore Plugins --> |
1683 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1716 | <Project frameworkVersion="v4_6" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1684 | <Configuration name="Debug"> | 1717 | <Configuration name="Debug"> |
1685 | <Options> | 1718 | <Options> |
1686 | <OutputPath>../../../bin/</OutputPath> | 1719 | <OutputPath>../../../bin/</OutputPath> |
@@ -1704,11 +1737,13 @@ | |||
1704 | <Reference name="log4net" path="../../../bin/"/> | 1737 | <Reference name="log4net" path="../../../bin/"/> |
1705 | 1738 | ||
1706 | <Files> | 1739 | <Files> |
1707 | <Match pattern="*.cs" recurse="true"/> | 1740 | <Match pattern="*.cs" recurse="true"> |
1741 | <Exclude name="obj" pattern="obj"/> | ||
1742 | </Match> | ||
1708 | </Files> | 1743 | </Files> |
1709 | </Project> | 1744 | </Project> |
1710 | 1745 | ||
1711 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> | 1746 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> |
1712 | <Configuration name="Debug"> | 1747 | <Configuration name="Debug"> |
1713 | <Options> | 1748 | <Options> |
1714 | <OutputPath>../../../../bin/</OutputPath> | 1749 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1730,12 +1765,13 @@ | |||
1730 | 1765 | ||
1731 | <Files> | 1766 | <Files> |
1732 | <Match pattern="*.cs" recurse="true"> | 1767 | <Match pattern="*.cs" recurse="true"> |
1768 | <Exclude name="obj" pattern="obj"/> | ||
1733 | <Exclude name="Tests" pattern="Tests"/> | 1769 | <Exclude name="Tests" pattern="Tests"/> |
1734 | </Match> | 1770 | </Match> |
1735 | </Files> | 1771 | </Files> |
1736 | </Project> | 1772 | </Project> |
1737 | 1773 | ||
1738 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> | 1774 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
1739 | <Configuration name="Debug"> | 1775 | <Configuration name="Debug"> |
1740 | <Options> | 1776 | <Options> |
1741 | <OutputPath>../../../../bin/</OutputPath> | 1777 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1763,12 +1799,14 @@ | |||
1763 | <Reference name="log4net" path="../../../../bin/"/> | 1799 | <Reference name="log4net" path="../../../../bin/"/> |
1764 | 1800 | ||
1765 | <Files> | 1801 | <Files> |
1766 | <Match pattern="*.cs" recurse="true"/> | 1802 | <Match pattern="*.cs" recurse="true"> |
1803 | <Exclude name="obj" pattern="obj"/> | ||
1804 | </Match> | ||
1767 | </Files> | 1805 | </Files> |
1768 | </Project> | 1806 | </Project> |
1769 | 1807 | ||
1770 | <!-- Physics Plug-ins --> | 1808 | <!-- Physics Plug-ins --> |
1771 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> | 1809 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> |
1772 | <Configuration name="Debug"> | 1810 | <Configuration name="Debug"> |
1773 | <Options> | 1811 | <Options> |
1774 | <OutputPath>../../../../bin/</OutputPath> | 1812 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1789,11 +1827,13 @@ | |||
1789 | <Reference name="OpenSim.Region.Framework"/> | 1827 | <Reference name="OpenSim.Region.Framework"/> |
1790 | <Reference name="Mono.Addins" path="../../../../bin/"/> | 1828 | <Reference name="Mono.Addins" path="../../../../bin/"/> |
1791 | <Files> | 1829 | <Files> |
1792 | <Match pattern="*.cs" recurse="true"/> | 1830 | <Match pattern="*.cs" recurse="true"> |
1831 | <Exclude name="obj" pattern="obj"/> | ||
1832 | </Match> | ||
1793 | </Files> | 1833 | </Files> |
1794 | </Project> | 1834 | </Project> |
1795 | 1835 | ||
1796 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> | 1836 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> |
1797 | <Configuration name="Debug"> | 1837 | <Configuration name="Debug"> |
1798 | <Options> | 1838 | <Options> |
1799 | <OutputPath>../../../../bin/</OutputPath> | 1839 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1814,11 +1854,13 @@ | |||
1814 | <Reference name="OpenSim.Region.Framework"/> | 1854 | <Reference name="OpenSim.Region.Framework"/> |
1815 | <Reference name="Mono.Addins" path="../../../../bin/"/> | 1855 | <Reference name="Mono.Addins" path="../../../../bin/"/> |
1816 | <Files> | 1856 | <Files> |
1817 | <Match pattern="*.cs" recurse="true"/> | 1857 | <Match pattern="*.cs" recurse="true"> |
1858 | <Exclude name="obj" pattern="obj"/> | ||
1859 | </Match> | ||
1818 | </Files> | 1860 | </Files> |
1819 | </Project> | 1861 | </Project> |
1820 | 1862 | ||
1821 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> | 1863 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> |
1822 | <Configuration name="Debug"> | 1864 | <Configuration name="Debug"> |
1823 | <Options> | 1865 | <Options> |
1824 | <OutputPath>../../../../bin/</OutputPath> | 1866 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1844,12 +1886,13 @@ | |||
1844 | 1886 | ||
1845 | <Files> | 1887 | <Files> |
1846 | <Match pattern="*.cs" recurse="true"> | 1888 | <Match pattern="*.cs" recurse="true"> |
1889 | <Exclude name="obj" pattern="obj"/> | ||
1847 | <Exclude name="Tests" pattern="Tests"/> | 1890 | <Exclude name="Tests" pattern="Tests"/> |
1848 | </Match> | 1891 | </Match> |
1849 | </Files> | 1892 | </Files> |
1850 | </Project> | 1893 | </Project> |
1851 | 1894 | ||
1852 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> | 1895 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> |
1853 | <Configuration name="Debug"> | 1896 | <Configuration name="Debug"> |
1854 | <Options> | 1897 | <Options> |
1855 | <OutputPath>../../../../bin/</OutputPath> | 1898 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1877,12 +1920,13 @@ | |||
1877 | 1920 | ||
1878 | <Files> | 1921 | <Files> |
1879 | <Match pattern="*.cs" recurse="true"> | 1922 | <Match pattern="*.cs" recurse="true"> |
1923 | <Exclude name="obj" pattern="obj"/> | ||
1880 | <Exclude name="Tests" pattern="Tests"/> | 1924 | <Exclude name="Tests" pattern="Tests"/> |
1881 | </Match> | 1925 | </Match> |
1882 | </Files> | 1926 | </Files> |
1883 | </Project> | 1927 | </Project> |
1884 | 1928 | ||
1885 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> | 1929 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> |
1886 | <Configuration name="Debug"> | 1930 | <Configuration name="Debug"> |
1887 | <Options> | 1931 | <Options> |
1888 | <OutputPath>../../../../bin/</OutputPath> | 1932 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1911,11 +1955,13 @@ | |||
1911 | <Reference name="log4net" path="../../../../bin/"/> | 1955 | <Reference name="log4net" path="../../../../bin/"/> |
1912 | 1956 | ||
1913 | <Files> | 1957 | <Files> |
1914 | <Match pattern="*.cs" recurse="true"/> | 1958 | <Match pattern="*.cs" recurse="true"> |
1959 | <Exclude name="obj" pattern="obj"/> | ||
1960 | </Match> | ||
1915 | </Files> | 1961 | </Files> |
1916 | </Project> | 1962 | </Project> |
1917 | 1963 | ||
1918 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> | 1964 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> |
1919 | <Configuration name="Debug"> | 1965 | <Configuration name="Debug"> |
1920 | <Options> | 1966 | <Options> |
1921 | <OutputPath>../../../../bin/</OutputPath> | 1967 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1948,13 +1994,14 @@ | |||
1948 | 1994 | ||
1949 | <Files> | 1995 | <Files> |
1950 | <Match pattern="*.cs" recurse="true"> | 1996 | <Match pattern="*.cs" recurse="true"> |
1997 | <Exclude name="obj" pattern="obj"/> | ||
1951 | <Exclude name="Tests" pattern="Tests"/> | 1998 | <Exclude name="Tests" pattern="Tests"/> |
1952 | </Match> | 1999 | </Match> |
1953 | </Files> | 2000 | </Files> |
1954 | </Project> | 2001 | </Project> |
1955 | 2002 | ||
1956 | <!-- OpenSim app --> | 2003 | <!-- OpenSim app --> |
1957 | <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 2004 | <Project frameworkVersion="v4_6" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1958 | <Configuration name="Debug"> | 2005 | <Configuration name="Debug"> |
1959 | <Options> | 2006 | <Options> |
1960 | <OutputPath>../../../bin/</OutputPath> | 2007 | <OutputPath>../../../bin/</OutputPath> |
@@ -1993,11 +2040,13 @@ | |||
1993 | <Reference name="log4net" path="../../../bin/"/> | 2040 | <Reference name="log4net" path="../../../bin/"/> |
1994 | 2041 | ||
1995 | <Files> | 2042 | <Files> |
1996 | <Match pattern="*.cs" recurse="true"/> | 2043 | <Match pattern="*.cs" recurse="true"> |
2044 | <Exclude name="obj" pattern="obj"/> | ||
2045 | </Match> | ||
1997 | </Files> | 2046 | </Files> |
1998 | </Project> | 2047 | </Project> |
1999 | 2048 | ||
2000 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> | 2049 | <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
2001 | <Configuration name="Debug"> | 2050 | <Configuration name="Debug"> |
2002 | <Options> | 2051 | <Options> |
2003 | <OutputPath>../../../bin/</OutputPath> | 2052 | <OutputPath>../../../bin/</OutputPath> |
@@ -2025,12 +2074,14 @@ | |||
2025 | <Reference name="log4net" path="../../../bin/"/> | 2074 | <Reference name="log4net" path="../../../bin/"/> |
2026 | 2075 | ||
2027 | <Files> | 2076 | <Files> |
2028 | <Match pattern="*.cs" recurse="true"/> | 2077 | <Match pattern="*.cs" recurse="true"> |
2078 | <Exclude name="obj" pattern="obj"/> | ||
2079 | </Match> | ||
2029 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2080 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2030 | </Files> | 2081 | </Files> |
2031 | </Project> | 2082 | </Project> |
2032 | 2083 | ||
2033 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | 2084 | <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> |
2034 | <Configuration name="Debug"> | 2085 | <Configuration name="Debug"> |
2035 | <Options> | 2086 | <Options> |
2036 | <OutputPath>../../../bin/</OutputPath> | 2087 | <OutputPath>../../../bin/</OutputPath> |
@@ -2054,12 +2105,14 @@ | |||
2054 | <Reference name="log4net" path="../../../bin/"/> | 2105 | <Reference name="log4net" path="../../../bin/"/> |
2055 | 2106 | ||
2056 | <Files> | 2107 | <Files> |
2057 | <Match pattern="*.cs" recurse="true"/> | 2108 | <Match pattern="*.cs" recurse="true"> |
2109 | <Exclude name="obj" pattern="obj"/> | ||
2110 | </Match> | ||
2058 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2111 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2059 | </Files> | 2112 | </Files> |
2060 | </Project> | 2113 | </Project> |
2061 | 2114 | ||
2062 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 2115 | <Project frameworkVersion="v4_6" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
2063 | <Configuration name="Debug"> | 2116 | <Configuration name="Debug"> |
2064 | <Options> | 2117 | <Options> |
2065 | <OutputPath>../../../bin/</OutputPath> | 2118 | <OutputPath>../../../bin/</OutputPath> |
@@ -2092,16 +2145,16 @@ | |||
2092 | <Reference name="log4net" path="../../../bin/"/> | 2145 | <Reference name="log4net" path="../../../bin/"/> |
2093 | 2146 | ||
2094 | <Files> | 2147 | <Files> |
2095 | <Match pattern="*.cs" recurse="true"/> | 2148 | <Match pattern="*.cs" recurse="true"> |
2149 | <Exclude name="obj" pattern="obj"/> | ||
2150 | </Match> | ||
2096 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2151 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2097 | </Files> | 2152 | </Files> |
2098 | </Project> | 2153 | </Project> |
2099 | 2154 | ||
2100 | <!-- Scene Server API Example Apps --> | 2155 | <!-- Scene Server API Example Apps --> |
2101 | 2156 | ||
2102 | 2157 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | |
2103 | |||
2104 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | ||
2105 | <Configuration name="Debug"> | 2158 | <Configuration name="Debug"> |
2106 | <Options> | 2159 | <Options> |
2107 | <OutputPath>../../../../bin/</OutputPath> | 2160 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2137,7 +2190,7 @@ | |||
2137 | </Files> | 2190 | </Files> |
2138 | </Project> | 2191 | </Project> |
2139 | 2192 | ||
2140 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 2193 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
2141 | <Configuration name="Debug"> | 2194 | <Configuration name="Debug"> |
2142 | <Options> | 2195 | <Options> |
2143 | <OutputPath>../../../../../../bin/</OutputPath> | 2196 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2165,11 +2218,13 @@ | |||
2165 | <Reference name="log4net" path="../../../../../../bin/"/> | 2218 | <Reference name="log4net" path="../../../../../../bin/"/> |
2166 | 2219 | ||
2167 | <Files> | 2220 | <Files> |
2168 | <Match pattern="*.cs" recurse="false"/> | 2221 | <Match pattern="*.cs" recurse="false"> |
2222 | <Exclude name="obj" pattern="obj"/> | ||
2223 | </Match> | ||
2169 | </Files> | 2224 | </Files> |
2170 | </Project> | 2225 | </Project> |
2171 | 2226 | ||
2172 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | 2227 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2173 | <Configuration name="Debug"> | 2228 | <Configuration name="Debug"> |
2174 | <Options> | 2229 | <Options> |
2175 | <OutputPath>../../../../../../bin/</OutputPath> | 2230 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2206,11 +2261,13 @@ | |||
2206 | <Reference name="log4net" path="../../../../../../bin/"/> | 2261 | <Reference name="log4net" path="../../../../../../bin/"/> |
2207 | 2262 | ||
2208 | <Files> | 2263 | <Files> |
2209 | <Match pattern="*.cs" recurse="true"/> | 2264 | <Match pattern="*.cs" recurse="true"> |
2265 | <Exclude name="obj" pattern="obj"/> | ||
2266 | </Match> | ||
2210 | </Files> | 2267 | </Files> |
2211 | </Project> | 2268 | </Project> |
2212 | 2269 | ||
2213 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | 2270 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> |
2214 | <Configuration name="Debug"> | 2271 | <Configuration name="Debug"> |
2215 | <Options> | 2272 | <Options> |
2216 | <OutputPath>../../../../../bin/</OutputPath> | 2273 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2235,12 +2292,13 @@ | |||
2235 | 2292 | ||
2236 | <Files> | 2293 | <Files> |
2237 | <Match pattern="*.cs" recurse="true"> | 2294 | <Match pattern="*.cs" recurse="true"> |
2295 | <Exclude name="obj" pattern="obj"/> | ||
2238 | <Exclude name="Tests" pattern="Tests"/> | 2296 | <Exclude name="Tests" pattern="Tests"/> |
2239 | </Match> | 2297 | </Match> |
2240 | </Files> | 2298 | </Files> |
2241 | </Project> | 2299 | </Project> |
2242 | 2300 | ||
2243 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> | 2301 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> |
2244 | <Configuration name="Debug"> | 2302 | <Configuration name="Debug"> |
2245 | <Options> | 2303 | <Options> |
2246 | <OutputPath>../../../../../bin/</OutputPath> | 2304 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2268,18 +2326,18 @@ | |||
2268 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> | 2326 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> |
2269 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | 2327 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> |
2270 | <Reference name="SmartThreadPool"/> | 2328 | <Reference name="SmartThreadPool"/> |
2271 | <Reference name="Axiom.MathLib" path="../../../../../bin/"/> | ||
2272 | <Reference name="Nini" path="../../../../../bin/"/> | 2329 | <Reference name="Nini" path="../../../../../bin/"/> |
2273 | <Reference name="log4net" path="../../../../../bin/"/> | 2330 | <Reference name="log4net" path="../../../../../bin/"/> |
2274 | 2331 | ||
2275 | <Files> | 2332 | <Files> |
2276 | <Match pattern="*.cs" recurse="true"> | 2333 | <Match pattern="*.cs" recurse="true"> |
2334 | <Exclude name="obj" pattern="obj"/> | ||
2277 | <Exclude name="Tests" pattern="Tests"/> | 2335 | <Exclude name="Tests" pattern="Tests"/> |
2278 | </Match> | 2336 | </Match> |
2279 | </Files> | 2337 | </Files> |
2280 | </Project> | 2338 | </Project> |
2281 | 2339 | ||
2282 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> | 2340 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> |
2283 | <Configuration name="Debug"> | 2341 | <Configuration name="Debug"> |
2284 | <Options> | 2342 | <Options> |
2285 | <OutputPath>../../../../../../bin/</OutputPath> | 2343 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2308,11 +2366,13 @@ | |||
2308 | <Reference name="log4net" path="../../../../../../bin/"/> | 2366 | <Reference name="log4net" path="../../../../../../bin/"/> |
2309 | 2367 | ||
2310 | <Files> | 2368 | <Files> |
2311 | <Match pattern="*.cs" recurse="true"/> | 2369 | <Match pattern="*.cs" recurse="true"> |
2370 | <Exclude name="obj" pattern="obj"/> | ||
2371 | </Match> | ||
2312 | </Files> | 2372 | </Files> |
2313 | </Project> | 2373 | </Project> |
2314 | 2374 | ||
2315 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 2375 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
2316 | <Configuration name="Debug"> | 2376 | <Configuration name="Debug"> |
2317 | <Options> | 2377 | <Options> |
2318 | <OutputPath>../../../../bin/</OutputPath> | 2378 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2351,15 +2411,62 @@ | |||
2351 | <Files> | 2411 | <Files> |
2352 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2412 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2353 | <Match pattern="*.cs" recurse="true"> | 2413 | <Match pattern="*.cs" recurse="true"> |
2414 | <Exclude name="obj" pattern="obj"/> | ||
2354 | <Exclude name="Api"/> | 2415 | <Exclude name="Api"/> |
2355 | <Exclude name="Tests" pattern="Tests"/> | 2416 | <Exclude name="Tests" pattern="Tests"/> |
2356 | </Match> | 2417 | </Match> |
2357 | </Files> | 2418 | </Files> |
2358 | </Project> | 2419 | </Project> |
2359 | 2420 | ||
2421 | <!-- YEngine/core XMRengine --> | ||
2422 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.YEngine" path="OpenSim/Region/ScriptEngine/YEngine" type="Library"> | ||
2423 | <Configuration name="Debug"> | ||
2424 | <Options> | ||
2425 | <OutputPath>../../../../bin/</OutputPath> | ||
2426 | </Options> | ||
2427 | </Configuration> | ||
2428 | <Configuration name="Release"> | ||
2429 | <Options> | ||
2430 | <OutputPath>../../../../bin/</OutputPath> | ||
2431 | </Options> | ||
2432 | </Configuration> | ||
2433 | |||
2434 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2435 | <Reference name="log4net"/> | ||
2436 | <Reference name="Mono.Addins"/> | ||
2437 | <Reference name="Mono.Tasklets"/> | ||
2438 | <Reference name="Nini"/> | ||
2439 | <Reference name="OpenMetaverse"/> | ||
2440 | <Reference name="OpenMetaverse.StructuredData"/> | ||
2441 | <Reference name="OpenMetaverseTypes"/> | ||
2442 | <Reference name="OpenSim.Framework"/> | ||
2443 | <Reference name="OpenSim.Framework.Console"/> | ||
2444 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
2445 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | ||
2446 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2447 | <Reference name="OpenSim.Region.Framework"/> | ||
2448 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2449 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> | ||
2450 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | ||
2451 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2452 | <Reference name="System"/> | ||
2453 | <Reference name="System.Drawing"/> | ||
2454 | <Reference name="System.Xml"/> | ||
2455 | |||
2456 | <Files> | ||
2457 | <Match pattern="MMR*.cs" recurse="true"> | ||
2458 | <Exclude name="obj" pattern="obj"/> | ||
2459 | </Match> | ||
2460 | <Match pattern="XMR*.cs" recurse="true"> | ||
2461 | <Exclude name="obj" pattern="obj"/> | ||
2462 | </Match> | ||
2463 | </Files> | ||
2464 | </Project> | ||
2465 | |||
2466 | |||
2360 | <!-- Addons --> | 2467 | <!-- Addons --> |
2361 | 2468 | ||
2362 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> | 2469 | <Project frameworkVersion="v4_6" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> |
2363 | <Configuration name="Debug"> | 2470 | <Configuration name="Debug"> |
2364 | <Options> | 2471 | <Options> |
2365 | <OutputPath>../../../bin/</OutputPath> | 2472 | <OutputPath>../../../bin/</OutputPath> |
@@ -2400,13 +2507,14 @@ | |||
2400 | 2507 | ||
2401 | <Files> | 2508 | <Files> |
2402 | <Match pattern="*.cs" recurse="true"> | 2509 | <Match pattern="*.cs" recurse="true"> |
2510 | <Exclude name="obj" pattern="obj"/> | ||
2403 | <Exclude pattern="Tests" /> | 2511 | <Exclude pattern="Tests" /> |
2404 | </Match> | 2512 | </Match> |
2405 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 2513 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
2406 | </Files> | 2514 | </Files> |
2407 | </Project> | 2515 | </Project> |
2408 | 2516 | ||
2409 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> | 2517 | <Project frameworkVersion="v4_6" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> |
2410 | <Configuration name="Debug"> | 2518 | <Configuration name="Debug"> |
2411 | <Options> | 2519 | <Options> |
2412 | <OutputPath>../../../bin/</OutputPath> | 2520 | <OutputPath>../../../bin/</OutputPath> |
@@ -2448,6 +2556,7 @@ | |||
2448 | 2556 | ||
2449 | <Files> | 2557 | <Files> |
2450 | <Match pattern="*.cs" recurse="true"> | 2558 | <Match pattern="*.cs" recurse="true"> |
2559 | <Exclude name="obj" pattern="obj"/> | ||
2451 | <Exclude pattern="Tests" /> | 2560 | <Exclude pattern="Tests" /> |
2452 | </Match> | 2561 | </Match> |
2453 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 2562 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
@@ -2458,7 +2567,7 @@ | |||
2458 | 2567 | ||
2459 | <!-- Tools --> | 2568 | <!-- Tools --> |
2460 | 2569 | ||
2461 | <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2570 | <Project frameworkVersion="v4_6" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |
2462 | <Configuration name="Debug"> | 2571 | <Configuration name="Debug"> |
2463 | <Options> | 2572 | <Options> |
2464 | <OutputPath>../../../bin/</OutputPath> | 2573 | <OutputPath>../../../bin/</OutputPath> |
@@ -2482,11 +2591,13 @@ | |||
2482 | <Reference name="log4net" path="../../../bin/"/> | 2591 | <Reference name="log4net" path="../../../bin/"/> |
2483 | 2592 | ||
2484 | <Files> | 2593 | <Files> |
2485 | <Match pattern="*.cs" recurse="true"/> | 2594 | <Match pattern="*.cs" recurse="true"> |
2595 | <Exclude name="obj" pattern="obj"/> | ||
2596 | </Match> | ||
2486 | </Files> | 2597 | </Files> |
2487 | </Project> | 2598 | </Project> |
2488 | 2599 | ||
2489 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> | 2600 | <Project frameworkVersion="v4_6" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> |
2490 | <Configuration name="Debug"> | 2601 | <Configuration name="Debug"> |
2491 | <Options> | 2602 | <Options> |
2492 | <OutputPath>../../../bin/</OutputPath> | 2603 | <OutputPath>../../../bin/</OutputPath> |
@@ -2509,11 +2620,13 @@ | |||
2509 | <Reference name="log4net" path="../../../bin/"/> | 2620 | <Reference name="log4net" path="../../../bin/"/> |
2510 | 2621 | ||
2511 | <Files> | 2622 | <Files> |
2512 | <Match pattern="*.cs" recurse="true"/> | 2623 | <Match pattern="*.cs" recurse="true"> |
2624 | <Exclude name="obj" pattern="obj"/> | ||
2625 | </Match> | ||
2513 | </Files> | 2626 | </Files> |
2514 | </Project> | 2627 | </Project> |
2515 | 2628 | ||
2516 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | 2629 | <Project frameworkVersion="v4_6" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> |
2517 | <Configuration name="Debug"> | 2630 | <Configuration name="Debug"> |
2518 | <Options> | 2631 | <Options> |
2519 | <OutputPath>../../../bin/</OutputPath> | 2632 | <OutputPath>../../../bin/</OutputPath> |
@@ -2533,12 +2646,14 @@ | |||
2533 | <Reference name="log4net" path="../../../bin/"/> | 2646 | <Reference name="log4net" path="../../../bin/"/> |
2534 | 2647 | ||
2535 | <Files> | 2648 | <Files> |
2536 | <Match pattern="*.cs" recurse="true"/> | 2649 | <Match pattern="*.cs" recurse="true"> |
2650 | <Exclude name="obj" pattern="obj"/> | ||
2651 | </Match> | ||
2537 | </Files> | 2652 | </Files> |
2538 | </Project> | 2653 | </Project> |
2539 | 2654 | ||
2540 | <!-- Test Clients --> | 2655 | <!-- Test Clients --> |
2541 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | 2656 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> |
2542 | <Configuration name="Debug"> | 2657 | <Configuration name="Debug"> |
2543 | <Options> | 2658 | <Options> |
2544 | <OutputPath>../../../../bin/</OutputPath> | 2659 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2561,12 +2676,14 @@ | |||
2561 | <Reference name="log4net" path="../../../../bin/"/> | 2676 | <Reference name="log4net" path="../../../../bin/"/> |
2562 | 2677 | ||
2563 | <Files> | 2678 | <Files> |
2564 | <Match pattern="*.cs" recurse="true"/> | 2679 | <Match pattern="*.cs" recurse="true"> |
2680 | <Exclude name="obj" pattern="obj"/> | ||
2681 | </Match> | ||
2565 | </Files> | 2682 | </Files> |
2566 | </Project> | 2683 | </Project> |
2567 | 2684 | ||
2568 | <!-- Test assemblies --> | 2685 | <!-- Test assemblies --> |
2569 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2686 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2570 | <Configuration name="Debug"> | 2687 | <Configuration name="Debug"> |
2571 | <Options> | 2688 | <Options> |
2572 | <OutputPath>../../../bin/</OutputPath> | 2689 | <OutputPath>../../../bin/</OutputPath> |
@@ -2611,11 +2728,13 @@ | |||
2611 | <Reference name="OpenSim.Services.Interfaces"/> | 2728 | <Reference name="OpenSim.Services.Interfaces"/> |
2612 | 2729 | ||
2613 | <Files> | 2730 | <Files> |
2614 | <Match pattern="*.cs" recurse="true"/> | 2731 | <Match pattern="*.cs" recurse="true"> |
2732 | <Exclude name="obj" pattern="obj"/> | ||
2733 | </Match> | ||
2615 | </Files> | 2734 | </Files> |
2616 | </Project> | 2735 | </Project> |
2617 | 2736 | ||
2618 | <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | 2737 | <Project frameworkVersion="v4_6" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> |
2619 | <Configuration name="Debug"> | 2738 | <Configuration name="Debug"> |
2620 | <Options> | 2739 | <Options> |
2621 | <OutputPath>../../bin/</OutputPath> | 2740 | <OutputPath>../../bin/</OutputPath> |
@@ -2638,7 +2757,7 @@ | |||
2638 | </Files> | 2757 | </Files> |
2639 | </Project> | 2758 | </Project> |
2640 | 2759 | ||
2641 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> | 2760 | <Project frameworkVersion="v4_6" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> |
2642 | <Configuration name="Debug"> | 2761 | <Configuration name="Debug"> |
2643 | <Options> | 2762 | <Options> |
2644 | <OutputPath>../../../../bin/</OutputPath> | 2763 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2676,11 +2795,12 @@ | |||
2676 | 2795 | ||
2677 | <Files> | 2796 | <Files> |
2678 | <Match pattern="*.cs" recurse="true"> | 2797 | <Match pattern="*.cs" recurse="true"> |
2798 | <Exclude name="obj" pattern="obj"/> | ||
2679 | </Match> | 2799 | </Match> |
2680 | </Files> | 2800 | </Files> |
2681 | </Project> | 2801 | </Project> |
2682 | 2802 | ||
2683 | <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> | 2803 | <Project frameworkVersion="v4_6" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> |
2684 | <Configuration name="Debug"> | 2804 | <Configuration name="Debug"> |
2685 | <Options> | 2805 | <Options> |
2686 | <OutputPath>../../../bin/</OutputPath> | 2806 | <OutputPath>../../../bin/</OutputPath> |
@@ -2711,12 +2831,14 @@ | |||
2711 | <Reference name="nunit.framework" path="../../../bin/"/> | 2831 | <Reference name="nunit.framework" path="../../../bin/"/> |
2712 | 2832 | ||
2713 | <Files> | 2833 | <Files> |
2714 | <Match pattern="*.cs" recurse="true"/> | 2834 | <Match pattern="*.cs" recurse="true"> |
2835 | <Exclude name="obj" pattern="obj"/> | ||
2836 | </Match> | ||
2715 | </Files> | 2837 | </Files> |
2716 | </Project> | 2838 | </Project> |
2717 | 2839 | ||
2718 | 2840 | ||
2719 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2841 | <Project frameworkVersion="v4_6" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2720 | <Configuration name="Debug"> | 2842 | <Configuration name="Debug"> |
2721 | <Options> | 2843 | <Options> |
2722 | <OutputPath>../../../bin/</OutputPath> | 2844 | <OutputPath>../../../bin/</OutputPath> |
@@ -2761,13 +2883,17 @@ | |||
2761 | --> | 2883 | --> |
2762 | <Files> | 2884 | <Files> |
2763 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2885 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2764 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/> | 2886 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"> |
2765 | <Match path="FetchInventory/Tests" pattern="*.cs" recurse="true"/> | 2887 | <Exclude name="obj" pattern="obj"/> |
2888 | </Match> | ||
2889 | <Match path="FetchInventory/Tests" pattern="*.cs" recurse="true"> | ||
2890 | <Exclude name="obj" pattern="obj"/> | ||
2891 | </Match> | ||
2766 | </Files> | 2892 | </Files> |
2767 | </Project> | 2893 | </Project> |
2768 | 2894 | ||
2769 | 2895 | ||
2770 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2896 | <Project frameworkVersion="v4_6" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2771 | <Configuration name="Debug"> | 2897 | <Configuration name="Debug"> |
2772 | <Options> | 2898 | <Options> |
2773 | <OutputPath>../../../bin/</OutputPath> | 2899 | <OutputPath>../../../bin/</OutputPath> |
@@ -2803,12 +2929,14 @@ | |||
2803 | <Reference name="MySql.Data" path="../../../bin/"/> | 2929 | <Reference name="MySql.Data" path="../../../bin/"/> |
2804 | <Reference name="Mono.Data.Sqlite" path="../../../bin/"/> | 2930 | <Reference name="Mono.Data.Sqlite" path="../../../bin/"/> |
2805 | <Files> | 2931 | <Files> |
2806 | <Match pattern="*.cs" recurse="true"/> | 2932 | <Match pattern="*.cs" recurse="true"> |
2933 | <Exclude name="obj" pattern="obj"/> | ||
2934 | </Match> | ||
2807 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.ini"/> | 2935 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.ini"/> |
2808 | </Files> | 2936 | </Files> |
2809 | </Project> | 2937 | </Project> |
2810 | 2938 | ||
2811 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> | 2939 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> |
2812 | <Configuration name="Debug"> | 2940 | <Configuration name="Debug"> |
2813 | <Options> | 2941 | <Options> |
2814 | <OutputPath>../../../bin/</OutputPath> | 2942 | <OutputPath>../../../bin/</OutputPath> |
@@ -2839,7 +2967,7 @@ | |||
2839 | </Files> | 2967 | </Files> |
2840 | </Project> | 2968 | </Project> |
2841 | 2969 | ||
2842 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | 2970 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> |
2843 | <Configuration name="Debug"> | 2971 | <Configuration name="Debug"> |
2844 | <Options> | 2972 | <Options> |
2845 | <OutputPath>../../../../bin/</OutputPath> | 2973 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2866,11 +2994,12 @@ | |||
2866 | 2994 | ||
2867 | <Files> | 2995 | <Files> |
2868 | <Match pattern="*.cs" recurse="true"> | 2996 | <Match pattern="*.cs" recurse="true"> |
2997 | <Exclude name="obj" pattern="obj"/> | ||
2869 | </Match> | 2998 | </Match> |
2870 | </Files> | 2999 | </Files> |
2871 | </Project> | 3000 | </Project> |
2872 | 3001 | ||
2873 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 3002 | <Project frameworkVersion="v4_6" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
2874 | <Configuration name="Debug"> | 3003 | <Configuration name="Debug"> |
2875 | <Options> | 3004 | <Options> |
2876 | <OutputPath>../../../../bin/</OutputPath> | 3005 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2896,11 +3025,12 @@ | |||
2896 | 3025 | ||
2897 | <Files> | 3026 | <Files> |
2898 | <Match pattern="*.cs" recurse="true"> | 3027 | <Match pattern="*.cs" recurse="true"> |
3028 | <Exclude name="obj" pattern="obj"/> | ||
2899 | </Match> | 3029 | </Match> |
2900 | </Files> | 3030 | </Files> |
2901 | </Project> | 3031 | </Project> |
2902 | 3032 | ||
2903 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> | 3033 | <Project frameworkVersion="v4_6" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> |
2904 | <Configuration name="Debug"> | 3034 | <Configuration name="Debug"> |
2905 | <Options> | 3035 | <Options> |
2906 | <OutputPath>../../../bin/</OutputPath> | 3036 | <OutputPath>../../../bin/</OutputPath> |
@@ -2955,31 +3085,69 @@ | |||
2955 | --> | 3085 | --> |
2956 | <Files> | 3086 | <Files> |
2957 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3087 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2958 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | 3088 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"> |
2959 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/> | 3089 | <Exclude name="obj" pattern="obj"/> |
2960 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> | 3090 | </Match> |
2961 | <Match path="Avatar/Chat/Tests" pattern="*.cs" recurse="true"/> | 3091 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"> |
2962 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> | 3092 | <Exclude name="obj" pattern="obj"/> |
2963 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3093 | </Match> |
2964 | <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/> | 3094 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"> |
2965 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 3095 | <Exclude name="obj" pattern="obj"/> |
2966 | <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"/> | 3096 | </Match> |
2967 | <Match path="Scripting/HttpRequest/Tests" pattern="*.cs" recurse="true"/> | 3097 | <Match path="Avatar/Chat/Tests" pattern="*.cs" recurse="true"> |
2968 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> | 3098 | <Exclude name="obj" pattern="obj"/> |
2969 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3099 | </Match> |
3100 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"> | ||
3101 | <Exclude name="obj" pattern="obj"/> | ||
3102 | </Match> | ||
3103 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"> | ||
3104 | <Exclude name="obj" pattern="obj"/> | ||
3105 | </Match> | ||
3106 | <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"> | ||
3107 | <Exclude name="obj" pattern="obj"/> | ||
3108 | </Match> | ||
3109 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"> | ||
3110 | <Exclude name="obj" pattern="obj"/> | ||
3111 | </Match> | ||
3112 | <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"> | ||
3113 | <Exclude name="obj" pattern="obj"/> | ||
3114 | </Match> | ||
3115 | <Match path="Scripting/HttpRequest/Tests" pattern="*.cs" recurse="true"> | ||
3116 | <Exclude name="obj" pattern="obj"/> | ||
3117 | </Match> | ||
3118 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"> | ||
3119 | <Exclude name="obj" pattern="obj"/> | ||
3120 | </Match> | ||
3121 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"> | ||
3122 | <Exclude name="obj" pattern="obj"/> | ||
3123 | </Match> | ||
2970 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> | 3124 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> |
2971 | <Match path="World/Land/Tests" pattern="*.cs" recurse="true"/> | 3125 | <Match path="World/Land/Tests" pattern="*.cs" recurse="true"> |
2972 | <Match path="World/Media/Moap/Tests" pattern="*.cs" recurse="true"/> | 3126 | <Exclude name="obj" pattern="obj"/> |
2973 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true"/> | 3127 | </Match> |
2974 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true"/> | 3128 | <Match path="World/Media/Moap/Tests" pattern="*.cs" recurse="true"> |
2975 | <Match path="ServiceConnectorsOut/Asset/Tests" pattern="*.cs" recurse="true"/> | 3129 | <Exclude name="obj" pattern="obj"/> |
2976 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true"/> | 3130 | </Match> |
2977 | <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true"/> | 3131 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true"> |
3132 | <Exclude name="obj" pattern="obj"/> | ||
3133 | </Match> | ||
3134 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true"> | ||
3135 | <Exclude name="obj" pattern="obj"/> | ||
3136 | </Match> | ||
3137 | <Match path="ServiceConnectorsOut/Asset/Tests" pattern="*.cs" recurse="true"> | ||
3138 | <Exclude name="obj" pattern="obj"/> | ||
3139 | </Match> | ||
3140 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true"> | ||
3141 | <Exclude name="obj" pattern="obj"/> | ||
3142 | </Match> | ||
3143 | <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true"> | ||
3144 | <Exclude name="obj" pattern="obj"/> | ||
3145 | </Match> | ||
2978 | </Files> | 3146 | </Files> |
2979 | </Project> | 3147 | </Project> |
2980 | 3148 | ||
2981 | 3149 | ||
2982 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 3150 | <Project frameworkVersion="v4_6" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
2983 | <Configuration name="Debug"> | 3151 | <Configuration name="Debug"> |
2984 | <Options> | 3152 | <Options> |
2985 | <OutputPath>../../../bin/</OutputPath> | 3153 | <OutputPath>../../../bin/</OutputPath> |
@@ -3041,7 +3209,7 @@ | |||
3041 | </Files> | 3209 | </Files> |
3042 | </Project> | 3210 | </Project> |
3043 | 3211 | ||
3044 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 3212 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
3045 | <Configuration name="Debug"> | 3213 | <Configuration name="Debug"> |
3046 | <Options> | 3214 | <Options> |
3047 | <OutputPath>../../../../../bin/</OutputPath> | 3215 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3082,7 +3250,7 @@ | |||
3082 | </Files> | 3250 | </Files> |
3083 | </Project> | 3251 | </Project> |
3084 | 3252 | ||
3085 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> | 3253 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3086 | <Configuration name="Debug"> | 3254 | <Configuration name="Debug"> |
3087 | <Options> | 3255 | <Options> |
3088 | <OutputPath>../../../../../../bin/</OutputPath> | 3256 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -3116,7 +3284,7 @@ | |||
3116 | </Files> | 3284 | </Files> |
3117 | </Project> | 3285 | </Project> |
3118 | 3286 | ||
3119 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3287 | <Project frameworkVersion="v4_6" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3120 | <Configuration name="Debug"> | 3288 | <Configuration name="Debug"> |
3121 | <Options> | 3289 | <Options> |
3122 | <OutputPath>../../../bin/</OutputPath> | 3290 | <OutputPath>../../../bin/</OutputPath> |
@@ -3163,10 +3331,18 @@ | |||
3163 | --> | 3331 | --> |
3164 | <Files> | 3332 | <Files> |
3165 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3333 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3166 | <Match path="Shared/Tests" pattern="*.cs" recurse="true"/> | 3334 | <Match path="Shared/Tests" pattern="*.cs" recurse="true"> |
3167 | <Match path="Shared/CodeTools/Tests" pattern="*.cs" recurse="true"/> | 3335 | <Exclude name="obj" pattern="obj"/> |
3168 | <Match path="Shared/Instance/Tests" pattern="*.cs" recurse="true"/> | 3336 | </Match> |
3169 | <Match path="XEngine/Tests" pattern="*.cs" recurse="true"/> | 3337 | <Match path="Shared/CodeTools/Tests" pattern="*.cs" recurse="true"> |
3338 | <Exclude name="obj" pattern="obj"/> | ||
3339 | </Match> | ||
3340 | <Match path="Shared/Instance/Tests" pattern="*.cs" recurse="true"> | ||
3341 | <Exclude name="obj" pattern="obj"/> | ||
3342 | </Match> | ||
3343 | <Match path="XEngine/Tests" pattern="*.cs" recurse="true"> | ||
3344 | <Exclude name="obj" pattern="obj"/> | ||
3345 | </Match> | ||
3170 | </Files> | 3346 | </Files> |
3171 | </Project> | 3347 | </Project> |
3172 | 3348 | ||
@@ -3174,7 +3350,7 @@ | |||
3174 | TODO: this is kind of lame, we basically build a duplicate | 3350 | TODO: this is kind of lame, we basically build a duplicate |
3175 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3351 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3176 | --> | 3352 | --> |
3177 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> | 3353 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> |
3178 | <Configuration name="Debug"> | 3354 | <Configuration name="Debug"> |
3179 | <Options> | 3355 | <Options> |
3180 | <OutputPath>../../../../../bin/</OutputPath> | 3356 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3201,11 +3377,13 @@ | |||
3201 | <Reference name="log4net" path="../../../../../bin/"/> | 3377 | <Reference name="log4net" path="../../../../../bin/"/> |
3202 | 3378 | ||
3203 | <Files> | 3379 | <Files> |
3204 | <Match pattern="*.cs" recurse="true"/> | 3380 | <Match pattern="*.cs" recurse="true"> |
3381 | <Exclude name="obj" pattern="obj"/> | ||
3382 | </Match> | ||
3205 | </Files> | 3383 | </Files> |
3206 | </Project> | 3384 | </Project> |
3207 | 3385 | ||
3208 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> | 3386 | <Project frameworkVersion="v4_6" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> |
3209 | <Configuration name="Debug"> | 3387 | <Configuration name="Debug"> |
3210 | <Options> | 3388 | <Options> |
3211 | <OutputPath>../../../../../bin/</OutputPath> | 3389 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3239,7 +3417,7 @@ | |||
3239 | </Project> | 3417 | </Project> |
3240 | 3418 | ||
3241 | 3419 | ||
3242 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | 3420 | <Project frameworkVersion="v4_6" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> |
3243 | <Configuration name="Debug"> | 3421 | <Configuration name="Debug"> |
3244 | <Options> | 3422 | <Options> |
3245 | <OutputPath>../../../bin/</OutputPath> | 3423 | <OutputPath>../../../bin/</OutputPath> |
@@ -3281,11 +3459,13 @@ | |||
3281 | --> | 3459 | --> |
3282 | <Files> | 3460 | <Files> |
3283 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3461 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3284 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | 3462 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"> |
3463 | <Exclude name="obj" pattern="obj"/> | ||
3464 | </Match> | ||
3285 | </Files> | 3465 | </Files> |
3286 | </Project> | 3466 | </Project> |
3287 | 3467 | ||
3288 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> | 3468 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> |
3289 | <Configuration name="Debug"> | 3469 | <Configuration name="Debug"> |
3290 | <Options> | 3470 | <Options> |
3291 | <OutputPath>../../../bin/</OutputPath> | 3471 | <OutputPath>../../../bin/</OutputPath> |
@@ -3325,7 +3505,7 @@ | |||
3325 | </Files> | 3505 | </Files> |
3326 | </Project> | 3506 | </Project> |
3327 | 3507 | ||
3328 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> | 3508 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> |
3329 | <Configuration name="Debug"> | 3509 | <Configuration name="Debug"> |
3330 | <Options> | 3510 | <Options> |
3331 | <OutputPath>../../../bin/</OutputPath> | 3511 | <OutputPath>../../../bin/</OutputPath> |
@@ -3364,7 +3544,7 @@ | |||
3364 | </Files> | 3544 | </Files> |
3365 | </Project> | 3545 | </Project> |
3366 | 3546 | ||
3367 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> | 3547 | <Project frameworkVersion="v4_6" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> |
3368 | <Configuration name="Debug"> | 3548 | <Configuration name="Debug"> |
3369 | <Options> | 3549 | <Options> |
3370 | <OutputPath>../../../bin/</OutputPath> | 3550 | <OutputPath>../../../bin/</OutputPath> |