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 1eb8fee..4158ed1 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -544,6 +544,36 @@
544 </Files> 544 </Files>
545 </Project> 545 </Project>
546 546
547 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
548 <Configuration name="Debug">
549 <Options>
550 <OutputPath>../../../../bin/Physics/</OutputPath>
551 </Options>
552 </Configuration>
553 <Configuration name="Release">
554 <Options>
555 <OutputPath>../../../../bin/Physics/</OutputPath>
556 </Options>
557 </Configuration>
558
559 <ReferencePath>../../../../bin/</ReferencePath>
560 <Reference name="System"/>
561 <Reference name="System.Core"/>
562 <Reference name="OpenMetaverseTypes.dll"/>
563 <Reference name="Nini.dll" />
564 <Reference name="OpenSim.Framework"/>
565 <Reference name="OpenSim.Framework.Console"/>
566 <Reference name="OpenSim.Region.Physics.Manager"/>
567 <Reference name="Ode.NET.dll" />
568 <Reference name="log4net.dll"/>
569
570 <Files>
571 <Match pattern="*.cs" recurse="true">
572 <Exclude name="Tests" pattern="Tests"/>
573 </Match>
574 </Files>
575 </Project>
576
547 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> 577 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library">
548 <Configuration name="Debug"> 578 <Configuration name="Debug">
549 <Options> 579 <Options>