aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2012-08-31 01:32:18 +0100
committerMelanie2012-08-31 01:32:18 +0100
commit1b15144208d925bf1fe6c545616b533faf8945ea (patch)
treea7720bb8c2ddcdc1470cf991e26c62b2b1a46be9 /prebuild.xml
parentMerge branch 'avination' into careminster (diff)
parentReplace SendBannedUserList with Avination's version. Untested in core. Not ev... (diff)
downloadopensim-SC-1b15144208d925bf1fe6c545616b533faf8945ea.zip
opensim-SC-1b15144208d925bf1fe6c545616b533faf8945ea.tar.gz
opensim-SC-1b15144208d925bf1fe6c545616b533faf8945ea.tar.bz2
opensim-SC-1b15144208d925bf1fe6c545616b533faf8945ea.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml42
1 files changed, 41 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f85550a..d0f6726 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3371,7 +3371,47 @@
3371 </Files> 3371 </Files>
3372 </Project> 3372 </Project>
3373 3373
3374 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> 3374 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library">
3375 <Configuration name="Debug">
3376 <Options>
3377 <OutputPath>../../../bin/</OutputPath>
3378 </Options>
3379 </Configuration>
3380 <Configuration name="Release">
3381 <Options>
3382 <OutputPath>../../../bin/</OutputPath>
3383 </Options>
3384 </Configuration>
3385
3386 <ReferencePath>../../../bin/</ReferencePath>
3387 <Reference name="System"/>
3388 <Reference name="System.Xml"/>
3389 <Reference name="System.Data"/>
3390 <Reference name="log4net" path="../../../bin/"/>
3391 <Reference name="Nini" path="../../../bin/"/>
3392 <Reference name="nunit.framework" path="../../../bin/"/>
3393 <Reference name="OpenMetaverse" path="../../../bin/"/>
3394 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
3395 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
3396 <Reference name="XMLRPC" path="../../../bin/"/>
3397 <Reference name="OpenSim.Framework"/>
3398 <Reference name="OpenSim.Framework.Communications"/>
3399 <Reference name="OpenSim.Framework.Console"/>
3400 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3401 <Reference name="OpenSim.Region.CoreModules"/>
3402 <Reference name="OpenSim.Region.Framework"/>
3403 <Reference name="OpenSim.Region.OptionalModules"/>
3404 <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
3405 <Reference name="OpenSim.Region.ScriptEngine.XEngine"/>
3406 <Reference name="OpenSim.Services.Interfaces"/>
3407 <Reference name="OpenSim.Services.AvatarService"/>
3408 <Reference name="OpenSim.Tests.Common"/>
3409 <Files>
3410 <Match pattern="*.cs" recurse="false"/>
3411 </Files>
3412 </Project>
3413
3414 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library">
3375 <Configuration name="Debug"> 3415 <Configuration name="Debug">
3376 <Options> 3416 <Options>
3377 <OutputPath>../../../bin/</OutputPath> 3417 <OutputPath>../../../bin/</OutputPath>