aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 3acb6d4..ca1a533 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -504,6 +504,34 @@
504 </Files> 504 </Files>
505 </Project> 505 </Project>
506 506
507 <Project name="OpenSim.Region.Physics.BulletDotNETPlugin" path="OpenSim/Region/Physics/BulletDotNETPlugin" type="Library">
508 <Configuration name="Debug">
509 <Options>
510 <OutputPath>../../../../bin/Physics/</OutputPath>
511 </Options>
512 </Configuration>
513 <Configuration name="Release">
514 <Options>
515 <OutputPath>../../../../bin/Physics/</OutputPath>
516 </Options>
517 </Configuration>
518
519 <ReferencePath>../../../../bin/</ReferencePath>
520 <Reference name="System"/>
521 <Reference name="OpenMetaverseTypes.dll"/>
522 <Reference name="Nini.dll" />
523 <Reference name="OpenSim.Framework"/>
524 <Reference name="OpenSim.Framework.Console"/>
525 <Reference name="OpenSim.Region.Physics.Manager"/>
526 <Reference name="BulletDotNET.dll" />
527 <Reference name="nunit.framework.dll" />
528 <Reference name="log4net.dll"/>
529
530 <Files>
531 <Match pattern="*.cs" recurse="true"/>
532 </Files>
533 </Project>
534
507 <Project name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> 535 <Project name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library">
508 <Configuration name="Debug"> 536 <Configuration name="Debug">
509 <Options> 537 <Options>