diff options
author | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
commit | 134f86e8d5c414409631b25b8c6f0ee45fbd8631 (patch) | |
tree | 216b89d3fb89acfb81be1e440c25c41ab09fa96d /prebuild.xml | |
parent | More changing to production grid. Double oops. (diff) | |
download | opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.zip opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.gz opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.bz2 opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.xz |
Initial update to OpenSim 0.8.2.1 source code.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1342 |
1 files changed, 575 insertions, 767 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4c18aa8..4106d4d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" ?> | 1 | <?xml version="1.0" ?> |
2 | <Prebuild version="1.7" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.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> |
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | <!-- Core OpenSim Projects --> | 35 | <!-- Core OpenSim Projects --> |
36 | <!-- | 36 | <!-- |
37 | <Project frameworkVersion="v3_5" name="OpenSim.Model" path="OpenSim/Model" type="Library"> | 37 | <Project frameworkVersion="v4_0" name="OpenSim.Model" path="OpenSim/Model" type="Library"> |
38 | <Configuration name="Debug"> | 38 | <Configuration name="Debug"> |
39 | <Options> | 39 | <Options> |
40 | <OutputPath>../../../bin/</OutputPath> | 40 | <OutputPath>../../../bin/</OutputPath> |
@@ -55,7 +55,7 @@ | |||
55 | </Project> | 55 | </Project> |
56 | --> | 56 | --> |
57 | 57 | ||
58 | <Project frameworkVersion="v3_5" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> | 58 | <Project frameworkVersion="v4_0" name="SmartThreadPool" path="ThirdParty/SmartThreadPool" type="Library"> |
59 | <Configuration name="Debug"> | 59 | <Configuration name="Debug"> |
60 | <Options> | 60 | <Options> |
61 | <OutputPath>../../bin/</OutputPath> | 61 | <OutputPath>../../bin/</OutputPath> |
@@ -73,11 +73,11 @@ | |||
73 | <Reference name="System.Data"/> | 73 | <Reference name="System.Data"/> |
74 | <Reference name="System.Web"/> | 74 | <Reference name="System.Web"/> |
75 | <Files> | 75 | <Files> |
76 | <Match pattern="*.cs" recurse="false"/> | 76 | <Match pattern="*.cs" recurse="true"/> |
77 | </Files> | 77 | </Files> |
78 | </Project> | 78 | </Project> |
79 | 79 | ||
80 | <Project frameworkVersion="v3_5" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> | 80 | <Project frameworkVersion="v4_0" name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> |
81 | <Configuration name="Debug"> | 81 | <Configuration name="Debug"> |
82 | <Options> | 82 | <Options> |
83 | <OutputPath>../../bin/</OutputPath> | 83 | <OutputPath>../../bin/</OutputPath> |
@@ -93,6 +93,7 @@ | |||
93 | <Reference name="System"/> | 93 | <Reference name="System"/> |
94 | <Reference name="System.Core"/> | 94 | <Reference name="System.Core"/> |
95 | <Reference name="System.Xml"/> | 95 | <Reference name="System.Xml"/> |
96 | <Reference name="System.Xml.Linq"/> | ||
96 | <Reference name="System.Data"/> | 97 | <Reference name="System.Data"/> |
97 | <Reference name="System.Drawing"/> | 98 | <Reference name="System.Drawing"/> |
98 | <Reference name="System.Web"/> | 99 | <Reference name="System.Web"/> |
@@ -106,14 +107,16 @@ | |||
106 | <Reference name="log4net" path="../../bin/"/> | 107 | <Reference name="log4net" path="../../bin/"/> |
107 | <Reference name="Mono.Addins" path="../../bin/"/> | 108 | <Reference name="Mono.Addins" path="../../bin/"/> |
108 | <Reference name="Mono.Addins.Setup" path="../../bin/"/> | 109 | <Reference name="Mono.Addins.Setup" path="../../bin/"/> |
110 | <Reference name="LukeSkywalker.IPNetwork" path="../../bin/"/> | ||
109 | <Reference name="SmartThreadPool"/> | 111 | <Reference name="SmartThreadPool"/> |
110 | <Files> | 112 | <Files> |
111 | <Match pattern="*.cs" recurse="false"/> | 113 | <Match pattern="*.cs" recurse="false"/> |
112 | <Match path="Client" pattern="*.cs" recurse="true"/> | 114 | <Match path="Client" pattern="*.cs" recurse="true"/> |
115 | <Match path="ServiceAuth" pattern="*.cs" recurse="true"/> | ||
113 | </Files> | 116 | </Files> |
114 | </Project> | 117 | </Project> |
115 | 118 | ||
116 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> | 119 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" type="Library"> |
117 | <Configuration name="Debug"> | 120 | <Configuration name="Debug"> |
118 | <Options> | 121 | <Options> |
119 | <OutputPath>../../../bin/</OutputPath> | 122 | <OutputPath>../../../bin/</OutputPath> |
@@ -133,6 +136,7 @@ | |||
133 | <Reference name="OpenSim.Framework"/> | 136 | <Reference name="OpenSim.Framework"/> |
134 | <Reference name="OpenSim.Framework.Console"/> | 137 | <Reference name="OpenSim.Framework.Console"/> |
135 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 138 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
139 | <Reference name="System.Xml"/> | ||
136 | <Reference name="Nini" path="../../../bin/"/> | 140 | <Reference name="Nini" path="../../../bin/"/> |
137 | <Reference name="log4net" path="../../../bin/"/> | 141 | <Reference name="log4net" path="../../../bin/"/> |
138 | 142 | ||
@@ -141,7 +145,7 @@ | |||
141 | </Files> | 145 | </Files> |
142 | </Project> | 146 | </Project> |
143 | 147 | ||
144 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> | 148 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Monitoring" path="OpenSim/Framework/Monitoring" type="Library"> |
145 | <Configuration name="Debug"> | 149 | <Configuration name="Debug"> |
146 | <Options> | 150 | <Options> |
147 | <OutputPath>../../../bin/</OutputPath> | 151 | <OutputPath>../../../bin/</OutputPath> |
@@ -157,6 +161,7 @@ | |||
157 | <Reference name="System"/> | 161 | <Reference name="System"/> |
158 | <Reference name="System.Core"/> | 162 | <Reference name="System.Core"/> |
159 | <Reference name="log4net" path="../../../bin/"/> | 163 | <Reference name="log4net" path="../../../bin/"/> |
164 | <Reference name="Nini" path="../../../bin/"/> | ||
160 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 165 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
161 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 166 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
162 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 167 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
@@ -167,7 +172,7 @@ | |||
167 | </Files> | 172 | </Files> |
168 | </Project> | 173 | </Project> |
169 | 174 | ||
170 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> | 175 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.HttpServer" path="OpenSim/Framework/Servers/HttpServer" type="Library"> |
171 | <Configuration name="Debug"> | 176 | <Configuration name="Debug"> |
172 | <Options> | 177 | <Options> |
173 | <OutputPath>../../../../bin/</OutputPath> | 178 | <OutputPath>../../../../bin/</OutputPath> |
@@ -191,6 +196,7 @@ | |||
191 | <Reference name="XMLRPC" path="../../../../bin/"/> | 196 | <Reference name="XMLRPC" path="../../../../bin/"/> |
192 | <Reference name="log4net" path="../../../../bin/"/> | 197 | <Reference name="log4net" path="../../../../bin/"/> |
193 | <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> | 198 | <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> |
199 | <Reference name="SmartThreadPool"/> | ||
194 | 200 | ||
195 | <Files> | 201 | <Files> |
196 | <Match pattern="*.cs" recurse="true"> | 202 | <Match pattern="*.cs" recurse="true"> |
@@ -207,7 +213,7 @@ | |||
207 | </Files> | 213 | </Files> |
208 | </Project> | 214 | </Project> |
209 | 215 | ||
210 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 216 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
211 | <Configuration name="Debug"> | 217 | <Configuration name="Debug"> |
212 | <Options> | 218 | <Options> |
213 | <OutputPath>../../../bin/</OutputPath> | 219 | <OutputPath>../../../bin/</OutputPath> |
@@ -234,7 +240,7 @@ | |||
234 | </Files> | 240 | </Files> |
235 | </Project> | 241 | </Project> |
236 | 242 | ||
237 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> | 243 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization" path="OpenSim/Framework/Serialization" type="Library"> |
238 | <Configuration name="Debug"> | 244 | <Configuration name="Debug"> |
239 | <Options> | 245 | <Options> |
240 | <OutputPath>../../../bin/</OutputPath> | 246 | <OutputPath>../../../bin/</OutputPath> |
@@ -263,7 +269,7 @@ | |||
263 | </Files> | 269 | </Files> |
264 | </Project> | 270 | </Project> |
265 | 271 | ||
266 | <Project frameworkVersion="v3_5" name="OpenSim.Data" path="OpenSim/Data" type="Library"> | 272 | <Project frameworkVersion="v4_0" name="OpenSim.Data" path="OpenSim/Data" type="Library"> |
267 | <Configuration name="Debug"> | 273 | <Configuration name="Debug"> |
268 | <Options> | 274 | <Options> |
269 | <OutputPath>../../bin/</OutputPath> | 275 | <OutputPath>../../bin/</OutputPath> |
@@ -277,10 +283,12 @@ | |||
277 | 283 | ||
278 | <ReferencePath>../../bin/</ReferencePath> | 284 | <ReferencePath>../../bin/</ReferencePath> |
279 | <Reference name="System"/> | 285 | <Reference name="System"/> |
280 | <Reference name="System.Xml"/> | 286 | <Reference name="System.Core"/> |
281 | <Reference name="System.Data"/> | 287 | <Reference name="System.Data"/> |
288 | <Reference name="System.Xml"/> | ||
282 | <Reference name="XMLRPC" path="../../bin/"/> | 289 | <Reference name="XMLRPC" path="../../bin/"/> |
283 | <Reference name="OpenMetaverse" path="../../bin/"/> | 290 | <Reference name="OpenMetaverse" path="../../bin/"/> |
291 | <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/> | ||
284 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> | 292 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> |
285 | <Reference name="OpenSim.Framework"/> | 293 | <Reference name="OpenSim.Framework"/> |
286 | <Reference name="log4net" path="../../bin/"/> | 294 | <Reference name="log4net" path="../../bin/"/> |
@@ -292,7 +300,7 @@ | |||
292 | </Files> | 300 | </Files> |
293 | </Project> | 301 | </Project> |
294 | 302 | ||
295 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | 303 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> |
296 | <Configuration name="Debug"> | 304 | <Configuration name="Debug"> |
297 | <Options> | 305 | <Options> |
298 | <OutputPath>../../../../bin/</OutputPath> | 306 | <OutputPath>../../../../bin/</OutputPath> |
@@ -307,87 +315,9 @@ | |||
307 | <ReferencePath>../../../../bin/</ReferencePath> | 315 | <ReferencePath>../../../../bin/</ReferencePath> |
308 | <Reference name="System"/> | 316 | <Reference name="System"/> |
309 | <Reference name="System.Xml"/> | 317 | <Reference name="System.Xml"/> |
310 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
311 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
312 | <Reference name="OpenSim.Framework"/> | ||
313 | <Reference name="OpenSim.Framework.Console"/> | 318 | <Reference name="OpenSim.Framework.Console"/> |
314 | <Reference name="OpenSim.Data"/> | ||
315 | <Files> | ||
316 | <Match pattern="*.cs" recurse="true"/> | ||
317 | </Files> | ||
318 | </Project> | ||
319 | |||
320 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> | ||
321 | <Configuration name="Debug"> | ||
322 | <Options> | ||
323 | <OutputPath>../../../../bin/</OutputPath> | ||
324 | </Options> | ||
325 | </Configuration> | ||
326 | <Configuration name="Release"> | ||
327 | <Options> | ||
328 | <OutputPath>../../../../bin/</OutputPath> | ||
329 | </Options> | ||
330 | </Configuration> | ||
331 | |||
332 | <ReferencePath>../../../../bin/</ReferencePath> | ||
333 | <Reference name="System"/> | ||
334 | <Reference name="System.Xml"/> | ||
335 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
336 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
337 | <Reference name="OpenSim.Framework"/> | 319 | <Reference name="OpenSim.Framework"/> |
338 | <Reference name="OpenSim.Framework.Console"/> | ||
339 | <Reference name="OpenSim.Framework.Configuration.XML"/> | ||
340 | <Reference name="OpenSim.Data"/> | ||
341 | <Reference name="log4net" path="../../../../bin/"/> | ||
342 | <Files> | ||
343 | <Match pattern="*.cs" recurse="true"/> | ||
344 | </Files> | ||
345 | </Project> | ||
346 | |||
347 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | ||
348 | <Configuration name="Debug"> | ||
349 | <Options> | ||
350 | <OutputPath>../../../../bin/</OutputPath> | ||
351 | </Options> | ||
352 | </Configuration> | ||
353 | <Configuration name="Release"> | ||
354 | <Options> | ||
355 | <OutputPath>../../../../bin/</OutputPath> | ||
356 | </Options> | ||
357 | </Configuration> | ||
358 | |||
359 | <ReferencePath>../../../../bin/</ReferencePath> | ||
360 | <Reference name="System"/> | ||
361 | <Reference name="System.Xml"/> | ||
362 | <Reference name="OpenSim.Framework.Console"/> | ||
363 | <Reference name="OpenSim.Framework"/> | ||
364 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
365 | <Reference name="Nini" path="../../../../bin/"/> | ||
366 | <Reference name="log4net" path="../../../../bin/"/> | ||
367 | <Files> | ||
368 | <Match pattern="*.cs" recurse="true"/> | ||
369 | </Files> | ||
370 | </Project> | ||
371 | |||
372 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library"> | ||
373 | <Configuration name="Debug"> | ||
374 | <Options> | ||
375 | <OutputPath>../../../../bin/</OutputPath> | ||
376 | </Options> | ||
377 | </Configuration> | ||
378 | <Configuration name="Release"> | ||
379 | <Options> | ||
380 | <OutputPath>../../../../bin/</OutputPath> | ||
381 | </Options> | ||
382 | </Configuration> | ||
383 | |||
384 | <ReferencePath>../../../../bin/</ReferencePath> | ||
385 | <Reference name="System"/> | ||
386 | <Reference name="System.Xml"/> | ||
387 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 320 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
388 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
389 | <Reference name="OpenSim.Framework"/> | ||
390 | <Reference name="OpenSim.Framework.Console"/> | ||
391 | <Reference name="Nini" path="../../../../bin/"/> | 321 | <Reference name="Nini" path="../../../../bin/"/> |
392 | <Reference name="log4net" path="../../../../bin/"/> | 322 | <Reference name="log4net" path="../../../../bin/"/> |
393 | <Files> | 323 | <Files> |
@@ -395,33 +325,7 @@ | |||
395 | </Files> | 325 | </Files> |
396 | </Project> | 326 | </Project> |
397 | 327 | ||
398 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library"> | 328 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
399 | <Configuration name="Debug"> | ||
400 | <Options> | ||
401 | <OutputPath>../../../../bin/</OutputPath> | ||
402 | </Options> | ||
403 | </Configuration> | ||
404 | <Configuration name="Release"> | ||
405 | <Options> | ||
406 | <OutputPath>../../../../bin/</OutputPath> | ||
407 | </Options> | ||
408 | </Configuration> | ||
409 | |||
410 | <ReferencePath>../../../../bin/</ReferencePath> | ||
411 | <Reference name="System"/> | ||
412 | <Reference name="System.Xml"/> | ||
413 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
414 | <Reference name="log4net" path="../../../../bin/"/> | ||
415 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
416 | <Reference name="OpenSim.Framework"/> | ||
417 | <Reference name="OpenSim.Framework.Console"/> | ||
418 | <Reference name="Nini" path="../../../../bin/"/> | ||
419 | <Files> | ||
420 | <Match pattern="*.cs" recurse="true"/> | ||
421 | </Files> | ||
422 | </Project> | ||
423 | |||
424 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | ||
425 | <Configuration name="Debug"> | 329 | <Configuration name="Debug"> |
426 | <Options> | 330 | <Options> |
427 | <OutputPath>../../../bin/</OutputPath> | 331 | <OutputPath>../../../bin/</OutputPath> |
@@ -435,6 +339,7 @@ | |||
435 | 339 | ||
436 | <ReferencePath>../../../bin/</ReferencePath> | 340 | <ReferencePath>../../../bin/</ReferencePath> |
437 | <Reference name="System"/> | 341 | <Reference name="System"/> |
342 | <Reference name="System.Core"/> | ||
438 | <Reference name="System.Xml"/> | 343 | <Reference name="System.Xml"/> |
439 | <Reference name="OpenSim.Data"/> | 344 | <Reference name="OpenSim.Data"/> |
440 | <Reference name="OpenSim.Framework"/> | 345 | <Reference name="OpenSim.Framework"/> |
@@ -454,142 +359,7 @@ | |||
454 | </Files> | 359 | </Files> |
455 | </Project> | 360 | </Project> |
456 | 361 | ||
457 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 362 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
458 | <Configuration name="Debug"> | ||
459 | <Options> | ||
460 | <OutputPath>../../../../bin/</OutputPath> | ||
461 | </Options> | ||
462 | </Configuration> | ||
463 | <Configuration name="Release"> | ||
464 | <Options> | ||
465 | <OutputPath>../../../../bin/</OutputPath> | ||
466 | </Options> | ||
467 | </Configuration> | ||
468 | |||
469 | <ReferencePath>../../../../bin/</ReferencePath> | ||
470 | <Reference name="System"/> | ||
471 | <Reference name="System.Xml"/> | ||
472 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
473 | <Reference name="OpenSim.Framework"/> | ||
474 | <Reference name="OpenSim.Framework.Console"/> | ||
475 | <Reference name="nunit.framework" path="../../../../bin/"/> | ||
476 | <Reference name="Nini" path="../../../../bin/"/> | ||
477 | <Reference name="log4net" path="../../../../bin/"/> | ||
478 | |||
479 | <Files> | ||
480 | <Match pattern="*.cs" recurse="false"/> | ||
481 | </Files> | ||
482 | </Project> | ||
483 | |||
484 | <!-- Physics Plug-ins --> | ||
485 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> | ||
486 | <Configuration name="Debug"> | ||
487 | <Options> | ||
488 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
489 | </Options> | ||
490 | </Configuration> | ||
491 | <Configuration name="Release"> | ||
492 | <Options> | ||
493 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
494 | </Options> | ||
495 | </Configuration> | ||
496 | |||
497 | <ReferencePath>../../../../bin/</ReferencePath> | ||
498 | <Reference name="System"/> | ||
499 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
500 | <Reference name="Nini" path="../../../../bin/"/> | ||
501 | <Reference name="OpenSim.Framework"/> | ||
502 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
503 | <Files> | ||
504 | <Match pattern="*.cs" recurse="true"/> | ||
505 | </Files> | ||
506 | </Project> | ||
507 | |||
508 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library"> | ||
509 | <Configuration name="Debug"> | ||
510 | <Options> | ||
511 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
512 | </Options> | ||
513 | </Configuration> | ||
514 | <Configuration name="Release"> | ||
515 | <Options> | ||
516 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
517 | </Options> | ||
518 | </Configuration> | ||
519 | |||
520 | <ReferencePath>../../../../bin/</ReferencePath> | ||
521 | <Reference name="System"/> | ||
522 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
523 | <Reference name="Nini" path="../../../../bin/"/> | ||
524 | <Reference name="OpenSim.Framework"/> | ||
525 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
526 | <Files> | ||
527 | <Match pattern="*.cs" recurse="true"/> | ||
528 | </Files> | ||
529 | </Project> | ||
530 | |||
531 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | ||
532 | <Configuration name="Debug"> | ||
533 | <Options> | ||
534 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
535 | </Options> | ||
536 | </Configuration> | ||
537 | <Configuration name="Release"> | ||
538 | <Options> | ||
539 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
540 | </Options> | ||
541 | </Configuration> | ||
542 | |||
543 | <ReferencePath>../../../../bin/</ReferencePath> | ||
544 | <Reference name="System"/> | ||
545 | <Reference name="System.Core"/> | ||
546 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
547 | <Reference name="Nini" path="../../../../bin/"/> | ||
548 | <Reference name="OpenSim.Framework"/> | ||
549 | <Reference name="OpenSim.Framework.Console"/> | ||
550 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
551 | <Reference name="Ode.NET" path="../../../../bin/"/> | ||
552 | <Reference name="log4net" path="../../../../bin/"/> | ||
553 | |||
554 | <Files> | ||
555 | <Match pattern="*.cs" recurse="true"> | ||
556 | <Exclude name="Tests" pattern="Tests"/> | ||
557 | </Match> | ||
558 | </Files> | ||
559 | </Project> | ||
560 | |||
561 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | ||
562 | <Configuration name="Debug"> | ||
563 | <Options> | ||
564 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
565 | </Options> | ||
566 | </Configuration> | ||
567 | <Configuration name="Release"> | ||
568 | <Options> | ||
569 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
570 | </Options> | ||
571 | </Configuration> | ||
572 | |||
573 | <ReferencePath>../../../../bin/</ReferencePath> | ||
574 | <Reference name="System"/> | ||
575 | <Reference name="System.Drawing"/> | ||
576 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
577 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
578 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
579 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
580 | <Reference name="Nini" path="../../../../bin/"/> | ||
581 | <Reference name="OpenSim.Framework"/> | ||
582 | <Reference name="OpenSim.Framework.Console"/> | ||
583 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
584 | <Reference name="log4net" path="../../../../bin/"/> | ||
585 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
586 | |||
587 | <Files> | ||
588 | <Match pattern="*.cs" recurse="true"/> | ||
589 | </Files> | ||
590 | </Project> | ||
591 | |||
592 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | ||
593 | <Configuration name="Debug"> | 363 | <Configuration name="Debug"> |
594 | <Options> | 364 | <Options> |
595 | <OutputPath>../../bin/</OutputPath> | 365 | <OutputPath>../../bin/</OutputPath> |
@@ -624,48 +394,34 @@ | |||
624 | </Project> | 394 | </Project> |
625 | 395 | ||
626 | 396 | ||
627 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> | 397 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.SharedBase" path="OpenSim/Region/PhysicsModules/SharedBase" type="Library"> |
628 | <Configuration name="Debug"> | 398 | <Configuration name="Debug"> |
629 | <Options> | 399 | <Options> |
630 | <OutputPath>../../../bin/</OutputPath> | 400 | <OutputPath>../../../../bin/</OutputPath> |
631 | </Options> | 401 | </Options> |
632 | </Configuration> | 402 | </Configuration> |
633 | <Configuration name="Release"> | 403 | <Configuration name="Release"> |
634 | <Options> | 404 | <Options> |
635 | <OutputPath>../../../bin/</OutputPath> | 405 | <OutputPath>../../../../bin/</OutputPath> |
636 | </Options> | 406 | </Options> |
637 | </Configuration> | 407 | </Configuration> |
638 | 408 | ||
639 | <ReferencePath>../../../bin/</ReferencePath> | 409 | <ReferencePath>../../../../bin/</ReferencePath> |
640 | <Reference name="System"/> | 410 | <Reference name="System"/> |
641 | <Reference name="System.Xml"/> | 411 | <Reference name="System.Xml"/> |
642 | <Reference name="System.Web"/> | 412 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
643 | <Reference name="OpenSim.Data"/> | ||
644 | <Reference name="OpenSim.Framework"/> | 413 | <Reference name="OpenSim.Framework"/> |
645 | <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/> | ||
646 | <Reference name="OpenSim.Framework.Console"/> | 414 | <Reference name="OpenSim.Framework.Console"/> |
647 | <Reference name="OpenSim.Framework.Monitoring"/> | 415 | <Reference name="nunit.framework" path="../../../../bin/"/> |
648 | <Reference name="OpenSim.Framework.Servers"/> | 416 | <Reference name="Nini" path="../../../../bin/"/> |
649 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 417 | <Reference name="log4net" path="../../../../bin/"/> |
650 | <Reference name="OpenSim.Services.Interfaces"/> | ||
651 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
652 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
653 | <!-- FIXME: The OpenMetaverse.dll reference can be dropped when the TransferRequestPacket reference is removed from the code --> | ||
654 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
655 | <Reference name="Nini" path="../../../bin/"/> | ||
656 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
657 | <Reference name="log4net" path="../../../bin/"/> | ||
658 | 418 | ||
659 | <Files> | 419 | <Files> |
660 | <Match pattern="*.cs" recurse="true"> | 420 | <Match pattern="*.cs" recurse="false"/> |
661 | <Exclude name="Tests" pattern="Tests"/> | ||
662 | </Match> | ||
663 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
664 | </Files> | 421 | </Files> |
665 | </Project> | 422 | </Project> |
666 | 423 | ||
667 | 424 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | |
668 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework" path="OpenSim/Region/Framework" type="Library"> | ||
669 | <Configuration name="Debug"> | 425 | <Configuration name="Debug"> |
670 | <Options> | 426 | <Options> |
671 | <OutputPath>../../../bin/</OutputPath> | 427 | <OutputPath>../../../bin/</OutputPath> |
@@ -689,18 +445,16 @@ | |||
689 | <Reference name="OpenSim.Services.Interfaces"/> | 445 | <Reference name="OpenSim.Services.Interfaces"/> |
690 | <Reference name="OpenSim.Framework"/> | 446 | <Reference name="OpenSim.Framework"/> |
691 | <Reference name="OpenSim.Capabilities"/> | 447 | <Reference name="OpenSim.Capabilities"/> |
692 | <Reference name="OpenSim.Framework.Communications"/> | ||
693 | <Reference name="OpenSim.Data"/> | 448 | <Reference name="OpenSim.Data"/> |
694 | <Reference name="OpenSim.Framework.Console"/> | 449 | <Reference name="OpenSim.Framework.Console"/> |
695 | <Reference name="OpenSim.Framework.Monitoring"/> | 450 | <Reference name="OpenSim.Framework.Monitoring"/> |
696 | <Reference name="OpenSim.Framework.Serialization"/> | 451 | <Reference name="OpenSim.Framework.Serialization"/> |
697 | <Reference name="OpenSim.Framework.Servers"/> | 452 | <Reference name="OpenSim.Framework.Servers"/> |
698 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 453 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
699 | <Reference name="OpenSim.Region.Physics.Manager"/> | 454 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
700 | 455 | ||
701 | <!-- For scripting in funny languages by default --> | 456 | <!-- For scripting in funny languages by default --> |
702 | <Reference name="XMLRPC" path="../../../bin/"/> | 457 | <Reference name="XMLRPC" path="../../../bin/"/> |
703 | <Reference name="OpenSim.Framework.Communications"/> | ||
704 | <Reference name="Nini" path="../../../bin/"/> | 458 | <Reference name="Nini" path="../../../bin/"/> |
705 | <Reference name="log4net" path="../../../bin/"/> | 459 | <Reference name="log4net" path="../../../bin/"/> |
706 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 460 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -713,12 +467,10 @@ | |||
713 | </Files> | 467 | </Files> |
714 | </Project> | 468 | </Project> |
715 | 469 | ||
716 | <!-- OpenSim.Framework.Communications --> | ||
717 | |||
718 | <!-- OGS projects --> | 470 | <!-- OGS projects --> |
719 | 471 | ||
720 | 472 | ||
721 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> | 473 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> |
722 | <Configuration name="Debug"> | 474 | <Configuration name="Debug"> |
723 | <Options> | 475 | <Options> |
724 | <OutputPath>../../../bin/</OutputPath> | 476 | <OutputPath>../../../bin/</OutputPath> |
@@ -742,6 +494,7 @@ | |||
742 | <Reference name="Mono.Addins.Setup" path="../../../bin/"/> | 494 | <Reference name="Mono.Addins.Setup" path="../../../bin/"/> |
743 | <Reference name="OpenSim.Framework"/> | 495 | <Reference name="OpenSim.Framework"/> |
744 | <Reference name="OpenSim.Framework.Console"/> | 496 | <Reference name="OpenSim.Framework.Console"/> |
497 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
745 | <Reference name="OpenSim.Framework.Servers"/> | 498 | <Reference name="OpenSim.Framework.Servers"/> |
746 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 499 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
747 | <Reference name="Nini" path="../../../bin/"/> | 500 | <Reference name="Nini" path="../../../bin/"/> |
@@ -752,7 +505,7 @@ | |||
752 | </Files> | 505 | </Files> |
753 | </Project> | 506 | </Project> |
754 | 507 | ||
755 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> | 508 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Base" path="OpenSim/Services/Base" type="Library"> |
756 | <Configuration name="Debug"> | 509 | <Configuration name="Debug"> |
757 | <Options> | 510 | <Options> |
758 | <OutputPath>../../../bin/</OutputPath> | 511 | <OutputPath>../../../bin/</OutputPath> |
@@ -779,7 +532,7 @@ | |||
779 | </Files> | 532 | </Files> |
780 | </Project> | 533 | </Project> |
781 | 534 | ||
782 | <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> | 535 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> |
783 | <Configuration name="Debug"> | 536 | <Configuration name="Debug"> |
784 | <Options> | 537 | <Options> |
785 | <OutputPath>../../../bin/</OutputPath> | 538 | <OutputPath>../../../bin/</OutputPath> |
@@ -810,7 +563,7 @@ | |||
810 | </Files> | 563 | </Files> |
811 | </Project> | 564 | </Project> |
812 | 565 | ||
813 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> | 566 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> |
814 | <Configuration name="Debug"> | 567 | <Configuration name="Debug"> |
815 | <Options> | 568 | <Options> |
816 | <OutputPath>../../../bin/</OutputPath> | 569 | <OutputPath>../../../bin/</OutputPath> |
@@ -841,7 +594,7 @@ | |||
841 | </Files> | 594 | </Files> |
842 | </Project> | 595 | </Project> |
843 | 596 | ||
844 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> | 597 | <Project frameworkVersion="v4_0" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> |
845 | <Configuration name="Debug"> | 598 | <Configuration name="Debug"> |
846 | <Options> | 599 | <Options> |
847 | <OutputPath>../../../bin/</OutputPath> | 600 | <OutputPath>../../../bin/</OutputPath> |
@@ -865,8 +618,10 @@ | |||
865 | <Reference name="Mono.Addins" path="../../../bin/"/> | 618 | <Reference name="Mono.Addins" path="../../../bin/"/> |
866 | <Reference name="OpenSim.Data"/> | 619 | <Reference name="OpenSim.Data"/> |
867 | <Reference name="OpenSim.Framework"/> | 620 | <Reference name="OpenSim.Framework"/> |
868 | <Reference name="OpenSim.Framework.Communications"/> | 621 | <Reference name="OpenSim.Capabilities"/> |
869 | <Reference name="OpenSim.Framework.Console"/> | 622 | <Reference name="OpenSim.Framework.Console"/> |
623 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
624 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
870 | <Reference name="OpenSim.Region.Framework"/> | 625 | <Reference name="OpenSim.Region.Framework"/> |
871 | <Reference name="OpenSim.Server.Base"/> | 626 | <Reference name="OpenSim.Server.Base"/> |
872 | <Reference name="OpenSim.Services.Base"/> | 627 | <Reference name="OpenSim.Services.Base"/> |
@@ -880,7 +635,41 @@ | |||
880 | </Files> | 635 | </Files> |
881 | </Project> | 636 | </Project> |
882 | 637 | ||
883 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> | 638 | <Project frameworkVersion="v4_0" name="OpenSim.Services.SimulationService" path="OpenSim/Services/SimulationService" type="Library"> |
639 | <Configuration name="Debug"> | ||
640 | <Options> | ||
641 | <OutputPath>../../../bin/</OutputPath> | ||
642 | </Options> | ||
643 | </Configuration> | ||
644 | <Configuration name="Release"> | ||
645 | <Options> | ||
646 | <OutputPath>../../../bin/</OutputPath> | ||
647 | </Options> | ||
648 | </Configuration> | ||
649 | |||
650 | <ReferencePath>../../../bin/</ReferencePath> | ||
651 | <Reference name="System"/> | ||
652 | <Reference name="System.Core"/> | ||
653 | <Reference name="System.Web"/> | ||
654 | <Reference name="System.Xml"/> | ||
655 | <Reference name="System.Drawing"/> | ||
656 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
657 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
658 | <Reference name="OpenSim.Data"/> | ||
659 | <Reference name="OpenSim.Framework"/> | ||
660 | <Reference name="OpenSim.Region.Framework"/> | ||
661 | <Reference name="OpenSim.Services.Base"/> | ||
662 | <Reference name="OpenSim.Services.Interfaces"/> | ||
663 | <Reference name="Nini" path="../../../bin/"/> | ||
664 | <Reference name="log4net" path="../../../bin/"/> | ||
665 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
666 | |||
667 | <Files> | ||
668 | <Match pattern="*.cs" recurse="true"/> | ||
669 | </Files> | ||
670 | </Project> | ||
671 | |||
672 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AssetService" path="OpenSim/Services/AssetService" type="Library"> | ||
884 | <Configuration name="Debug"> | 673 | <Configuration name="Debug"> |
885 | <Options> | 674 | <Options> |
886 | <OutputPath>../../../bin/</OutputPath> | 675 | <OutputPath>../../../bin/</OutputPath> |
@@ -899,6 +688,7 @@ | |||
899 | <Reference name="OpenSim.Framework"/> | 688 | <Reference name="OpenSim.Framework"/> |
900 | <Reference name="OpenSim.Framework.Console"/> | 689 | <Reference name="OpenSim.Framework.Console"/> |
901 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 690 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
691 | <Reference name="OpenSim.Server.Base"/> | ||
902 | <Reference name="OpenSim.Services.Interfaces"/> | 692 | <Reference name="OpenSim.Services.Interfaces"/> |
903 | <Reference name="OpenSim.Services.Base"/> | 693 | <Reference name="OpenSim.Services.Base"/> |
904 | <Reference name="OpenSim.Services.Connectors"/> | 694 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -911,7 +701,7 @@ | |||
911 | </Files> | 701 | </Files> |
912 | </Project> | 702 | </Project> |
913 | 703 | ||
914 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | 704 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> |
915 | <Configuration name="Debug"> | 705 | <Configuration name="Debug"> |
916 | <Options> | 706 | <Options> |
917 | <OutputPath>../../../bin/</OutputPath> | 707 | <OutputPath>../../../bin/</OutputPath> |
@@ -925,11 +715,14 @@ | |||
925 | 715 | ||
926 | <ReferencePath>../../../bin/</ReferencePath> | 716 | <ReferencePath>../../../bin/</ReferencePath> |
927 | <Reference name="System"/> | 717 | <Reference name="System"/> |
718 | <Reference name="System.Core"/> | ||
928 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 719 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
929 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 720 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
930 | <Reference name="OpenSim.Framework"/> | 721 | <Reference name="OpenSim.Framework"/> |
931 | <Reference name="OpenSim.Framework.Console"/> | 722 | <Reference name="OpenSim.Framework.Console"/> |
723 | <Reference name="OpenSim.Framework.Serialization"/> | ||
932 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 724 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
725 | <Reference name="OpenSim.Server.Base"/> | ||
933 | <Reference name="OpenSim.Services.Interfaces"/> | 726 | <Reference name="OpenSim.Services.Interfaces"/> |
934 | <Reference name="OpenSim.Services.Base"/> | 727 | <Reference name="OpenSim.Services.Base"/> |
935 | <Reference name="OpenSim.Services.Connectors"/> | 728 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -941,8 +734,39 @@ | |||
941 | <Match pattern="*.cs" recurse="true"/> | 734 | <Match pattern="*.cs" recurse="true"/> |
942 | </Files> | 735 | </Files> |
943 | </Project> | 736 | </Project> |
737 | |||
738 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | ||
739 | <Configuration name="Debug"> | ||
740 | <Options> | ||
741 | <OutputPath>../../../bin/</OutputPath> | ||
742 | </Options> | ||
743 | </Configuration> | ||
744 | <Configuration name="Release"> | ||
745 | <Options> | ||
746 | <OutputPath>../../../bin/</OutputPath> | ||
747 | </Options> | ||
748 | </Configuration> | ||
944 | 749 | ||
945 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 750 | <ReferencePath>../../../bin/</ReferencePath> |
751 | <Reference name="System"/> | ||
752 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
753 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
754 | <Reference name="OpenSim.Framework"/> | ||
755 | <Reference name="OpenSim.Framework.Console"/> | ||
756 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
757 | <Reference name="OpenSim.Services.Interfaces"/> | ||
758 | <Reference name="OpenSim.Services.Base"/> | ||
759 | <Reference name="OpenSim.Services.Connectors"/> | ||
760 | <Reference name="OpenSim.Data"/> | ||
761 | <Reference name="Nini" path="../../../bin/"/> | ||
762 | <Reference name="log4net" path="../../../bin/"/> | ||
763 | |||
764 | <Files> | ||
765 | <Match pattern="*.cs" recurse="true"/> | ||
766 | </Files> | ||
767 | </Project> | ||
768 | |||
769 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | ||
946 | <Configuration name="Debug"> | 770 | <Configuration name="Debug"> |
947 | <Options> | 771 | <Options> |
948 | <OutputPath>../../../bin/</OutputPath> | 772 | <OutputPath>../../../bin/</OutputPath> |
@@ -974,7 +798,7 @@ | |||
974 | </Files> | 798 | </Files> |
975 | </Project> | 799 | </Project> |
976 | 800 | ||
977 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> | 801 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> |
978 | <Configuration name="Debug"> | 802 | <Configuration name="Debug"> |
979 | <Options> | 803 | <Options> |
980 | <OutputPath>../../../bin/</OutputPath> | 804 | <OutputPath>../../../bin/</OutputPath> |
@@ -1006,7 +830,7 @@ | |||
1006 | </Files> | 830 | </Files> |
1007 | </Project> | 831 | </Project> |
1008 | 832 | ||
1009 | <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> | 833 | <Project frameworkVersion="v4_0" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> |
1010 | <Configuration name="Debug"> | 834 | <Configuration name="Debug"> |
1011 | <Options> | 835 | <Options> |
1012 | <OutputPath>../../../bin/</OutputPath> | 836 | <OutputPath>../../../bin/</OutputPath> |
@@ -1040,7 +864,36 @@ | |||
1040 | </Files> | 864 | </Files> |
1041 | </Project> | 865 | </Project> |
1042 | 866 | ||
1043 | <Project frameworkVersion="v3_5" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | 867 | <Project frameworkVersion="v4_0" name="OpenSim.Services.EstateService" path="OpenSim/Services/EstateService" type="Library"> |
868 | <Configuration name="Debug"> | ||
869 | <Options> | ||
870 | <OutputPath>../../../bin/</OutputPath> | ||
871 | </Options> | ||
872 | </Configuration> | ||
873 | <Configuration name="Release"> | ||
874 | <Options> | ||
875 | <OutputPath>../../../bin/</OutputPath> | ||
876 | </Options> | ||
877 | </Configuration> | ||
878 | |||
879 | <ReferencePath>../../../bin/</ReferencePath> | ||
880 | <Reference name="System"/> | ||
881 | <Reference name="System.Core"/> | ||
882 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
883 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
884 | <Reference name="OpenSim.Framework"/> | ||
885 | <Reference name="OpenSim.Services.Interfaces"/> | ||
886 | <Reference name="OpenSim.Services.Base"/> | ||
887 | <Reference name="OpenSim.Data"/> | ||
888 | <Reference name="Nini" path="../../../bin/"/> | ||
889 | <Reference name="log4net" path="../../../bin/"/> | ||
890 | |||
891 | <Files> | ||
892 | <Match pattern="*.cs" recurse="true"/> | ||
893 | </Files> | ||
894 | </Project> | ||
895 | |||
896 | <Project frameworkVersion="v4_0" name="OpenSim.Services.PresenceService" path="OpenSim/Services/PresenceService" type="Library"> | ||
1044 | <Configuration name="Debug"> | 897 | <Configuration name="Debug"> |
1045 | <Options> | 898 | <Options> |
1046 | <OutputPath>../../../bin/</OutputPath> | 899 | <OutputPath>../../../bin/</OutputPath> |
@@ -1071,7 +924,7 @@ | |||
1071 | </Files> | 924 | </Files> |
1072 | </Project> | 925 | </Project> |
1073 | 926 | ||
1074 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> | 927 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> |
1075 | <Configuration name="Debug"> | 928 | <Configuration name="Debug"> |
1076 | <Options> | 929 | <Options> |
1077 | <OutputPath>../../../bin/</OutputPath> | 930 | <OutputPath>../../../bin/</OutputPath> |
@@ -1102,7 +955,7 @@ | |||
1102 | </Files> | 955 | </Files> |
1103 | </Project> | 956 | </Project> |
1104 | 957 | ||
1105 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 958 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
1106 | <Configuration name="Debug"> | 959 | <Configuration name="Debug"> |
1107 | <Options> | 960 | <Options> |
1108 | <OutputPath>../../../bin/</OutputPath> | 961 | <OutputPath>../../../bin/</OutputPath> |
@@ -1137,7 +990,7 @@ | |||
1137 | </Project> | 990 | </Project> |
1138 | 991 | ||
1139 | 992 | ||
1140 | <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> | 993 | <Project frameworkVersion="v4_0" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> |
1141 | <Configuration name="Debug"> | 994 | <Configuration name="Debug"> |
1142 | <Options> | 995 | <Options> |
1143 | <OutputPath>../../../bin/</OutputPath> | 996 | <OutputPath>../../../bin/</OutputPath> |
@@ -1170,7 +1023,7 @@ | |||
1170 | </Files> | 1023 | </Files> |
1171 | </Project> | 1024 | </Project> |
1172 | 1025 | ||
1173 | <Project frameworkVersion="v3_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> | 1026 | <Project frameworkVersion="v4_0" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> |
1174 | <Configuration name="Debug"> | 1027 | <Configuration name="Debug"> |
1175 | <Options> | 1028 | <Options> |
1176 | <OutputPath>../../../bin/</OutputPath> | 1029 | <OutputPath>../../../bin/</OutputPath> |
@@ -1195,6 +1048,7 @@ | |||
1195 | <Reference name="OpenSim.Services.Interfaces"/> | 1048 | <Reference name="OpenSim.Services.Interfaces"/> |
1196 | <Reference name="OpenSim.Services.Base"/> | 1049 | <Reference name="OpenSim.Services.Base"/> |
1197 | <Reference name="OpenSim.Services.AssetService"/> | 1050 | <Reference name="OpenSim.Services.AssetService"/> |
1051 | <Reference name="OpenSim.Services.FSAssetService"/> | ||
1198 | <Reference name="OpenSim.Services.FriendsService"/> | 1052 | <Reference name="OpenSim.Services.FriendsService"/> |
1199 | <Reference name="OpenSim.Services.InventoryService"/> | 1053 | <Reference name="OpenSim.Services.InventoryService"/> |
1200 | <Reference name="OpenSim.Services.Connectors"/> | 1054 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -1208,7 +1062,7 @@ | |||
1208 | </Files> | 1062 | </Files> |
1209 | </Project> | 1063 | </Project> |
1210 | 1064 | ||
1211 | <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> | 1065 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> |
1212 | <Configuration name="Debug"> | 1066 | <Configuration name="Debug"> |
1213 | <Options> | 1067 | <Options> |
1214 | <OutputPath>../../../bin/</OutputPath> | 1068 | <OutputPath>../../../bin/</OutputPath> |
@@ -1238,7 +1092,42 @@ | |||
1238 | </Files> | 1092 | </Files> |
1239 | </Project> | 1093 | </Project> |
1240 | 1094 | ||
1241 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1095 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> |
1096 | <Configuration name="Debug"> | ||
1097 | <Options> | ||
1098 | <OutputPath>../../../bin/</OutputPath> | ||
1099 | </Options> | ||
1100 | </Configuration> | ||
1101 | <Configuration name="Release"> | ||
1102 | <Options> | ||
1103 | <OutputPath>../../../bin/</OutputPath> | ||
1104 | </Options> | ||
1105 | </Configuration> | ||
1106 | |||
1107 | <ReferencePath>../../../bin/</ReferencePath> | ||
1108 | <Reference name="System"/> | ||
1109 | <Reference name="System.Core"/> | ||
1110 | <Reference name="OpenSim.Framework"/> | ||
1111 | <Reference name="OpenSim.Framework.Console"/> | ||
1112 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1113 | <Reference name="OpenSim.Services.UserAccountService"/> | ||
1114 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1115 | <Reference name="OpenSim.Services.Connectors"/> | ||
1116 | <Reference name="OpenSim.Services.Base"/> | ||
1117 | <Reference name="OpenSim.Server.Base"/> | ||
1118 | <Reference name="OpenSim.Data"/> | ||
1119 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1120 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1121 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1122 | <Reference name="Nini" path="../../../bin/"/> | ||
1123 | <Reference name="log4net" path="../../../bin/"/> | ||
1124 | |||
1125 | <Files> | ||
1126 | <Match pattern="*.cs" recurse="true"/> | ||
1127 | </Files> | ||
1128 | </Project> | ||
1129 | |||
1130 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | ||
1242 | <Configuration name="Debug"> | 1131 | <Configuration name="Debug"> |
1243 | <Options> | 1132 | <Options> |
1244 | <OutputPath>../../../bin/</OutputPath> | 1133 | <OutputPath>../../../bin/</OutputPath> |
@@ -1278,7 +1167,7 @@ | |||
1278 | </Project> | 1167 | </Project> |
1279 | 1168 | ||
1280 | 1169 | ||
1281 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> | 1170 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers" path="OpenSim/Capabilities/Handlers" type="Library"> |
1282 | <Configuration name="Debug"> | 1171 | <Configuration name="Debug"> |
1283 | <Options> | 1172 | <Options> |
1284 | <OutputPath>../../../bin/</OutputPath> | 1173 | <OutputPath>../../../bin/</OutputPath> |
@@ -1319,7 +1208,7 @@ | |||
1319 | </Project> | 1208 | </Project> |
1320 | 1209 | ||
1321 | 1210 | ||
1322 | <Project frameworkVersion="v3_5" name="Robust" path="OpenSim/Server" type="Exe"> | 1211 | <Project frameworkVersion="v4_0" name="Robust" path="OpenSim/Server" type="Exe"> |
1323 | <Configuration name="Debug"> | 1212 | <Configuration name="Debug"> |
1324 | <Options> | 1213 | <Options> |
1325 | <OutputPath>../../bin/</OutputPath> | 1214 | <OutputPath>../../bin/</OutputPath> |
@@ -1355,7 +1244,7 @@ | |||
1355 | </Files> | 1244 | </Files> |
1356 | </Project> | 1245 | </Project> |
1357 | 1246 | ||
1358 | <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> | 1247 | <Project frameworkVersion="v4_0" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe"> |
1359 | <Configuration name="Debug"> | 1248 | <Configuration name="Debug"> |
1360 | <Options> | 1249 | <Options> |
1361 | <OutputPath>../../bin/</OutputPath> | 1250 | <OutputPath>../../bin/</OutputPath> |
@@ -1388,42 +1277,8 @@ | |||
1388 | </Files> | 1277 | </Files> |
1389 | </Project> | 1278 | </Project> |
1390 | 1279 | ||
1391 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> | ||
1392 | <Configuration name="Debug"> | ||
1393 | <Options> | ||
1394 | <OutputPath>../../../bin/</OutputPath> | ||
1395 | </Options> | ||
1396 | </Configuration> | ||
1397 | <Configuration name="Release"> | ||
1398 | <Options> | ||
1399 | <OutputPath>../../../bin/</OutputPath> | ||
1400 | </Options> | ||
1401 | </Configuration> | ||
1402 | |||
1403 | <ReferencePath>../../../bin/</ReferencePath> | ||
1404 | <Reference name="System"/> | ||
1405 | <Reference name="System.Xml"/> | ||
1406 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1407 | <Reference name="OpenSim.Region.Framework"/> | ||
1408 | <Reference name="OpenSim.Framework"/> | ||
1409 | <Reference name="OpenSim.Data"/> | ||
1410 | <Reference name="OpenSim.Framework.Console"/> | ||
1411 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1412 | <Reference name="OpenSim.Framework.Servers"/> | ||
1413 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1414 | <Reference name="OpenSim.Framework.Communications"/> | ||
1415 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1416 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
1417 | <Reference name="Nini" path="../../../bin/"/> | ||
1418 | <Reference name="log4net" path="../../../bin/"/> | ||
1419 | |||
1420 | <Files> | ||
1421 | <Match pattern="*.cs" recurse="false"/> | ||
1422 | </Files> | ||
1423 | </Project> | ||
1424 | |||
1425 | <!-- ClientStack Plugins --> | 1280 | <!-- ClientStack Plugins --> |
1426 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> | 1281 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/Linden/UDP" type="Library"> |
1427 | <Configuration name="Debug"> | 1282 | <Configuration name="Debug"> |
1428 | <Options> | 1283 | <Options> |
1429 | <OutputPath>../../../../../bin/</OutputPath> | 1284 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1441,6 +1296,7 @@ | |||
1441 | <Reference name="System.Drawing"/> | 1296 | <Reference name="System.Drawing"/> |
1442 | <Reference name="System.Xml"/> | 1297 | <Reference name="System.Xml"/> |
1443 | <Reference name="System.Web"/> | 1298 | <Reference name="System.Web"/> |
1299 | <Reference name="NDesk.Options" path="../../../../../bin/"/> | ||
1444 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 1300 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
1445 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | 1301 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> |
1446 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | 1302 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> |
@@ -1450,14 +1306,13 @@ | |||
1450 | <Reference name="OpenSim.Framework.Servers"/> | 1306 | <Reference name="OpenSim.Framework.Servers"/> |
1451 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1307 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1452 | <Reference name="OpenSim.Framework.Console"/> | 1308 | <Reference name="OpenSim.Framework.Console"/> |
1453 | <Reference name="OpenSim.Framework.Communications"/> | ||
1454 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1455 | <Reference name="OpenSim.Region.Framework"/> | 1309 | <Reference name="OpenSim.Region.Framework"/> |
1456 | <Reference name="OpenSim.Services.Interfaces"/> | 1310 | <Reference name="OpenSim.Services.Interfaces"/> |
1457 | <Reference name="Nini" path="../../../../../bin/"/> | 1311 | <Reference name="Nini" path="../../../../../bin/"/> |
1458 | <Reference name="log4net" path="../../../../../bin/"/> | 1312 | <Reference name="log4net" path="../../../../../bin/"/> |
1459 | <Reference name="C5" path="../../../../../bin/"/> | 1313 | <Reference name="C5" path="../../../../../bin/"/> |
1460 | <Reference name="Nini" path="../../../../../bin/"/> | 1314 | <Reference name="Nini" path="../../../../../bin/"/> |
1315 | <Reference name="Mono.Addins" path="../../../../../bin/"/> | ||
1461 | 1316 | ||
1462 | <Files> | 1317 | <Files> |
1463 | <Match pattern="*.cs" recurse="true"> | 1318 | <Match pattern="*.cs" recurse="true"> |
@@ -1466,7 +1321,9 @@ | |||
1466 | </Files> | 1321 | </Files> |
1467 | </Project> | 1322 | </Project> |
1468 | 1323 | ||
1469 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 1324 | |
1325 | |||
1326 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | ||
1470 | <Configuration name="Debug"> | 1327 | <Configuration name="Debug"> |
1471 | <Options> | 1328 | <Options> |
1472 | <OutputPath>../../../../../bin/</OutputPath> | 1329 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -1491,10 +1348,11 @@ | |||
1491 | <Reference name="OpenSim.Capabilities"/> | 1348 | <Reference name="OpenSim.Capabilities"/> |
1492 | <Reference name="OpenSim.Capabilities.Handlers"/> | 1349 | <Reference name="OpenSim.Capabilities.Handlers"/> |
1493 | <Reference name="OpenSim.Framework"/> | 1350 | <Reference name="OpenSim.Framework"/> |
1351 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1494 | <Reference name="OpenSim.Framework.Servers"/> | 1352 | <Reference name="OpenSim.Framework.Servers"/> |
1495 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1353 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1496 | <Reference name="OpenSim.Framework.Console"/> | 1354 | <Reference name="OpenSim.Framework.Console"/> |
1497 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1355 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1498 | <Reference name="OpenSim.Services.Interfaces"/> | 1356 | <Reference name="OpenSim.Services.Interfaces"/> |
1499 | <Reference name="Mono.Addins" path="../../../../../bin/"/> | 1357 | <Reference name="Mono.Addins" path="../../../../../bin/"/> |
1500 | <Reference name="Nini" path="../../../../../bin/"/> | 1358 | <Reference name="Nini" path="../../../../../bin/"/> |
@@ -1508,7 +1366,8 @@ | |||
1508 | </Files> | 1366 | </Files> |
1509 | </Project> | 1367 | </Project> |
1510 | 1368 | ||
1511 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1369 | |
1370 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | ||
1512 | <Configuration name="Debug"> | 1371 | <Configuration name="Debug"> |
1513 | <Options> | 1372 | <Options> |
1514 | <OutputPath>../../../bin/</OutputPath> | 1373 | <OutputPath>../../../bin/</OutputPath> |
@@ -1529,6 +1388,7 @@ | |||
1529 | <Reference name="System.Xml.Linq"/> | 1388 | <Reference name="System.Xml.Linq"/> |
1530 | <Reference name="System.Drawing"/> | 1389 | <Reference name="System.Drawing"/> |
1531 | <Reference name="System.Web"/> | 1390 | <Reference name="System.Web"/> |
1391 | <Reference name="Microsoft.CSharp" /> | ||
1532 | <Reference name="NDesk.Options" path="../../../bin/"/> | 1392 | <Reference name="NDesk.Options" path="../../../bin/"/> |
1533 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1393 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1534 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1394 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
@@ -1538,7 +1398,6 @@ | |||
1538 | <Reference name="OpenSim.Capabilities"/> | 1398 | <Reference name="OpenSim.Capabilities"/> |
1539 | <Reference name="OpenSim.Data"/> | 1399 | <Reference name="OpenSim.Data"/> |
1540 | <Reference name="OpenSim.Framework"/> | 1400 | <Reference name="OpenSim.Framework"/> |
1541 | <Reference name="OpenSim.Framework.Communications"/> | ||
1542 | <Reference name="OpenSim.Framework.Console"/> | 1401 | <Reference name="OpenSim.Framework.Console"/> |
1543 | <Reference name="OpenSim.Framework.Monitoring"/> | 1402 | <Reference name="OpenSim.Framework.Monitoring"/> |
1544 | <Reference name="OpenSim.Framework.Serialization"/> | 1403 | <Reference name="OpenSim.Framework.Serialization"/> |
@@ -1546,7 +1405,7 @@ | |||
1546 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1405 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1547 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1406 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1548 | <Reference name="OpenSim.Region.Framework"/> | 1407 | <Reference name="OpenSim.Region.Framework"/> |
1549 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1408 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1550 | <Reference name="OpenSim.Server.Base"/> | 1409 | <Reference name="OpenSim.Server.Base"/> |
1551 | <Reference name="OpenSim.Server.Handlers"/> | 1410 | <Reference name="OpenSim.Server.Handlers"/> |
1552 | <Reference name="OpenSim.Services.Connectors"/> | 1411 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -1558,7 +1417,6 @@ | |||
1558 | 1417 | ||
1559 | <!-- For scripting in funny languages by default --> | 1418 | <!-- For scripting in funny languages by default --> |
1560 | <Reference name="XMLRPC" path="../../../bin/"/> | 1419 | <Reference name="XMLRPC" path="../../../bin/"/> |
1561 | <Reference name="OpenSim.Framework.Communications"/> | ||
1562 | <Reference name="Nini" path="../../../bin/"/> | 1420 | <Reference name="Nini" path="../../../bin/"/> |
1563 | <Reference name="log4net" path="../../../bin/"/> | 1421 | <Reference name="log4net" path="../../../bin/"/> |
1564 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 1422 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -1575,45 +1433,7 @@ | |||
1575 | </Files> | 1433 | </Files> |
1576 | </Project> | 1434 | </Project> |
1577 | 1435 | ||
1578 | <Project frameworkVersion="v3_5" name="OpenSim.Region.RegionCombinerModule" path="OpenSim/Region/RegionCombinerModule" type="Library"> | 1436 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1579 | <Configuration name="Debug"> | ||
1580 | <Options> | ||
1581 | <OutputPath>../../../bin/</OutputPath> | ||
1582 | </Options> | ||
1583 | </Configuration> | ||
1584 | <Configuration name="Release"> | ||
1585 | <Options> | ||
1586 | <OutputPath>../../../bin/</OutputPath> | ||
1587 | </Options> | ||
1588 | </Configuration> | ||
1589 | |||
1590 | <ReferencePath>../../../bin/</ReferencePath> | ||
1591 | <Reference name="System"/> | ||
1592 | <Reference name="System.Xml"/> | ||
1593 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1594 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1595 | <Reference name="OpenSim.Framework"/> | ||
1596 | <Reference name="OpenSim.Framework.Communications"/> | ||
1597 | <Reference name="OpenSim.Region.Framework"/> | ||
1598 | <Reference name="OpenSim.Server.Base"/> | ||
1599 | <Reference name="OpenSim.Server.Handlers"/> | ||
1600 | <Reference name="OpenSim.Framework.Console"/> | ||
1601 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1602 | <Reference name="OpenSim.Framework.Communications"/> | ||
1603 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1604 | <Reference name="Nini" path="../../../bin/"/> | ||
1605 | <Reference name="log4net" path="../../../bin/"/> | ||
1606 | |||
1607 | <!-- To allow regions to have mono addins --> | ||
1608 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
1609 | |||
1610 | <Files> | ||
1611 | <Match pattern="*.cs" recurse="true"/> | ||
1612 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
1613 | </Files> | ||
1614 | </Project> | ||
1615 | |||
1616 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | ||
1617 | <Configuration name="Debug"> | 1437 | <Configuration name="Debug"> |
1618 | <Options> | 1438 | <Options> |
1619 | <OutputPath>../../../bin/</OutputPath> | 1439 | <OutputPath>../../../bin/</OutputPath> |
@@ -1628,16 +1448,18 @@ | |||
1628 | <ReferencePath>../../../bin/</ReferencePath> | 1448 | <ReferencePath>../../../bin/</ReferencePath> |
1629 | <Reference name="System"/> | 1449 | <Reference name="System"/> |
1630 | <Reference name="System.Core"/> | 1450 | <Reference name="System.Core"/> |
1451 | <Reference name="System.Data"/> | ||
1631 | <Reference name="System.Xml"/> | 1452 | <Reference name="System.Xml"/> |
1632 | <Reference name="System.Drawing"/> | 1453 | <Reference name="System.Drawing"/> |
1633 | <Reference name="System.Web"/> | 1454 | <Reference name="System.Web"/> |
1455 | <Reference name="Ionic.Zip" path="../../../bin/"/> | ||
1634 | <Reference name="NDesk.Options" path="../../../bin/"/> | 1456 | <Reference name="NDesk.Options" path="../../../bin/"/> |
1635 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1457 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1636 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1458 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
1637 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1459 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1460 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | ||
1638 | <Reference name="OpenSim.Capabilities"/> | 1461 | <Reference name="OpenSim.Capabilities"/> |
1639 | <Reference name="OpenSim.Framework"/> | 1462 | <Reference name="OpenSim.Framework"/> |
1640 | <Reference name="OpenSim.Framework.Communications"/> | ||
1641 | <Reference name="OpenSim.Data"/> | 1463 | <Reference name="OpenSim.Data"/> |
1642 | <Reference name="OpenSim.Framework.Console"/> | 1464 | <Reference name="OpenSim.Framework.Console"/> |
1643 | <Reference name="OpenSim.Framework.Monitoring"/> | 1465 | <Reference name="OpenSim.Framework.Monitoring"/> |
@@ -1646,7 +1468,7 @@ | |||
1646 | <Reference name="OpenSim.Region.CoreModules"/> | 1468 | <Reference name="OpenSim.Region.CoreModules"/> |
1647 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1469 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1648 | <Reference name="OpenSim.Region.Framework"/> | 1470 | <Reference name="OpenSim.Region.Framework"/> |
1649 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1471 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1650 | <Reference name="OpenSim.Server.Base"/> | 1472 | <Reference name="OpenSim.Server.Base"/> |
1651 | <Reference name="OpenSim.Server.Handlers"/> | 1473 | <Reference name="OpenSim.Server.Handlers"/> |
1652 | <Reference name="OpenSim.Services.Connectors"/> | 1474 | <Reference name="OpenSim.Services.Connectors"/> |
@@ -1656,7 +1478,6 @@ | |||
1656 | 1478 | ||
1657 | <!-- For scripting in funny languages by default --> | 1479 | <!-- For scripting in funny languages by default --> |
1658 | <Reference name="XMLRPC" path="../../../bin/"/> | 1480 | <Reference name="XMLRPC" path="../../../bin/"/> |
1659 | <Reference name="OpenSim.Framework.Communications"/> | ||
1660 | <Reference name="Nini" path="../../../bin/"/> | 1481 | <Reference name="Nini" path="../../../bin/"/> |
1661 | <Reference name="log4net" path="../../../bin/"/> | 1482 | <Reference name="log4net" path="../../../bin/"/> |
1662 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 1483 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -1670,7 +1491,7 @@ | |||
1670 | </Project> | 1491 | </Project> |
1671 | 1492 | ||
1672 | <!-- Datastore Plugins --> | 1493 | <!-- Datastore Plugins --> |
1673 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> | 1494 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> |
1674 | <Configuration name="Debug"> | 1495 | <Configuration name="Debug"> |
1675 | <Options> | 1496 | <Options> |
1676 | <OutputPath>../../../bin/</OutputPath> | 1497 | <OutputPath>../../../bin/</OutputPath> |
@@ -1698,7 +1519,7 @@ | |||
1698 | </Files> | 1519 | </Files> |
1699 | </Project> | 1520 | </Project> |
1700 | 1521 | ||
1701 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 1522 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> |
1702 | <Configuration name="Debug"> | 1523 | <Configuration name="Debug"> |
1703 | <Options> | 1524 | <Options> |
1704 | <OutputPath>../../../../bin/</OutputPath> | 1525 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1723,32 +1544,113 @@ | |||
1723 | </Files> | 1544 | </Files> |
1724 | </Project> | 1545 | </Project> |
1725 | 1546 | ||
1726 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | 1547 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
1727 | <Configuration name="Debug"> | 1548 | <Configuration name="Debug"> |
1728 | <Options> | 1549 | <Options> |
1729 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1550 | <OutputPath>../../../../bin/</OutputPath> |
1730 | </Options> | 1551 | </Options> |
1731 | </Configuration> | 1552 | </Configuration> |
1732 | <Configuration name="Release"> | 1553 | <Configuration name="Release"> |
1733 | <Options> | 1554 | <Options> |
1734 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1555 | <OutputPath>../../../../bin/</OutputPath> |
1735 | </Options> | 1556 | </Options> |
1736 | </Configuration> | 1557 | </Configuration> |
1737 | 1558 | ||
1738 | <ReferencePath>../../../../bin/</ReferencePath> | 1559 | <ReferencePath>../../../../bin/</ReferencePath> |
1739 | <Reference name="System"/> | 1560 | <Reference name="System"/> |
1740 | <Reference name="System.Core"/> | 1561 | <Reference name="System.Drawing"/> |
1741 | <Reference name="System.Xml"/> | 1562 | <Reference name="CSJ2K" path="../../../../bin/"/> |
1742 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 1563 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
1743 | <Reference name="Nini.dll" path="../../../../bin/"/> | 1564 | <Reference name="OpenMetaverse" path="../../../../bin/"/> |
1565 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
1566 | <Reference name="Nini" path="../../../../bin/"/> | ||
1744 | <Reference name="OpenSim.Framework"/> | 1567 | <Reference name="OpenSim.Framework"/> |
1568 | <Reference name="OpenSim.Framework.Console"/> | ||
1569 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1745 | <Reference name="OpenSim.Region.Framework"/> | 1570 | <Reference name="OpenSim.Region.Framework"/> |
1746 | <Reference name="OpenSim.Region.CoreModules"/> | 1571 | <Reference name="Mono.Addins" path="../../../../bin/"/> |
1572 | <Reference name="log4net" path="../../../../bin/"/> | ||
1573 | |||
1574 | <Files> | ||
1575 | <Match pattern="*.cs" recurse="true"/> | ||
1576 | </Files> | ||
1577 | </Project> | ||
1578 | |||
1579 | <!-- Physics Plug-ins --> | ||
1580 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BasicPhysics" path="OpenSim/Region/PhysicsModules/BasicPhysics" type="Library"> | ||
1581 | <Configuration name="Debug"> | ||
1582 | <Options> | ||
1583 | <OutputPath>../../../../bin/</OutputPath> | ||
1584 | </Options> | ||
1585 | </Configuration> | ||
1586 | <Configuration name="Release"> | ||
1587 | <Options> | ||
1588 | <OutputPath>../../../../bin/</OutputPath> | ||
1589 | </Options> | ||
1590 | </Configuration> | ||
1591 | |||
1592 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1593 | <Reference name="System"/> | ||
1594 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1595 | <Reference name="Nini" path="../../../../bin/"/> | ||
1596 | <Reference name="OpenSim.Framework"/> | ||
1597 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1598 | <Reference name="OpenSim.Region.Framework"/> | ||
1599 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1600 | <Files> | ||
1601 | <Match pattern="*.cs" recurse="true"/> | ||
1602 | </Files> | ||
1603 | </Project> | ||
1604 | |||
1605 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.POS" path="OpenSim/Region/PhysicsModules/POS" type="Library"> | ||
1606 | <Configuration name="Debug"> | ||
1607 | <Options> | ||
1608 | <OutputPath>../../../../bin/</OutputPath> | ||
1609 | </Options> | ||
1610 | </Configuration> | ||
1611 | <Configuration name="Release"> | ||
1612 | <Options> | ||
1613 | <OutputPath>../../../../bin/</OutputPath> | ||
1614 | </Options> | ||
1615 | </Configuration> | ||
1616 | |||
1617 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1618 | <Reference name="System"/> | ||
1619 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1620 | <Reference name="Nini" path="../../../../bin/"/> | ||
1621 | <Reference name="OpenSim.Framework"/> | ||
1622 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1623 | <Reference name="OpenSim.Region.Framework"/> | ||
1624 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1625 | <Files> | ||
1626 | <Match pattern="*.cs" recurse="true"/> | ||
1627 | </Files> | ||
1628 | </Project> | ||
1629 | |||
1630 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode" path="OpenSim/Region/PhysicsModules/Ode" type="Library"> | ||
1631 | <Configuration name="Debug"> | ||
1632 | <Options> | ||
1633 | <OutputPath>../../../../bin/</OutputPath> | ||
1634 | </Options> | ||
1635 | </Configuration> | ||
1636 | <Configuration name="Release"> | ||
1637 | <Options> | ||
1638 | <OutputPath>../../../../bin/</OutputPath> | ||
1639 | </Options> | ||
1640 | </Configuration> | ||
1641 | |||
1642 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1643 | <Reference name="System"/> | ||
1644 | <Reference name="System.Core"/> | ||
1645 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1646 | <Reference name="Nini" path="../../../../bin/"/> | ||
1647 | <Reference name="OpenSim.Framework"/> | ||
1747 | <Reference name="OpenSim.Framework.Console"/> | 1648 | <Reference name="OpenSim.Framework.Console"/> |
1748 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1649 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1749 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | 1650 | <Reference name="OpenSim.Region.Framework"/> |
1750 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | 1651 | <Reference name="Mono.Addins" path="../../../../bin/"/> |
1751 | <Reference name="log4net.dll" path="../../../../bin/"/> | 1652 | <Reference name="Ode.NET" path="../../../../bin/"/> |
1653 | <Reference name="log4net" path="../../../../bin/"/> | ||
1752 | 1654 | ||
1753 | <Files> | 1655 | <Files> |
1754 | <Match pattern="*.cs" recurse="true"> | 1656 | <Match pattern="*.cs" recurse="true"> |
@@ -1757,15 +1659,17 @@ | |||
1757 | </Files> | 1659 | </Files> |
1758 | </Project> | 1660 | </Project> |
1759 | 1661 | ||
1760 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSNPlugin" path="OpenSim/Region/Physics/BulletSNPlugin" type="Library"> | 1662 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> |
1761 | <Configuration name="Debug"> | 1663 | <Configuration name="Debug"> |
1762 | <Options> | 1664 | <Options> |
1763 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1665 | <OutputPath>../../../../bin/</OutputPath> |
1666 | <AllowUnsafe>true</AllowUnsafe> | ||
1764 | </Options> | 1667 | </Options> |
1765 | </Configuration> | 1668 | </Configuration> |
1766 | <Configuration name="Release"> | 1669 | <Configuration name="Release"> |
1767 | <Options> | 1670 | <Options> |
1768 | <OutputPath>../../../../bin/Physics/</OutputPath> | 1671 | <OutputPath>../../../../bin/</OutputPath> |
1672 | <AllowUnsafe>true</AllowUnsafe> | ||
1769 | </Options> | 1673 | </Options> |
1770 | </Configuration> | 1674 | </Configuration> |
1771 | 1675 | ||
@@ -1776,11 +1680,13 @@ | |||
1776 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 1680 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
1777 | <Reference name="Nini.dll" path="../../../../bin/"/> | 1681 | <Reference name="Nini.dll" path="../../../../bin/"/> |
1778 | <Reference name="OpenSim.Framework"/> | 1682 | <Reference name="OpenSim.Framework"/> |
1683 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1779 | <Reference name="OpenSim.Region.Framework"/> | 1684 | <Reference name="OpenSim.Region.Framework"/> |
1780 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1781 | <Reference name="OpenSim.Framework.Console"/> | 1685 | <Reference name="OpenSim.Framework.Console"/> |
1782 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1686 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1783 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | 1687 | <Reference name="OpenSim.Region.PhysicsModules.Meshing" path="../../../../bin/"/> |
1688 | <Reference name="OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet"/> | ||
1689 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1784 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | 1690 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> |
1785 | <Reference name="log4net.dll" path="../../../../bin/"/> | 1691 | <Reference name="log4net.dll" path="../../../../bin/"/> |
1786 | 1692 | ||
@@ -1792,7 +1698,7 @@ | |||
1792 | </Project> | 1698 | </Project> |
1793 | 1699 | ||
1794 | <!-- OpenSim app --> | 1700 | <!-- OpenSim app --> |
1795 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1701 | <Project frameworkVersion="v4_0" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1796 | <Configuration name="Debug"> | 1702 | <Configuration name="Debug"> |
1797 | <Options> | 1703 | <Options> |
1798 | <OutputPath>../../../bin/</OutputPath> | 1704 | <OutputPath>../../../bin/</OutputPath> |
@@ -1815,15 +1721,13 @@ | |||
1815 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1721 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1816 | <Reference name="OpenSim.Framework"/> | 1722 | <Reference name="OpenSim.Framework"/> |
1817 | <Reference name="OpenSim.Data"/> | 1723 | <Reference name="OpenSim.Data"/> |
1818 | <Reference name="OpenSim.Framework.Communications"/> | ||
1819 | <Reference name="OpenSim.Framework.Console"/> | 1724 | <Reference name="OpenSim.Framework.Console"/> |
1820 | <Reference name="OpenSim.Framework.Monitoring"/> | 1725 | <Reference name="OpenSim.Framework.Monitoring"/> |
1821 | <Reference name="OpenSim.Framework.Servers"/> | 1726 | <Reference name="OpenSim.Framework.Servers"/> |
1822 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1727 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1823 | <Reference name="OpenSim.Region.Framework"/> | 1728 | <Reference name="OpenSim.Region.Framework"/> |
1824 | <Reference name="OpenSim.Region.CoreModules"/> | 1729 | <Reference name="OpenSim.Region.CoreModules"/> |
1825 | <Reference name="OpenSim.Region.ClientStack"/> | 1730 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1826 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1827 | <Reference name="OpenSim.Server.Base"/> | 1731 | <Reference name="OpenSim.Server.Base"/> |
1828 | <Reference name="OpenSim.Services.Base"/> | 1732 | <Reference name="OpenSim.Services.Base"/> |
1829 | <Reference name="OpenSim.Services.Interfaces"/> | 1733 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -1837,7 +1741,7 @@ | |||
1837 | </Files> | 1741 | </Files> |
1838 | </Project> | 1742 | </Project> |
1839 | 1743 | ||
1840 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> | 1744 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
1841 | <Configuration name="Debug"> | 1745 | <Configuration name="Debug"> |
1842 | <Options> | 1746 | <Options> |
1843 | <OutputPath>../../../bin/</OutputPath> | 1747 | <OutputPath>../../../bin/</OutputPath> |
@@ -1856,14 +1760,12 @@ | |||
1856 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1760 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1857 | <Reference name="Nini" path="../../../bin/"/> | 1761 | <Reference name="Nini" path="../../../bin/"/> |
1858 | <Reference name="OpenSim"/> | 1762 | <Reference name="OpenSim"/> |
1859 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1860 | <Reference name="OpenSim.Region.CoreModules"/> | 1763 | <Reference name="OpenSim.Region.CoreModules"/> |
1861 | <Reference name="OpenSim.Region.Framework"/> | 1764 | <Reference name="OpenSim.Region.Framework"/> |
1862 | <Reference name="OpenSim.Framework"/> | 1765 | <Reference name="OpenSim.Framework"/> |
1863 | <Reference name="OpenSim.Framework.Console"/> | 1766 | <Reference name="OpenSim.Framework.Console"/> |
1864 | <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/> | ||
1865 | <Reference name="OpenSim.Framework.RegionLoader.Web"/> | ||
1866 | <Reference name="OpenSim.Framework.Servers"/> | 1767 | <Reference name="OpenSim.Framework.Servers"/> |
1768 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1867 | <Reference name="log4net" path="../../../bin/"/> | 1769 | <Reference name="log4net" path="../../../bin/"/> |
1868 | 1770 | ||
1869 | <Files> | 1771 | <Files> |
@@ -1872,7 +1774,7 @@ | |||
1872 | </Files> | 1774 | </Files> |
1873 | </Project> | 1775 | </Project> |
1874 | 1776 | ||
1875 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> | 1777 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RegionModulesController" path="OpenSim/ApplicationPlugins/RegionModulesController" type="Library"> |
1876 | <Configuration name="Debug"> | 1778 | <Configuration name="Debug"> |
1877 | <Options> | 1779 | <Options> |
1878 | <OutputPath>../../../bin/</OutputPath> | 1780 | <OutputPath>../../../bin/</OutputPath> |
@@ -1891,7 +1793,6 @@ | |||
1891 | <Reference name="OpenSim.Framework"/> | 1793 | <Reference name="OpenSim.Framework"/> |
1892 | <Reference name="OpenSim.Framework.Servers"/> | 1794 | <Reference name="OpenSim.Framework.Servers"/> |
1893 | <Reference name="OpenSim.Region.Framework"/> | 1795 | <Reference name="OpenSim.Region.Framework"/> |
1894 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1895 | <Reference name="System"/> | 1796 | <Reference name="System"/> |
1896 | <Reference name="System.Xml"/> | 1797 | <Reference name="System.Xml"/> |
1897 | <Reference name="log4net" path="../../../bin/"/> | 1798 | <Reference name="log4net" path="../../../bin/"/> |
@@ -1902,7 +1803,7 @@ | |||
1902 | </Files> | 1803 | </Files> |
1903 | </Project> | 1804 | </Project> |
1904 | 1805 | ||
1905 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | 1806 | <Project frameworkVersion="v4_0" name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> |
1906 | <Configuration name="Debug"> | 1807 | <Configuration name="Debug"> |
1907 | <Options> | 1808 | <Options> |
1908 | <OutputPath>../../../bin/</OutputPath> | 1809 | <OutputPath>../../../bin/</OutputPath> |
@@ -1925,10 +1826,8 @@ | |||
1925 | <Reference name="Nini" path="../../../bin/"/> | 1826 | <Reference name="Nini" path="../../../bin/"/> |
1926 | <Reference name="XMLRPC" path="../../../bin/"/> | 1827 | <Reference name="XMLRPC" path="../../../bin/"/> |
1927 | <Reference name="OpenSim"/> | 1828 | <Reference name="OpenSim"/> |
1928 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1929 | <Reference name="OpenSim.Region.Framework"/> | 1829 | <Reference name="OpenSim.Region.Framework"/> |
1930 | <Reference name="OpenSim.Region.CoreModules"/> | 1830 | <Reference name="OpenSim.Region.CoreModules"/> |
1931 | <Reference name="OpenSim.Framework.Communications"/> | ||
1932 | <Reference name="OpenSim.Framework"/> | 1831 | <Reference name="OpenSim.Framework"/> |
1933 | <Reference name="OpenSim.Framework.Servers"/> | 1832 | <Reference name="OpenSim.Framework.Servers"/> |
1934 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1833 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
@@ -1942,161 +1841,10 @@ | |||
1942 | </Files> | 1841 | </Files> |
1943 | </Project> | 1842 | </Project> |
1944 | 1843 | ||
1945 | <!-- REST plugins --> | ||
1946 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest" path="OpenSim/ApplicationPlugins/Rest" type="Library"> | ||
1947 | <Configuration name="Debug"> | ||
1948 | <Options> | ||
1949 | <OutputPath>../../../bin/</OutputPath> | ||
1950 | </Options> | ||
1951 | </Configuration> | ||
1952 | <Configuration name="Release"> | ||
1953 | <Options> | ||
1954 | <OutputPath>../../../bin/</OutputPath> | ||
1955 | </Options> | ||
1956 | </Configuration> | ||
1957 | |||
1958 | <ReferencePath>../../../bin/</ReferencePath> | ||
1959 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
1960 | <Reference name="System"/> | ||
1961 | <Reference name="System.Xml"/> | ||
1962 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1963 | <Reference name="Nini" path="../../../bin/"/> | ||
1964 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
1965 | <Reference name="OpenSim"/> | ||
1966 | <Reference name="OpenSim.Region.ClientStack"/> | ||
1967 | <Reference name="OpenSim.Region.Framework"/> | ||
1968 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1969 | <Reference name="OpenSim.Framework.Communications"/> | ||
1970 | <Reference name="OpenSim.Framework"/> | ||
1971 | <Reference name="OpenSim.Framework.Servers"/> | ||
1972 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1973 | <Reference name="OpenSim.Framework.Console"/> | ||
1974 | <Reference name="log4net" path="../../../bin/"/> | ||
1975 | |||
1976 | <Files> | ||
1977 | <Match pattern="*.cs" recurse="false"/> | ||
1978 | </Files> | ||
1979 | </Project> | ||
1980 | |||
1981 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Regions" path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> | ||
1982 | <Configuration name="Debug"> | ||
1983 | <Options> | ||
1984 | <OutputPath>../../../../bin/</OutputPath> | ||
1985 | </Options> | ||
1986 | </Configuration> | ||
1987 | <Configuration name="Release"> | ||
1988 | <Options> | ||
1989 | <OutputPath>../../../../bin/</OutputPath> | ||
1990 | </Options> | ||
1991 | </Configuration> | ||
1992 | |||
1993 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1994 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1995 | <Reference name="System"/> | ||
1996 | <Reference name="System.Xml"/> | ||
1997 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1998 | <Reference name="Nini" path="../../../../bin/"/> | ||
1999 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
2000 | <Reference name="OpenSim"/> | ||
2001 | <Reference name="OpenSim.Region.Framework"/> | ||
2002 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2003 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2004 | <Reference name="OpenSim.Framework.Communications"/> | ||
2005 | <Reference name="OpenSim.Framework"/> | ||
2006 | <Reference name="OpenSim.Framework.Servers"/> | ||
2007 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2008 | <Reference name="OpenSim.Framework.Console"/> | ||
2009 | <Reference name="OpenSim.ApplicationPlugins.Rest"/> | ||
2010 | <Reference name="log4net" path="../../../../bin/"/> | ||
2011 | |||
2012 | <Files> | ||
2013 | <Match pattern="*.cs" recurse="true"/> | ||
2014 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
2015 | </Files> | ||
2016 | </Project> | ||
2017 | |||
2018 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.Rest.Inventory" path="OpenSim/ApplicationPlugins/Rest/Inventory" type="Library"> | ||
2019 | <Configuration name="Debug"> | ||
2020 | <Options> | ||
2021 | <OutputPath>../../../../bin/</OutputPath> | ||
2022 | </Options> | ||
2023 | </Configuration> | ||
2024 | <Configuration name="Release"> | ||
2025 | <Options> | ||
2026 | <OutputPath>../../../../bin/</OutputPath> | ||
2027 | </Options> | ||
2028 | </Configuration> | ||
2029 | |||
2030 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2031 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
2032 | <Reference name="System"/> | ||
2033 | <Reference name="System.Xml"/> | ||
2034 | <Reference name="System.Drawing"/> | ||
2035 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2036 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2037 | <Reference name="Nini" path="../../../../bin/"/> | ||
2038 | <Reference name="XMLRPC" path="../../../../bin/"/> | ||
2039 | <Reference name="OpenSim"/> | ||
2040 | <Reference name="OpenSim.Region.Framework"/> | ||
2041 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2042 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2043 | <Reference name="OpenSim.Framework.Communications"/> | ||
2044 | <Reference name="OpenSim.Framework"/> | ||
2045 | <Reference name="OpenSim.Framework.Servers"/> | ||
2046 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2047 | <Reference name="OpenSim.Framework.Console"/> | ||
2048 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2049 | <Reference name="OpenSim.ApplicationPlugins.Rest"/> | ||
2050 | <Reference name="log4net" path="../../../../bin/"/> | ||
2051 | |||
2052 | <Files> | ||
2053 | <Match pattern="*.cs" recurse="true"/> | ||
2054 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
2055 | </Files> | ||
2056 | </Project> | ||
2057 | |||
2058 | <!-- /REST plugins --> | ||
2059 | |||
2060 | <!-- Scene Server API Example Apps --> | 1844 | <!-- Scene Server API Example Apps --> |
2061 | 1845 | ||
2062 | <Project frameworkVersion="v3_5" name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> | ||
2063 | <Configuration name="Debug"> | ||
2064 | <Options> | ||
2065 | <OutputPath>../../../bin/</OutputPath> | ||
2066 | </Options> | ||
2067 | </Configuration> | ||
2068 | <Configuration name="Release"> | ||
2069 | <Options> | ||
2070 | <OutputPath>../../../bin/</OutputPath> | ||
2071 | </Options> | ||
2072 | </Configuration> | ||
2073 | |||
2074 | <ReferencePath>../../../bin/</ReferencePath> | ||
2075 | <Reference name="System"/> | ||
2076 | <Reference name="System.Core"/> | ||
2077 | <Reference name="System.Xml"/> | ||
2078 | <Reference name="System.Data"/> | ||
2079 | <Reference name="OpenSim.Capabilities"/> | ||
2080 | <Reference name="OpenSim.Framework"/> | ||
2081 | <Reference name="OpenSim.Framework.Communications"/> | ||
2082 | <Reference name="OpenSim.Framework.Console"/> | ||
2083 | <Reference name="OpenSim.Framework.Servers"/> | ||
2084 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2085 | <Reference name="OpenSim.Region.Framework"/> | ||
2086 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2087 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2088 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2089 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2090 | <Reference name="Nini" path="../../../bin/"/> | ||
2091 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2092 | <Reference name="log4net" path="../../../bin/"/> | ||
2093 | <Files> | ||
2094 | <Match pattern="*.cs" recurse="true"/> | ||
2095 | </Files> | ||
2096 | </Project> | ||
2097 | |||
2098 | <!-- Data Base Modules --> | 1846 | <!-- Data Base Modules --> |
2099 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 1847 | <Project frameworkVersion="v4_0" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
2100 | <Configuration name="Debug"> | 1848 | <Configuration name="Debug"> |
2101 | <Options> | 1849 | <Options> |
2102 | <OutputPath>../../../bin/</OutputPath> | 1850 | <OutputPath>../../../bin/</OutputPath> |
@@ -2118,6 +1866,7 @@ | |||
2118 | <Reference name="OpenSim.Data"/> | 1866 | <Reference name="OpenSim.Data"/> |
2119 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1867 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2120 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1868 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1869 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
2121 | <Reference name="MySql.Data" path="../../../bin/"/> | 1870 | <Reference name="MySql.Data" path="../../../bin/"/> |
2122 | <Reference name="OpenSim.Framework.Console"/> | 1871 | <Reference name="OpenSim.Framework.Console"/> |
2123 | <Reference name="OpenSim.Region.Framework"/> | 1872 | <Reference name="OpenSim.Region.Framework"/> |
@@ -2134,7 +1883,7 @@ | |||
2134 | </Files> | 1883 | </Files> |
2135 | </Project> | 1884 | </Project> |
2136 | 1885 | ||
2137 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> | 1886 | <Project frameworkVersion="v4_0" name="OpenSim.Data.PGSQL" path="OpenSim/Data/PGSQL" type="Library"> |
2138 | <Configuration name="Debug"> | 1887 | <Configuration name="Debug"> |
2139 | <Options> | 1888 | <Options> |
2140 | <OutputPath>../../../bin/</OutputPath> | 1889 | <OutputPath>../../../bin/</OutputPath> |
@@ -2148,6 +1897,7 @@ | |||
2148 | 1897 | ||
2149 | <ReferencePath>../../../bin/</ReferencePath> | 1898 | <ReferencePath>../../../bin/</ReferencePath> |
2150 | <Reference name="System"/> | 1899 | <Reference name="System"/> |
1900 | <Reference name="System.Core"/> | ||
2151 | <Reference name="System.Xml"/> | 1901 | <Reference name="System.Xml"/> |
2152 | <Reference name="System.Data"/> | 1902 | <Reference name="System.Data"/> |
2153 | <Reference name="System.Drawing"/> | 1903 | <Reference name="System.Drawing"/> |
@@ -2157,18 +1907,19 @@ | |||
2157 | <Reference name="OpenSim.Framework.Console"/> | 1907 | <Reference name="OpenSim.Framework.Console"/> |
2158 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1908 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2159 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1909 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1910 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
2160 | <Reference name="log4net" path="../../../bin/"/> | 1911 | <Reference name="log4net" path="../../../bin/"/> |
2161 | <Reference name="Mono.Addins" path="../../../bin/"/> | 1912 | <Reference name="Mono.Addins" path="../../../bin/"/> |
1913 | <Reference name="Npgsql" path="../../../bin/"/> | ||
2162 | 1914 | ||
2163 | <Files> | 1915 | <Files> |
2164 | <Match pattern="*.cs" recurse="true"/> | 1916 | <Match pattern="*.cs" recurse="true"/> |
2165 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | ||
2166 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | 1917 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> |
2167 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1918 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2168 | </Files> | 1919 | </Files> |
2169 | </Project> | 1920 | </Project> |
2170 | 1921 | ||
2171 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 1922 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
2172 | <Configuration name="Debug"> | 1923 | <Configuration name="Debug"> |
2173 | <Options> | 1924 | <Options> |
2174 | <OutputPath>../../../bin/</OutputPath> | 1925 | <OutputPath>../../../bin/</OutputPath> |
@@ -2193,8 +1944,6 @@ | |||
2193 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1944 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2194 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1945 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2195 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1946 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
2196 | <Reference name="Community.CsharpSqlite" path="../../../bin/"/> | ||
2197 | <Reference name="Community.CsharpSqlite.Sqlite" path="../../../bin"/> | ||
2198 | <Reference name="Mono.Data.Sqlite"/> | 1947 | <Reference name="Mono.Data.Sqlite"/> |
2199 | <Reference name="Mono.Addins" path="../../../bin/"/> | 1948 | <Reference name="Mono.Addins" path="../../../bin/"/> |
2200 | <Reference name="log4net" path="../../../bin/"/> | 1949 | <Reference name="log4net" path="../../../bin/"/> |
@@ -2210,7 +1959,7 @@ | |||
2210 | </Project> | 1959 | </Project> |
2211 | 1960 | ||
2212 | 1961 | ||
2213 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | 1962 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> |
2214 | <Configuration name="Debug"> | 1963 | <Configuration name="Debug"> |
2215 | <Options> | 1964 | <Options> |
2216 | <OutputPath>../../../../bin/</OutputPath> | 1965 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2225,13 +1974,11 @@ | |||
2225 | <ReferencePath>../../../../bin/</ReferencePath> | 1974 | <ReferencePath>../../../../bin/</ReferencePath> |
2226 | <Reference name="System"/> | 1975 | <Reference name="System"/> |
2227 | <Reference name="System.Data"/> | 1976 | <Reference name="System.Data"/> |
2228 | <Reference name="System.Net"/> | ||
2229 | <Reference name="System.Web"/> | 1977 | <Reference name="System.Web"/> |
2230 | <Reference name="System.Xml"/> | 1978 | <Reference name="System.Xml"/> |
2231 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 1979 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
2232 | <Reference name="OpenSim"/> | 1980 | <Reference name="OpenSim"/> |
2233 | <Reference name="OpenSim.Framework"/> | 1981 | <Reference name="OpenSim.Framework"/> |
2234 | <Reference name="OpenSim.Framework.Communications"/> | ||
2235 | <Reference name="OpenSim.Region.Framework"/> | 1982 | <Reference name="OpenSim.Region.Framework"/> |
2236 | <Reference name="OpenSim.Region.CoreModules"/> | 1983 | <Reference name="OpenSim.Region.CoreModules"/> |
2237 | <Reference name="OpenSim.Framework.Console"/> | 1984 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2248,7 +1995,7 @@ | |||
2248 | </Files> | 1995 | </Files> |
2249 | </Project> | 1996 | </Project> |
2250 | 1997 | ||
2251 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 1998 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
2252 | <Configuration name="Debug"> | 1999 | <Configuration name="Debug"> |
2253 | <Options> | 2000 | <Options> |
2254 | <OutputPath>../../../../../../bin/</OutputPath> | 2001 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2268,7 +2015,6 @@ | |||
2268 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | 2015 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
2269 | <Reference name="OpenSim"/> | 2016 | <Reference name="OpenSim"/> |
2270 | <Reference name="OpenSim.Framework"/> | 2017 | <Reference name="OpenSim.Framework"/> |
2271 | <Reference name="OpenSim.Framework.Communications"/> | ||
2272 | <Reference name="OpenSim.Region.Framework"/> | 2018 | <Reference name="OpenSim.Region.Framework"/> |
2273 | <Reference name="OpenSim.Region.CoreModules"/> | 2019 | <Reference name="OpenSim.Region.CoreModules"/> |
2274 | <Reference name="OpenSim.Framework.Console"/> | 2020 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2281,39 +2027,7 @@ | |||
2281 | </Files> | 2027 | </Files> |
2282 | </Project> | 2028 | </Project> |
2283 | 2029 | ||
2284 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> | 2030 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2285 | <Configuration name="Debug"> | ||
2286 | <Options> | ||
2287 | <OutputPath>../../../../../../../bin/</OutputPath> | ||
2288 | </Options> | ||
2289 | </Configuration> | ||
2290 | <Configuration name="Release"> | ||
2291 | <Options> | ||
2292 | <OutputPath>../../../../../../../bin/</OutputPath> | ||
2293 | </Options> | ||
2294 | </Configuration> | ||
2295 | |||
2296 | <ReferencePath>../../../../../../../bin/</ReferencePath> | ||
2297 | <Reference name="System"/> | ||
2298 | <Reference name="System.Data"/> | ||
2299 | <Reference name="System.Web"/> | ||
2300 | <Reference name="System.Xml"/> | ||
2301 | <Reference name="OpenMetaverseTypes" path="../../../../../../../bin/"/> | ||
2302 | <Reference name="OpenSim"/> | ||
2303 | <Reference name="OpenSim.Framework"/> | ||
2304 | <Reference name="OpenSim.Framework.Communications"/> | ||
2305 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2306 | <Reference name="OpenSim.Framework.Console"/> | ||
2307 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2308 | <Reference name="Nini" path="../../../../../../../bin/"/> | ||
2309 | <Reference name="log4net" path="../../../../../../../bin/"/> | ||
2310 | |||
2311 | <Files> | ||
2312 | <Match pattern="*.cs" recurse="false"/> | ||
2313 | </Files> | ||
2314 | </Project> | ||
2315 | |||
2316 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | ||
2317 | <Configuration name="Debug"> | 2031 | <Configuration name="Debug"> |
2318 | <Options> | 2032 | <Options> |
2319 | <OutputPath>../../../../../../bin/</OutputPath> | 2033 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -2327,7 +2041,9 @@ | |||
2327 | 2041 | ||
2328 | <ReferencePath>../../../../../../bin/</ReferencePath> | 2042 | <ReferencePath>../../../../../../bin/</ReferencePath> |
2329 | <Reference name="System"/> | 2043 | <Reference name="System"/> |
2044 | <Reference name="System.Core"/> | ||
2330 | <Reference name="System.Data"/> | 2045 | <Reference name="System.Data"/> |
2046 | <Reference name="System.Drawing"/> | ||
2331 | <Reference name="System.Web"/> | 2047 | <Reference name="System.Web"/> |
2332 | <Reference name="System.Xml"/> | 2048 | <Reference name="System.Xml"/> |
2333 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | 2049 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
@@ -2335,13 +2051,13 @@ | |||
2335 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../../bin/"/> | 2051 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../../bin/"/> |
2336 | <Reference name="OpenSim"/> | 2052 | <Reference name="OpenSim"/> |
2337 | <Reference name="OpenSim.Framework"/> | 2053 | <Reference name="OpenSim.Framework"/> |
2338 | <Reference name="OpenSim.Framework.Communications"/> | ||
2339 | <Reference name="OpenSim.Framework.Console"/> | 2054 | <Reference name="OpenSim.Framework.Console"/> |
2340 | <Reference name="OpenSim.Framework.Monitoring"/> | 2055 | <Reference name="OpenSim.Framework.Monitoring"/> |
2341 | <Reference name="OpenSim.Region.Framework"/> | 2056 | <Reference name="OpenSim.Region.Framework"/> |
2342 | <Reference name="OpenSim.Region.CoreModules"/> | 2057 | <Reference name="OpenSim.Region.CoreModules"/> |
2343 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2058 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
2344 | <Reference name="OpenSim.Services.Interfaces"/> | 2059 | <Reference name="OpenSim.Services.Interfaces"/> |
2060 | <Reference name="OpenSim.Services.Connectors"/> | ||
2345 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2061 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
2346 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | 2062 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> |
2347 | <Reference name="Nini" path="../../../../../../bin/"/> | 2063 | <Reference name="Nini" path="../../../../../../bin/"/> |
@@ -2352,7 +2068,7 @@ | |||
2352 | </Files> | 2068 | </Files> |
2353 | </Project> | 2069 | </Project> |
2354 | 2070 | ||
2355 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | 2071 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> |
2356 | <Configuration name="Debug"> | 2072 | <Configuration name="Debug"> |
2357 | <Options> | 2073 | <Options> |
2358 | <OutputPath>../../../../../bin/</OutputPath> | 2074 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2369,7 +2085,6 @@ | |||
2369 | <Reference name="OpenSim.Framework"/> | 2085 | <Reference name="OpenSim.Framework"/> |
2370 | <Reference name="OpenSim.Region.Framework"/> | 2086 | <Reference name="OpenSim.Region.Framework"/> |
2371 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2087 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
2372 | <Reference name="OpenSim.Region.ScriptEngine.Shared.YieldProlog"/> | ||
2373 | <Reference name="OpenSim.Region.CoreModules"/> | 2088 | <Reference name="OpenSim.Region.CoreModules"/> |
2374 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 2089 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
2375 | <Reference name="Nini" path="../../../../../bin/"/> | 2090 | <Reference name="Nini" path="../../../../../bin/"/> |
@@ -2383,7 +2098,7 @@ | |||
2383 | </Files> | 2098 | </Files> |
2384 | </Project> | 2099 | </Project> |
2385 | 2100 | ||
2386 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> | 2101 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Instance" path="OpenSim/Region/ScriptEngine/Shared/Instance" type="Library"> |
2387 | <Configuration name="Debug"> | 2102 | <Configuration name="Debug"> |
2388 | <Options> | 2103 | <Options> |
2389 | <OutputPath>../../../../../bin/</OutputPath> | 2104 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -2403,7 +2118,6 @@ | |||
2403 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 2118 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
2404 | <Reference name="OpenSim"/> | 2119 | <Reference name="OpenSim"/> |
2405 | <Reference name="OpenSim.Framework"/> | 2120 | <Reference name="OpenSim.Framework"/> |
2406 | <Reference name="OpenSim.Framework.Communications"/> | ||
2407 | <Reference name="OpenSim.Region.Framework"/> | 2121 | <Reference name="OpenSim.Region.Framework"/> |
2408 | <Reference name="OpenSim.Region.CoreModules"/> | 2122 | <Reference name="OpenSim.Region.CoreModules"/> |
2409 | <Reference name="OpenSim.Framework.Console"/> | 2123 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2417,11 +2131,46 @@ | |||
2417 | <Reference name="log4net" path="../../../../../bin/"/> | 2131 | <Reference name="log4net" path="../../../../../bin/"/> |
2418 | 2132 | ||
2419 | <Files> | 2133 | <Files> |
2134 | <Match pattern="*.cs" recurse="true"> | ||
2135 | <Exclude name="Tests" pattern="Tests"/> | ||
2136 | </Match> | ||
2137 | </Files> | ||
2138 | </Project> | ||
2139 | |||
2140 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime" path="OpenSim/Region/ScriptEngine/XEngine/Api/Runtime" type="Library"> | ||
2141 | <Configuration name="Debug"> | ||
2142 | <Options> | ||
2143 | <OutputPath>../../../../../../bin/</OutputPath> | ||
2144 | </Options> | ||
2145 | </Configuration> | ||
2146 | <Configuration name="Release"> | ||
2147 | <Options> | ||
2148 | <OutputPath>../../../../../../bin/</OutputPath> | ||
2149 | </Options> | ||
2150 | </Configuration> | ||
2151 | |||
2152 | <ReferencePath>../../../../../../bin/</ReferencePath> | ||
2153 | <Reference name="System"/> | ||
2154 | <Reference name="System.Data"/> | ||
2155 | <Reference name="System.Web"/> | ||
2156 | <Reference name="System.Xml"/> | ||
2157 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | ||
2158 | <Reference name="OpenSim"/> | ||
2159 | <Reference name="OpenSim.Framework"/> | ||
2160 | <Reference name="OpenSim.Region.Framework"/> | ||
2161 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2162 | <Reference name="OpenSim.Framework.Console"/> | ||
2163 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2164 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | ||
2165 | <Reference name="Nini" path="../../../../../../bin/"/> | ||
2166 | <Reference name="log4net" path="../../../../../../bin/"/> | ||
2167 | |||
2168 | <Files> | ||
2420 | <Match pattern="*.cs" recurse="true"/> | 2169 | <Match pattern="*.cs" recurse="true"/> |
2421 | </Files> | 2170 | </Files> |
2422 | </Project> | 2171 | </Project> |
2423 | 2172 | ||
2424 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 2173 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
2425 | <Configuration name="Debug"> | 2174 | <Configuration name="Debug"> |
2426 | <Options> | 2175 | <Options> |
2427 | <OutputPath>../../../../bin/</OutputPath> | 2176 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2443,7 +2192,6 @@ | |||
2443 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | 2192 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> |
2444 | <Reference name="OpenSim"/> | 2193 | <Reference name="OpenSim"/> |
2445 | <Reference name="OpenSim.Framework"/> | 2194 | <Reference name="OpenSim.Framework"/> |
2446 | <Reference name="OpenSim.Framework.Communications"/> | ||
2447 | <Reference name="OpenSim.Region.Framework"/> | 2195 | <Reference name="OpenSim.Region.Framework"/> |
2448 | <Reference name="OpenSim.Region.CoreModules"/> | 2196 | <Reference name="OpenSim.Region.CoreModules"/> |
2449 | <Reference name="OpenSim.Framework.Console"/> | 2197 | <Reference name="OpenSim.Framework.Console"/> |
@@ -2451,19 +2199,25 @@ | |||
2451 | <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> | 2199 | <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> |
2452 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Instance"/> | 2200 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Instance"/> |
2453 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> | 2201 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> |
2202 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | ||
2203 | <Reference name="OpenSim.Region.ScriptEngine.XEngine.Api.Runtime"/> | ||
2454 | <Reference name="SmartThreadPool"/> | 2204 | <Reference name="SmartThreadPool"/> |
2455 | <Reference name="Nini" path="../../../../bin/"/> | 2205 | <Reference name="Nini" path="../../../../bin/"/> |
2456 | <Reference name="log4net" path="../../../../bin/"/> | 2206 | <Reference name="log4net" path="../../../../bin/"/> |
2207 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
2457 | 2208 | ||
2458 | <Files> | 2209 | <Files> |
2459 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 2210 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
2460 | <Match pattern="*.cs" recurse="true"> | 2211 | <Match pattern="*.cs" recurse="true"> |
2212 | <Exclude name="Api"/> | ||
2461 | <Exclude name="Tests" pattern="Tests"/> | 2213 | <Exclude name="Tests" pattern="Tests"/> |
2462 | </Match> | 2214 | </Match> |
2463 | </Files> | 2215 | </Files> |
2464 | </Project> | 2216 | </Project> |
2465 | 2217 | ||
2466 | <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | 2218 | <!-- Addons --> |
2219 | |||
2220 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.OfflineIM" path="OpenSim/Addons/OfflineIM" type="Library"> | ||
2467 | <Configuration name="Debug"> | 2221 | <Configuration name="Debug"> |
2468 | <Options> | 2222 | <Options> |
2469 | <OutputPath>../../../bin/</OutputPath> | 2223 | <OutputPath>../../../bin/</OutputPath> |
@@ -2477,44 +2231,40 @@ | |||
2477 | 2231 | ||
2478 | <ReferencePath>../../../bin/</ReferencePath> | 2232 | <ReferencePath>../../../bin/</ReferencePath> |
2479 | <Reference name="System"/> | 2233 | <Reference name="System"/> |
2234 | <Reference name="System.Core"/> | ||
2480 | <Reference name="System.Data"/> | 2235 | <Reference name="System.Data"/> |
2481 | <Reference name="System.Xml"/> | ||
2482 | <Reference name="System.Drawing"/> | ||
2483 | <Reference name="System.Runtime.Remoting"/> | ||
2484 | <Reference name="System.Web"/> | 2236 | <Reference name="System.Web"/> |
2485 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 2237 | <Reference name="System.Xml"/> |
2486 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 2238 | |
2239 | <Reference name="Nini" path="../../../bin/"/> | ||
2240 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2241 | <Reference name="MySql.Data" path="../../../bin/"/> | ||
2242 | <Reference name="log4net" path="../../../bin/"/> | ||
2487 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 2243 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2488 | <Reference name="OpenSim.Capabilities"/> | 2244 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2245 | |||
2489 | <Reference name="OpenSim.Framework"/> | 2246 | <Reference name="OpenSim.Framework"/> |
2490 | <Reference name="OpenSim.Data"/> | 2247 | <Reference name="OpenSim.Data"/> |
2491 | <Reference name="OpenSim.Region.Framework"/> | 2248 | <Reference name="OpenSim.Data.MySQL"/> |
2492 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2493 | <Reference name="OpenSim.Framework.Console"/> | ||
2494 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
2495 | <Reference name="OpenSim.Framework.Servers"/> | ||
2496 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2249 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2497 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2250 | <Reference name="OpenSim.Services.Base"/> |
2498 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | 2251 | <Reference name="OpenSim.Services.Interfaces"/> |
2499 | <Reference name="Mono.Addins" path="../../../bin/"/> | 2252 | <Reference name="OpenSim.Region.Framework"/> |
2253 | <Reference name="OpenSim.Server.Base"/> | ||
2254 | <Reference name="OpenSim.Server.Handlers"/> | ||
2500 | 2255 | ||
2501 | <!-- For scripting in funny languages by default --> | 2256 | <!-- To allow regions to have mono addins --> |
2502 | <Reference name="XMLRPC" path="../../../bin/"/> | 2257 | <Reference name="Mono.Addins" path="../../../bin/" /> |
2503 | <Reference name="OpenSim.Framework.Communications"/> | ||
2504 | <Reference name="Nini" path="../../../bin/"/> | ||
2505 | <Reference name="log4net" path="../../../bin/"/> | ||
2506 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | ||
2507 | 2258 | ||
2508 | <Files> | 2259 | <Files> |
2509 | <Match pattern="*.cs" recurse="true"> | 2260 | <Match pattern="*.cs" recurse="true"> |
2510 | <Exclude name="Tests" pattern="Tests"/> | 2261 | <Exclude pattern="Tests" /> |
2511 | </Match> | 2262 | </Match> |
2263 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | ||
2512 | </Files> | 2264 | </Files> |
2513 | </Project> | 2265 | </Project> |
2514 | 2266 | ||
2515 | <!-- Tools --> | 2267 | <Project frameworkVersion="v4_0" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> |
2516 | |||
2517 | <Project frameworkVersion="v3_5" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | ||
2518 | <Configuration name="Debug"> | 2268 | <Configuration name="Debug"> |
2519 | <Options> | 2269 | <Options> |
2520 | <OutputPath>../../../bin/</OutputPath> | 2270 | <OutputPath>../../../bin/</OutputPath> |
@@ -2529,19 +2279,44 @@ | |||
2529 | <ReferencePath>../../../bin/</ReferencePath> | 2279 | <ReferencePath>../../../bin/</ReferencePath> |
2530 | <Reference name="System"/> | 2280 | <Reference name="System"/> |
2531 | <Reference name="System.Core"/> | 2281 | <Reference name="System.Core"/> |
2532 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 2282 | <Reference name="System.Data"/> |
2533 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 2283 | <Reference name="System.Web"/> |
2534 | <Reference name="OpenSim.Framework"/> | 2284 | <Reference name="System.Xml"/> |
2535 | <Reference name="OpenSim.Framework.Console"/> | 2285 | |
2536 | <Reference name="Nini" path="../../../bin/"/> | 2286 | <Reference name="Nini" path="../../../bin/"/> |
2287 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2537 | <Reference name="log4net" path="../../../bin/"/> | 2288 | <Reference name="log4net" path="../../../bin/"/> |
2289 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2290 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2291 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
2292 | |||
2293 | <Reference name="OpenSim.Framework"/> | ||
2294 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
2295 | <Reference name="OpenSim.Data"/> | ||
2296 | <Reference name="OpenSim.Framework.Servers"/> | ||
2297 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2298 | <Reference name="OpenSim.Services.Base"/> | ||
2299 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2300 | <Reference name="OpenSim.Region.Framework"/> | ||
2301 | <Reference name="OpenSim.Server.Base"/> | ||
2302 | <Reference name="OpenSim.Server.Handlers"/> | ||
2303 | |||
2304 | <!-- To allow regions to have mono addins --> | ||
2305 | <Reference name="Mono.Addins" path="../../../bin/" /> | ||
2538 | 2306 | ||
2539 | <Files> | 2307 | <Files> |
2540 | <Match pattern="*.cs" recurse="true"/> | 2308 | <Match pattern="*.cs" recurse="true"> |
2309 | <Exclude pattern="Tests" /> | ||
2310 | </Match> | ||
2311 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | ||
2541 | </Files> | 2312 | </Files> |
2313 | |||
2542 | </Project> | 2314 | </Project> |
2543 | 2315 | ||
2544 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> | 2316 | |
2317 | <!-- Tools --> | ||
2318 | |||
2319 | <Project frameworkVersion="v4_0" name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | ||
2545 | <Configuration name="Debug"> | 2320 | <Configuration name="Debug"> |
2546 | <Options> | 2321 | <Options> |
2547 | <OutputPath>../../../bin/</OutputPath> | 2322 | <OutputPath>../../../bin/</OutputPath> |
@@ -2555,11 +2330,12 @@ | |||
2555 | 2330 | ||
2556 | <ReferencePath>../../../bin/</ReferencePath> | 2331 | <ReferencePath>../../../bin/</ReferencePath> |
2557 | <Reference name="System"/> | 2332 | <Reference name="System"/> |
2333 | <Reference name="System.Core"/> | ||
2558 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 2334 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2559 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 2335 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2560 | <Reference name="OpenSim.Framework"/> | 2336 | <Reference name="OpenSim.Framework"/> |
2561 | <Reference name="OpenSim.Framework.Console"/> | 2337 | <Reference name="OpenSim.Framework.Console"/> |
2562 | <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> | 2338 | <Reference name="OpenSim.Framework.Monitoring"/> |
2563 | <Reference name="Nini" path="../../../bin/"/> | 2339 | <Reference name="Nini" path="../../../bin/"/> |
2564 | <Reference name="log4net" path="../../../bin/"/> | 2340 | <Reference name="log4net" path="../../../bin/"/> |
2565 | 2341 | ||
@@ -2568,7 +2344,7 @@ | |||
2568 | </Files> | 2344 | </Files> |
2569 | </Project> | 2345 | </Project> |
2570 | 2346 | ||
2571 | <Project frameworkVersion="v3_5" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> | 2347 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.lslc" path="OpenSim/Tools/Compiler" type="Exe"> |
2572 | <Configuration name="Debug"> | 2348 | <Configuration name="Debug"> |
2573 | <Options> | 2349 | <Options> |
2574 | <OutputPath>../../../bin/</OutputPath> | 2350 | <OutputPath>../../../bin/</OutputPath> |
@@ -2582,7 +2358,11 @@ | |||
2582 | 2358 | ||
2583 | <ReferencePath>../../../bin/</ReferencePath> | 2359 | <ReferencePath>../../../bin/</ReferencePath> |
2584 | <Reference name="System"/> | 2360 | <Reference name="System"/> |
2585 | <Reference name="System.Xml"/> | 2361 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2362 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2363 | <Reference name="OpenSim.Framework"/> | ||
2364 | <Reference name="OpenSim.Framework.Console"/> | ||
2365 | <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> | ||
2586 | <Reference name="Nini" path="../../../bin/"/> | 2366 | <Reference name="Nini" path="../../../bin/"/> |
2587 | <Reference name="log4net" path="../../../bin/"/> | 2367 | <Reference name="log4net" path="../../../bin/"/> |
2588 | 2368 | ||
@@ -2591,89 +2371,31 @@ | |||
2591 | </Files> | 2371 | </Files> |
2592 | </Project> | 2372 | </Project> |
2593 | 2373 | ||
2594 | <!-- Test Clients --> | 2374 | <Project frameworkVersion="v4_0" name="OpenSim.Tools.Configger" path="OpenSim/Tools/Configger" type="Exe"> |
2595 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | ||
2596 | <Configuration name="Debug"> | ||
2597 | <Options> | ||
2598 | <OutputPath>../../../../bin/</OutputPath> | ||
2599 | </Options> | ||
2600 | </Configuration> | ||
2601 | <Configuration name="Release"> | ||
2602 | <Options> | ||
2603 | <OutputPath>../../../../bin/</OutputPath> | ||
2604 | </Options> | ||
2605 | </Configuration> | ||
2606 | |||
2607 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2608 | <Reference name="System"/> | ||
2609 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2610 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2611 | <Reference name="OpenSim.Framework"/> | ||
2612 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2613 | <Reference name="OpenSim.Services.Connectors"/> | ||
2614 | <Reference name="Nini" path="../../../../bin/"/> | ||
2615 | <Reference name="log4net" path="../../../../bin/"/> | ||
2616 | |||
2617 | <Files> | ||
2618 | <Match pattern="*.cs" recurse="true"/> | ||
2619 | </Files> | ||
2620 | </Project> | ||
2621 | |||
2622 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> | ||
2623 | <Configuration name="Debug"> | ||
2624 | <Options> | ||
2625 | <OutputPath>../../../../bin/</OutputPath> | ||
2626 | </Options> | ||
2627 | </Configuration> | ||
2628 | <Configuration name="Release"> | ||
2629 | <Options> | ||
2630 | <OutputPath>../../../../bin/</OutputPath> | ||
2631 | </Options> | ||
2632 | </Configuration> | ||
2633 | |||
2634 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2635 | <Reference name="System"/> | ||
2636 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2637 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2638 | <Reference name="OpenSim.Framework"/> | ||
2639 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2640 | <Reference name="OpenSim.Services.Connectors"/> | ||
2641 | <Reference name="Nini" path="../../../../bin/"/> | ||
2642 | <Reference name="log4net" path="../../../../bin/"/> | ||
2643 | |||
2644 | <Files> | ||
2645 | <Match pattern="*.cs" recurse="true"/> | ||
2646 | </Files> | ||
2647 | </Project> | ||
2648 | |||
2649 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> | ||
2650 | <Configuration name="Debug"> | 2375 | <Configuration name="Debug"> |
2651 | <Options> | 2376 | <Options> |
2652 | <OutputPath>../../../../bin/</OutputPath> | 2377 | <OutputPath>../../../bin/</OutputPath> |
2653 | </Options> | 2378 | </Options> |
2654 | </Configuration> | 2379 | </Configuration> |
2655 | <Configuration name="Release"> | 2380 | <Configuration name="Release"> |
2656 | <Options> | 2381 | <Options> |
2657 | <OutputPath>../../../../bin/</OutputPath> | 2382 | <OutputPath>../../../bin/</OutputPath> |
2658 | </Options> | 2383 | </Options> |
2659 | </Configuration> | 2384 | </Configuration> |
2660 | 2385 | ||
2661 | <ReferencePath>../../../../bin/</ReferencePath> | 2386 | <ReferencePath>../../../bin/</ReferencePath> |
2662 | <Reference name="System"/> | 2387 | <Reference name="System"/> |
2663 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 2388 | <Reference name="System.Xml"/> |
2664 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | 2389 | <Reference name="Nini" path="../../../bin/"/> |
2665 | <Reference name="OpenSim.Framework"/> | 2390 | <Reference name="log4net" path="../../../bin/"/> |
2666 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2667 | <Reference name="OpenSim.Services.Connectors"/> | ||
2668 | <Reference name="Nini" path="../../../../bin/"/> | ||
2669 | <Reference name="log4net" path="../../../../bin/"/> | ||
2670 | 2391 | ||
2671 | <Files> | 2392 | <Files> |
2672 | <Match pattern="*.cs" recurse="true"/> | 2393 | <Match pattern="*.cs" recurse="true"/> |
2673 | </Files> | 2394 | </Files> |
2674 | </Project> | 2395 | </Project> |
2675 | 2396 | ||
2676 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> | 2397 | <!-- Test Clients --> |
2398 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | ||
2677 | <Configuration name="Debug"> | 2399 | <Configuration name="Debug"> |
2678 | <Options> | 2400 | <Options> |
2679 | <OutputPath>../../../../bin/</OutputPath> | 2401 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2701,7 +2423,7 @@ | |||
2701 | </Project> | 2423 | </Project> |
2702 | 2424 | ||
2703 | <!-- Test assemblies --> | 2425 | <!-- Test assemblies --> |
2704 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2426 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2705 | <Configuration name="Debug"> | 2427 | <Configuration name="Debug"> |
2706 | <Options> | 2428 | <Options> |
2707 | <OutputPath>../../../bin/</OutputPath> | 2429 | <OutputPath>../../../bin/</OutputPath> |
@@ -2726,27 +2448,31 @@ | |||
2726 | <Reference name="Nini" path="../../../bin/"/> | 2448 | <Reference name="Nini" path="../../../bin/"/> |
2727 | <Reference name="nunit.framework" path="../../../bin/"/> | 2449 | <Reference name="nunit.framework" path="../../../bin/"/> |
2728 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 2450 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2451 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
2729 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 2452 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2730 | <Reference name="OpenSim.Data"/> | 2453 | <Reference name="OpenSim.Data"/> |
2731 | <Reference name="OpenSim.Data.Null"/> | 2454 | <Reference name="OpenSim.Data.Null"/> |
2732 | <Reference name="OpenSim.Framework"/> | 2455 | <Reference name="OpenSim.Framework"/> |
2733 | <Reference name="OpenSim.Framework.Communications"/> | ||
2734 | <Reference name="OpenSim.Framework.Console"/> | 2456 | <Reference name="OpenSim.Framework.Console"/> |
2735 | <Reference name="OpenSim.Framework.Servers"/> | 2457 | <Reference name="OpenSim.Framework.Servers"/> |
2736 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2458 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2737 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2738 | <Reference name="OpenSim.Server.Base"/> | ||
2739 | <Reference name="OpenSim.Region.Framework"/> | ||
2740 | <Reference name="OpenSim.Region.CoreModules"/> | 2459 | <Reference name="OpenSim.Region.CoreModules"/> |
2460 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | ||
2461 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | ||
2462 | <Reference name="OpenSim.Region.Framework"/> | ||
2741 | <Reference name="OpenSim.Region.OptionalModules"/> | 2463 | <Reference name="OpenSim.Region.OptionalModules"/> |
2742 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2464 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
2465 | <Reference name="OpenSim.Region.PhysicsModule.BasicPhysics"/> | ||
2466 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2467 | <Reference name="OpenSim.Server.Base"/> | ||
2468 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2743 | 2469 | ||
2744 | <Files> | 2470 | <Files> |
2745 | <Match pattern="*.cs" recurse="true"/> | 2471 | <Match pattern="*.cs" recurse="true"/> |
2746 | </Files> | 2472 | </Files> |
2747 | </Project> | 2473 | </Project> |
2748 | 2474 | ||
2749 | <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | 2475 | <Project frameworkVersion="v4_0" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> |
2750 | <Configuration name="Debug"> | 2476 | <Configuration name="Debug"> |
2751 | <Options> | 2477 | <Options> |
2752 | <OutputPath>../../bin/</OutputPath> | 2478 | <OutputPath>../../bin/</OutputPath> |
@@ -2769,7 +2495,7 @@ | |||
2769 | </Files> | 2495 | </Files> |
2770 | </Project> | 2496 | </Project> |
2771 | 2497 | ||
2772 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> | 2498 | <Project frameworkVersion="v4_0" name="OpenSim.Services.InventoryService.Tests" path="OpenSim/Services/InventoryService/Tests" type="Library"> |
2773 | <Configuration name="Debug"> | 2499 | <Configuration name="Debug"> |
2774 | <Options> | 2500 | <Options> |
2775 | <OutputPath>../../../../bin/</OutputPath> | 2501 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2811,8 +2537,43 @@ | |||
2811 | </Files> | 2537 | </Files> |
2812 | </Project> | 2538 | </Project> |
2813 | 2539 | ||
2540 | <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> | ||
2541 | <Configuration name="Debug"> | ||
2542 | <Options> | ||
2543 | <OutputPath>../../../bin/</OutputPath> | ||
2544 | </Options> | ||
2545 | </Configuration> | ||
2546 | <Configuration name="Release"> | ||
2547 | <Options> | ||
2548 | <OutputPath>../../../bin/</OutputPath> | ||
2549 | </Options> | ||
2550 | </Configuration> | ||
2814 | 2551 | ||
2815 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2552 | <ReferencePath>../../../bin/</ReferencePath> |
2553 | <Reference name="System"/> | ||
2554 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2555 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2556 | <Reference name="OpenSim.Framework"/> | ||
2557 | <Reference name="OpenSim.Framework.Servers"/> | ||
2558 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2559 | <Reference name="OpenSim.Framework"/> | ||
2560 | <Reference name="OpenSim.Server.Base"/> | ||
2561 | <Reference name="OpenSim.Server.Handlers"/> | ||
2562 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2563 | <Reference name="OpenSim.Services.Connectors"/> | ||
2564 | <Reference name="OpenSim.Tests.Common"/> | ||
2565 | <Reference name="Robust"/> | ||
2566 | <Reference name="Nini" path="../../../bin/"/> | ||
2567 | <Reference name="log4net" path="../../../bin/"/> | ||
2568 | <Reference name="nunit.framework" path="../../../bin/"/> | ||
2569 | |||
2570 | <Files> | ||
2571 | <Match pattern="*.cs" recurse="true"/> | ||
2572 | </Files> | ||
2573 | </Project> | ||
2574 | |||
2575 | |||
2576 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | ||
2816 | <Configuration name="Debug"> | 2577 | <Configuration name="Debug"> |
2817 | <Options> | 2578 | <Options> |
2818 | <OutputPath>../../../bin/</OutputPath> | 2579 | <OutputPath>../../../bin/</OutputPath> |
@@ -2858,11 +2619,12 @@ | |||
2858 | <Files> | 2619 | <Files> |
2859 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2620 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2860 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/> | 2621 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/> |
2622 | <Match path="FetchInventory/Tests" pattern="*.cs" recurse="true"/> | ||
2861 | </Files> | 2623 | </Files> |
2862 | </Project> | 2624 | </Project> |
2863 | 2625 | ||
2864 | 2626 | ||
2865 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2627 | <Project frameworkVersion="v4_0" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2866 | <Configuration name="Debug"> | 2628 | <Configuration name="Debug"> |
2867 | <Options> | 2629 | <Options> |
2868 | <OutputPath>../../../bin/</OutputPath> | 2630 | <OutputPath>../../../bin/</OutputPath> |
@@ -2893,7 +2655,6 @@ | |||
2893 | <Reference name="Nini" path="../../../bin/"/> | 2655 | <Reference name="Nini" path="../../../bin/"/> |
2894 | 2656 | ||
2895 | <Reference name="OpenSim.Data.MySQL"/> | 2657 | <Reference name="OpenSim.Data.MySQL"/> |
2896 | <Reference name="OpenSim.Data.MSSQL"/> | ||
2897 | <Reference name="OpenSim.Data.SQLite"/> | 2658 | <Reference name="OpenSim.Data.SQLite"/> |
2898 | 2659 | ||
2899 | <Reference name="MySql.Data" path="../../../bin/"/> | 2660 | <Reference name="MySql.Data" path="../../../bin/"/> |
@@ -2904,7 +2665,7 @@ | |||
2904 | </Files> | 2665 | </Files> |
2905 | </Project> | 2666 | </Project> |
2906 | 2667 | ||
2907 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> | 2668 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> |
2908 | <Configuration name="Debug"> | 2669 | <Configuration name="Debug"> |
2909 | <Options> | 2670 | <Options> |
2910 | <OutputPath>../../../bin/</OutputPath> | 2671 | <OutputPath>../../../bin/</OutputPath> |
@@ -2935,7 +2696,7 @@ | |||
2935 | </Files> | 2696 | </Files> |
2936 | </Project> | 2697 | </Project> |
2937 | 2698 | ||
2938 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | 2699 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> |
2939 | <Configuration name="Debug"> | 2700 | <Configuration name="Debug"> |
2940 | <Options> | 2701 | <Options> |
2941 | <OutputPath>../../../../bin/</OutputPath> | 2702 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2966,7 +2727,7 @@ | |||
2966 | </Files> | 2727 | </Files> |
2967 | </Project> | 2728 | </Project> |
2968 | 2729 | ||
2969 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 2730 | <Project frameworkVersion="v4_0" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
2970 | <Configuration name="Debug"> | 2731 | <Configuration name="Debug"> |
2971 | <Options> | 2732 | <Options> |
2972 | <OutputPath>../../../../bin/</OutputPath> | 2733 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2996,7 +2757,7 @@ | |||
2996 | </Files> | 2757 | </Files> |
2997 | </Project> | 2758 | </Project> |
2998 | 2759 | ||
2999 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> | 2760 | <Project frameworkVersion="v4_0" name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library"> |
3000 | <Configuration name="Debug"> | 2761 | <Configuration name="Debug"> |
3001 | <Options> | 2762 | <Options> |
3002 | <OutputPath>../../../bin/</OutputPath> | 2763 | <OutputPath>../../../bin/</OutputPath> |
@@ -3015,11 +2776,11 @@ | |||
3015 | <Reference name="System.Drawing"/> | 2776 | <Reference name="System.Drawing"/> |
3016 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 2777 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
3017 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 2778 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2779 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
3018 | <Reference name="OpenSim.Data"/> | 2780 | <Reference name="OpenSim.Data"/> |
3019 | <Reference name="OpenSim.Data.Null"/> | 2781 | <Reference name="OpenSim.Data.Null"/> |
3020 | <Reference name="OpenSim.Framework"/> | 2782 | <Reference name="OpenSim.Framework"/> |
3021 | <Reference name="OpenSim.Framework.Serialization"/> | 2783 | <Reference name="OpenSim.Framework.Serialization"/> |
3022 | <Reference name="OpenSim.Framework.Communications"/> | ||
3023 | <Reference name="OpenSim.Framework.Console"/> | 2784 | <Reference name="OpenSim.Framework.Console"/> |
3024 | <Reference name="OpenSim.Framework.Monitoring"/> | 2785 | <Reference name="OpenSim.Framework.Monitoring"/> |
3025 | <Reference name="OpenSim.Framework.Servers"/> | 2786 | <Reference name="OpenSim.Framework.Servers"/> |
@@ -3027,7 +2788,7 @@ | |||
3027 | <Reference name="OpenSim.Region.Framework"/> | 2788 | <Reference name="OpenSim.Region.Framework"/> |
3028 | <Reference name="OpenSim.Region.CoreModules"/> | 2789 | <Reference name="OpenSim.Region.CoreModules"/> |
3029 | <Reference name="OpenSim.Region.OptionalModules"/> | 2790 | <Reference name="OpenSim.Region.OptionalModules"/> |
3030 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2791 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3031 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 2792 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
3032 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> | 2793 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> |
3033 | <Reference name="OpenSim.Services.Interfaces"/> | 2794 | <Reference name="OpenSim.Services.Interfaces"/> |
@@ -3039,7 +2800,6 @@ | |||
3039 | 2800 | ||
3040 | <!-- For scripting in funny languages by default --> | 2801 | <!-- For scripting in funny languages by default --> |
3041 | <Reference name="XMLRPC" path="../../../bin/"/> | 2802 | <Reference name="XMLRPC" path="../../../bin/"/> |
3042 | <Reference name="OpenSim.Framework.Communications"/> | ||
3043 | <Reference name="Nini" path="../../../bin/"/> | 2803 | <Reference name="Nini" path="../../../bin/"/> |
3044 | <Reference name="log4net" path="../../../bin/"/> | 2804 | <Reference name="log4net" path="../../../bin/"/> |
3045 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 2805 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -3055,9 +2815,13 @@ | |||
3055 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | 2815 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> |
3056 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/> | 2816 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/> |
3057 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> | 2817 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> |
2818 | <Match path="Avatar/Chat/Tests" pattern="*.cs" recurse="true"/> | ||
3058 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> | 2819 | <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> |
3059 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2820 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> |
2821 | <Match path="Avatar/Inventory/Transfer/Tests" pattern="*.cs" recurse="true"/> | ||
3060 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 2822 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> |
2823 | <Match path="Framework/UserManagement/Tests" pattern="*.cs" recurse="true"/> | ||
2824 | <Match path="Scripting/HttpRequest/Tests" pattern="*.cs" recurse="true"/> | ||
3061 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> | 2825 | <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/> |
3062 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2826 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |
3063 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> | 2827 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> |
@@ -3071,7 +2835,7 @@ | |||
3071 | </Files> | 2835 | </Files> |
3072 | </Project> | 2836 | </Project> |
3073 | 2837 | ||
3074 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> | 2838 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> |
3075 | <Configuration name="Debug"> | 2839 | <Configuration name="Debug"> |
3076 | <Options> | 2840 | <Options> |
3077 | <OutputPath>../../../bin/</OutputPath> | 2841 | <OutputPath>../../../bin/</OutputPath> |
@@ -3090,18 +2854,20 @@ | |||
3090 | <Reference name="System.Drawing"/> | 2854 | <Reference name="System.Drawing"/> |
3091 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 2855 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
3092 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 2856 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2857 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
3093 | <Reference name="OpenSim.Data"/> | 2858 | <Reference name="OpenSim.Data"/> |
3094 | <Reference name="OpenSim.Framework"/> | 2859 | <Reference name="OpenSim.Framework"/> |
3095 | <Reference name="OpenSim.Framework.Serialization"/> | 2860 | <Reference name="OpenSim.Framework.Serialization"/> |
3096 | <Reference name="OpenSim.Framework.Communications"/> | ||
3097 | <Reference name="OpenSim.Framework.Console"/> | 2861 | <Reference name="OpenSim.Framework.Console"/> |
3098 | <Reference name="OpenSim.Framework.Monitoring"/> | 2862 | <Reference name="OpenSim.Framework.Monitoring"/> |
3099 | <Reference name="OpenSim.Framework.Servers"/> | 2863 | <Reference name="OpenSim.Framework.Servers"/> |
3100 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2864 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2865 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | ||
3101 | <Reference name="OpenSim.Region.Framework"/> | 2866 | <Reference name="OpenSim.Region.Framework"/> |
3102 | <Reference name="OpenSim.Region.CoreModules"/> | 2867 | <Reference name="OpenSim.Region.CoreModules"/> |
3103 | <Reference name="OpenSim.Region.OptionalModules"/> | 2868 | <Reference name="OpenSim.Region.OptionalModules"/> |
3104 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2869 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
2870 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
3105 | <Reference name="OpenSim.Services.AvatarService"/> | 2871 | <Reference name="OpenSim.Services.AvatarService"/> |
3106 | <Reference name="OpenSim.Services.Interfaces"/> | 2872 | <Reference name="OpenSim.Services.Interfaces"/> |
3107 | 2873 | ||
@@ -3112,7 +2878,6 @@ | |||
3112 | 2878 | ||
3113 | <!-- For scripting in funny languages by default --> | 2879 | <!-- For scripting in funny languages by default --> |
3114 | <Reference name="XMLRPC" path="../../../bin/"/> | 2880 | <Reference name="XMLRPC" path="../../../bin/"/> |
3115 | <Reference name="OpenSim.Framework.Communications"/> | ||
3116 | <Reference name="Nini" path="../../../bin/"/> | 2881 | <Reference name="Nini" path="../../../bin/"/> |
3117 | <Reference name="log4net" path="../../../bin/"/> | 2882 | <Reference name="log4net" path="../../../bin/"/> |
3118 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 2883 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -3126,11 +2891,12 @@ | |||
3126 | <Files> | 2891 | <Files> |
3127 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2892 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3128 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> | 2893 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> |
2894 | <Match path="Scripting/JsonStore/Tests" pattern="*.cs" recurse="true"/> | ||
3129 | <Match path="World/NPC/Tests" pattern="*.cs" recurse="true"/> | 2895 | <Match path="World/NPC/Tests" pattern="*.cs" recurse="true"/> |
3130 | </Files> | 2896 | </Files> |
3131 | </Project> | 2897 | </Project> |
3132 | 2898 | ||
3133 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 2899 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
3134 | <Configuration name="Debug"> | 2900 | <Configuration name="Debug"> |
3135 | <Options> | 2901 | <Options> |
3136 | <OutputPath>../../../bin/</OutputPath> | 2902 | <OutputPath>../../../bin/</OutputPath> |
@@ -3148,20 +2914,24 @@ | |||
3148 | <Reference name="System.Xml"/> | 2914 | <Reference name="System.Xml"/> |
3149 | <Reference name="System.Drawing"/> | 2915 | <Reference name="System.Drawing"/> |
3150 | <Reference name="System.Runtime.Remoting"/> | 2916 | <Reference name="System.Runtime.Remoting"/> |
2917 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
3151 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 2918 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
3152 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 2919 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2920 | <Reference name="OpenSim"/> | ||
2921 | <Reference name="OpenSim.ApplicationPlugins.RegionModulesController"/> | ||
2922 | <Reference name="OpenSim.Capabilities"/> | ||
3153 | <Reference name="OpenSim.Data"/> | 2923 | <Reference name="OpenSim.Data"/> |
3154 | <Reference name="OpenSim.Framework"/> | 2924 | <Reference name="OpenSim.Framework"/> |
3155 | <Reference name="OpenSim.Framework.Communications"/> | ||
3156 | <Reference name="OpenSim.Framework.Console"/> | 2925 | <Reference name="OpenSim.Framework.Console"/> |
3157 | <Reference name="OpenSim.Framework.Monitoring"/> | 2926 | <Reference name="OpenSim.Framework.Monitoring"/> |
3158 | <Reference name="OpenSim.Framework.Servers"/> | 2927 | <Reference name="OpenSim.Framework.Servers"/> |
3159 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2928 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2929 | <Reference name="OpenSim.Framework.Serialization"/> | ||
3160 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | 2930 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> |
3161 | <Reference name="OpenSim.Region.Framework"/> | 2931 | <Reference name="OpenSim.Region.Framework"/> |
3162 | <Reference name="OpenSim.Region.CoreModules"/> | 2932 | <Reference name="OpenSim.Region.CoreModules"/> |
3163 | <Reference name="OpenSim.Region.OptionalModules"/> | 2933 | <Reference name="OpenSim.Region.OptionalModules"/> |
3164 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2934 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3165 | <Reference name="OpenSim.Services.Interfaces"/> | 2935 | <Reference name="OpenSim.Services.Interfaces"/> |
3166 | 2936 | ||
3167 | <!-- Unit tests --> | 2937 | <!-- Unit tests --> |
@@ -3172,7 +2942,6 @@ | |||
3172 | 2942 | ||
3173 | <!-- For scripting in funny languages by default --> | 2943 | <!-- For scripting in funny languages by default --> |
3174 | <Reference name="XMLRPC" path="../../../bin/"/> | 2944 | <Reference name="XMLRPC" path="../../../bin/"/> |
3175 | <Reference name="OpenSim.Framework.Communications"/> | ||
3176 | <Reference name="Nini" path="../../../bin/"/> | 2945 | <Reference name="Nini" path="../../../bin/"/> |
3177 | <Reference name="log4net" path="../../../bin/"/> | 2946 | <Reference name="log4net" path="../../../bin/"/> |
3178 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | 2947 | <Reference name="DotNetOpenMail" path="../../../bin/"/> |
@@ -3189,7 +2958,7 @@ | |||
3189 | </Files> | 2958 | </Files> |
3190 | </Project> | 2959 | </Project> |
3191 | 2960 | ||
3192 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> | 2961 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library"> |
3193 | <Configuration name="Debug"> | 2962 | <Configuration name="Debug"> |
3194 | <Options> | 2963 | <Options> |
3195 | <OutputPath>../../../../../bin/</OutputPath> | 2964 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3204,13 +2973,15 @@ | |||
3204 | <ReferencePath>../../../../../bin/</ReferencePath> | 2973 | <ReferencePath>../../../../../bin/</ReferencePath> |
3205 | <Reference name="System"/> | 2974 | <Reference name="System"/> |
3206 | <Reference name="System.Xml"/> | 2975 | <Reference name="System.Xml"/> |
2976 | <Reference name="HttpServer_OpenSim" path="../../../../../bin/"/> | ||
3207 | <Reference name="log4net" path="../../../../../bin/"/> | 2977 | <Reference name="log4net" path="../../../../../bin/"/> |
3208 | <Reference name="Nini" path="../../../../../bin/"/> | 2978 | <Reference name="Nini" path="../../../../../bin/"/> |
3209 | <Reference name="nunit.framework" path="../../../../../bin/"/> | 2979 | <Reference name="nunit.framework" path="../../../../../bin/"/> |
3210 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | 2980 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> |
3211 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 2981 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
2982 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | ||
2983 | <Reference name="OpenSim.Capabilities"/> | ||
3212 | <Reference name="OpenSim.Framework"/> | 2984 | <Reference name="OpenSim.Framework"/> |
3213 | <Reference name="OpenSim.Framework.Communications"/> | ||
3214 | <Reference name="OpenSim.Framework.Monitoring"/> | 2985 | <Reference name="OpenSim.Framework.Monitoring"/> |
3215 | <Reference name="OpenSim.Framework.Servers"/> | 2986 | <Reference name="OpenSim.Framework.Servers"/> |
3216 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2987 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
@@ -3218,15 +2989,17 @@ | |||
3218 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 2989 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
3219 | <Reference name="OpenSim.Region.CoreModules"/> | 2990 | <Reference name="OpenSim.Region.CoreModules"/> |
3220 | <Reference name="OpenSim.Region.Framework"/> | 2991 | <Reference name="OpenSim.Region.Framework"/> |
2992 | <Reference name="OpenSim.Region.OptionalModules"/> | ||
3221 | <Reference name="OpenSim.Services.Interfaces"/> | 2993 | <Reference name="OpenSim.Services.Interfaces"/> |
3222 | <Reference name="OpenSim.Tests.Common"/> | 2994 | <Reference name="OpenSim.Tests.Common"/> |
3223 | 2995 | ||
3224 | <Files> | 2996 | <Files> |
2997 | <Match path="Tests" pattern="*.cs" recurse="false"/> | ||
3225 | <Match path="EventQueue/Tests" pattern="*.cs" recurse="false"/> | 2998 | <Match path="EventQueue/Tests" pattern="*.cs" recurse="false"/> |
3226 | </Files> | 2999 | </Files> |
3227 | </Project> | 3000 | </Project> |
3228 | 3001 | ||
3229 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> | 3002 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3230 | <Configuration name="Debug"> | 3003 | <Configuration name="Debug"> |
3231 | <Options> | 3004 | <Options> |
3232 | <OutputPath>../../../../../../bin/</OutputPath> | 3005 | <OutputPath>../../../../../../bin/</OutputPath> |
@@ -3247,9 +3020,7 @@ | |||
3247 | <Reference name="OpenMetaverse" path="../../../../../../bin/"/> | 3020 | <Reference name="OpenMetaverse" path="../../../../../../bin/"/> |
3248 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | 3021 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
3249 | <Reference name="OpenSim.Framework"/> | 3022 | <Reference name="OpenSim.Framework"/> |
3250 | <Reference name="OpenSim.Framework.Communications"/> | ||
3251 | <Reference name="OpenSim.Framework.Monitoring"/> | 3023 | <Reference name="OpenSim.Framework.Monitoring"/> |
3252 | <Reference name="OpenSim.Region.ClientStack"/> | ||
3253 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 3024 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
3254 | <Reference name="OpenSim.Region.CoreModules"/> | 3025 | <Reference name="OpenSim.Region.CoreModules"/> |
3255 | <Reference name="OpenSim.Region.Framework"/> | 3026 | <Reference name="OpenSim.Region.Framework"/> |
@@ -3262,7 +3033,7 @@ | |||
3262 | </Files> | 3033 | </Files> |
3263 | </Project> | 3034 | </Project> |
3264 | 3035 | ||
3265 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3036 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3266 | <Configuration name="Debug"> | 3037 | <Configuration name="Debug"> |
3267 | <Options> | 3038 | <Options> |
3268 | <OutputPath>../../../bin/</OutputPath> | 3039 | <OutputPath>../../../bin/</OutputPath> |
@@ -3276,15 +3047,18 @@ | |||
3276 | 3047 | ||
3277 | <ReferencePath>../../../bin/</ReferencePath> | 3048 | <ReferencePath>../../../bin/</ReferencePath> |
3278 | <Reference name="System"/> | 3049 | <Reference name="System"/> |
3050 | <Reference name="System.Core"/> | ||
3279 | <Reference name="System.Xml"/> | 3051 | <Reference name="System.Xml"/> |
3280 | <Reference name="OpenSim.Framework"/> | 3052 | <Reference name="OpenSim.Framework"/> |
3281 | <Reference name="OpenSim.Framework.Communications"/> | 3053 | <Reference name="OpenSim.Framework.Servers"/> |
3054 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
3282 | <Reference name="OpenSim.Region.CoreModules"/> | 3055 | <Reference name="OpenSim.Region.CoreModules"/> |
3283 | <Reference name="OpenSim.Region.Framework"/> | 3056 | <Reference name="OpenSim.Region.Framework"/> |
3284 | <Reference name="OpenSim.Region.OptionalModules"/> | 3057 | <Reference name="OpenSim.Region.OptionalModules"/> |
3285 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 3058 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
3286 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> | 3059 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> |
3287 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | 3060 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> |
3061 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Instance"/> | ||
3288 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> | 3062 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> |
3289 | <Reference name="OpenSim.Services.Interfaces"/> | 3063 | <Reference name="OpenSim.Services.Interfaces"/> |
3290 | <Reference name="OpenSim.Tests.Common"/> | 3064 | <Reference name="OpenSim.Tests.Common"/> |
@@ -3308,6 +3082,7 @@ | |||
3308 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3082 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3309 | <Match path="Shared/Tests" pattern="*.cs" recurse="true"/> | 3083 | <Match path="Shared/Tests" pattern="*.cs" recurse="true"/> |
3310 | <Match path="Shared/CodeTools/Tests" pattern="*.cs" recurse="true"/> | 3084 | <Match path="Shared/CodeTools/Tests" pattern="*.cs" recurse="true"/> |
3085 | <Match path="Shared/Instance/Tests" pattern="*.cs" recurse="true"/> | ||
3311 | <Match path="XEngine/Tests" pattern="*.cs" recurse="true"/> | 3086 | <Match path="XEngine/Tests" pattern="*.cs" recurse="true"/> |
3312 | </Files> | 3087 | </Files> |
3313 | </Project> | 3088 | </Project> |
@@ -3316,7 +3091,7 @@ | |||
3316 | TODO: this is kind of lame, we basically build a duplicate | 3091 | TODO: this is kind of lame, we basically build a duplicate |
3317 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3092 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3318 | --> | 3093 | --> |
3319 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> | 3094 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Ode.Tests" path="OpenSim/Region/PhysicsModules/Ode/Tests" type="Library"> |
3320 | <Configuration name="Debug"> | 3095 | <Configuration name="Debug"> |
3321 | <Options> | 3096 | <Options> |
3322 | <OutputPath>../../../../../bin/</OutputPath> | 3097 | <OutputPath>../../../../../bin/</OutputPath> |
@@ -3335,8 +3110,9 @@ | |||
3335 | <Reference name="Nini" path="../../../../../bin/"/> | 3110 | <Reference name="Nini" path="../../../../../bin/"/> |
3336 | <Reference name="OpenSim.Framework"/> | 3111 | <Reference name="OpenSim.Framework"/> |
3337 | <Reference name="OpenSim.Framework.Console"/> | 3112 | <Reference name="OpenSim.Framework.Console"/> |
3338 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3113 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3339 | <Reference name="OpenSim.Region.Physics.OdePlugin" path="../../../../../bin/Physics/"/> | 3114 | <Reference name="OpenSim.Region.PhysicsModule.Ode"/> |
3115 | <Reference name="OpenSim.Region.Framework"/> | ||
3340 | <Reference name="OpenSim.Tests.Common"/> | 3116 | <Reference name="OpenSim.Tests.Common"/> |
3341 | <Reference name="Ode.NET" path="../../../../../bin/"/> | 3117 | <Reference name="Ode.NET" path="../../../../../bin/"/> |
3342 | <Reference name="nunit.framework" path="../../../../../bin/"/> | 3118 | <Reference name="nunit.framework" path="../../../../../bin/"/> |
@@ -3347,7 +3123,41 @@ | |||
3347 | </Files> | 3123 | </Files> |
3348 | </Project> | 3124 | </Project> |
3349 | 3125 | ||
3350 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | 3126 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS.Tests" path="OpenSim/Region/PhysicsModules/BulletS/Tests" type="Library"> |
3127 | <Configuration name="Debug"> | ||
3128 | <Options> | ||
3129 | <OutputPath>../../../../../bin/</OutputPath> | ||
3130 | </Options> | ||
3131 | </Configuration> | ||
3132 | <Configuration name="Release"> | ||
3133 | <Options> | ||
3134 | <OutputPath>../../../../../bin/</OutputPath> | ||
3135 | </Options> | ||
3136 | </Configuration> | ||
3137 | |||
3138 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
3139 | <Reference name="System"/> | ||
3140 | <Reference name="System.Core"/> | ||
3141 | <Reference name="System.Data"/> | ||
3142 | <Reference name="Nini" path="../../../../../bin/"/> | ||
3143 | <Reference name="log4net" path="../../../../../bin/"/> | ||
3144 | <Reference name="nunit.framework" path="../../../../../bin/"/> | ||
3145 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | ||
3146 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | ||
3147 | <Reference name="OpenSim.Framework"/> | ||
3148 | <Reference name="OpenSim.Tests.Common"/> | ||
3149 | <Reference name="OpenSim.Region.Framework"/> | ||
3150 | <Reference name="OpenSim.Region.PhysicsModules.Meshing"/> | ||
3151 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
3152 | <Reference name="OpenSim.Region.PhysicsModule.BulletS"/> | ||
3153 | |||
3154 | <Files> | ||
3155 | <Match pattern="*.cs" recurse="false"/> | ||
3156 | </Files> | ||
3157 | </Project> | ||
3158 | |||
3159 | |||
3160 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | ||
3351 | <Configuration name="Debug"> | 3161 | <Configuration name="Debug"> |
3352 | <Options> | 3162 | <Options> |
3353 | <OutputPath>../../../bin/</OutputPath> | 3163 | <OutputPath>../../../bin/</OutputPath> |
@@ -3393,7 +3203,7 @@ | |||
3393 | </Files> | 3203 | </Files> |
3394 | </Project> | 3204 | </Project> |
3395 | 3205 | ||
3396 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> | 3206 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> |
3397 | <Configuration name="Debug"> | 3207 | <Configuration name="Debug"> |
3398 | <Options> | 3208 | <Options> |
3399 | <OutputPath>../../../bin/</OutputPath> | 3209 | <OutputPath>../../../bin/</OutputPath> |
@@ -3418,7 +3228,6 @@ | |||
3418 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 3228 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
3419 | <Reference name="XMLRPC" path="../../../bin/"/> | 3229 | <Reference name="XMLRPC" path="../../../bin/"/> |
3420 | <Reference name="OpenSim.Framework"/> | 3230 | <Reference name="OpenSim.Framework"/> |
3421 | <Reference name="OpenSim.Framework.Communications"/> | ||
3422 | <Reference name="OpenSim.Framework.Console"/> | 3231 | <Reference name="OpenSim.Framework.Console"/> |
3423 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3232 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3424 | <Reference name="OpenSim.Region.CoreModules"/> | 3233 | <Reference name="OpenSim.Region.CoreModules"/> |
@@ -3434,7 +3243,7 @@ | |||
3434 | </Files> | 3243 | </Files> |
3435 | </Project> | 3244 | </Project> |
3436 | 3245 | ||
3437 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> | 3246 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> |
3438 | <Configuration name="Debug"> | 3247 | <Configuration name="Debug"> |
3439 | <Options> | 3248 | <Options> |
3440 | <OutputPath>../../../bin/</OutputPath> | 3249 | <OutputPath>../../../bin/</OutputPath> |
@@ -3458,7 +3267,6 @@ | |||
3458 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 3267 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
3459 | <Reference name="XMLRPC" path="../../../bin/"/> | 3268 | <Reference name="XMLRPC" path="../../../bin/"/> |
3460 | <Reference name="OpenSim.Framework"/> | 3269 | <Reference name="OpenSim.Framework"/> |
3461 | <Reference name="OpenSim.Framework.Communications"/> | ||
3462 | <Reference name="OpenSim.Framework.Console"/> | 3270 | <Reference name="OpenSim.Framework.Console"/> |
3463 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3271 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3464 | <Reference name="OpenSim.Region.CoreModules"/> | 3272 | <Reference name="OpenSim.Region.CoreModules"/> |