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 106ae39..74238d1 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3360,6 +3360,40 @@ | |||
3360 | </Files> | 3360 | </Files> |
3361 | </Project> | 3361 | </Project> |
3362 | 3362 | ||
3363 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin.Tests" path="OpenSim/Region/Physics/BulletSPlugin/Tests" type="Library"> | ||
3364 | <Configuration name="Debug"> | ||
3365 | <Options> | ||
3366 | <OutputPath>../../../../../bin/</OutputPath> | ||
3367 | </Options> | ||
3368 | </Configuration> | ||
3369 | <Configuration name="Release"> | ||
3370 | <Options> | ||
3371 | <OutputPath>../../../../../bin/</OutputPath> | ||
3372 | </Options> | ||
3373 | </Configuration> | ||
3374 | |||
3375 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
3376 | <Reference name="System"/> | ||
3377 | <Reference name="System.Core"/> | ||
3378 | <Reference name="System.Data"/> | ||
3379 | <Reference name="Nini" path="../../../../../bin/"/> | ||
3380 | <Reference name="log4net" path="../../../../../bin/"/> | ||
3381 | <Reference name="nunit.framework" path="../../../../../bin/"/> | ||
3382 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | ||
3383 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | ||
3384 | <Reference name="OpenSim.Framework"/> | ||
3385 | <Reference name="OpenSim.Tests.Common"/> | ||
3386 | <Reference name="OpenSim.Region.CoreModules"/> | ||
3387 | <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../../bin/Physics/"/> | ||
3388 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
3389 | <Reference name="OpenSim.Region.Physics.BulletSPlugin" path="../../../../../bin/Physics/"/> | ||
3390 | |||
3391 | <Files> | ||
3392 | <Match pattern="*.cs" recurse="false"/> | ||
3393 | </Files> | ||
3394 | </Project> | ||
3395 | |||
3396 | |||
3363 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> | 3397 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library"> |
3364 | <Configuration name="Debug"> | 3398 | <Configuration name="Debug"> |
3365 | <Options> | 3399 | <Options> |