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 4e4bc61..ecc60fb 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -575,6 +575,36 @@
575 </Files> 575 </Files>
576 </Project> 576 </Project>
577 577
578 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
579 <Configuration name="Debug">
580 <Options>
581 <OutputPath>../../../../bin/Physics/</OutputPath>
582 </Options>
583 </Configuration>
584 <Configuration name="Release">
585 <Options>
586 <OutputPath>../../../../bin/Physics/</OutputPath>
587 </Options>
588 </Configuration>
589
590 <ReferencePath>../../../../bin/</ReferencePath>
591 <Reference name="System"/>
592 <Reference name="System.Core"/>
593 <Reference name="OpenMetaverseTypes.dll"/>
594 <Reference name="Nini.dll" />
595 <Reference name="OpenSim.Framework"/>
596 <Reference name="OpenSim.Framework.Console"/>
597 <Reference name="OpenSim.Region.Physics.Manager"/>
598 <Reference name="Ode.NET.dll" />
599 <Reference name="log4net.dll"/>
600
601 <Files>
602 <Match pattern="*.cs" recurse="true">
603 <Exclude name="Tests" pattern="Tests"/>
604 </Match>
605 </Files>
606 </Project>
607
578 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> 608 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
579 <Configuration name="Debug"> 609 <Configuration name="Debug">
580 <Options> 610 <Options>
@@ -1065,6 +1095,7 @@
1065 <Reference name="OpenSim.Server.Base"/> 1095 <Reference name="OpenSim.Server.Base"/>
1066 <Reference name="OpenSim.Services.Interfaces"/> 1096 <Reference name="OpenSim.Services.Interfaces"/>
1067 <Reference name="OpenSim.Services.Base"/> 1097 <Reference name="OpenSim.Services.Base"/>
1098 <Reference name="OpenSim.Server.Base"/>
1068 <Reference name="OpenSim.Services.Connectors"/> 1099 <Reference name="OpenSim.Services.Connectors"/>
1069 <Reference name="OpenSim.Data"/> 1100 <Reference name="OpenSim.Data"/>
1070 <Reference name="Nini" path="../../../bin/"/> 1101 <Reference name="Nini" path="../../../bin/"/>
@@ -2287,6 +2318,7 @@
2287 2318
2288 <ReferencePath>../../../../../../bin/</ReferencePath> 2319 <ReferencePath>../../../../../../bin/</ReferencePath>
2289 <Reference name="System"/> 2320 <Reference name="System"/>
2321 <Reference name="System.Core"/>
2290 <Reference name="System.Data"/> 2322 <Reference name="System.Data"/>
2291 <Reference name="System.Web"/> 2323 <Reference name="System.Web"/>
2292 <Reference name="System.Xml"/> 2324 <Reference name="System.Xml"/>