diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/prebuild.xml b/prebuild.xml index 5880e30..b2a2bd8 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1605,39 +1605,6 @@ | |||
1605 | </Files> | 1605 | </Files> |
1606 | </Project> | 1606 | </Project> |
1607 | 1607 | ||
1608 | <Project name="OpenSim.Region.ScriptEngine.LSOEngine" path="OpenSim/Region/ScriptEngine/LSOEngine" type="Library"> | ||
1609 | <Configuration name="Debug"> | ||
1610 | <Options> | ||
1611 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
1612 | </Options> | ||
1613 | </Configuration> | ||
1614 | <Configuration name="Release"> | ||
1615 | <Options> | ||
1616 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
1617 | </Options> | ||
1618 | </Configuration> | ||
1619 | |||
1620 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1621 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
1622 | <Reference name="System" localCopy="false"/> | ||
1623 | <Reference name="System.Data" localCopy="false"/> | ||
1624 | <Reference name="System.Xml" localCopy="false"/> | ||
1625 | <Reference name="System.Runtime.Remoting" localCopy="false"/> | ||
1626 | <Reference name="libsecondlife.dll"/> | ||
1627 | <Reference name="RAIL.dll"/> | ||
1628 | <Reference name="OpenSim.Framework"/> | ||
1629 | <Reference name="OpenSim.Framework.Console"/> | ||
1630 | <Reference name="OpenSim.Region.Environment" /> | ||
1631 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
1632 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
1633 | <Reference name="Nini.dll" /> | ||
1634 | <Reference name="log4net"/> | ||
1635 | |||
1636 | <Files> | ||
1637 | <Match pattern="*.cs" recurse="true"/> | ||
1638 | </Files> | ||
1639 | </Project> | ||
1640 | |||
1641 | 1608 | ||
1642 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> | 1609 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> |
1643 | <Configuration name="Debug"> | 1610 | <Configuration name="Debug"> |