diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0b84c6b..24fbb7f 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -969,35 +969,6 @@ | |||
969 | </Files> | 969 | </Files> |
970 | </Project> | 970 | </Project> |
971 | 971 | ||
972 | <Project name="OpenSim.Region.ExtensionsScriptModule" path="OpenSim/Region/ExtensionsScriptModule" type="Library"> | ||
973 | <Configuration name="Debug"> | ||
974 | <Options> | ||
975 | <OutputPath>../../../bin/</OutputPath> | ||
976 | </Options> | ||
977 | </Configuration> | ||
978 | <Configuration name="Release"> | ||
979 | <Options> | ||
980 | <OutputPath>../../../bin/</OutputPath> | ||
981 | </Options> | ||
982 | </Configuration> | ||
983 | |||
984 | <ReferencePath>../../../bin/</ReferencePath> | ||
985 | <Reference name="System"/> | ||
986 | <Reference name="System.Xml"/> | ||
987 | <Reference name="Microsoft.JScript"/> | ||
988 | <Reference name="libsecondlife.dll" /> | ||
989 | <Reference name="OpenSim.Framework"/> | ||
990 | <Reference name="OpenSim.Region.Environment"/> | ||
991 | <Reference name="OpenSim.Framework.Console"/> | ||
992 | <Reference name="Axiom.MathLib.dll"/> | ||
993 | <Reference name="Nini.dll"/> | ||
994 | <Reference name="log4net"/> | ||
995 | |||
996 | <Files> | ||
997 | <Match pattern="*.cs" recurse="true"/> | ||
998 | </Files> | ||
999 | </Project> | ||
1000 | |||
1001 | <!-- OpenSim app --> | 972 | <!-- OpenSim app --> |
1002 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 973 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1003 | <Configuration name="Debug"> | 974 | <Configuration name="Debug"> |