aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml58
1 files changed, 57 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 8031b46..0cdb59e 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2608,6 +2608,63 @@
2608 </Files> 2608 </Files>
2609 </Project> 2609 </Project>
2610 2610
2611 <Project name="OpenSim.Region.CoreModules.Tests" path="OpenSim/Region/CoreModules" type="Library">
2612 <Configuration name="Debug">
2613 <Options>
2614 <OutputPath>../../../bin/</OutputPath>
2615 </Options>
2616 </Configuration>
2617 <Configuration name="Release">
2618 <Options>
2619 <OutputPath>../../../bin/</OutputPath>
2620 </Options>
2621 </Configuration>
2622
2623 <ReferencePath>../../../bin/</ReferencePath>
2624 <Reference name="System" localCopy="false"/>
2625 <Reference name="System.Xml"/>
2626 <Reference name="System.Drawing"/>
2627 <Reference name="System.Runtime.Remoting"/>
2628 <Reference name="OpenMetaverseTypes.dll"/>
2629 <Reference name="OpenMetaverse.dll"/>
2630 <Reference name="OpenSim.Data"/>
2631 <Reference name="OpenSim.Framework"/>
2632 <Reference name="OpenSim.Framework.Communications"/>
2633 <Reference name="OpenSim.Framework.Console"/>
2634 <Reference name="OpenSim.Framework.Servers"/>
2635 <Reference name="OpenSim.Framework.Statistics"/>
2636 <Reference name="OpenSim.Region.Communications.Local"/>
2637 <Reference name="OpenSim.Region.CoreModules"/>
2638 <Reference name="OpenSim.Region.Framework"/>
2639 <Reference name="OpenSim.Region.Environment"/>
2640 <Reference name="OpenSim.Region.Physics.Manager"/>
2641
2642 <!-- Unit tests -->
2643 <!-- <Reference name="OpenSim.Tests.Common"/> -->
2644 <Reference name="OpenSim.Tests.Common"/>
2645 <Reference name="Nini.dll"/>
2646 <Reference name="nunit.framework.dll"/>
2647
2648 <!-- For scripting in funny languages by default -->
2649 <Reference name="Microsoft.JScript"/>
2650 <Reference name="XMLRPC.dll"/>
2651 <Reference name="OpenSim.Framework.Communications"/>
2652 <Reference name="Nini.dll" />
2653 <Reference name="log4net.dll"/>
2654 <Reference name="DotNetOpenMail.dll"/>
2655
2656 <!--
2657 TODO: this is kind of lame, we basically build a duplicate
2658 assembly but with tests added in, just so that we don't
2659 need to hard code in a bunch of Test directories here. If
2660 pattern="Tests/*.cs" worked, we wouldn't need this.
2661 -->
2662 <Files>
2663 <!-- SADLY the way this works means you need to keep adding these paths -->
2664 <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true" />
2665 </Files>
2666 </Project>
2667
2611 <Project name="OpenSim.Region.Environment.Tests" path="OpenSim/Region/Environment" type="Library"> 2668 <Project name="OpenSim.Region.Environment.Tests" path="OpenSim/Region/Environment" type="Library">
2612 <Configuration name="Debug"> 2669 <Configuration name="Debug">
2613 <Options> 2670 <Options>
@@ -2662,7 +2719,6 @@
2662 <!-- SADLY the way this works means you need to keep adding these paths --> 2719 <!-- SADLY the way this works means you need to keep adding these paths -->
2663 <Match path="Modules/World/Terrain/Tests" pattern="*.cs" recurse="true" /> 2720 <Match path="Modules/World/Terrain/Tests" pattern="*.cs" recurse="true" />
2664 <Match path="Modules/World/Archiver/Tests" pattern="*.cs" recurse="true" /> 2721 <Match path="Modules/World/Archiver/Tests" pattern="*.cs" recurse="true" />
2665 <Match path="Modules/Agent/TextureSender/Tests" pattern="*.cs" recurse="true" />
2666 </Files> 2722 </Files>
2667 </Project> 2723 </Project>
2668 2724