diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index cff14ce..e13ce8b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3421,6 +3421,52 @@ | |||
3421 | </Files> | 3421 | </Files> |
3422 | </Project> | 3422 | </Project> |
3423 | 3423 | ||
3424 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | ||
3425 | <Configuration name="Debug"> | ||
3426 | <Options> | ||
3427 | <OutputPath>../../../bin/</OutputPath> | ||
3428 | </Options> | ||
3429 | </Configuration> | ||
3430 | <Configuration name="Release"> | ||
3431 | <Options> | ||
3432 | <OutputPath>../../../bin/</OutputPath> | ||
3433 | </Options> | ||
3434 | </Configuration> | ||
3435 | |||
3436 | <ReferencePath>../../../bin/</ReferencePath> | ||
3437 | <Reference name="System"/> | ||
3438 | <Reference name="System.Xml"/> | ||
3439 | <Reference name="System.Web"/> | ||
3440 | <Reference name="log4net" path="../../../bin/"/> | ||
3441 | <Reference name="Nini" path="../../../bin/"/> | ||
3442 | <Reference name="nunit.framework" path="../../../bin/"/> | ||
3443 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
3444 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
3445 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
3446 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
3447 | <Reference name="OpenSim.Framework"/> | ||
3448 | <Reference name="OpenSim.Framework.Console"/> | ||
3449 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
3450 | <Reference name="OpenSim.Server.Base"/> | ||
3451 | <Reference name="OpenSim.Server.Handlers"/> | ||
3452 | <Reference name="OpenSim.Services.AssetService"/> | ||
3453 | <Reference name="OpenSim.Services.Base"/> | ||
3454 | <Reference name="OpenSim.Services.Interfaces"/> | ||
3455 | <Reference name="OpenSim.Services.UserAccountService"/> | ||
3456 | <Reference name="OpenSim.Tests.Common"/> | ||
3457 | |||
3458 | <!-- | ||
3459 | TODO: this is kind of lame, we basically build a duplicate | ||
3460 | assembly but with tests added in, just so that we don't | ||
3461 | need to hard code in a bunch of Test directories here. If | ||
3462 | pattern="Tests/*.cs" worked, we wouldn't need this. | ||
3463 | --> | ||
3464 | <Files> | ||
3465 | <!-- SADLY the way this works means you need to keep adding these paths --> | ||
3466 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | ||
3467 | </Files> | ||
3468 | </Project> | ||
3469 | |||
3424 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> | 3470 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> |
3425 | <Configuration name="Debug"> | 3471 | <Configuration name="Debug"> |
3426 | <Options> | 3472 | <Options> |