aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--prebuild.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index a07ad14..a97d34f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -573,6 +573,36 @@
573 </Files> 573 </Files>
574 </Project> 574 </Project>
575 575
576 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
577 <Configuration name="Debug">
578 <Options>
579 <OutputPath>../../../../bin/Physics/</OutputPath>
580 </Options>
581 </Configuration>
582 <Configuration name="Release">
583 <Options>
584 <OutputPath>../../../../bin/Physics/</OutputPath>
585 </Options>
586 </Configuration>
587
588 <ReferencePath>../../../../bin/</ReferencePath>
589 <Reference name="System"/>
590 <Reference name="System.Core"/>
591 <Reference name="OpenMetaverseTypes.dll"/>
592 <Reference name="Nini.dll" />
593 <Reference name="OpenSim.Framework"/>
594 <Reference name="OpenSim.Framework.Console"/>
595 <Reference name="OpenSim.Region.Physics.Manager"/>
596 <Reference name="Ode.NET.dll" />
597 <Reference name="log4net.dll"/>
598
599 <Files>
600 <Match pattern="*.cs" recurse="true">
601 <Exclude name="Tests" pattern="Tests"/>
602 </Match>
603 </Files>
604 </Project>
605
576 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> 606 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library">
577 <Configuration name="Debug"> 607 <Configuration name="Debug">
578 <Options> 608 <Options>
@@ -1060,6 +1090,7 @@
1060 <Reference name="OpenSim.Server.Base"/> 1090 <Reference name="OpenSim.Server.Base"/>
1061 <Reference name="OpenSim.Services.Interfaces"/> 1091 <Reference name="OpenSim.Services.Interfaces"/>
1062 <Reference name="OpenSim.Services.Base"/> 1092 <Reference name="OpenSim.Services.Base"/>
1093 <Reference name="OpenSim.Server.Base"/>
1063 <Reference name="OpenSim.Services.Connectors"/> 1094 <Reference name="OpenSim.Services.Connectors"/>
1064 <Reference name="OpenSim.Data"/> 1095 <Reference name="OpenSim.Data"/>
1065 <Reference name="Nini" path="../../../bin/"/> 1096 <Reference name="Nini" path="../../../bin/"/>
@@ -2273,6 +2304,7 @@
2273 2304
2274 <ReferencePath>../../../../../../bin/</ReferencePath> 2305 <ReferencePath>../../../../../../bin/</ReferencePath>
2275 <Reference name="System"/> 2306 <Reference name="System"/>
2307 <Reference name="System.Core"/>
2276 <Reference name="System.Data"/> 2308 <Reference name="System.Data"/>
2277 <Reference name="System.Web"/> 2309 <Reference name="System.Web"/>
2278 <Reference name="System.Xml"/> 2310 <Reference name="System.Xml"/>