diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 128 |
1 files changed, 126 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index 69fce41..08e7070 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/> |
@@ -190,6 +190,7 @@ | |||
190 | <Reference name="XMLRPC" path="../../../../bin/"/> | 190 | <Reference name="XMLRPC" path="../../../../bin/"/> |
191 | <Reference name="log4net" path="../../../../bin/"/> | 191 | <Reference name="log4net" path="../../../../bin/"/> |
192 | <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> | 192 | <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> |
193 | <Reference name="SmartThreadPool"/> | ||
193 | 194 | ||
194 | <Files> | 195 | <Files> |
195 | <Match pattern="*.cs" recurse="true"> | 196 | <Match pattern="*.cs" recurse="true"> |
@@ -556,6 +557,93 @@ | |||
556 | </Files> | 557 | </Files> |
557 | </Project> | 558 | </Project> |
558 | 559 | ||
560 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | ||
561 | <Configuration name="Debug"> | ||
562 | <Options> | ||
563 | <OutputPath>../../../../bin/</OutputPath> | ||
564 | </Options> | ||
565 | </Configuration> | ||
566 | <Configuration name="Release"> | ||
567 | <Options> | ||
568 | <OutputPath>../../../../bin/</OutputPath> | ||
569 | </Options> | ||
570 | </Configuration> | ||
571 | |||
572 | <ReferencePath>../../../../bin/</ReferencePath> | ||
573 | <Reference name="System"/> | ||
574 | <Reference name="System.Core"/> | ||
575 | <Reference name="System.Data"/> | ||
576 | <Reference name="System.Xml"/> | ||
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.ChOdePlugin" path="OpenSim/Region/Physics/ChOdePlugin" 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.dll"/> | ||
601 | <Reference name="Nini.dll" /> | ||
602 | <Reference name="OpenSim.Framework"/> | ||
603 | <Reference name="OpenSim.Framework.Console"/> | ||
604 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
605 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
606 | <Reference name="Ode.NET.dll" /> | ||
607 | <Reference name="log4net.dll"/> | ||
608 | |||
609 | <Files> | ||
610 | <Match pattern="*.cs" recurse="true"> | ||
611 | <Exclude name="Tests" pattern="Tests"/> | ||
612 | </Match> | ||
613 | </Files> | ||
614 | </Project> | ||
615 | |||
616 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitOdePlugin" path="OpenSim/Region/Physics/UbitOdePlugin" type="Library"> | ||
617 | <Configuration name="Debug"> | ||
618 | <Options> | ||
619 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
620 | </Options> | ||
621 | </Configuration> | ||
622 | <Configuration name="Release"> | ||
623 | <Options> | ||
624 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
625 | </Options> | ||
626 | </Configuration> | ||
627 | |||
628 | <ReferencePath>../../../../bin/</ReferencePath> | ||
629 | <Reference name="System"/> | ||
630 | <Reference name="System.Core"/> | ||
631 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
632 | <Reference name="Nini" path="../../../../bin/"/> | ||
633 | |||
634 | <Reference name="OpenSim.Framework"/> | ||
635 | <Reference name="OpenSim.Framework.Console"/> | ||
636 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
637 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
638 | <Reference name="log4net" path="../../../../bin/"/> | ||
639 | |||
640 | <Files> | ||
641 | <Match pattern="*.cs" recurse="true"> | ||
642 | <Exclude name="Tests" pattern="Tests"/> | ||
643 | </Match> | ||
644 | </Files> | ||
645 | </Project> | ||
646 | |||
559 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 647 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> |
560 | <Configuration name="Debug"> | 648 | <Configuration name="Debug"> |
561 | <Options> | 649 | <Options> |
@@ -587,6 +675,38 @@ | |||
587 | </Files> | 675 | </Files> |
588 | </Project> | 676 | </Project> |
589 | 677 | ||
678 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
679 | <Configuration name="Debug"> | ||
680 | <Options> | ||
681 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
682 | </Options> | ||
683 | </Configuration> | ||
684 | <Configuration name="Release"> | ||
685 | <Options> | ||
686 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
687 | </Options> | ||
688 | </Configuration> | ||
689 | |||
690 | <ReferencePath>../../../../bin/</ReferencePath> | ||
691 | <Reference name="System"/> | ||
692 | <Reference name="System.Drawing"/> | ||
693 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
694 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
695 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
696 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
697 | <Reference name="Nini" path="../../../../bin/"/> | ||
698 | <Reference name="OpenSim.Framework"/> | ||
699 | <Reference name="OpenSim.Framework.Console"/> | ||
700 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
701 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
702 | <Reference name="log4net" path="../../../../bin/"/> | ||
703 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
704 | |||
705 | <Files> | ||
706 | <Match pattern="*.cs" recurse="true"/> | ||
707 | </Files> | ||
708 | </Project> | ||
709 | |||
590 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 710 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
591 | <Configuration name="Debug"> | 711 | <Configuration name="Debug"> |
592 | <Options> | 712 | <Options> |
@@ -990,6 +1110,7 @@ | |||
990 | <Reference name="OpenSim.Server.Base"/> | 1110 | <Reference name="OpenSim.Server.Base"/> |
991 | <Reference name="OpenSim.Services.Interfaces"/> | 1111 | <Reference name="OpenSim.Services.Interfaces"/> |
992 | <Reference name="OpenSim.Services.Base"/> | 1112 | <Reference name="OpenSim.Services.Base"/> |
1113 | <Reference name="OpenSim.Server.Base"/> | ||
993 | <Reference name="OpenSim.Services.Connectors"/> | 1114 | <Reference name="OpenSim.Services.Connectors"/> |
994 | <Reference name="OpenSim.Data"/> | 1115 | <Reference name="OpenSim.Data"/> |
995 | <Reference name="Nini" path="../../../bin/"/> | 1116 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1479,6 +1600,7 @@ | |||
1479 | <Reference name="OpenSim.Capabilities"/> | 1600 | <Reference name="OpenSim.Capabilities"/> |
1480 | <Reference name="OpenSim.Capabilities.Handlers"/> | 1601 | <Reference name="OpenSim.Capabilities.Handlers"/> |
1481 | <Reference name="OpenSim.Framework"/> | 1602 | <Reference name="OpenSim.Framework"/> |
1603 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
1482 | <Reference name="OpenSim.Framework.Servers"/> | 1604 | <Reference name="OpenSim.Framework.Servers"/> |
1483 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1605 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1484 | <Reference name="OpenSim.Framework.Console"/> | 1606 | <Reference name="OpenSim.Framework.Console"/> |
@@ -1488,6 +1610,7 @@ | |||
1488 | <Reference name="Nini" path="../../../../../bin/"/> | 1610 | <Reference name="Nini" path="../../../../../bin/"/> |
1489 | <Reference name="log4net" path="../../../../../bin/"/> | 1611 | <Reference name="log4net" path="../../../../../bin/"/> |
1490 | <Reference name="Nini" path="../../../../../bin/"/> | 1612 | <Reference name="Nini" path="../../../../../bin/"/> |
1613 | <Reference name="zlib.net" path="../../../../../bin/"/> | ||
1491 | 1614 | ||
1492 | <Files> | 1615 | <Files> |
1493 | <Match pattern="*.cs" recurse="true"> | 1616 | <Match pattern="*.cs" recurse="true"> |
@@ -2278,6 +2401,7 @@ | |||
2278 | 2401 | ||
2279 | <ReferencePath>../../../../../../bin/</ReferencePath> | 2402 | <ReferencePath>../../../../../../bin/</ReferencePath> |
2280 | <Reference name="System"/> | 2403 | <Reference name="System"/> |
2404 | <Reference name="System.Core"/> | ||
2281 | <Reference name="System.Data"/> | 2405 | <Reference name="System.Data"/> |
2282 | <Reference name="System.Web"/> | 2406 | <Reference name="System.Web"/> |
2283 | <Reference name="System.Xml"/> | 2407 | <Reference name="System.Xml"/> |