diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8e80ed5..d875cbe 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1588,6 +1588,26 @@ | |||
1588 | </Files> | 1588 | </Files> |
1589 | </Project> | 1589 | </Project> |
1590 | 1590 | ||
1591 | <Project name="OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests" path="OpenSim/Tests/OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> | ||
1592 | <Configuration name="Debug"> | ||
1593 | <Options> | ||
1594 | <OutputPath>../../../../../../../bin/</OutputPath> | ||
1595 | </Options> | ||
1596 | </Configuration> | ||
1597 | <Configuration name="Release"> | ||
1598 | <Options> | ||
1599 | <OutputPath>../../../../../../../bin/</OutputPath> | ||
1600 | </Options> | ||
1601 | </Configuration> | ||
1602 | |||
1603 | <ReferencePath>../../../../../../../bin/</ReferencePath> | ||
1604 | <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> | ||
1605 | <Reference name="nunit.framework.dll" /> | ||
1606 | <Files> | ||
1607 | <Match pattern="*.cs" recurse="false"/> | ||
1608 | </Files> | ||
1609 | </Project> | ||
1610 | |||
1591 | <Project name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> | 1611 | <Project name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> |
1592 | <Configuration name="Debug"> | 1612 | <Configuration name="Debug"> |
1593 | <Options> | 1613 | <Options> |