aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml64
1 files changed, 63 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f8d03f3..64e8e32 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/>
@@ -552,6 +552,66 @@
552 </Files> 552 </Files>
553 </Project> 553 </Project>
554 554
555 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
556 <Configuration name="Debug">
557 <Options>
558 <OutputPath>../../../../bin/Physics/</OutputPath>
559 </Options>
560 </Configuration>
561 <Configuration name="Release">
562 <Options>
563 <OutputPath>../../../../bin/Physics/</OutputPath>
564 </Options>
565 </Configuration>
566
567 <ReferencePath>../../../../bin/</ReferencePath>
568 <Reference name="System"/>
569 <Reference name="System.Core"/>
570 <Reference name="OpenMetaverseTypes.dll"/>
571 <Reference name="Nini.dll" />
572 <Reference name="OpenSim.Framework"/>
573 <Reference name="OpenSim.Framework.Console"/>
574 <Reference name="OpenSim.Region.Physics.Manager"/>
575 <Reference name="Ode.NET.dll" />
576 <Reference name="log4net.dll"/>
577
578 <Files>
579 <Match pattern="*.cs" recurse="true">
580 <Exclude name="Tests" pattern="Tests"/>
581 </Match>
582 </Files>
583 </Project>
584
585 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library">
586 <Configuration name="Debug">
587 <Options>
588 <OutputPath>../../../../bin/Physics/</OutputPath>
589 </Options>
590 </Configuration>
591 <Configuration name="Release">
592 <Options>
593 <OutputPath>../../../../bin/Physics/</OutputPath>
594 </Options>
595 </Configuration>
596
597 <ReferencePath>../../../../bin/</ReferencePath>
598 <Reference name="System"/>
599 <Reference name="System.Core"/>
600 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
601 <Reference name="Nini" path="../../../../bin/"/>
602
603 <Reference name="OpenSim.Framework"/>
604 <Reference name="OpenSim.Framework.Console"/>
605 <Reference name="OpenSim.Region.Physics.Manager"/>
606 <Reference name="log4net" path="../../../../bin/"/>
607
608 <Files>
609 <Match pattern="*.cs" recurse="true">
610 <Exclude name="Tests" pattern="Tests"/>
611 </Match>
612 </Files>
613 </Project>
614
555 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> 615 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
556 <Configuration name="Debug"> 616 <Configuration name="Debug">
557 <Options> 617 <Options>
@@ -1044,6 +1104,7 @@
1044 <Reference name="OpenSim.Server.Base"/> 1104 <Reference name="OpenSim.Server.Base"/>
1045 <Reference name="OpenSim.Services.Interfaces"/> 1105 <Reference name="OpenSim.Services.Interfaces"/>
1046 <Reference name="OpenSim.Services.Base"/> 1106 <Reference name="OpenSim.Services.Base"/>
1107 <Reference name="OpenSim.Server.Base"/>
1047 <Reference name="OpenSim.Services.Connectors"/> 1108 <Reference name="OpenSim.Services.Connectors"/>
1048 <Reference name="OpenSim.Data"/> 1109 <Reference name="OpenSim.Data"/>
1049 <Reference name="Nini" path="../../../bin/"/> 1110 <Reference name="Nini" path="../../../bin/"/>
@@ -2268,6 +2329,7 @@
2268 2329
2269 <ReferencePath>../../../../../../bin/</ReferencePath> 2330 <ReferencePath>../../../../../../bin/</ReferencePath>
2270 <Reference name="System"/> 2331 <Reference name="System"/>
2332 <Reference name="System.Core"/>
2271 <Reference name="System.Data"/> 2333 <Reference name="System.Data"/>
2272 <Reference name="System.Web"/> 2334 <Reference name="System.Web"/>
2273 <Reference name="System.Xml"/> 2335 <Reference name="System.Xml"/>