aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2010-08-18 00:59:20 +0100
committerMelanie2010-08-18 00:59:20 +0100
commite74809ff4c7fd67ceb5336e5d8e7811591f6cce3 (patch)
tree3e878fb80be75106631d76a12b8da9e65e98f7b9 /prebuild.xml
parentMerge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff)
parent* Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() t... (diff)
downloadopensim-SC_OLD-e74809ff4c7fd67ceb5336e5d8e7811591f6cce3.zip
opensim-SC_OLD-e74809ff4c7fd67ceb5336e5d8e7811591f6cce3.tar.gz
opensim-SC_OLD-e74809ff4c7fd67ceb5336e5d8e7811591f6cce3.tar.bz2
opensim-SC_OLD-e74809ff4c7fd67ceb5336e5d8e7811591f6cce3.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 503b7aa..8df4d73 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2801,6 +2801,28 @@
2801 </Files> 2801 </Files>
2802 </Project> 2802 </Project>
2803 2803
2804 <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library">
2805 <Configuration name="Debug">
2806 <Options>
2807 <OutputPath>../../bin/</OutputPath>
2808 </Options>
2809 </Configuration>
2810 <Configuration name="Release">
2811 <Options>
2812 <OutputPath>../../bin/</OutputPath>
2813 </Options>
2814 </Configuration>
2815
2816 <ReferencePath>../../bin/</ReferencePath>
2817 <Reference name="OpenSim.Framework"/>
2818 <Reference name="Nini.dll" />
2819 <Reference name="nunit.framework.dll" />
2820 <Reference name="OpenSim" />
2821 <Files>
2822 <Match pattern="*.cs" recurse="false"/>
2823 </Files>
2824 </Project>
2825
2804 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> 2826 <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
2805 <Configuration name="Debug"> 2827 <Configuration name="Debug">
2806 <Options> 2828 <Options>