diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index afcae1c..d149010 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1883,6 +1883,7 @@ | |||
1883 | <Reference name="System.Core"/> | 1883 | <Reference name="System.Core"/> |
1884 | <Reference name="System.Xml"/> | 1884 | <Reference name="System.Xml"/> |
1885 | <Reference name="Mono.Addins" path="../../../bin/"/> | 1885 | <Reference name="Mono.Addins" path="../../../bin/"/> |
1886 | <Reference name="NDesk.Options" path="../../../bin/"/> | ||
1886 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1887 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1887 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1888 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
1888 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1889 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
@@ -3093,6 +3094,7 @@ | |||
3093 | <Match path="World/Media/Moap/Tests" pattern="*.cs" recurse="true"/> | 3094 | <Match path="World/Media/Moap/Tests" pattern="*.cs" recurse="true"/> |
3094 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true"/> | 3095 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true"/> |
3095 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true"/> | 3096 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true"/> |
3097 | <Match path="ServiceConnectorsOut/Asset/Tests" pattern="*.cs" recurse="true"/> | ||
3096 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true"/> | 3098 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true"/> |
3097 | <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true"/> | 3099 | <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true"/> |
3098 | </Files> | 3100 | </Files> |
@@ -3373,7 +3375,48 @@ | |||
3373 | </Files> | 3375 | </Files> |
3374 | </Project> | 3376 | </Project> |
3375 | 3377 | ||
3376 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> | 3378 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> |
3379 | <Configuration name="Debug"> | ||
3380 | <Options> | ||
3381 | <OutputPath>../../../bin/</OutputPath> | ||
3382 | </Options> | ||
3383 | </Configuration> | ||
3384 | <Configuration name="Release"> | ||
3385 | <Options> | ||
3386 | <OutputPath>../../../bin/</OutputPath> | ||
3387 | </Options> | ||
3388 | </Configuration> | ||
3389 | |||
3390 | <ReferencePath>../../../bin/</ReferencePath> | ||
3391 | <Reference name="System"/> | ||
3392 | <Reference name="System.Core"/> | ||
3393 | <Reference name="System.Xml"/> | ||
3394 | <Reference name="System.Data"/> | ||
3395 | <Reference name="log4net" path="../../../bin/"/> | ||
3396 | <Reference name="Nini" path="../../../bin/"/> | ||
3397 | <Reference name="nunit.framework" path="../../../bin/"/> | ||
3398 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
3399 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
3400 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
3401 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
3402 | <Reference name="OpenSim.Framework"/> | ||
3403 | <Reference name="OpenSim.Framework.Communications"/> | ||
3404 | <Reference name="OpenSim.Framework.Console"/> | ||
3405 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
3406 | <Reference name="OpenSim.Region.CoreModules"/> | ||
3407 | <Reference name="OpenSim.Region.Framework"/> | ||
3408 | <Reference name="OpenSim.Region.OptionalModules"/> | ||
3409 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
3410 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> | ||
3411 | <Reference name="OpenSim.Services.Interfaces"/> | ||
3412 | <Reference name="OpenSim.Services.AvatarService"/> | ||
3413 | <Reference name="OpenSim.Tests.Common"/> | ||
3414 | <Files> | ||
3415 | <Match pattern="*.cs" recurse="false"/> | ||
3416 | </Files> | ||
3417 | </Project> | ||
3418 | |||
3419 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library"> | ||
3377 | <Configuration name="Debug"> | 3420 | <Configuration name="Debug"> |
3378 | <Options> | 3421 | <Options> |
3379 | <OutputPath>../../../bin/</OutputPath> | 3422 | <OutputPath>../../../bin/</OutputPath> |