diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 129 |
1 files changed, 127 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8a75380..4caa1a6 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> |
@@ -996,6 +1116,7 @@ | |||
996 | <Reference name="OpenSim.Server.Base"/> | 1116 | <Reference name="OpenSim.Server.Base"/> |
997 | <Reference name="OpenSim.Services.Interfaces"/> | 1117 | <Reference name="OpenSim.Services.Interfaces"/> |
998 | <Reference name="OpenSim.Services.Base"/> | 1118 | <Reference name="OpenSim.Services.Base"/> |
1119 | <Reference name="OpenSim.Server.Base"/> | ||
999 | <Reference name="OpenSim.Services.Connectors"/> | 1120 | <Reference name="OpenSim.Services.Connectors"/> |
1000 | <Reference name="OpenSim.Data"/> | 1121 | <Reference name="OpenSim.Data"/> |
1001 | <Reference name="Nini" path="../../../bin/"/> | 1122 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1491,6 +1612,7 @@ | |||
1491 | <Reference name="OpenSim.Capabilities"/> | 1612 | <Reference name="OpenSim.Capabilities"/> |
1492 | <Reference name="OpenSim.Capabilities.Handlers"/> | 1613 | <Reference name="OpenSim.Capabilities.Handlers"/> |
1493 | <Reference name="OpenSim.Framework"/> | 1614 | <Reference name="OpenSim.Framework"/> |
1615 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1494 | <Reference name="OpenSim.Framework.Servers"/> | 1616 | <Reference name="OpenSim.Framework.Servers"/> |
1495 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1617 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1496 | <Reference name="OpenSim.Framework.Console"/> | 1618 | <Reference name="OpenSim.Framework.Console"/> |
@@ -1500,6 +1622,7 @@ | |||
1500 | <Reference name="Nini" path="../../../../../bin/"/> | 1622 | <Reference name="Nini" path="../../../../../bin/"/> |
1501 | <Reference name="log4net" path="../../../../../bin/"/> | 1623 | <Reference name="log4net" path="../../../../../bin/"/> |
1502 | <Reference name="Nini" path="../../../../../bin/"/> | 1624 | <Reference name="Nini" path="../../../../../bin/"/> |
1625 | <Reference name="zlib.net" path="../../../../../bin/"/> | ||
1503 | 1626 | ||
1504 | <Files> | 1627 | <Files> |
1505 | <Match pattern="*.cs" recurse="true"> | 1628 | <Match pattern="*.cs" recurse="true"> |
@@ -1565,6 +1688,7 @@ | |||
1565 | 1688 | ||
1566 | <!-- To allow regions to have mono addins --> | 1689 | <!-- To allow regions to have mono addins --> |
1567 | <Reference name="Mono.Addins" path="../../../bin/"/> | 1690 | <Reference name="Mono.Addins" path="../../../bin/"/> |
1691 | <Reference name="SmartThreadPool"/> | ||
1568 | 1692 | ||
1569 | <Files> | 1693 | <Files> |
1570 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1694 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -2295,6 +2419,7 @@ | |||
2295 | 2419 | ||
2296 | <ReferencePath>../../../../../../bin/</ReferencePath> | 2420 | <ReferencePath>../../../../../../bin/</ReferencePath> |
2297 | <Reference name="System"/> | 2421 | <Reference name="System"/> |
2422 | <Reference name="System.Core"/> | ||
2298 | <Reference name="System.Data"/> | 2423 | <Reference name="System.Data"/> |
2299 | <Reference name="System.Web"/> | 2424 | <Reference name="System.Web"/> |
2300 | <Reference name="System.Xml"/> | 2425 | <Reference name="System.Xml"/> |