aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index e530213..32a5ae1 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -943,6 +943,26 @@
943 </Project> 943 </Project>
944 944
945 <!-- ClientStack Plugins --> 945 <!-- ClientStack Plugins -->
946 <Project name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library">
947 <Configuration name="Debug">
948 <Options>
949 <OutputPath>../../../../../bin/</OutputPath>
950 </Options>
951 </Configuration>
952 <Configuration name="Release">
953 <Options>
954 <OutputPath>../../../../../bin/</OutputPath>
955 </Options>
956 </Configuration>
957
958 <ReferencePath>../../../../../bin/</ReferencePath>
959 <Reference name="nunit.framework.dll" />
960
961 <Files>
962 <Match pattern="*.cs" recurse="false"/>
963 </Files>
964 </Project>
965
946 <Project name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/LindenUDP" type="Library"> 966 <Project name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/LindenUDP" type="Library">
947 <Configuration name="Debug"> 967 <Configuration name="Debug">
948 <Options> 968 <Options>
@@ -975,7 +995,7 @@
975 <Reference name="log4net.dll"/> 995 <Reference name="log4net.dll"/>
976 996
977 <Files> 997 <Files>
978 <Match pattern="*.cs" recurse="true"/> 998 <Match pattern="*.cs" recurse="false"/>
979 </Files> 999 </Files>
980 </Project> 1000 </Project>
981 1001