diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 59a90e0..d13a5d3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -452,6 +452,29 @@ | |||
452 | <Match pattern="*.cs" recurse="true"/> | 452 | <Match pattern="*.cs" recurse="true"/> |
453 | </Files> | 453 | </Files> |
454 | </Project> | 454 | </Project> |
455 | |||
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> | ||
455 | </Solution> | 478 | </Solution> |
456 | 479 | ||
457 | 480 | ||