diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 132 |
1 files changed, 129 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml index 88db6ed..2eb0a92 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/> |
@@ -21,7 +21,7 @@ | |||
21 | <CompilerDefines>TRACE</CompilerDefines> | 21 | <CompilerDefines>TRACE</CompilerDefines> |
22 | <OptimizeCode>true</OptimizeCode> | 22 | <OptimizeCode>true</OptimizeCode> |
23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | 23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> |
24 | <AllowUnsafe>false</AllowUnsafe> | 24 | <AllowUnsafe>true</AllowUnsafe> |
25 | <WarningLevel>4</WarningLevel> | 25 | <WarningLevel>4</WarningLevel> |
26 | <WarningsAsErrors>false</WarningsAsErrors> | 26 | <WarningsAsErrors>false</WarningsAsErrors> |
27 | <SuppressWarnings/> | 27 | <SuppressWarnings/> |
@@ -560,6 +560,93 @@ | |||
560 | </Files> | 560 | </Files> |
561 | </Project> | 561 | </Project> |
562 | 562 | ||
563 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | ||
564 | <Configuration name="Debug"> | ||
565 | <Options> | ||
566 | <OutputPath>../../../../bin/</OutputPath> | ||
567 | </Options> | ||
568 | </Configuration> | ||
569 | <Configuration name="Release"> | ||
570 | <Options> | ||
571 | <OutputPath>../../../../bin/</OutputPath> | ||
572 | </Options> | ||
573 | </Configuration> | ||
574 | |||
575 | <ReferencePath>../../../../bin/</ReferencePath> | ||
576 | <Reference name="System"/> | ||
577 | <Reference name="System.Core"/> | ||
578 | <Reference name="System.Data"/> | ||
579 | <Reference name="System.Xml"/> | ||
580 | |||
581 | <Files> | ||
582 | <Match pattern="*.cs" recurse="true"> | ||
583 | <Exclude name="Tests" pattern="Tests"/> | ||
584 | </Match> | ||
585 | </Files> | ||
586 | </Project> | ||
587 | |||
588 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> | ||
589 | <Configuration name="Debug"> | ||
590 | <Options> | ||
591 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
592 | </Options> | ||
593 | </Configuration> | ||
594 | <Configuration name="Release"> | ||
595 | <Options> | ||
596 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
597 | </Options> | ||
598 | </Configuration> | ||
599 | |||
600 | <ReferencePath>../../../../bin/</ReferencePath> | ||
601 | <Reference name="System"/> | ||
602 | <Reference name="System.Core"/> | ||
603 | <Reference name="OpenMetaverseTypes.dll"/> | ||
604 | <Reference name="Nini.dll" /> | ||
605 | <Reference name="OpenSim.Framework"/> | ||
606 | <Reference name="OpenSim.Framework.Console"/> | ||
607 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
608 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
609 | <Reference name="Ode.NET.dll" /> | ||
610 | <Reference name="log4net.dll"/> | ||
611 | |||
612 | <Files> | ||
613 | <Match pattern="*.cs" recurse="true"> | ||
614 | <Exclude name="Tests" pattern="Tests"/> | ||
615 | </Match> | ||
616 | </Files> | ||
617 | </Project> | ||
618 | |||
619 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> | ||
620 | <Configuration name="Debug"> | ||
621 | <Options> | ||
622 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
623 | </Options> | ||
624 | </Configuration> | ||
625 | <Configuration name="Release"> | ||
626 | <Options> | ||
627 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
628 | </Options> | ||
629 | </Configuration> | ||
630 | |||
631 | <ReferencePath>../../../../bin/</ReferencePath> | ||
632 | <Reference name="System"/> | ||
633 | <Reference name="System.Core"/> | ||
634 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
635 | <Reference name="Nini" path="../../../../bin/"/> | ||
636 | |||
637 | <Reference name="OpenSim.Framework"/> | ||
638 | <Reference name="OpenSim.Framework.Console"/> | ||
639 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
640 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
641 | <Reference name="log4net" path="../../../../bin/"/> | ||
642 | |||
643 | <Files> | ||
644 | <Match pattern="*.cs" recurse="true"> | ||
645 | <Exclude name="Tests" pattern="Tests"/> | ||
646 | </Match> | ||
647 | </Files> | ||
648 | </Project> | ||
649 | |||
563 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 650 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> |
564 | <Configuration name="Debug"> | 651 | <Configuration name="Debug"> |
565 | <Options> | 652 | <Options> |
@@ -591,6 +678,38 @@ | |||
591 | </Files> | 678 | </Files> |
592 | </Project> | 679 | </Project> |
593 | 680 | ||
681 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
682 | <Configuration name="Debug"> | ||
683 | <Options> | ||
684 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
685 | </Options> | ||
686 | </Configuration> | ||
687 | <Configuration name="Release"> | ||
688 | <Options> | ||
689 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
690 | </Options> | ||
691 | </Configuration> | ||
692 | |||
693 | <ReferencePath>../../../../bin/</ReferencePath> | ||
694 | <Reference name="System"/> | ||
695 | <Reference name="System.Drawing"/> | ||
696 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
697 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
698 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
699 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
700 | <Reference name="Nini" path="../../../../bin/"/> | ||
701 | <Reference name="OpenSim.Framework"/> | ||
702 | <Reference name="OpenSim.Framework.Console"/> | ||
703 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
704 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
705 | <Reference name="log4net" path="../../../../bin/"/> | ||
706 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
707 | |||
708 | <Files> | ||
709 | <Match pattern="*.cs" recurse="true"/> | ||
710 | </Files> | ||
711 | </Project> | ||
712 | |||
594 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 713 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
595 | <Configuration name="Debug"> | 714 | <Configuration name="Debug"> |
596 | <Options> | 715 | <Options> |
@@ -999,6 +1118,7 @@ | |||
999 | <Reference name="OpenSim.Server.Base"/> | 1118 | <Reference name="OpenSim.Server.Base"/> |
1000 | <Reference name="OpenSim.Services.Interfaces"/> | 1119 | <Reference name="OpenSim.Services.Interfaces"/> |
1001 | <Reference name="OpenSim.Services.Base"/> | 1120 | <Reference name="OpenSim.Services.Base"/> |
1121 | <Reference name="OpenSim.Server.Base"/> | ||
1002 | <Reference name="OpenSim.Services.Connectors"/> | 1122 | <Reference name="OpenSim.Services.Connectors"/> |
1003 | <Reference name="OpenSim.Data"/> | 1123 | <Reference name="OpenSim.Data"/> |
1004 | <Reference name="Nini" path="../../../bin/"/> | 1124 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1525,9 +1645,10 @@ | |||
1525 | <Reference name="System.Drawing"/> | 1645 | <Reference name="System.Drawing"/> |
1526 | <Reference name="System.Xml"/> | 1646 | <Reference name="System.Xml"/> |
1527 | <Reference name="System.Web"/> | 1647 | <Reference name="System.Web"/> |
1648 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | ||
1528 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 1649 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
1529 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | 1650 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> |
1530 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | 1651 | |
1531 | <Reference name="OpenSim.Region.Framework"/> | 1652 | <Reference name="OpenSim.Region.Framework"/> |
1532 | <Reference name="OpenSim.Capabilities"/> | 1653 | <Reference name="OpenSim.Capabilities"/> |
1533 | <Reference name="OpenSim.Capabilities.Handlers"/> | 1654 | <Reference name="OpenSim.Capabilities.Handlers"/> |
@@ -1542,6 +1663,7 @@ | |||
1542 | <Reference name="Nini" path="../../../../../bin/"/> | 1663 | <Reference name="Nini" path="../../../../../bin/"/> |
1543 | <Reference name="log4net" path="../../../../../bin/"/> | 1664 | <Reference name="log4net" path="../../../../../bin/"/> |
1544 | <Reference name="Nini" path="../../../../../bin/"/> | 1665 | <Reference name="Nini" path="../../../../../bin/"/> |
1666 | <Reference name="zlib.net" path="../../../../../bin/"/> | ||
1545 | 1667 | ||
1546 | <Files> | 1668 | <Files> |
1547 | <Match pattern="*.cs" recurse="true"> | 1669 | <Match pattern="*.cs" recurse="true"> |
@@ -1608,6 +1730,7 @@ | |||
1608 | 1730 | ||
1609 | <!-- To allow regions to have mono addins --> | 1731 | <!-- To allow regions to have mono addins --> |
1610 | <Reference name="Mono.Addins" path="../../../bin/"/> | 1732 | <Reference name="Mono.Addins" path="../../../bin/"/> |
1733 | <Reference name="SmartThreadPool"/> | ||
1611 | 1734 | ||
1612 | <Files> | 1735 | <Files> |
1613 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1736 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -1689,6 +1812,8 @@ | |||
1689 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1812 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1690 | <Reference name="OpenSim.Region.CoreModules"/> | 1813 | <Reference name="OpenSim.Region.CoreModules"/> |
1691 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1814 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1815 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
1816 | <Reference name="OpenSim.Region.Framework.Scenes"/> | ||
1692 | <Reference name="OpenSim.Region.Framework"/> | 1817 | <Reference name="OpenSim.Region.Framework"/> |
1693 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1818 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1694 | <Reference name="OpenSim.Server.Base"/> | 1819 | <Reference name="OpenSim.Server.Base"/> |
@@ -3140,6 +3265,7 @@ | |||
3140 | <Reference name="OpenSim.Framework.Servers"/> | 3265 | <Reference name="OpenSim.Framework.Servers"/> |
3141 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3266 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3142 | <Reference name="OpenSim.Region.Framework"/> | 3267 | <Reference name="OpenSim.Region.Framework"/> |
3268 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
3143 | <Reference name="OpenSim.Region.CoreModules"/> | 3269 | <Reference name="OpenSim.Region.CoreModules"/> |
3144 | <Reference name="OpenSim.Region.OptionalModules"/> | 3270 | <Reference name="OpenSim.Region.OptionalModules"/> |
3145 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3271 | <Reference name="OpenSim.Region.Physics.Manager"/> |