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 79814ac..358bc3c 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/>
@@ -551,6 +551,66 @@
551 </Files> 551 </Files>
552 </Project> 552 </Project>
553 553
554 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library">
555 <Configuration name="Debug">
556 <Options>
557 <OutputPath>../../../../bin/Physics/</OutputPath>
558 </Options>
559 </Configuration>
560 <Configuration name="Release">
561 <Options>
562 <OutputPath>../../../../bin/Physics/</OutputPath>
563 </Options>
564 </Configuration>
565
566 <ReferencePath>../../../../bin/</ReferencePath>
567 <Reference name="System"/>
568 <Reference name="System.Core"/>
569 <Reference name="OpenMetaverseTypes.dll"/>
570 <Reference name="Nini.dll" />
571 <Reference name="OpenSim.Framework"/>
572 <Reference name="OpenSim.Framework.Console"/>
573 <Reference name="OpenSim.Region.Physics.Manager"/>
574 <Reference name="Ode.NET.dll" />
575 <Reference name="log4net.dll"/>
576
577 <Files>
578 <Match pattern="*.cs" recurse="true">
579 <Exclude name="Tests" pattern="Tests"/>
580 </Match>
581 </Files>
582 </Project>
583
584 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library">
585 <Configuration name="Debug">
586 <Options>
587 <OutputPath>../../../../bin/Physics/</OutputPath>
588 </Options>
589 </Configuration>
590 <Configuration name="Release">
591 <Options>
592 <OutputPath>../../../../bin/Physics/</OutputPath>
593 </Options>
594 </Configuration>
595
596 <ReferencePath>../../../../bin/</ReferencePath>
597 <Reference name="System"/>
598 <Reference name="System.Core"/>
599 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
600 <Reference name="Nini" path="../../../../bin/"/>
601
602 <Reference name="OpenSim.Framework"/>
603 <Reference name="OpenSim.Framework.Console"/>
604 <Reference name="OpenSim.Region.Physics.Manager"/>
605 <Reference name="log4net" path="../../../../bin/"/>
606
607 <Files>
608 <Match pattern="*.cs" recurse="true">
609 <Exclude name="Tests" pattern="Tests"/>
610 </Match>
611 </Files>
612 </Project>
613
554 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> 614 <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
555 <Configuration name="Debug"> 615 <Configuration name="Debug">
556 <Options> 616 <Options>
@@ -1043,6 +1103,7 @@
1043 <Reference name="OpenSim.Server.Base"/> 1103 <Reference name="OpenSim.Server.Base"/>
1044 <Reference name="OpenSim.Services.Interfaces"/> 1104 <Reference name="OpenSim.Services.Interfaces"/>
1045 <Reference name="OpenSim.Services.Base"/> 1105 <Reference name="OpenSim.Services.Base"/>
1106 <Reference name="OpenSim.Server.Base"/>
1046 <Reference name="OpenSim.Services.Connectors"/> 1107 <Reference name="OpenSim.Services.Connectors"/>
1047 <Reference name="OpenSim.Data"/> 1108 <Reference name="OpenSim.Data"/>
1048 <Reference name="Nini" path="../../../bin/"/> 1109 <Reference name="Nini" path="../../../bin/"/>
@@ -2266,6 +2327,7 @@
2266 2327
2267 <ReferencePath>../../../../../../bin/</ReferencePath> 2328 <ReferencePath>../../../../../../bin/</ReferencePath>
2268 <Reference name="System"/> 2329 <Reference name="System"/>
2330 <Reference name="System.Core"/>
2269 <Reference name="System.Data"/> 2331 <Reference name="System.Data"/>
2270 <Reference name="System.Web"/> 2332 <Reference name="System.Web"/>
2271 <Reference name="System.Xml"/> 2333 <Reference name="System.Xml"/>