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 7a4455d..16d7705 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/> |
@@ -191,6 +191,7 @@ | |||
191 | <Reference name="XMLRPC" path="../../../../bin/"/> | 191 | <Reference name="XMLRPC" path="../../../../bin/"/> |
192 | <Reference name="log4net" path="../../../../bin/"/> | 192 | <Reference name="log4net" path="../../../../bin/"/> |
193 | <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> | 193 | <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> |
194 | <Reference name="SmartThreadPool"/> | ||
194 | 195 | ||
195 | <Files> | 196 | <Files> |
196 | <Match pattern="*.cs" recurse="true"> | 197 | <Match pattern="*.cs" recurse="true"> |
@@ -558,6 +559,93 @@ | |||
558 | </Files> | 559 | </Files> |
559 | </Project> | 560 | </Project> |
560 | 561 | ||
562 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | ||
563 | <Configuration name="Debug"> | ||
564 | <Options> | ||
565 | <OutputPath>../../../../bin/</OutputPath> | ||
566 | </Options> | ||
567 | </Configuration> | ||
568 | <Configuration name="Release"> | ||
569 | <Options> | ||
570 | <OutputPath>../../../../bin/</OutputPath> | ||
571 | </Options> | ||
572 | </Configuration> | ||
573 | |||
574 | <ReferencePath>../../../../bin/</ReferencePath> | ||
575 | <Reference name="System"/> | ||
576 | <Reference name="System.Core"/> | ||
577 | <Reference name="System.Data"/> | ||
578 | <Reference name="System.Xml"/> | ||
579 | |||
580 | <Files> | ||
581 | <Match pattern="*.cs" recurse="true"> | ||
582 | <Exclude name="Tests" pattern="Tests"/> | ||
583 | </Match> | ||
584 | </Files> | ||
585 | </Project> | ||
586 | |||
587 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" type="Library"> | ||
588 | <Configuration name="Debug"> | ||
589 | <Options> | ||
590 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
591 | </Options> | ||
592 | </Configuration> | ||
593 | <Configuration name="Release"> | ||
594 | <Options> | ||
595 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
596 | </Options> | ||
597 | </Configuration> | ||
598 | |||
599 | <ReferencePath>../../../../bin/</ReferencePath> | ||
600 | <Reference name="System"/> | ||
601 | <Reference name="System.Core"/> | ||
602 | <Reference name="OpenMetaverseTypes.dll"/> | ||
603 | <Reference name="Nini.dll" /> | ||
604 | <Reference name="OpenSim.Framework"/> | ||
605 | <Reference name="OpenSim.Framework.Console"/> | ||
606 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
607 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
608 | <Reference name="Ode.NET.dll" /> | ||
609 | <Reference name="log4net.dll"/> | ||
610 | |||
611 | <Files> | ||
612 | <Match pattern="*.cs" recurse="true"> | ||
613 | <Exclude name="Tests" pattern="Tests"/> | ||
614 | </Match> | ||
615 | </Files> | ||
616 | </Project> | ||
617 | |||
618 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> | ||
619 | <Configuration name="Debug"> | ||
620 | <Options> | ||
621 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
622 | </Options> | ||
623 | </Configuration> | ||
624 | <Configuration name="Release"> | ||
625 | <Options> | ||
626 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
627 | </Options> | ||
628 | </Configuration> | ||
629 | |||
630 | <ReferencePath>../../../../bin/</ReferencePath> | ||
631 | <Reference name="System"/> | ||
632 | <Reference name="System.Core"/> | ||
633 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
634 | <Reference name="Nini" path="../../../../bin/"/> | ||
635 | |||
636 | <Reference name="OpenSim.Framework"/> | ||
637 | <Reference name="OpenSim.Framework.Console"/> | ||
638 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
639 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
640 | <Reference name="log4net" path="../../../../bin/"/> | ||
641 | |||
642 | <Files> | ||
643 | <Match pattern="*.cs" recurse="true"> | ||
644 | <Exclude name="Tests" pattern="Tests"/> | ||
645 | </Match> | ||
646 | </Files> | ||
647 | </Project> | ||
648 | |||
561 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 649 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> |
562 | <Configuration name="Debug"> | 650 | <Configuration name="Debug"> |
563 | <Options> | 651 | <Options> |
@@ -589,6 +677,38 @@ | |||
589 | </Files> | 677 | </Files> |
590 | </Project> | 678 | </Project> |
591 | 679 | ||
680 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
681 | <Configuration name="Debug"> | ||
682 | <Options> | ||
683 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
684 | </Options> | ||
685 | </Configuration> | ||
686 | <Configuration name="Release"> | ||
687 | <Options> | ||
688 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
689 | </Options> | ||
690 | </Configuration> | ||
691 | |||
692 | <ReferencePath>../../../../bin/</ReferencePath> | ||
693 | <Reference name="System"/> | ||
694 | <Reference name="System.Drawing"/> | ||
695 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
696 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
697 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
698 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
699 | <Reference name="Nini" path="../../../../bin/"/> | ||
700 | <Reference name="OpenSim.Framework"/> | ||
701 | <Reference name="OpenSim.Framework.Console"/> | ||
702 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
703 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
704 | <Reference name="log4net" path="../../../../bin/"/> | ||
705 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
706 | |||
707 | <Files> | ||
708 | <Match pattern="*.cs" recurse="true"/> | ||
709 | </Files> | ||
710 | </Project> | ||
711 | |||
592 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 712 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
593 | <Configuration name="Debug"> | 713 | <Configuration name="Debug"> |
594 | <Options> | 714 | <Options> |
@@ -997,6 +1117,7 @@ | |||
997 | <Reference name="OpenSim.Server.Base"/> | 1117 | <Reference name="OpenSim.Server.Base"/> |
998 | <Reference name="OpenSim.Services.Interfaces"/> | 1118 | <Reference name="OpenSim.Services.Interfaces"/> |
999 | <Reference name="OpenSim.Services.Base"/> | 1119 | <Reference name="OpenSim.Services.Base"/> |
1120 | <Reference name="OpenSim.Server.Base"/> | ||
1000 | <Reference name="OpenSim.Services.Connectors"/> | 1121 | <Reference name="OpenSim.Services.Connectors"/> |
1001 | <Reference name="OpenSim.Data"/> | 1122 | <Reference name="OpenSim.Data"/> |
1002 | <Reference name="Nini" path="../../../bin/"/> | 1123 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1487,13 +1608,15 @@ | |||
1487 | <Reference name="System.Drawing"/> | 1608 | <Reference name="System.Drawing"/> |
1488 | <Reference name="System.Xml"/> | 1609 | <Reference name="System.Xml"/> |
1489 | <Reference name="System.Web"/> | 1610 | <Reference name="System.Web"/> |
1611 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | ||
1490 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 1612 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
1491 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | 1613 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> |
1492 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | 1614 | |
1493 | <Reference name="OpenSim.Region.Framework"/> | 1615 | <Reference name="OpenSim.Region.Framework"/> |
1494 | <Reference name="OpenSim.Capabilities"/> | 1616 | <Reference name="OpenSim.Capabilities"/> |
1495 | <Reference name="OpenSim.Capabilities.Handlers"/> | 1617 | <Reference name="OpenSim.Capabilities.Handlers"/> |
1496 | <Reference name="OpenSim.Framework"/> | 1618 | <Reference name="OpenSim.Framework"/> |
1619 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1497 | <Reference name="OpenSim.Framework.Servers"/> | 1620 | <Reference name="OpenSim.Framework.Servers"/> |
1498 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1621 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1499 | <Reference name="OpenSim.Framework.Console"/> | 1622 | <Reference name="OpenSim.Framework.Console"/> |
@@ -1503,6 +1626,7 @@ | |||
1503 | <Reference name="Nini" path="../../../../../bin/"/> | 1626 | <Reference name="Nini" path="../../../../../bin/"/> |
1504 | <Reference name="log4net" path="../../../../../bin/"/> | 1627 | <Reference name="log4net" path="../../../../../bin/"/> |
1505 | <Reference name="Nini" path="../../../../../bin/"/> | 1628 | <Reference name="Nini" path="../../../../../bin/"/> |
1629 | <Reference name="zlib.net" path="../../../../../bin/"/> | ||
1506 | 1630 | ||
1507 | <Files> | 1631 | <Files> |
1508 | <Match pattern="*.cs" recurse="true"> | 1632 | <Match pattern="*.cs" recurse="true"> |
@@ -1569,6 +1693,7 @@ | |||
1569 | 1693 | ||
1570 | <!-- To allow regions to have mono addins --> | 1694 | <!-- To allow regions to have mono addins --> |
1571 | <Reference name="Mono.Addins" path="../../../bin/"/> | 1695 | <Reference name="Mono.Addins" path="../../../bin/"/> |
1696 | <Reference name="SmartThreadPool"/> | ||
1572 | 1697 | ||
1573 | <Files> | 1698 | <Files> |
1574 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1699 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -2183,6 +2308,7 @@ | |||
2183 | 2308 | ||
2184 | <ReferencePath>../../../../../../bin/</ReferencePath> | 2309 | <ReferencePath>../../../../../../bin/</ReferencePath> |
2185 | <Reference name="System"/> | 2310 | <Reference name="System"/> |
2311 | <Reference name="System.Core"/> | ||
2186 | <Reference name="System.Data"/> | 2312 | <Reference name="System.Data"/> |
2187 | <Reference name="System.Web"/> | 2313 | <Reference name="System.Web"/> |
2188 | <Reference name="System.Xml"/> | 2314 | <Reference name="System.Xml"/> |