diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8a75380..329ff73 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3359,6 +3359,40 @@ | |||
3359 | </Files> | 3359 | </Files> |
3360 | </Project> | 3360 | </Project> |
3361 | 3361 | ||
3362 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin.Tests" path="OpenSim/Region/Physics/BulletSPlugin/Tests" type="Library"> | ||
3363 | <Configuration name="Debug"> | ||
3364 | <Options> | ||
3365 | <OutputPath>../../../../../bin/</OutputPath> | ||
3366 | </Options> | ||
3367 | </Configuration> | ||
3368 | <Configuration name="Release"> | ||
3369 | <Options> | ||
3370 | <OutputPath>../../../../../bin/</OutputPath> | ||
3371 | </Options> | ||
3372 | </Configuration> | ||
3373 | |||
3374 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
3375 | <Reference name="System"/> | ||
3376 | <Reference name="System.Core"/> | ||
3377 | <Reference name="System.Data"/> | ||
3378 | <Reference name="Nini" path="../../../../../bin/"/> | ||
3379 | <Reference name="log4net" path="../../../../../bin/"/> | ||
3380 | <Reference name="nunit.framework" path="../../../../../bin/"/> | ||
3381 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | ||
3382 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | ||
3383 | <Reference name="OpenSim.Framework"/> | ||
3384 | <Reference name="OpenSim.Tests.Common"/> | ||
3385 | <Reference name="OpenSim.Region.CoreModules"/> | ||
3386 | <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../../bin/Physics/"/> | ||
3387 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
3388 | <Reference name="OpenSim.Region.Physics.BulletSPlugin" path="../../../../../bin/Physics/"/> | ||
3389 | |||
3390 | <Files> | ||
3391 | <Match pattern="*.cs" recurse="false"/> | ||
3392 | </Files> | ||
3393 | </Project> | ||
3394 | |||
3395 | |||
3362 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | 3396 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> |
3363 | <Configuration name="Debug"> | 3397 | <Configuration name="Debug"> |
3364 | <Options> | 3398 | <Options> |