diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml index 49086ae..a6f11c4 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2581,34 +2581,6 @@ | |||
2581 | </Files> | 2581 | </Files> |
2582 | </Project> | 2582 | </Project> |
2583 | 2583 | ||
2584 | <!-- Test Suite --> | ||
2585 | <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe"> | ||
2586 | <Configuration name="Debug"> | ||
2587 | <Options> | ||
2588 | <OutputPath>../../bin/</OutputPath> | ||
2589 | </Options> | ||
2590 | </Configuration> | ||
2591 | <Configuration name="Release"> | ||
2592 | <Options> | ||
2593 | <OutputPath>../../bin/</OutputPath> | ||
2594 | </Options> | ||
2595 | </Configuration> | ||
2596 | |||
2597 | <ReferencePath>../../bin/</ReferencePath> | ||
2598 | <Reference name="System"/> | ||
2599 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> | ||
2600 | <Reference name="OpenMetaverse" path="../../bin/"/> | ||
2601 | <Reference name="OpenSim.Framework"/> | ||
2602 | <Reference name="OpenSim.Framework.Console"/> | ||
2603 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2604 | <Reference name="Nini" path="../../bin/"/> | ||
2605 | <Reference name="log4net" path="../../bin/"/> | ||
2606 | |||
2607 | <Files> | ||
2608 | <Match pattern="*.cs" recurse="true"/> | ||
2609 | </Files> | ||
2610 | </Project> | ||
2611 | |||
2612 | <!-- Test Clients --> | 2584 | <!-- Test Clients --> |
2613 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | 2585 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> |
2614 | <Configuration name="Debug"> | 2586 | <Configuration name="Debug"> |