diff options
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 22 |
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> |