aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 618b469..392fbdc 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -601,6 +601,64 @@
601 </Files> 601 </Files>
602 </Project> 602 </Project>
603 603
604 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
605 <Configuration name="Debug">
606 <Options>
607 <OutputPath>../../../../bin/</OutputPath>
608 </Options>
609 </Configuration>
610 <Configuration name="Release">
611 <Options>
612 <OutputPath>../../../../bin/</OutputPath>
613 </Options>
614 </Configuration>
615
616 <ReferencePath>../../../../bin/</ReferencePath>
617 <Reference name="System"/>
618 <Reference name="System.Core"/>
619 <Reference name="System.Data"/>
620 <Reference name="System.Xml"/>
621
622 <Files>
623 <Match pattern="*.cs" recurse="true">
624 <Exclude name="Tests" pattern="Tests"/>
625 </Match>
626 </Files>
627 </Project>
628
629 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library">
630 <Configuration name="Debug">
631 <Options>
632 <OutputPath>../../../../bin/Physics/</OutputPath>
633 </Options>
634 </Configuration>
635 <Configuration name="Release">
636 <Options>
637 <OutputPath>../../../../bin/Physics/</OutputPath>
638 </Options>
639 </Configuration>
640
641 <ReferencePath>../../../../bin/</ReferencePath>
642 <Reference name="System"/>
643 <Reference name="System.Core"/>
644 <Reference name="System.Xml"/>
645 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
646 <Reference name="Nini.dll" path="../../../../bin/"/>
647 <Reference name="OpenSim.Framework"/>
648 <Reference name="OpenSim.Region.Framework"/>
649 <Reference name="OpenSim.Region.CoreModules"/>
650 <Reference name="OpenSim.Framework.Console"/>
651 <Reference name="OpenSim.Region.Physics.Manager"/>
652 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
653 <Reference name="log4net.dll" path="../../../../bin/"/>
654
655 <Files>
656 <Match pattern="*.cs" recurse="true">
657 <Exclude name="Tests" pattern="Tests"/>
658 </Match>
659 </Files>
660 </Project>
661
604 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> 662 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library">
605 <Configuration name="Debug"> 663 <Configuration name="Debug">
606 <Options> 664 <Options>