diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/prebuild.xml b/prebuild.xml index 3b4ea39..6fe95a8 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3099,27 +3099,26 @@ | |||
3099 | </Files> | 3099 | </Files> |
3100 | </Project> | 3100 | </Project> |
3101 | 3101 | ||
3102 | <!-- Commented for now until new unit tests are written for the new LLUDP implementation | 3102 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3103 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library"> | ||
3104 | <Configuration name="Debug"> | 3103 | <Configuration name="Debug"> |
3105 | <Options> | 3104 | <Options> |
3106 | <OutputPath>../../../../../bin/</OutputPath> | 3105 | <OutputPath>../../../../../../bin/</OutputPath> |
3107 | </Options> | 3106 | </Options> |
3108 | </Configuration> | 3107 | </Configuration> |
3109 | <Configuration name="Release"> | 3108 | <Configuration name="Release"> |
3110 | <Options> | 3109 | <Options> |
3111 | <OutputPath>../../../../../bin/</OutputPath> | 3110 | <OutputPath>../../../../../../bin/</OutputPath> |
3112 | </Options> | 3111 | </Options> |
3113 | </Configuration> | 3112 | </Configuration> |
3114 | 3113 | ||
3115 | <ReferencePath>../../../../../bin/</ReferencePath> | 3114 | <ReferencePath>../../../../../../bin/</ReferencePath> |
3116 | <Reference name="System"/> | 3115 | <Reference name="System"/> |
3117 | <Reference name="System.Xml"/> | 3116 | <Reference name="System.Xml"/> |
3118 | <Reference name="log4net"/> | 3117 | <Reference name="log4net" path="../../../../../../bin/"/> |
3119 | <Reference name="Nini" /> | 3118 | <Reference name="Nini" path="../../../../../../bin/"/> |
3120 | <Reference name="nunit.framework" /> | 3119 | <Reference name="nunit.framework" path="../../../../../../bin/"/> |
3121 | <Reference name="OpenMetaverse"/> | 3120 | <Reference name="OpenMetaverse" path="../../../../../../bin/"/> |
3122 | <Reference name="OpenMetaverseTypes"/> | 3121 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
3123 | <Reference name="OpenSim.Framework"/> | 3122 | <Reference name="OpenSim.Framework"/> |
3124 | <Reference name="OpenSim.Framework.Communications"/> | 3123 | <Reference name="OpenSim.Framework.Communications"/> |
3125 | <Reference name="OpenSim.Framework.Statistics"/> | 3124 | <Reference name="OpenSim.Framework.Statistics"/> |
@@ -3133,7 +3132,6 @@ | |||
3133 | <Match pattern="*.cs" recurse="false"/> | 3132 | <Match pattern="*.cs" recurse="false"/> |
3134 | </Files> | 3133 | </Files> |
3135 | </Project> | 3134 | </Project> |
3136 | --> | ||
3137 | 3135 | ||
3138 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3136 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3139 | <Configuration name="Debug"> | 3137 | <Configuration name="Debug"> |