diff options
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 8407797..fdd024a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2770,6 +2770,28 @@ | |||
2770 | </Files> | 2770 | </Files> |
2771 | </Project> | 2771 | </Project> |
2772 | 2772 | ||
2773 | <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | ||
2774 | <Configuration name="Debug"> | ||
2775 | <Options> | ||
2776 | <OutputPath>../../bin/</OutputPath> | ||
2777 | </Options> | ||
2778 | </Configuration> | ||
2779 | <Configuration name="Release"> | ||
2780 | <Options> | ||
2781 | <OutputPath>../../bin/</OutputPath> | ||
2782 | </Options> | ||
2783 | </Configuration> | ||
2784 | |||
2785 | <ReferencePath>../../bin/</ReferencePath> | ||
2786 | <Reference name="OpenSim.Framework"/> | ||
2787 | <Reference name="Nini.dll" /> | ||
2788 | <Reference name="nunit.framework.dll" /> | ||
2789 | <Reference name="OpenSim" /> | ||
2790 | <Files> | ||
2791 | <Match pattern="*.cs" recurse="false"/> | ||
2792 | </Files> | ||
2793 | </Project> | ||
2794 | |||
2773 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2795 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2774 | <Configuration name="Debug"> | 2796 | <Configuration name="Debug"> |
2775 | <Options> | 2797 | <Options> |