diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 855a7b3..d224013 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -947,6 +947,37 @@ | |||
947 | 947 | ||
948 | 948 | ||
949 | 949 | ||
950 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> | ||
951 | <Configuration name="Debug"> | ||
952 | <Options> | ||
953 | <OutputPath>../../../bin/</OutputPath> | ||
954 | </Options> | ||
955 | </Configuration> | ||
956 | <Configuration name="Release"> | ||
957 | <Options> | ||
958 | <OutputPath>../../../bin/</OutputPath> | ||
959 | </Options> | ||
960 | </Configuration> | ||
961 | |||
962 | <ReferencePath>../../../bin/</ReferencePath> | ||
963 | <Reference name="System" localCopy="false"/> | ||
964 | <Reference name="System.Data" localCopy="false"/> | ||
965 | <Reference name="System.Xml" localCopy="false"/> | ||
966 | <Reference name="OpenSim.Framework"/> | ||
967 | <Reference name="OpenSim.Framework.Console"/> | ||
968 | <Reference name="OpenSim.Framework.Servers"/> | ||
969 | <Reference name="OpenSim.Framework.Data"/> | ||
970 | <Reference name="OpenSim.Region.ScriptEngine.DotNetEngine"/> | ||
971 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
972 | <Reference name="libsecondlife.dll"/> | ||
973 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
974 | <Reference name="XMLRPC.dll"/> | ||
975 | |||
976 | <Files> | ||
977 | <Match pattern="*.cs" recurse="true"/> | ||
978 | </Files> | ||
979 | </Project> | ||
980 | |||
950 | 981 | ||
951 | 982 | ||
952 | </Solution> | 983 | </Solution> |