diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 95 |
1 files changed, 94 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index f8d03f3..d009e87 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> |
@@ -641,6 +701,37 @@ | |||
641 | </Files> | 701 | </Files> |
642 | </Project> | 702 | </Project> |
643 | 703 | ||
704 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
705 | <Configuration name="Debug"> | ||
706 | <Options> | ||
707 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
708 | </Options> | ||
709 | </Configuration> | ||
710 | <Configuration name="Release"> | ||
711 | <Options> | ||
712 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
713 | </Options> | ||
714 | </Configuration> | ||
715 | |||
716 | <ReferencePath>../../../../bin/</ReferencePath> | ||
717 | <Reference name="System"/> | ||
718 | <Reference name="System.Drawing"/> | ||
719 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
720 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
721 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
722 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
723 | <Reference name="Nini" path="../../../../bin/"/> | ||
724 | <Reference name="OpenSim.Framework"/> | ||
725 | <Reference name="OpenSim.Framework.Console"/> | ||
726 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
727 | <Reference name="log4net" path="../../../../bin/"/> | ||
728 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
729 | |||
730 | <Files> | ||
731 | <Match pattern="*.cs" recurse="true"/> | ||
732 | </Files> | ||
733 | </Project> | ||
734 | |||
644 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 735 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
645 | <Configuration name="Debug"> | 736 | <Configuration name="Debug"> |
646 | <Options> | 737 | <Options> |
@@ -1044,6 +1135,7 @@ | |||
1044 | <Reference name="OpenSim.Server.Base"/> | 1135 | <Reference name="OpenSim.Server.Base"/> |
1045 | <Reference name="OpenSim.Services.Interfaces"/> | 1136 | <Reference name="OpenSim.Services.Interfaces"/> |
1046 | <Reference name="OpenSim.Services.Base"/> | 1137 | <Reference name="OpenSim.Services.Base"/> |
1138 | <Reference name="OpenSim.Server.Base"/> | ||
1047 | <Reference name="OpenSim.Services.Connectors"/> | 1139 | <Reference name="OpenSim.Services.Connectors"/> |
1048 | <Reference name="OpenSim.Data"/> | 1140 | <Reference name="OpenSim.Data"/> |
1049 | <Reference name="Nini" path="../../../bin/"/> | 1141 | <Reference name="Nini" path="../../../bin/"/> |
@@ -2268,6 +2360,7 @@ | |||
2268 | 2360 | ||
2269 | <ReferencePath>../../../../../../bin/</ReferencePath> | 2361 | <ReferencePath>../../../../../../bin/</ReferencePath> |
2270 | <Reference name="System"/> | 2362 | <Reference name="System"/> |
2363 | <Reference name="System.Core"/> | ||
2271 | <Reference name="System.Data"/> | 2364 | <Reference name="System.Data"/> |
2272 | <Reference name="System.Web"/> | 2365 | <Reference name="System.Web"/> |
2273 | <Reference name="System.Xml"/> | 2366 | <Reference name="System.Xml"/> |