diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index c98fd17..9441256 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1487,6 +1487,28 @@ | |||
1487 | </Files> | 1487 | </Files> |
1488 | </Project> | 1488 | </Project> |
1489 | 1489 | ||
1490 | <Project name="OpenSim.Region.ScriptEngine.Shared.Tests" path="OpenSim/Tests/OpenSim/Region/ScriptEngine/Shared" type="Library"> | ||
1491 | <Configuration name="Debug"> | ||
1492 | <Options> | ||
1493 | <OutputPath>../../../../../../bin/</OutputPath> | ||
1494 | </Options> | ||
1495 | </Configuration> | ||
1496 | <Configuration name="Release"> | ||
1497 | <Options> | ||
1498 | <OutputPath>../../../../../../bin/</OutputPath> | ||
1499 | </Options> | ||
1500 | </Configuration> | ||
1501 | |||
1502 | <ReferencePath>../../../../../../bin/</ReferencePath> | ||
1503 | <Reference name="System" localCopy="false"/> | ||
1504 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
1505 | <Reference name="OpenSim.Tests.Common"/> | ||
1506 | <Reference name="nunit.framework.dll" /> | ||
1507 | <Files> | ||
1508 | <Match pattern="*.cs" recurse="false"/> | ||
1509 | </Files> | ||
1510 | </Project> | ||
1511 | |||
1490 | <Project name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> | 1512 | <Project name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime" type="Library"> |
1491 | <Configuration name="Debug"> | 1513 | <Configuration name="Debug"> |
1492 | <Options> | 1514 | <Options> |