aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 7881cd7..4d1c270 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -543,6 +543,36 @@
543 </Files> 543 </Files>
544 </Project> 544 </Project>
545 545
546 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
547 <Configuration name="Debug">
548 <Options>
549 <OutputPath>../../../../bin/Physics/</OutputPath>
550 </Options>
551 </Configuration>
552 <Configuration name="Release">
553 <Options>
554 <OutputPath>../../../../bin/Physics/</OutputPath>
555 </Options>
556 </Configuration>
557
558 <ReferencePath>../../../../bin/</ReferencePath>
559 <Reference name="System"/>
560 <Reference name="System.Core"/>
561 <Reference name="OpenMetaverseTypes.dll"/>
562 <Reference name="Nini.dll" />
563 <Reference name="OpenSim.Framework"/>
564 <Reference name="OpenSim.Framework.Console"/>
565 <Reference name="OpenSim.Region.Physics.Manager"/>
566 <Reference name="Ode.NET.dll" />
567 <Reference name="log4net.dll"/>
568
569 <Files>
570 <Match pattern="*.cs" recurse="true">
571 <Exclude name="Tests" pattern="Tests"/>
572 </Match>
573 </Files>
574 </Project>
575
546 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> 576 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library">
547 <Configuration name="Debug"> 577 <Configuration name="Debug">
548 <Options> 578 <Options>