aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2011-12-06 19:01:05 +0000
committerMelanie2011-12-06 19:01:05 +0000
commit28da235888e6b7560d10784bf7ba8fd8298db6c0 (patch)
treee56989ab4e96ef3d81de126498e85e7ac8ee6328 /prebuild.xml
parentAdapt GodsModule to core changes (diff)
parentRevert "Stop performing the asset save part of baked texture uploading on the... (diff)
downloadopensim-SC_OLD-28da235888e6b7560d10784bf7ba8fd8298db6c0.zip
opensim-SC_OLD-28da235888e6b7560d10784bf7ba8fd8298db6c0.tar.gz
opensim-SC_OLD-28da235888e6b7560d10784bf7ba8fd8298db6c0.tar.bz2
opensim-SC_OLD-28da235888e6b7560d10784bf7ba8fd8298db6c0.tar.xz
Merge branch 'master' into bigmerge
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f8cfdad..c0308d2 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2761,6 +2761,56 @@
2761 </Project> 2761 </Project>
2762 2762
2763 2763
2764 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library">
2765 <Configuration name="Debug">
2766 <Options>
2767 <OutputPath>../../../bin/</OutputPath>
2768 </Options>
2769 </Configuration>
2770 <Configuration name="Release">
2771 <Options>
2772 <OutputPath>../../../bin/</OutputPath>
2773 </Options>
2774 </Configuration>
2775
2776 <ReferencePath>../../../bin/</ReferencePath>
2777 <Reference name="System"/>
2778 <Reference name="System.Core"/>
2779 <Reference name="System.Drawing"/>
2780 <Reference name="System.Xml"/>
2781 <Reference name="System.Web"/>
2782 <Reference name="nunit.framework" path="../../../bin/"/>
2783 <Reference name="OpenMetaverse" path="../../../bin/"/>
2784 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2785 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
2786 <Reference name="OpenSim.Capabilities"/>
2787 <Reference name="OpenSim.Capabilities.Handlers"/>
2788 <Reference name="OpenSim.Framework"/>
2789 <Reference name="OpenSim.Framework.Console"/>
2790 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2791 <Reference name="OpenSim.Region.Framework"/>
2792 <Reference name="OpenSim.Server.Base"/>
2793 <Reference name="OpenSim.Server.Handlers"/>
2794 <Reference name="OpenSim.Services.Base"/>
2795 <Reference name="OpenSim.Services.Interfaces"/>
2796 <Reference name="OpenSim.Tests.Common"/>
2797 <Reference name="Nini" path="../../../bin/"/>
2798 <Reference name="log4net" path="../../../bin/"/>
2799 <Reference name="DotNetOpenId" path="../../../bin/"/>
2800
2801 <!--
2802 TODO: this is kind of lame, we basically build a duplicate
2803 assembly but with tests added in, just so that we don't
2804 need to hard code in a bunch of Test directories here. If
2805 pattern="Tests/*.cs" worked, we wouldn't need this.
2806 -->
2807 <Files>
2808 <!-- SADLY the way this works means you need to keep adding these paths -->
2809 <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/>
2810 </Files>
2811 </Project>
2812
2813
2764 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2814 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2765 <Configuration name="Debug"> 2815 <Configuration name="Debug">
2766 <Options> 2816 <Options>