aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-05-24 12:16:50 +0000
committerMW2007-05-24 12:16:50 +0000
commit3376b82501000692d6dac24b051af738cdaf2737 (patch)
tree90ed0a5d4955236f011fa63fce9d555186b0d179 /prebuild.xml
parentAdded "terrain save grdmap <filename> <gradientmap>" function to console. Gra... (diff)
downloadopensim-SC_OLD-3376b82501000692d6dac24b051af738cdaf2737.zip
opensim-SC_OLD-3376b82501000692d6dac24b051af738cdaf2737.tar.gz
opensim-SC_OLD-3376b82501000692d6dac24b051af738cdaf2737.tar.bz2
opensim-SC_OLD-3376b82501000692d6dac24b051af738cdaf2737.tar.xz
Some more code refactoring, plus a restructuring of the directories so that the Grid servers can be a separate solution to the region server.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml500
1 files changed, 265 insertions, 235 deletions
diff --git a/prebuild.xml b/prebuild.xml
index e3de61d..e049bd7 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -247,155 +247,148 @@
247 <Match pattern="*.cs" recurse="true"/> 247 <Match pattern="*.cs" recurse="true"/>
248 </Files> 248 </Files>
249 </Project> 249 </Project>
250
250 251
251 252 <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library">
252 <!-- OpenGrid Data Services -->
253 <Project name="OpenGrid.Framework.Data" path="OpenGrid.Framework.Data" type="Library">
254 <Configuration name="Debug"> 253 <Configuration name="Debug">
255 <Options> 254 <Options>
256 <OutputPath>../bin/</OutputPath> 255 <OutputPath>../../bin/</OutputPath>
257 </Options> 256 </Options>
258 </Configuration> 257 </Configuration>
259 <Configuration name="Release"> 258 <Configuration name="Release">
260 <Options> 259 <Options>
261 <OutputPath>../bin/</OutputPath> 260 <OutputPath>../../bin/</OutputPath>
262 </Options> 261 </Options>
263 </Configuration> 262 </Configuration>
264 263
265 <ReferencePath>../bin/</ReferencePath> 264 <ReferencePath>../../bin/</ReferencePath>
266 <Reference name="System" localCopy="false"/> 265 <Reference name="System" localCopy="false"/>
267 <Reference name="System.Xml"/> 266 <Reference name="System.Xml" localCopy="false" />
268 <Reference name="System.Data"/> 267 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
269 <Reference name="libsecondlife.dll"/> 268 <Reference name="OpenSim.Framework" localCopy="false"/>
269 <Reference name="OpenSim.Framework.Console" localCopy="false"/>
270 <Files> 270 <Files>
271 <Match pattern="*.cs" recurse="true"/> 271 <Match pattern="*.cs" recurse="false"/>
272 </Files> 272 </Files>
273 </Project> 273 </Project>
274 274
275 <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGrid.Framework.Data.MySQL" type="Library"> 275
276 <!-- Physics Plug-ins -->
277 <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
276 <Configuration name="Debug"> 278 <Configuration name="Debug">
277 <Options> 279 <Options>
278 <OutputPath>../bin/</OutputPath> 280 <OutputPath>../../bin/Physics/</OutputPath>
279 </Options> 281 </Options>
280 </Configuration> 282 </Configuration>
281 <Configuration name="Release"> 283 <Configuration name="Release">
282 <Options> 284 <Options>
283 <OutputPath>../bin/</OutputPath> 285 <OutputPath>../../bin/Physics/</OutputPath>
284 </Options> 286 </Options>
285 </Configuration> 287 </Configuration>
286 288
287 <ReferencePath>../bin/</ReferencePath> 289 <ReferencePath>../../bin/</ReferencePath>
288 <Reference name="System" localCopy="false"/> 290 <Reference name="System" localCopy="false"/>
289 <Reference name="System.Xml"/> 291 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
290 <Reference name="System.Data"/> 292 <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
291 <Reference name="OpenGrid.Framework.Data"/>
292 <Reference name="libsecondlife.dll"/>
293 <Reference name="MySql.Data.dll"/>
294 <Files> 293 <Files>
295 <Match pattern="*.cs" recurse="true"/> 294 <Match pattern="*.cs" recurse="true"/>
296 </Files> 295 </Files>
297 </Project> 296 </Project>
298 297
299 <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGrid.Framework.Data.DB4o" type="Library"> 298 <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library">
300 <Configuration name="Debug"> 299 <Configuration name="Debug">
301 <Options> 300 <Options>
302 <OutputPath>../bin/</OutputPath> 301 <OutputPath>../../bin/Physics/</OutputPath>
303 </Options> 302 </Options>
304 </Configuration> 303 </Configuration>
305 <Configuration name="Release"> 304 <Configuration name="Release">
306 <Options> 305 <Options>
307 <OutputPath>../bin/</OutputPath> 306 <OutputPath>../../bin/Physics/</OutputPath>
308 </Options> 307 </Options>
309 </Configuration> 308 </Configuration>
310 309
311 <ReferencePath>../bin/</ReferencePath> 310 <ReferencePath>../../bin/</ReferencePath>
312 <Reference name="System" localCopy="false"/> 311 <Reference name="System" localCopy="false"/>
313 <Reference name="System.Xml"/> 312 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
314 <Reference name="System.Data"/> 313 <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
315 <Reference name="OpenGrid.Framework.Data"/> 314 <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
316 <Reference name="libsecondlife.dll"/>
317 <Reference name="Db4objects.Db4o.dll"/>
318 <Files> 315 <Files>
319 <Match pattern="*.cs" recurse="true"/> 316 <Match pattern="*.cs" recurse="true"/>
320 </Files> 317 </Files>
321 </Project> 318 </Project>
322 319
323 <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGrid.Framework.Data.MSSQL" type="Library"> 320 <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library">
324 <Configuration name="Debug"> 321 <Configuration name="Debug">
325 <Options> 322 <Options>
326 <OutputPath>../bin/</OutputPath> 323 <OutputPath>../../bin/Physics/</OutputPath>
327 </Options> 324 </Options>
328 </Configuration> 325 </Configuration>
329 <Configuration name="Release"> 326 <Configuration name="Release">
330 <Options> 327 <Options>
331 <OutputPath>../bin/</OutputPath> 328 <OutputPath>../../bin/Physics/</OutputPath>
332 </Options> 329 </Options>
333 </Configuration> 330 </Configuration>
334 331
335 <ReferencePath>../bin/</ReferencePath> 332 <ReferencePath>../../bin/</ReferencePath>
336 <Reference name="System" localCopy="false"/> 333 <Reference name="System" localCopy="false"/>
337 <Reference name="System.Xml"/> 334 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
338 <Reference name="System.Data"/> 335 <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
339 <Reference name="OpenGrid.Framework.Data"/> 336 <Reference name="Ode.NET.dll" localCopy="false" />
340 <Reference name="libsecondlife.dll"/> 337
341 <Files> 338 <Files>
342 <Match pattern="*.cs" recurse="true"/> 339 <Match pattern="*.cs" recurse="true"/>
343 </Files> 340 </Files>
344 </Project> 341 </Project>
345 342
346 <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGrid.Framework.Data.SQLite" type="Library"> 343 <!-- Xml Config Dll -->
344 <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library">
347 <Configuration name="Debug"> 345 <Configuration name="Debug">
348 <Options> 346 <Options>
349 <OutputPath>../bin/</OutputPath> 347 <OutputPath>../../bin/</OutputPath>
350 </Options> 348 </Options>
351 </Configuration> 349 </Configuration>
352 <Configuration name="Release"> 350 <Configuration name="Release">
353 <Options> 351 <Options>
354 <OutputPath>../bin/</OutputPath> 352 <OutputPath>../../bin/</OutputPath>
355 </Options> 353 </Options>
356 </Configuration> 354 </Configuration>
357 355
358 <ReferencePath>../bin/</ReferencePath> 356 <ReferencePath>../../bin/</ReferencePath>
359 <Reference name="System" localCopy="false"/> 357 <Reference name="System"/>
360 <Reference name="System.Xml"/> 358 <Reference name="System.Xml"/>
361 <Reference name="System.Data"/> 359 <Reference name="OpenSim.Framework"/>
362 <Reference name="System.Data.SQLite.dll"/> 360
363 <Reference name="OpenGrid.Framework.Data"/>
364 <Reference name="libsecondlife.dll"/>
365 <Files> 361 <Files>
366 <Match pattern="*.cs" recurse="true"/> 362 <Match pattern="*.cs" recurse="true"/>
367 </Files> 363 </Files>
368 </Project> 364 </Project>
369 365
370 <!-- OGS projects --> 366 <!-- Basic embedded JVM -->
371 367 <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim.Scripting/EmbeddedJVM" type="Library">
372 <Project name="OpenGrid.Framework.Manager" path="OpenGrid.Framework.Manager" type="Library">
373 <Configuration name="Debug"> 368 <Configuration name="Debug">
374 <Options> 369 <Options>
375 <OutputPath>../bin/</OutputPath> 370 <OutputPath>../../bin/ScriptEngines/</OutputPath>
376 </Options> 371 </Options>
377 </Configuration> 372 </Configuration>
378 <Configuration name="Release"> 373 <Configuration name="Release">
379 <Options> 374 <Options>
380 <OutputPath>../bin/</OutputPath> 375 <OutputPath>../../bin/ScriptEngines/</OutputPath>
381 </Options> 376 </Options>
382 </Configuration> 377 </Configuration>
383 378
384 <ReferencePath>../bin/</ReferencePath> 379 <ReferencePath>../../bin/</ReferencePath>
385 <Reference name="System" localCopy="false"/> 380 <Reference name="System"/>
381 <Reference name="System.Xml"/>
386 <Reference name="OpenSim.Framework"/> 382 <Reference name="OpenSim.Framework"/>
387 <Reference name="OpenSim.Servers"/>
388 <Reference name="libsecondlife.dll"/>
389 <Reference name="XMLRPC"/>
390
391 383
392 <Files> 384 <Files>
393 <Match pattern="*.cs" recurse="true"/> 385 <Match pattern="*.cs" recurse="true"/>
394 </Files> 386 </Files>
395 </Project> 387 </Project>
396 388
397 389
398 <Project name="ServiceManager" path="ServiceManager" type="Exe"> 390 <!-- Terrain engine -->
391 <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim.Terrain.BasicTerrain" type="Library">
399 <Configuration name="Debug"> 392 <Configuration name="Debug">
400 <Options> 393 <Options>
401 <OutputPath>../bin/</OutputPath> 394 <OutputPath>../bin/</OutputPath>
@@ -407,18 +400,19 @@
407 </Options> 400 </Options>
408 </Configuration> 401 </Configuration>
409 402
410 <ReferencePath>../bin/</ReferencePath> 403 <ReferencePath>../bin/</ReferencePath>
411 <Reference name="System" localCopy="false"/> 404 <Reference name="System"/>
412 <Reference name="System.ServiceProcess" localCopy="false"/> 405 <Reference name="System.Drawing"/>
413 <Reference name="System.Xml" localCopy="false"/> 406 <Reference name="System.Data"/>
407 <Reference name="System.Xml"/>
408 <Reference name="libTerrain-BSD.dll"/>
414 409
415 <Files> 410 <Files>
416 <Match pattern="*.cs" recurse="true"/> 411 <Match pattern="*.cs" recurse="true"/>
417 </Files> 412 </Files>
418 </Project> 413 </Project>
419 414
420 415 <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library">
421 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">
422 <Configuration name="Debug"> 416 <Configuration name="Debug">
423 <Options> 417 <Options>
424 <OutputPath>../bin/</OutputPath> 418 <OutputPath>../bin/</OutputPath>
@@ -430,25 +424,27 @@
430 </Options> 424 </Options>
431 </Configuration> 425 </Configuration>
432 426
433 <ReferencePath>../bin/</ReferencePath> 427 <ReferencePath>../bin/</ReferencePath>
434 <Reference name="System" localCopy="false"/> 428 <Reference name="System" localCopy="false"/>
435 <Reference name="System.Data" localCopy="false"/> 429 <Reference name="System.Xml"/>
436 <Reference name="System.Xml" localCopy="false"/> 430 <Reference name="libsecondlife.dll"/>
437 <Reference name="OpenSim.Framework"/> 431 <Reference name="Axiom.MathLib.dll"/>
438 <Reference name="OpenSim.Framework.Console"/> 432 <Reference name="Db4objects.Db4o.dll"/>
439 <Reference name="OpenSim.Servers"/> 433 <Reference name="OpenSim.Terrain.BasicTerrain"/>
440 <Reference name="OpenGrid.Framework.Data"/> 434 <Reference name="OpenSim.Framework"/>
441 <Reference name="OpenGrid.Framework.Manager"/> 435 <Reference name="OpenSim.Framework.Console"/>
442 <Reference name="libsecondlife.dll"/> 436 <Reference name="OpenSim.GenericConfig.Xml"/>
443 <Reference name="Db4objects.Db4o.dll"/> 437 <Reference name="OpenSim.Physics.Manager"/>
444 <Reference name="XMLRPC"/> 438 <Reference name="OpenSim.Servers"/>
439 <Reference name="XMLRPC"/>
445 440
446 <Files> 441 <Files>
447 <Match pattern="*.cs" recurse="true"/> 442 <Match pattern="*.cs" recurse="true"/>
448 </Files> 443 </Files>
449 </Project> 444 </Project>
450 445
451 <Project name="OpenGridServices.AssetServer" path="OpenGridServices.AssetServer" type="Exe"> 446 <!-- OpenSim app -->
447 <Project name="OpenSim" path="OpenSim" type="Exe">
452 <Configuration name="Debug"> 448 <Configuration name="Debug">
453 <Options> 449 <Options>
454 <OutputPath>../bin/</OutputPath> 450 <OutputPath>../bin/</OutputPath>
@@ -460,24 +456,64 @@
460 </Options> 456 </Options>
461 </Configuration> 457 </Configuration>
462 458
463 <ReferencePath>../bin/</ReferencePath> 459 <ReferencePath>../bin/</ReferencePath>
464 <Reference name="System" localCopy="false"/> 460 <Reference name="System" localCopy="false"/>
465 <Reference name="System.Data" localCopy="false"/> 461 <Reference name="System.Xml"/>
466 <Reference name="System.Xml" localCopy="false"/> 462 <Reference name="libsecondlife.dll"/>
467 <Reference name="OpenSim.Framework"/> 463 <Reference name="Axiom.MathLib.dll"/>
468 <Reference name="OpenSim.Framework.Console"/> 464 <Reference name="Db4objects.Db4o.dll"/>
469 <Reference name="OpenSim.GridInterfaces.Local"/> 465 <Reference name="OpenSim.Terrain.BasicTerrain"/>
470 <Reference name="OpenSim.Servers"/> 466 <Reference name="OpenSim.Framework"/>
471 <Reference name="libsecondlife.dll"/> 467 <Reference name="OpenSim.Framework.Console"/>
472 <Reference name="Db4objects.Db4o.dll"/> 468 <Reference name="OpenSim.Physics.Manager"/>
473 <Reference name="XMLRPC"/> 469 <Reference name="OpenSim.Servers"/>
470 <Reference name="OpenSim.RegionServer"/>
471 <Reference name="OpenSim.GenericConfig.Xml"/>
472 <Reference name="XMLRPC"/>
474 473
475 <Files> 474 <Files>
476 <Match pattern="*.cs" recurse="true"/> 475 <Match pattern="*.cs" recurse="true"/>
477 </Files> 476 </Files>
478 </Project> 477 </Project>
478
479</Solution>
480
481
482<Solution name="OpenSim" activeConfig="Debug" path="./">
483 <Configuration name="Debug">
484 <Options>
485 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
486 <OptimizeCode>false</OptimizeCode>
487 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
488 <AllowUnsafe>false</AllowUnsafe>
489 <WarningLevel>4</WarningLevel>
490 <WarningsAsErrors>false</WarningsAsErrors>
491 <SuppressWarnings></SuppressWarnings>
492 <OutputPath>bin</OutputPath>
493 <DebugInformation>true</DebugInformation>
494 <IncrementalBuild>true</IncrementalBuild>
495 <NoStdLib>false</NoStdLib>
496 </Options>
497 </Configuration>
498 <Configuration name="Release">
499 <Options>
500 <CompilerDefines>TRACE</CompilerDefines>
501 <OptimizeCode>true</OptimizeCode>
502 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
503 <AllowUnsafe>false</AllowUnsafe>
504 <WarningLevel>4</WarningLevel>
505 <WarningsAsErrors>false</WarningsAsErrors>
506 <SuppressWarnings></SuppressWarnings>
507 <OutputPath>bin</OutputPath>
508 <DebugInformation>false</DebugInformation>
509 <IncrementalBuild>true</IncrementalBuild>
510 <NoStdLib>false</NoStdLib>
511 </Options>
512 </Configuration>
479 513
480 <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe"> 514
515 <!-- OpenGrid Data Services -->
516 <Project name="OpenGrid.Framework.Data" path="OpenGrid.Framework.Data" type="Library">
481 <Configuration name="Debug"> 517 <Configuration name="Debug">
482 <Options> 518 <Options>
483 <OutputPath>../bin/</OutputPath> 519 <OutputPath>../bin/</OutputPath>
@@ -488,215 +524,223 @@
488 <OutputPath>../bin/</OutputPath> 524 <OutputPath>../bin/</OutputPath>
489 </Options> 525 </Options>
490 </Configuration> 526 </Configuration>
491
492 <ReferencePath>../bin/</ReferencePath>
493 <Reference name="System" localCopy="false"/>
494 <Reference name="System.Data" localCopy="false"/>
495 <Reference name="System.Xml" localCopy="false"/>
496 <Reference name="OpenSim.Framework"/>
497 <Reference name="OpenSim.Framework.Console"/>
498 <Reference name="OpenGrid.Framework.Data"/>
499 <Reference name="OpenSim.Servers"/>
500 <Reference name="libsecondlife.dll"/>
501 <Reference name="Db4objects.Db4o.dll"/>
502 <Reference name="XMLRPC"/>
503 527
504 <Files> 528 <ReferencePath>../bin/</ReferencePath>
505 <Match pattern="*.cs" recurse="true"/> 529 <Reference name="System" localCopy="false"/>
506 </Files> 530 <Reference name="System.Xml"/>
531 <Reference name="System.Data"/>
532 <Reference name="libsecondlife.dll"/>
533 <Files>
534 <Match pattern="*.cs" recurse="true"/>
535 </Files>
507 </Project> 536 </Project>
508
509 537
510 <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library"> 538 <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGrid.Framework.Data.MySQL" type="Library">
511 <Configuration name="Debug"> 539 <Configuration name="Debug">
512 <Options> 540 <Options>
513 <OutputPath>../../bin/</OutputPath> 541 <OutputPath>../bin/</OutputPath>
514 </Options> 542 </Options>
515 </Configuration> 543 </Configuration>
516 <Configuration name="Release"> 544 <Configuration name="Release">
517 <Options> 545 <Options>
518 <OutputPath>../../bin/</OutputPath> 546 <OutputPath>../bin/</OutputPath>
519 </Options> 547 </Options>
520 </Configuration> 548 </Configuration>
521 549
522 <ReferencePath>../../bin/</ReferencePath> 550 <ReferencePath>../bin/</ReferencePath>
523 <Reference name="System" localCopy="false"/> 551 <Reference name="System" localCopy="false"/>
524 <Reference name="System.Xml" localCopy="false" /> 552 <Reference name="System.Xml"/>
525 <Reference name="Axiom.MathLib.dll" localCopy="false"/> 553 <Reference name="System.Data"/>
526 <Reference name="OpenSim.Framework" localCopy="false"/> 554 <Reference name="OpenGrid.Framework.Data"/>
527 <Reference name="OpenSim.Framework.Console" localCopy="false"/> 555 <Reference name="libsecondlife.dll"/>
556 <Reference name="MySql.Data.dll"/>
528 <Files> 557 <Files>
529 <Match pattern="*.cs" recurse="false"/> 558 <Match pattern="*.cs" recurse="true"/>
530 </Files> 559 </Files>
531 </Project> 560 </Project>
532 561
533 <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library"> 562 <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGrid.Framework.Data.DB4o" type="Library">
534 <Configuration name="Debug"> 563 <Configuration name="Debug">
535 <Options> 564 <Options>
536 <OutputPath>../../bin/</OutputPath> 565 <OutputPath>../bin/</OutputPath>
537 </Options> 566 </Options>
538 </Configuration> 567 </Configuration>
539 <Configuration name="Release"> 568 <Configuration name="Release">
540 <Options> 569 <Options>
541 <OutputPath>../../bin/</OutputPath> 570 <OutputPath>../bin/</OutputPath>
542 </Options> 571 </Options>
543 </Configuration> 572 </Configuration>
544 573
545 <ReferencePath>../../bin/</ReferencePath> 574 <ReferencePath>../bin/</ReferencePath>
546 <Reference name="System" localCopy="false"/> 575 <Reference name="System" localCopy="false"/>
547 <Reference name="System.Data.dll"/>
548 <Reference name="System.Xml"/> 576 <Reference name="System.Xml"/>
577 <Reference name="System.Data"/>
578 <Reference name="OpenGrid.Framework.Data"/>
549 <Reference name="libsecondlife.dll"/> 579 <Reference name="libsecondlife.dll"/>
550 <Reference name="Db4objects.Db4o.dll"/> 580 <Reference name="Db4objects.Db4o.dll"/>
551 <Reference name="OpenSim.Framework"/>
552 <Reference name="OpenSim.Framework.Console"/>
553 <Files> 581 <Files>
554 <Match pattern="*.cs" recurse="true"/> 582 <Match pattern="*.cs" recurse="true"/>
555 </Files> 583 </Files>
556 </Project> 584 </Project>
557 585
558 <Project name="OpenUser.Config.UserConfigDb4o" path="OpenUser.Config/UserConfigDb4o" type="Library"> 586 <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGrid.Framework.Data.MSSQL" type="Library">
559 <Configuration name="Debug"> 587 <Configuration name="Debug">
560 <Options> 588 <Options>
561 <OutputPath>../../bin/</OutputPath> 589 <OutputPath>../bin/</OutputPath>
562 </Options> 590 </Options>
563 </Configuration> 591 </Configuration>
564 <Configuration name="Release"> 592 <Configuration name="Release">
565 <Options> 593 <Options>
566 <OutputPath>../../bin/</OutputPath> 594 <OutputPath>../bin/</OutputPath>
567 </Options> 595 </Options>
568 </Configuration> 596 </Configuration>
569 597
570 <ReferencePath>../../bin/</ReferencePath> 598 <ReferencePath>../bin/</ReferencePath>
571 <Reference name="System" localCopy="false"/> 599 <Reference name="System" localCopy="false"/>
572 <Reference name="System.Data.dll"/>
573 <Reference name="System.Xml"/> 600 <Reference name="System.Xml"/>
601 <Reference name="System.Data"/>
602 <Reference name="OpenGrid.Framework.Data"/>
574 <Reference name="libsecondlife.dll"/> 603 <Reference name="libsecondlife.dll"/>
575 <Reference name="Db4objects.Db4o.dll"/>
576 <Reference name="OpenSim.Framework"/>
577 <Reference name="OpenSim.Framework.Console"/>
578 <Files> 604 <Files>
579 <Match pattern="*.cs" recurse="true"/> 605 <Match pattern="*.cs" recurse="true"/>
580 </Files> 606 </Files>
581 </Project> 607 </Project>
582 608
583 609 <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGrid.Framework.Data.SQLite" type="Library">
584 <!-- Physics Plug-ins -->
585 <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
586 <Configuration name="Debug"> 610 <Configuration name="Debug">
587 <Options> 611 <Options>
588 <OutputPath>../../bin/Physics/</OutputPath> 612 <OutputPath>../bin/</OutputPath>
589 </Options> 613 </Options>
590 </Configuration> 614 </Configuration>
591 <Configuration name="Release"> 615 <Configuration name="Release">
592 <Options> 616 <Options>
593 <OutputPath>../../bin/Physics/</OutputPath> 617 <OutputPath>../bin/</OutputPath>
594 </Options> 618 </Options>
595 </Configuration> 619 </Configuration>
596 620
597 <ReferencePath>../../bin/</ReferencePath> 621 <ReferencePath>../bin/</ReferencePath>
598 <Reference name="System" localCopy="false"/> 622 <Reference name="System" localCopy="false"/>
599 <Reference name="Axiom.MathLib.dll" localCopy="false"/> 623 <Reference name="System.Xml"/>
600 <Reference name="OpenSim.Physics.Manager" localCopy="false"/> 624 <Reference name="System.Data"/>
625 <Reference name="System.Data.SQLite.dll"/>
626 <Reference name="OpenGrid.Framework.Data"/>
627 <Reference name="libsecondlife.dll"/>
601 <Files> 628 <Files>
602 <Match pattern="*.cs" recurse="true"/> 629 <Match pattern="*.cs" recurse="true"/>
603 </Files> 630 </Files>
604 </Project> 631 </Project>
605 632
606 <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library"> 633 <!-- OGS projects -->
634
635 <Project name="OpenGrid.Framework.Manager" path="OpenGrid.Framework.Manager" type="Library">
607 <Configuration name="Debug"> 636 <Configuration name="Debug">
608 <Options> 637 <Options>
609 <OutputPath>../../bin/Physics/</OutputPath> 638 <OutputPath>../bin/</OutputPath>
610 </Options> 639 </Options>
611 </Configuration> 640 </Configuration>
612 <Configuration name="Release"> 641 <Configuration name="Release">
613 <Options> 642 <Options>
614 <OutputPath>../../bin/Physics/</OutputPath> 643 <OutputPath>../bin/</OutputPath>
615 </Options> 644 </Options>
616 </Configuration> 645 </Configuration>
617 646
618 <ReferencePath>../../bin/</ReferencePath> 647 <ReferencePath>../bin/</ReferencePath>
619 <Reference name="System" localCopy="false"/> 648 <Reference name="System" localCopy="false"/>
620 <Reference name="Axiom.MathLib.dll" localCopy="false"/> 649 <Reference name="OpenSim.Framework"/>
621 <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/> 650 <Reference name="OpenSim.Servers"/>
622 <Reference name="OpenSim.Physics.Manager" localCopy="false"/> 651 <Reference name="libsecondlife.dll"/>
623 <Files> 652 <Reference name="XMLRPC"/>
624 <Match pattern="*.cs" recurse="true"/> 653
625 </Files> 654
655 <Files>
656 <Match pattern="*.cs" recurse="true"/>
657 </Files>
626 </Project> 658 </Project>
627 659
628 <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library"> 660
661 <Project name="ServiceManager" path="ServiceManager" type="Exe">
629 <Configuration name="Debug"> 662 <Configuration name="Debug">
630 <Options> 663 <Options>
631 <OutputPath>../../bin/Physics/</OutputPath> 664 <OutputPath>../bin/</OutputPath>
632 </Options> 665 </Options>
633 </Configuration> 666 </Configuration>
634 <Configuration name="Release"> 667 <Configuration name="Release">
635 <Options> 668 <Options>
636 <OutputPath>../../bin/Physics/</OutputPath> 669 <OutputPath>../bin/</OutputPath>
637 </Options> 670 </Options>
638 </Configuration> 671 </Configuration>
639 672
640 <ReferencePath>../../bin/</ReferencePath> 673 <ReferencePath>../bin/</ReferencePath>
641 <Reference name="System" localCopy="false"/> 674 <Reference name="System" localCopy="false"/>
642 <Reference name="Axiom.MathLib.dll" localCopy="false"/> 675 <Reference name="System.ServiceProcess" localCopy="false"/>
643 <Reference name="OpenSim.Physics.Manager" localCopy="false"/> 676 <Reference name="System.Xml" localCopy="false"/>
644 <Reference name="Ode.NET.dll" localCopy="false" />
645 677
646 <Files> 678 <Files>
647 <Match pattern="*.cs" recurse="true"/> 679 <Match pattern="*.cs" recurse="true"/>
648 </Files> 680 </Files>
649 </Project> 681 </Project>
650 682
651 <!-- Xml Config Dll --> 683
652 <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library"> 684 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">
653 <Configuration name="Debug"> 685 <Configuration name="Debug">
654 <Options> 686 <Options>
655 <OutputPath>../../bin/</OutputPath> 687 <OutputPath>../bin/</OutputPath>
656 </Options> 688 </Options>
657 </Configuration> 689 </Configuration>
658 <Configuration name="Release"> 690 <Configuration name="Release">
659 <Options> 691 <Options>
660 <OutputPath>../../bin/</OutputPath> 692 <OutputPath>../bin/</OutputPath>
661 </Options> 693 </Options>
662 </Configuration> 694 </Configuration>
663 695
664 <ReferencePath>../../bin/</ReferencePath> 696 <ReferencePath>../bin/</ReferencePath>
665 <Reference name="System"/> 697 <Reference name="System" localCopy="false"/>
666 <Reference name="System.Xml"/> 698 <Reference name="System.Data" localCopy="false"/>
699 <Reference name="System.Xml" localCopy="false"/>
667 <Reference name="OpenSim.Framework"/> 700 <Reference name="OpenSim.Framework"/>
701 <Reference name="OpenSim.Framework.Console"/>
702 <Reference name="OpenSim.Servers"/>
703 <Reference name="OpenGrid.Framework.Data"/>
704 <Reference name="OpenGrid.Framework.Manager"/>
705 <Reference name="libsecondlife.dll"/>
706 <Reference name="Db4objects.Db4o.dll"/>
707 <Reference name="XMLRPC"/>
668 708
669 <Files> 709 <Files>
670 <Match pattern="*.cs" recurse="true"/> 710 <Match pattern="*.cs" recurse="true"/>
671 </Files> 711 </Files>
672 </Project> 712 </Project>
673 713
674 <!-- Basic embedded JVM --> 714 <Project name="OpenGridServices.AssetServer" path="OpenGridServices.AssetServer" type="Exe">
675 <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim.Scripting/EmbeddedJVM" type="Library">
676 <Configuration name="Debug"> 715 <Configuration name="Debug">
677 <Options> 716 <Options>
678 <OutputPath>../../bin/ScriptEngines/</OutputPath> 717 <OutputPath>../bin/</OutputPath>
679 </Options> 718 </Options>
680 </Configuration> 719 </Configuration>
681 <Configuration name="Release"> 720 <Configuration name="Release">
682 <Options> 721 <Options>
683 <OutputPath>../../bin/ScriptEngines/</OutputPath> 722 <OutputPath>../bin/</OutputPath>
684 </Options> 723 </Options>
685 </Configuration> 724 </Configuration>
686 725
687 <ReferencePath>../../bin/</ReferencePath> 726 <ReferencePath>../bin/</ReferencePath>
688 <Reference name="System"/> 727 <Reference name="System" localCopy="false"/>
689 <Reference name="System.Xml"/> 728 <Reference name="System.Data" localCopy="false"/>
729 <Reference name="System.Xml" localCopy="false"/>
690 <Reference name="OpenSim.Framework"/> 730 <Reference name="OpenSim.Framework"/>
731 <Reference name="OpenSim.Framework.Console"/>
732 <Reference name="OpenSim.GridInterfaces.Local"/>
733 <Reference name="OpenSim.Servers"/>
734 <Reference name="libsecondlife.dll"/>
735 <Reference name="Db4objects.Db4o.dll"/>
736 <Reference name="XMLRPC"/>
691 737
692 <Files> 738 <Files>
693 <Match pattern="*.cs" recurse="true"/> 739 <Match pattern="*.cs" recurse="true"/>
694 </Files> 740 </Files>
695 </Project> 741 </Project>
696 742
697 743 <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe">
698 <!-- Terrain engine -->
699 <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim.Terrain.BasicTerrain" type="Library">
700 <Configuration name="Debug"> 744 <Configuration name="Debug">
701 <Options> 745 <Options>
702 <OutputPath>../bin/</OutputPath> 746 <OutputPath>../bin/</OutputPath>
@@ -707,91 +751,77 @@
707 <OutputPath>../bin/</OutputPath> 751 <OutputPath>../bin/</OutputPath>
708 </Options> 752 </Options>
709 </Configuration> 753 </Configuration>
754
755 <ReferencePath>../bin/</ReferencePath>
756 <Reference name="System" localCopy="false"/>
757 <Reference name="System.Data" localCopy="false"/>
758 <Reference name="System.Xml" localCopy="false"/>
759 <Reference name="OpenSim.Framework"/>
760 <Reference name="OpenSim.Framework.Console"/>
761 <Reference name="OpenGrid.Framework.Data"/>
762 <Reference name="OpenSim.Servers"/>
763 <Reference name="libsecondlife.dll"/>
764 <Reference name="Db4objects.Db4o.dll"/>
765 <Reference name="XMLRPC"/>
710 766
711 <ReferencePath>../bin/</ReferencePath> 767 <Files>
712 <Reference name="libTerrain-BSD.dll"/> 768 <Match pattern="*.cs" recurse="true"/>
713 <Reference name="System"/> 769 </Files>
714 <Reference name="System.Drawing"/>
715 <Reference name="System.Data"/>
716 <Reference name="System.Xml"/>
717
718 <Files>
719 <Match pattern="*.cs" recurse="true"/>
720 </Files>
721 </Project> 770 </Project>
722 771
723 <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> 772
773
774 <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library">
724 <Configuration name="Debug"> 775 <Configuration name="Debug">
725 <Options> 776 <Options>
726 <OutputPath>../bin/</OutputPath> 777 <OutputPath>../../bin/</OutputPath>
727 </Options> 778 </Options>
728 </Configuration> 779 </Configuration>
729 <Configuration name="Release"> 780 <Configuration name="Release">
730 <Options> 781 <Options>
731 <OutputPath>../bin/</OutputPath> 782 <OutputPath>../../bin/</OutputPath>
732 </Options> 783 </Options>
733 </Configuration> 784 </Configuration>
734 785
735 <ReferencePath>../bin/</ReferencePath> 786 <ReferencePath>../../bin/</ReferencePath>
736 <Reference name="System" localCopy="false"/> 787 <Reference name="System" localCopy="false"/>
788 <Reference name="System.Data.dll"/>
737 <Reference name="System.Xml"/> 789 <Reference name="System.Xml"/>
738 <Reference name="libsecondlife.dll"/> 790 <Reference name="libsecondlife.dll"/>
739 <Reference name="Axiom.MathLib.dll"/>
740 <Reference name="Db4objects.Db4o.dll"/> 791 <Reference name="Db4objects.Db4o.dll"/>
741 <Reference name="OpenSim.Terrain.BasicTerrain"/>
742 <Reference name="OpenSim.Framework"/> 792 <Reference name="OpenSim.Framework"/>
743 <Reference name="OpenSim.Framework.Console"/> 793 <Reference name="OpenSim.Framework.Console"/>
744 <Reference name="OpenSim.GenericConfig.Xml"/>
745 <Reference name="OpenSim.Physics.Manager"/>
746 <Reference name="OpenSim.Servers"/>
747 <Reference name="XMLRPC"/>
748
749 <Files> 794 <Files>
750 <Match pattern="*.cs" recurse="true"/> 795 <Match pattern="*.cs" recurse="true"/>
751 </Files> 796 </Files>
752 </Project> 797 </Project>
753 798
754 <!-- OpenSim app --> 799 <Project name="OpenUser.Config.UserConfigDb4o" path="OpenUser.Config/UserConfigDb4o" type="Library">
755 <Project name="OpenSim" path="OpenSim" type="Exe">
756 <Configuration name="Debug"> 800 <Configuration name="Debug">
757 <Options> 801 <Options>
758 <OutputPath>../bin/</OutputPath> 802 <OutputPath>../../bin/</OutputPath>
759 </Options> 803 </Options>
760 </Configuration> 804 </Configuration>
761 <Configuration name="Release"> 805 <Configuration name="Release">
762 <Options> 806 <Options>
763 <OutputPath>../bin/</OutputPath> 807 <OutputPath>../../bin/</OutputPath>
764 </Options> 808 </Options>
765 </Configuration> 809 </Configuration>
766 810
767 <ReferencePath>../bin/</ReferencePath> 811 <ReferencePath>../../bin/</ReferencePath>
768 <Reference name="System" localCopy="false"/> 812 <Reference name="System" localCopy="false"/>
813 <Reference name="System.Data.dll"/>
769 <Reference name="System.Xml"/> 814 <Reference name="System.Xml"/>
770 <Reference name="libsecondlife.dll"/> 815 <Reference name="libsecondlife.dll"/>
771 <Reference name="Axiom.MathLib.dll"/>
772 <Reference name="Db4objects.Db4o.dll"/> 816 <Reference name="Db4objects.Db4o.dll"/>
773 <Reference name="OpenSim.Terrain.BasicTerrain"/>
774 <Reference name="OpenSim.Framework"/> 817 <Reference name="OpenSim.Framework"/>
775 <Reference name="OpenSim.Framework.Console"/> 818 <Reference name="OpenSim.Framework.Console"/>
776 <Reference name="OpenSim.Physics.Manager"/>
777 <Reference name="OpenSim.Servers"/>
778 <Reference name="OpenSim.RegionServer"/>
779 <Reference name="OpenSim.GenericConfig.Xml"/>
780 <Reference name="XMLRPC"/>
781
782 <Files> 819 <Files>
783 <Match pattern="*.cs" recurse="true"/> 820 <Match pattern="*.cs" recurse="true"/>
784 </Files> 821 </Files>
785 </Project> 822 </Project>
786
787
788 </Solution>
789
790
791
792
793
794 823
824</Solution>
795 825
796 826
797 <!-- Prebuild tool --> 827 <!-- Prebuild tool -->