diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 081ac95..dea75dc 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1572,6 +1572,34 @@ | |||
1572 | </Files> | 1572 | </Files> |
1573 | </Project> | 1573 | </Project> |
1574 | 1574 | ||
1575 | <!-- Test Suite --> | ||
1576 | <Project name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> | ||
1577 | <Configuration name="Debug"> | ||
1578 | <Options> | ||
1579 | <OutputPath>../../bin/</OutputPath> | ||
1580 | </Options> | ||
1581 | </Configuration> | ||
1582 | <Configuration name="Release"> | ||
1583 | <Options> | ||
1584 | <OutputPath>../../bin/</OutputPath> | ||
1585 | </Options> | ||
1586 | </Configuration> | ||
1587 | |||
1588 | <ReferencePath>../../bin/</ReferencePath> | ||
1589 | <Reference name="System" localCopy="false"/> | ||
1590 | <Reference name="libsecondlife.dll"/> | ||
1591 | <Reference name="OpenSim.Framework"/> | ||
1592 | <Reference name="OpenSim.Framework.Console"/> | ||
1593 | <Reference name="Nini.dll" /> | ||
1594 | <Reference name="log4net"/> | ||
1595 | |||
1596 | <Files> | ||
1597 | <Match pattern="*.cs" recurse="true"/> | ||
1598 | </Files> | ||
1599 | </Project> | ||
1600 | |||
1601 | |||
1602 | |||
1575 | </Solution> | 1603 | </Solution> |
1576 | 1604 | ||
1577 | <!-- Prebuild tool --> | 1605 | <!-- Prebuild tool --> |