aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index a204c0f..abd2fa0 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.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> 606 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
577 <Configuration name="Debug"> 607 <Configuration name="Debug">
578 <Options> 608 <Options>
@@ -1062,6 +1092,7 @@
1062 <Reference name="OpenSim.Server.Base"/> 1092 <Reference name="OpenSim.Server.Base"/>
1063 <Reference name="OpenSim.Services.Interfaces"/> 1093 <Reference name="OpenSim.Services.Interfaces"/>
1064 <Reference name="OpenSim.Services.Base"/> 1094 <Reference name="OpenSim.Services.Base"/>
1095 <Reference name="OpenSim.Server.Base"/>
1065 <Reference name="OpenSim.Services.Connectors"/> 1096 <Reference name="OpenSim.Services.Connectors"/>
1066 <Reference name="OpenSim.Data"/> 1097 <Reference name="OpenSim.Data"/>
1067 <Reference name="Nini" path="../../../bin/"/> 1098 <Reference name="Nini" path="../../../bin/"/>
@@ -2282,6 +2313,7 @@
2282 2313
2283 <ReferencePath>../../../../../../bin/</ReferencePath> 2314 <ReferencePath>../../../../../../bin/</ReferencePath>
2284 <Reference name="System"/> 2315 <Reference name="System"/>
2316 <Reference name="System.Core"/>
2285 <Reference name="System.Data"/> 2317 <Reference name="System.Data"/>
2286 <Reference name="System.Web"/> 2318 <Reference name="System.Web"/>
2287 <Reference name="System.Xml"/> 2319 <Reference name="System.Xml"/>