diff options
OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/prebuild.xml b/prebuild.xml index d13a5d3..793da74 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -369,6 +369,28 @@ | |||
369 | </Files> | 369 | </Files> |
370 | </Project> | 370 | </Project> |
371 | 371 | ||
372 | <!-- Xml Config Dll --> | ||
373 | <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library"> | ||
374 | <Configuration name="Debug"> | ||
375 | <Options> | ||
376 | <OutputPath>../../bin/</OutputPath> | ||
377 | </Options> | ||
378 | </Configuration> | ||
379 | <Configuration name="Release"> | ||
380 | <Options> | ||
381 | <OutputPath>../../bin/</OutputPath> | ||
382 | </Options> | ||
383 | </Configuration> | ||
384 | |||
385 | <ReferencePath>../../bin/</ReferencePath> | ||
386 | <Reference name="System"/> | ||
387 | <Reference name="System.Xml"/> | ||
388 | <Reference name="OpenSim.Framework"/> | ||
389 | |||
390 | <Files> | ||
391 | <Match pattern="*.cs" recurse="true"/> | ||
392 | </Files> | ||
393 | </Project> | ||
372 | 394 | ||
373 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> | 395 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> |
374 | <Configuration name="Debug"> | 396 | <Configuration name="Debug"> |
@@ -390,6 +412,7 @@ | |||
390 | <Reference name="Db4objects.Db4o.dll"/> | 412 | <Reference name="Db4objects.Db4o.dll"/> |
391 | <Reference name="OpenSim.Framework"/> | 413 | <Reference name="OpenSim.Framework"/> |
392 | <Reference name="OpenSim.Framework.Console"/> | 414 | <Reference name="OpenSim.Framework.Console"/> |
415 | <Reference name="OpenSim.GenericConfig.Xml"/> | ||
393 | <Reference name="OpenSim.Physics.Manager"/> | 416 | <Reference name="OpenSim.Physics.Manager"/> |
394 | <Reference name="OpenSim.Servers"/> | 417 | <Reference name="OpenSim.Servers"/> |
395 | 418 | ||
@@ -453,28 +476,6 @@ | |||
453 | </Files> | 476 | </Files> |
454 | </Project> | 477 | </Project> |
455 | 478 | ||
456 | <!-- Xml Config Dll --> | ||
457 | <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" 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="OpenSim.Framework"/> | ||
473 | |||
474 | <Files> | ||
475 | <Match pattern="*.cs" recurse="true"/> | ||
476 | </Files> | ||
477 | </Project> | ||
478 | </Solution> | 479 | </Solution> |
479 | 480 | ||
480 | 481 | ||