diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index e6b8013..7c8cef5 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -636,6 +636,31 @@ | |||
636 | </Files> | 636 | </Files> |
637 | </Project> | 637 | </Project> |
638 | 638 | ||
639 | <Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library"> | ||
640 | <Configuration name="Debug"> | ||
641 | <Options> | ||
642 | <OutputPath>../../../../bin/</OutputPath> | ||
643 | </Options> | ||
644 | </Configuration> | ||
645 | <Configuration name="Release"> | ||
646 | <Options> | ||
647 | <OutputPath>../../../../bin/</OutputPath> | ||
648 | </Options> | ||
649 | </Configuration> | ||
650 | |||
651 | <ReferencePath>../../../../bin/</ReferencePath> | ||
652 | <Reference name="System" localCopy="false"/> | ||
653 | <Reference name="System.Xml"/> | ||
654 | <Reference name="System.Data"/> | ||
655 | <Reference name="Mono.Data.SqliteClient"/> | ||
656 | <Reference name="libsecondlife.dll"/> | ||
657 | <Reference name="OpenSim.Framework"/> | ||
658 | <Reference name="OpenSim.Region.Environment"/> | ||
659 | <Reference name="OpenSim.Framework.Console"/> | ||
660 | <Files> | ||
661 | <Match pattern="*.cs" recurse="true"/> | ||
662 | </Files> | ||
663 | </Project> | ||
639 | 664 | ||
640 | <!-- OpenSim app --> | 665 | <!-- OpenSim app --> |
641 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 666 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |