diff options
author | Justin Clarke Casey | 2008-12-10 17:43:45 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-10 17:43:45 +0000 |
commit | 93977c2d4715211d97c7adfd7cf78ff711a5b7eb (patch) | |
tree | 427f021145c6073ea38ab0ace235fb7dd5ba3784 /prebuild.xml | |
parent | * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315 (diff) | |
download | opensim-SC_OLD-93977c2d4715211d97c7adfd7cf78ff711a5b7eb.zip opensim-SC_OLD-93977c2d4715211d97c7adfd7cf78ff711a5b7eb.tar.gz opensim-SC_OLD-93977c2d4715211d97c7adfd7cf78ff711a5b7eb.tar.bz2 opensim-SC_OLD-93977c2d4715211d97c7adfd7cf78ff711a5b7eb.tar.xz |
* Establish OpenSim.Framework.Communications.Tests beachhead
* No valid tests yet
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index 981c0bb..d2355a7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -745,10 +745,35 @@ | |||
745 | <Reference name="Nini.dll" /> | 745 | <Reference name="Nini.dll" /> |
746 | <Reference name="XMLRPC.dll"/> | 746 | <Reference name="XMLRPC.dll"/> |
747 | <Reference name="log4net.dll"/> | 747 | <Reference name="log4net.dll"/> |
748 | <Reference name="GlynnTucker.Cache.dll"/> | 748 | <Reference name="GlynnTucker.Cache.dll"/> |
749 | 749 | ||
750 | <Files> | 750 | <Files> |
751 | <Match pattern="*.cs" recurse="true"/> | 751 | <Match pattern="*.cs" recurse="true"> |
752 | <Exclude name="Tests" pattern="Tests"/> | ||
753 | </Match> | ||
754 | </Files> | ||
755 | </Project> | ||
756 | |||
757 | <Project name="OpenSim.Framework.Communications.Tests" path="OpenSim/Framework/Communications/Tests" type="Library"> | ||
758 | <Configuration name="Debug"> | ||
759 | <Options> | ||
760 | <OutputPath>../../../../bin/</OutputPath> | ||
761 | </Options> | ||
762 | </Configuration> | ||
763 | <Configuration name="Release"> | ||
764 | <Options> | ||
765 | <OutputPath>../../../../bin/</OutputPath> | ||
766 | </Options> | ||
767 | </Configuration> | ||
768 | |||
769 | <ReferencePath>../../../../bin/</ReferencePath> | ||
770 | <Reference name="System"/> | ||
771 | <Reference name="log4net.dll"/> | ||
772 | <Reference name="nunit.framework.dll" /> | ||
773 | <Reference name="OpenSim.Framework.Communications"/> | ||
774 | |||
775 | <Files> | ||
776 | <Match pattern="*.cs" recurse="false"/> | ||
752 | </Files> | 777 | </Files> |
753 | </Project> | 778 | </Project> |
754 | 779 | ||