aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml20
1 files changed, 9 insertions, 11 deletions
diff --git a/prebuild.xml b/prebuild.xml
index c2e024a..8a45156 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3067,27 +3067,26 @@
3067 </Files> 3067 </Files>
3068 </Project> 3068 </Project>
3069 3069
3070 <!-- Commented for now until new unit tests are written for the new LLUDP implementation 3070 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3071 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library">
3072 <Configuration name="Debug"> 3071 <Configuration name="Debug">
3073 <Options> 3072 <Options>
3074 <OutputPath>../../../../../bin/</OutputPath> 3073 <OutputPath>../../../../../../bin/</OutputPath>
3075 </Options> 3074 </Options>
3076 </Configuration> 3075 </Configuration>
3077 <Configuration name="Release"> 3076 <Configuration name="Release">
3078 <Options> 3077 <Options>
3079 <OutputPath>../../../../../bin/</OutputPath> 3078 <OutputPath>../../../../../../bin/</OutputPath>
3080 </Options> 3079 </Options>
3081 </Configuration> 3080 </Configuration>
3082 3081
3083 <ReferencePath>../../../../../bin/</ReferencePath> 3082 <ReferencePath>../../../../../../bin/</ReferencePath>
3084 <Reference name="System"/> 3083 <Reference name="System"/>
3085 <Reference name="System.Xml"/> 3084 <Reference name="System.Xml"/>
3086 <Reference name="log4net"/> 3085 <Reference name="log4net" path="../../../../../../bin/"/>
3087 <Reference name="Nini" /> 3086 <Reference name="Nini" path="../../../../../../bin/"/>
3088 <Reference name="nunit.framework" /> 3087 <Reference name="nunit.framework" path="../../../../../../bin/"/>
3089 <Reference name="OpenMetaverse"/> 3088 <Reference name="OpenMetaverse" path="../../../../../../bin/"/>
3090 <Reference name="OpenMetaverseTypes"/> 3089 <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/>
3091 <Reference name="OpenSim.Framework"/> 3090 <Reference name="OpenSim.Framework"/>
3092 <Reference name="OpenSim.Framework.Communications"/> 3091 <Reference name="OpenSim.Framework.Communications"/>
3093 <Reference name="OpenSim.Framework.Statistics"/> 3092 <Reference name="OpenSim.Framework.Statistics"/>
@@ -3101,7 +3100,6 @@
3101 <Match pattern="*.cs" recurse="false"/> 3100 <Match pattern="*.cs" recurse="false"/>
3102 </Files> 3101 </Files>
3103 </Project> 3102 </Project>
3104 -->
3105 3103
3106 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3104 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3107 <Configuration name="Debug"> 3105 <Configuration name="Debug">