diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9833ecc..bd15419 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -673,34 +673,6 @@ | |||
673 | </Files> | 673 | </Files> |
674 | </Project> | 674 | </Project> |
675 | 675 | ||
676 | |||
677 | <Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library"> | ||
678 | <Configuration name="Debug"> | ||
679 | <Options> | ||
680 | <OutputPath>../../../../bin/</OutputPath> | ||
681 | </Options> | ||
682 | </Configuration> | ||
683 | <Configuration name="Release"> | ||
684 | <Options> | ||
685 | <OutputPath>../../../../bin/</OutputPath> | ||
686 | </Options> | ||
687 | </Configuration> | ||
688 | |||
689 | <ReferencePath>../../../../bin/</ReferencePath> | ||
690 | <Reference name="System" localCopy="false"/> | ||
691 | <Reference name="System.Xml"/> | ||
692 | <Reference name="System.Data"/> | ||
693 | <Reference name="Mono.Data.SqliteClient"/> | ||
694 | <Reference name="libsecondlife.dll"/> | ||
695 | <Reference name="OpenSim.Framework"/> | ||
696 | <Reference name="OpenSim.Region.Environment"/> | ||
697 | <Reference name="OpenSim.Framework.Console"/> | ||
698 | <Files> | ||
699 | <Match pattern="*.cs" recurse="true"/> | ||
700 | </Files> | ||
701 | </Project> | ||
702 | |||
703 | |||
704 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> | 676 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> |
705 | <Configuration name="Debug"> | 677 | <Configuration name="Debug"> |
706 | <Options> | 678 | <Options> |
@@ -969,6 +941,7 @@ | |||
969 | <Reference name="OpenSim.Framework.Data"/> | 941 | <Reference name="OpenSim.Framework.Data"/> |
970 | <Reference name="OpenSim.Framework"/> | 942 | <Reference name="OpenSim.Framework"/> |
971 | <Reference name="OpenSim.Framework.Console"/> | 943 | <Reference name="OpenSim.Framework.Console"/> |
944 | <Reference name="OpenSim.Region.Environment"/> | ||
972 | <Reference name="libsecondlife.dll"/> | 945 | <Reference name="libsecondlife.dll"/> |
973 | <Reference name="Mono.Data.SqliteClient"/> | 946 | <Reference name="Mono.Data.SqliteClient"/> |
974 | <Files> | 947 | <Files> |