diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4e13403..44b41f0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -514,6 +514,34 @@ | |||
514 | </Files> | 514 | </Files> |
515 | </Project> | 515 | </Project> |
516 | 516 | ||
517 | <Project name="OpenGrid.Framework.Communications.OGS1" path="Common/OpenGrid.Framework.Communications.OGS1" type="Library"> | ||
518 | <Configuration name="Debug"> | ||
519 | <Options> | ||
520 | <OutputPath>../../bin/</OutputPath> | ||
521 | </Options> | ||
522 | </Configuration> | ||
523 | <Configuration name="Release"> | ||
524 | <Options> | ||
525 | <OutputPath>../../bin/</OutputPath> | ||
526 | </Options> | ||
527 | </Configuration> | ||
528 | |||
529 | <ReferencePath>../../bin/</ReferencePath> | ||
530 | <Reference name="System"/> | ||
531 | <Reference name="System.Xml"/> | ||
532 | <Reference name="System.Data"/> | ||
533 | <Reference name="OpenSim.Framework"/> | ||
534 | <Reference name="OpenSim.Framework.Console"/> | ||
535 | <Reference name="OpenSim.Servers"/> | ||
536 | <Reference name="OpenGrid.Framework.Communications" /> | ||
537 | <Reference name="libsecondlife.dll"/> | ||
538 | <Reference name="XMLRPC"/> | ||
539 | |||
540 | <Files> | ||
541 | <Match pattern="*.cs" recurse="true"/> | ||
542 | </Files> | ||
543 | </Project> | ||
544 | |||
517 | <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" type="Library"> | 545 | <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" type="Library"> |
518 | <Configuration name="Debug"> | 546 | <Configuration name="Debug"> |
519 | <Options> | 547 | <Options> |