aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml98
1 files changed, 97 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f8d03f3..0123c2a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -6,7 +6,7 @@
6 <CompilerDefines>TRACE;DEBUG</CompilerDefines> 6 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode> 7 <OptimizeCode>false</OptimizeCode>
8 <CheckUnderflowOverflow>false</CheckUnderflowOverflow> 8 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
9 <AllowUnsafe>false</AllowUnsafe> 9 <AllowUnsafe>true</AllowUnsafe>
10 <WarningLevel>4</WarningLevel> 10 <WarningLevel>4</WarningLevel>
11 <WarningsAsErrors>false</WarningsAsErrors> 11 <WarningsAsErrors>false</WarningsAsErrors>
12 <SuppressWarnings/> 12 <SuppressWarnings/>
@@ -577,6 +577,68 @@
577 </Files> 577 </Files>
578 </Project> 578 </Project>
579 579
580 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
581 <Configuration name="Debug">
582 <Options>
583 <OutputPath>../../../../bin/Physics/</OutputPath>
584 </Options>
585 </Configuration>
586 <Configuration name="Release">
587 <Options>
588 <OutputPath>../../../../bin/Physics/</OutputPath>
589 </Options>
590 </Configuration>
591
592 <ReferencePath>../../../../bin/</ReferencePath>
593 <Reference name="System"/>
594 <Reference name="System.Core"/>
595 <Reference name="OpenMetaverseTypes.dll"/>
596 <Reference name="Nini.dll" />
597 <Reference name="OpenSim.Framework"/>
598 <Reference name="OpenSim.Framework.Console"/>
599 <Reference name="OpenSim.Region.Physics.Manager"/>
600 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
601 <Reference name="Ode.NET.dll" />
602 <Reference name="log4net.dll"/>
603
604 <Files>
605 <Match pattern="*.cs" recurse="true">
606 <Exclude name="Tests" pattern="Tests"/>
607 </Match>
608 </Files>
609 </Project>
610
611 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library">
612 <Configuration name="Debug">
613 <Options>
614 <OutputPath>../../../../bin/Physics/</OutputPath>
615 </Options>
616 </Configuration>
617 <Configuration name="Release">
618 <Options>
619 <OutputPath>../../../../bin/Physics/</OutputPath>
620 </Options>
621 </Configuration>
622
623 <ReferencePath>../../../../bin/</ReferencePath>
624 <Reference name="System"/>
625 <Reference name="System.Core"/>
626 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
627 <Reference name="Nini" path="../../../../bin/"/>
628
629 <Reference name="OpenSim.Framework"/>
630 <Reference name="OpenSim.Framework.Console"/>
631 <Reference name="OpenSim.Region.Physics.Manager"/>
632 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
633 <Reference name="log4net" path="../../../../bin/"/>
634
635 <Files>
636 <Match pattern="*.cs" recurse="true">
637 <Exclude name="Tests" pattern="Tests"/>
638 </Match>
639 </Files>
640 </Project>
641
580 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> 642 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library">
581 <Configuration name="Debug"> 643 <Configuration name="Debug">
582 <Options> 644 <Options>
@@ -641,6 +703,38 @@
641 </Files> 703 </Files>
642 </Project> 704 </Project>
643 705
706 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library">
707 <Configuration name="Debug">
708 <Options>
709 <OutputPath>../../../../bin/Physics/</OutputPath>
710 </Options>
711 </Configuration>
712 <Configuration name="Release">
713 <Options>
714 <OutputPath>../../../../bin/Physics/</OutputPath>
715 </Options>
716 </Configuration>
717
718 <ReferencePath>../../../../bin/</ReferencePath>
719 <Reference name="System"/>
720 <Reference name="System.Drawing"/>
721 <Reference name="CSJ2K" path="../../../../bin/"/>
722 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
723 <Reference name="OpenMetaverse" path="../../../../bin/"/>
724 <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/>
725 <Reference name="Nini" path="../../../../bin/"/>
726 <Reference name="OpenSim.Framework"/>
727 <Reference name="OpenSim.Framework.Console"/>
728 <Reference name="OpenSim.Region.Physics.Manager"/>
729 <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/>
730 <Reference name="log4net" path="../../../../bin/"/>
731 <Reference name="zlib.net" path="../../../../bin/"/>
732
733 <Files>
734 <Match pattern="*.cs" recurse="true"/>
735 </Files>
736 </Project>
737
644 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> 738 <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library">
645 <Configuration name="Debug"> 739 <Configuration name="Debug">
646 <Options> 740 <Options>
@@ -1044,6 +1138,7 @@
1044 <Reference name="OpenSim.Server.Base"/> 1138 <Reference name="OpenSim.Server.Base"/>
1045 <Reference name="OpenSim.Services.Interfaces"/> 1139 <Reference name="OpenSim.Services.Interfaces"/>
1046 <Reference name="OpenSim.Services.Base"/> 1140 <Reference name="OpenSim.Services.Base"/>
1141 <Reference name="OpenSim.Server.Base"/>
1047 <Reference name="OpenSim.Services.Connectors"/> 1142 <Reference name="OpenSim.Services.Connectors"/>
1048 <Reference name="OpenSim.Data"/> 1143 <Reference name="OpenSim.Data"/>
1049 <Reference name="Nini" path="../../../bin/"/> 1144 <Reference name="Nini" path="../../../bin/"/>
@@ -2268,6 +2363,7 @@
2268 2363
2269 <ReferencePath>../../../../../../bin/</ReferencePath> 2364 <ReferencePath>../../../../../../bin/</ReferencePath>
2270 <Reference name="System"/> 2365 <Reference name="System"/>
2366 <Reference name="System.Core"/>
2271 <Reference name="System.Data"/> 2367 <Reference name="System.Data"/>
2272 <Reference name="System.Web"/> 2368 <Reference name="System.Web"/>
2273 <Reference name="System.Xml"/> 2369 <Reference name="System.Xml"/>