aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b9201f7..bf11b0f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2549,34 +2549,6 @@
2549 </Files> 2549 </Files>
2550 </Project> 2550 </Project>
2551 2551
2552 <!-- Test Suite -->
2553 <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe">
2554 <Configuration name="Debug">
2555 <Options>
2556 <OutputPath>../../bin/</OutputPath>
2557 </Options>
2558 </Configuration>
2559 <Configuration name="Release">
2560 <Options>
2561 <OutputPath>../../bin/</OutputPath>
2562 </Options>
2563 </Configuration>
2564
2565 <ReferencePath>../../bin/</ReferencePath>
2566 <Reference name="System"/>
2567 <Reference name="OpenMetaverseTypes" path="../../bin/"/>
2568 <Reference name="OpenMetaverse" path="../../bin/"/>
2569 <Reference name="OpenSim.Framework"/>
2570 <Reference name="OpenSim.Framework.Console"/>
2571 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2572 <Reference name="Nini" path="../../bin/"/>
2573 <Reference name="log4net" path="../../bin/"/>
2574
2575 <Files>
2576 <Match pattern="*.cs" recurse="true"/>
2577 </Files>
2578 </Project>
2579
2580 <!-- Test Clients --> 2552 <!-- Test Clients -->
2581 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> 2553 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe">
2582 <Configuration name="Debug"> 2554 <Configuration name="Debug">