diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7c8cef5..8ef1cfd 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -930,38 +930,6 @@ | |||
930 | </Project> | 930 | </Project> |
931 | 931 | ||
932 | 932 | ||
933 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL" path="OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL" type="Library"> | ||
934 | <Configuration name="Debug"> | ||
935 | <Options> | ||
936 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
937 | </Options> | ||
938 | </Configuration> | ||
939 | <Configuration name="Release"> | ||
940 | <Options> | ||
941 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
942 | </Options> | ||
943 | </Configuration> | ||
944 | |||
945 | <ReferencePath>../../../../bin/</ReferencePath> | ||
946 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
947 | <Reference name="System" localCopy="false"/> | ||
948 | <Reference name="System.Data" localCopy="false"/> | ||
949 | <Reference name="System.Xml" localCopy="false"/> | ||
950 | <Reference name="OpenSim.Framework"/> | ||
951 | <Reference name="OpenSim.Framework.Console"/> | ||
952 | <Reference name="OpenSim.Framework.Data"/> | ||
953 | <Reference name="OpenSim.Framework.Servers"/> | ||
954 | <Reference name="OpenSim.Framework.UserManagement" /> | ||
955 | <Reference name="libsecondlife.dll"/> | ||
956 | <Reference name="Db4objects.Db4o.dll"/> | ||
957 | <Reference name="XMLRPC.dll"/> | ||
958 | |||
959 | <Files> | ||
960 | <Match pattern="*.cs" recurse="true"/> | ||
961 | </Files> | ||
962 | </Project> | ||
963 | |||
964 | |||
965 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> | 933 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> |
966 | <Configuration name="Debug"> | 934 | <Configuration name="Debug"> |
967 | <Options> | 935 | <Options> |