diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index fe9a8ae..20afd51 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -928,6 +928,36 @@ | |||
928 | </Files> | 928 | </Files> |
929 | </Project> | 929 | </Project> |
930 | 930 | ||
931 | |||
932 | <Project name="OpenSim.Region.Modules.SvnSerialiser" path="OpenSim/Region/Modules/SvnSerialiser" type="Library"> | ||
933 | <Configuration name="Debug"> | ||
934 | <Options> | ||
935 | <OutputPath>../../../../bin/</OutputPath> | ||
936 | </Options> | ||
937 | </Configuration> | ||
938 | <Configuration name="Release"> | ||
939 | <Options> | ||
940 | <OutputPath>../../../../bin/</OutputPath> | ||
941 | </Options> | ||
942 | </Configuration> | ||
943 | |||
944 | <ReferencePath>../../../../bin/</ReferencePath> | ||
945 | <Reference name="System" localCopy="false"/> | ||
946 | <Reference name="System.Xml"/> | ||
947 | <Reference name="System.Data"/> | ||
948 | <Reference name="libsecondlife.dll"/> | ||
949 | <Reference name="OpenSim.Framework"/> | ||
950 | <Reference name="OpenSim.Framework.Communications"/> | ||
951 | <Reference name="OpenSim.Data.Base" /> | ||
952 | <Reference name="OpenSim.Region.Environment"/> | ||
953 | <Reference name="Nini.dll" /> | ||
954 | <Reference name="PumaCode.SvnDotNet.dll" /> | ||
955 | <Reference name="log4net"/> | ||
956 | <Files> | ||
957 | <Match pattern="*.cs" recurse="true"/> | ||
958 | </Files> | ||
959 | </Project> | ||
960 | |||
931 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> | 961 | <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library"> |
932 | <Configuration name="Debug"> | 962 | <Configuration name="Debug"> |
933 | <Options> | 963 | <Options> |