diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0dcaabc..2d475c7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -595,6 +595,34 @@ | |||
595 | </Files> | 595 | </Files> |
596 | </Project> | 596 | </Project> |
597 | 597 | ||
598 | <Project name="OpenSim.Region.ExtensionsScriptModule" path="OpenSim/Region/ExtensionsScriptModule" type="Library"> | ||
599 | <Configuration name="Debug"> | ||
600 | <Options> | ||
601 | <OutputPath>../../../bin/</OutputPath> | ||
602 | </Options> | ||
603 | </Configuration> | ||
604 | <Configuration name="Release"> | ||
605 | <Options> | ||
606 | <OutputPath>../../../bin/</OutputPath> | ||
607 | </Options> | ||
608 | </Configuration> | ||
609 | |||
610 | <ReferencePath>../../../bin/</ReferencePath> | ||
611 | <Reference name="System"/> | ||
612 | <Reference name="System.Xml"/> | ||
613 | <Reference name="Microsoft.JScript"/> | ||
614 | <Reference name="libsecondlife.dll" /> | ||
615 | <Reference name="OpenSim.Framework"/> | ||
616 | <Reference name="OpenSim.Region.Environment"/> | ||
617 | <Reference name="OpenSim.Framework.Console"/> | ||
618 | <Reference name="Axiom.MathLib.dll"/> | ||
619 | |||
620 | <Files> | ||
621 | <Match pattern="*.cs" recurse="true"/> | ||
622 | </Files> | ||
623 | </Project> | ||
624 | |||
625 | |||
598 | <!-- OpenSim app --> | 626 | <!-- OpenSim app --> |
599 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 627 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
600 | <Configuration name="Debug"> | 628 | <Configuration name="Debug"> |