diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 64 |
1 files changed, 63 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 54f42f4..783bcb4 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/> |
@@ -576,6 +576,66 @@ | |||
576 | </Files> | 576 | </Files> |
577 | </Project> | 577 | </Project> |
578 | 578 | ||
579 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> | ||
580 | <Configuration name="Debug"> | ||
581 | <Options> | ||
582 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
583 | </Options> | ||
584 | </Configuration> | ||
585 | <Configuration name="Release"> | ||
586 | <Options> | ||
587 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
588 | </Options> | ||
589 | </Configuration> | ||
590 | |||
591 | <ReferencePath>../../../../bin/</ReferencePath> | ||
592 | <Reference name="System"/> | ||
593 | <Reference name="System.Core"/> | ||
594 | <Reference name="OpenMetaverseTypes.dll"/> | ||
595 | <Reference name="Nini.dll" /> | ||
596 | <Reference name="OpenSim.Framework"/> | ||
597 | <Reference name="OpenSim.Framework.Console"/> | ||
598 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
599 | <Reference name="Ode.NET.dll" /> | ||
600 | <Reference name="log4net.dll"/> | ||
601 | |||
602 | <Files> | ||
603 | <Match pattern="*.cs" recurse="true"> | ||
604 | <Exclude name="Tests" pattern="Tests"/> | ||
605 | </Match> | ||
606 | </Files> | ||
607 | </Project> | ||
608 | |||
609 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> | ||
610 | <Configuration name="Debug"> | ||
611 | <Options> | ||
612 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
613 | </Options> | ||
614 | </Configuration> | ||
615 | <Configuration name="Release"> | ||
616 | <Options> | ||
617 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
618 | </Options> | ||
619 | </Configuration> | ||
620 | |||
621 | <ReferencePath>../../../../bin/</ReferencePath> | ||
622 | <Reference name="System"/> | ||
623 | <Reference name="System.Core"/> | ||
624 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
625 | <Reference name="Nini" path="../../../../bin/"/> | ||
626 | |||
627 | <Reference name="OpenSim.Framework"/> | ||
628 | <Reference name="OpenSim.Framework.Console"/> | ||
629 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
630 | <Reference name="log4net" path="../../../../bin/"/> | ||
631 | |||
632 | <Files> | ||
633 | <Match pattern="*.cs" recurse="true"> | ||
634 | <Exclude name="Tests" pattern="Tests"/> | ||
635 | </Match> | ||
636 | </Files> | ||
637 | </Project> | ||
638 | |||
579 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 639 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> |
580 | <Configuration name="Debug"> | 640 | <Configuration name="Debug"> |
581 | <Options> | 641 | <Options> |
@@ -1068,6 +1128,7 @@ | |||
1068 | <Reference name="OpenSim.Server.Base"/> | 1128 | <Reference name="OpenSim.Server.Base"/> |
1069 | <Reference name="OpenSim.Services.Interfaces"/> | 1129 | <Reference name="OpenSim.Services.Interfaces"/> |
1070 | <Reference name="OpenSim.Services.Base"/> | 1130 | <Reference name="OpenSim.Services.Base"/> |
1131 | <Reference name="OpenSim.Server.Base"/> | ||
1071 | <Reference name="OpenSim.Services.Connectors"/> | 1132 | <Reference name="OpenSim.Services.Connectors"/> |
1072 | <Reference name="OpenSim.Data"/> | 1133 | <Reference name="OpenSim.Data"/> |
1073 | <Reference name="Nini" path="../../../bin/"/> | 1134 | <Reference name="Nini" path="../../../bin/"/> |
@@ -2291,6 +2352,7 @@ | |||
2291 | 2352 | ||
2292 | <ReferencePath>../../../../../../bin/</ReferencePath> | 2353 | <ReferencePath>../../../../../../bin/</ReferencePath> |
2293 | <Reference name="System"/> | 2354 | <Reference name="System"/> |
2355 | <Reference name="System.Core"/> | ||
2294 | <Reference name="System.Data"/> | 2356 | <Reference name="System.Data"/> |
2295 | <Reference name="System.Web"/> | 2357 | <Reference name="System.Web"/> |
2296 | <Reference name="System.Xml"/> | 2358 | <Reference name="System.Xml"/> |