diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 91 |
1 files changed, 82 insertions, 9 deletions
diff --git a/prebuild.xml b/prebuild.xml index 6362848..0dd599d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -631,6 +631,64 @@ | |||
631 | </Files> | 631 | </Files> |
632 | </Project> | 632 | </Project> |
633 | 633 | ||
634 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | ||
635 | <Configuration name="Debug"> | ||
636 | <Options> | ||
637 | <OutputPath>../../../../bin/</OutputPath> | ||
638 | </Options> | ||
639 | </Configuration> | ||
640 | <Configuration name="Release"> | ||
641 | <Options> | ||
642 | <OutputPath>../../../../bin/</OutputPath> | ||
643 | </Options> | ||
644 | </Configuration> | ||
645 | |||
646 | <ReferencePath>../../../../bin/</ReferencePath> | ||
647 | <Reference name="System"/> | ||
648 | <Reference name="System.Core"/> | ||
649 | <Reference name="System.Data"/> | ||
650 | <Reference name="System.Xml"/> | ||
651 | |||
652 | <Files> | ||
653 | <Match pattern="*.cs" recurse="true"> | ||
654 | <Exclude name="Tests" pattern="Tests"/> | ||
655 | </Match> | ||
656 | </Files> | ||
657 | </Project> | ||
658 | |||
659 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSPlugin" path="OpenSim/Region/Physics/BulletSPlugin" type="Library"> | ||
660 | <Configuration name="Debug"> | ||
661 | <Options> | ||
662 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
663 | </Options> | ||
664 | </Configuration> | ||
665 | <Configuration name="Release"> | ||
666 | <Options> | ||
667 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
668 | </Options> | ||
669 | </Configuration> | ||
670 | |||
671 | <ReferencePath>../../../../bin/</ReferencePath> | ||
672 | <Reference name="System"/> | ||
673 | <Reference name="System.Core"/> | ||
674 | <Reference name="System.Xml"/> | ||
675 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
676 | <Reference name="Nini.dll" path="../../../../bin/"/> | ||
677 | <Reference name="OpenSim.Framework"/> | ||
678 | <Reference name="OpenSim.Region.Framework"/> | ||
679 | <Reference name="OpenSim.Region.CoreModules"/> | ||
680 | <Reference name="OpenSim.Framework.Console"/> | ||
681 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
682 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
683 | <Reference name="log4net.dll" path="../../../../bin/"/> | ||
684 | |||
685 | <Files> | ||
686 | <Match pattern="*.cs" recurse="true"> | ||
687 | <Exclude name="Tests" pattern="Tests"/> | ||
688 | </Match> | ||
689 | </Files> | ||
690 | </Project> | ||
691 | |||
634 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> | 692 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library"> |
635 | <Configuration name="Debug"> | 693 | <Configuration name="Debug"> |
636 | <Options> | 694 | <Options> |
@@ -1711,6 +1769,7 @@ | |||
1711 | 1769 | ||
1712 | <ReferencePath>../../../bin/</ReferencePath> | 1770 | <ReferencePath>../../../bin/</ReferencePath> |
1713 | <Reference name="System"/> | 1771 | <Reference name="System"/> |
1772 | <Reference name="System.Core"/> | ||
1714 | <Reference name="System.Xml"/> | 1773 | <Reference name="System.Xml"/> |
1715 | <Reference name="System.Drawing"/> | 1774 | <Reference name="System.Drawing"/> |
1716 | <Reference name="System.Web"/> | 1775 | <Reference name="System.Web"/> |
@@ -2094,6 +2153,7 @@ | |||
2094 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 2153 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> |
2095 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | 2154 | <Reference name="OpenMetaverse" path="../../../../bin/"/> |
2096 | <Reference name="System"/> | 2155 | <Reference name="System"/> |
2156 | <Reference name="System.Core"/> | ||
2097 | <Reference name="OpenSim.Framework"/> | 2157 | <Reference name="OpenSim.Framework"/> |
2098 | <Reference name="OpenSim.Region.Framework"/> | 2158 | <Reference name="OpenSim.Region.Framework"/> |
2099 | <Reference name="Nini" path="../../../../bin/"/> | 2159 | <Reference name="Nini" path="../../../../bin/"/> |
@@ -2340,6 +2400,7 @@ | |||
2340 | <Reference name="System.Xml"/> | 2400 | <Reference name="System.Xml"/> |
2341 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | 2401 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
2342 | <Reference name="OpenMetaverse" path="../../../../../../bin/"/> | 2402 | <Reference name="OpenMetaverse" path="../../../../../../bin/"/> |
2403 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../../bin/"/> | ||
2343 | <Reference name="OpenSim"/> | 2404 | <Reference name="OpenSim"/> |
2344 | <Reference name="OpenSim.Framework"/> | 2405 | <Reference name="OpenSim.Framework"/> |
2345 | <Reference name="OpenSim.Framework.Communications"/> | 2406 | <Reference name="OpenSim.Framework.Communications"/> |
@@ -2748,6 +2809,7 @@ | |||
2748 | 2809 | ||
2749 | <ReferencePath>../../../bin/</ReferencePath> | 2810 | <ReferencePath>../../../bin/</ReferencePath> |
2750 | <Reference name="System"/> | 2811 | <Reference name="System"/> |
2812 | <Reference name="System.Core"/> | ||
2751 | <Reference name="System.Drawing"/> | 2813 | <Reference name="System.Drawing"/> |
2752 | <Reference name="System.Xml"/> | 2814 | <Reference name="System.Xml"/> |
2753 | <Reference name="System.Data"/> | 2815 | <Reference name="System.Data"/> |
@@ -2986,6 +3048,8 @@ | |||
2986 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3048 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2987 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> | 3049 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> |
2988 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | 3050 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> |
3051 | <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/> | ||
3052 | <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> | ||
2989 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3053 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> |
2990 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 3054 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> |
2991 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 3055 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |
@@ -3165,15 +3229,23 @@ | |||
3165 | 3229 | ||
3166 | <ReferencePath>../../../bin/</ReferencePath> | 3230 | <ReferencePath>../../../bin/</ReferencePath> |
3167 | <Reference name="System"/> | 3231 | <Reference name="System"/> |
3232 | <Reference name="System.Xml"/> | ||
3168 | <Reference name="OpenSim.Framework"/> | 3233 | <Reference name="OpenSim.Framework"/> |
3169 | <Reference name="OpenSim.Framework.Communications"/> | 3234 | <Reference name="OpenSim.Framework.Communications"/> |
3235 | <Reference name="OpenSim.Region.CoreModules"/> | ||
3170 | <Reference name="OpenSim.Region.Framework"/> | 3236 | <Reference name="OpenSim.Region.Framework"/> |
3237 | <Reference name="OpenSim.Region.OptionalModules"/> | ||
3171 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 3238 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
3172 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> | 3239 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api"/> |
3240 | <Reference name="OpenSim.Region.ScriptEngine.Shared.Api.Runtime"/> | ||
3173 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> | 3241 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> |
3242 | <Reference name="OpenSim.Services.Interfaces"/> | ||
3174 | <Reference name="OpenSim.Tests.Common"/> | 3243 | <Reference name="OpenSim.Tests.Common"/> |
3244 | <Reference name="log4net" path="../../../bin/"/> | ||
3175 | <Reference name="nunit.framework" path="../../../bin/"/> | 3245 | <Reference name="nunit.framework" path="../../../bin/"/> |
3176 | <Reference name="Nini" path="../../../bin/"/> | 3246 | <Reference name="Nini" path="../../../bin/"/> |
3247 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
3248 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
3177 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 3249 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
3178 | <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> | 3250 | <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> |
3179 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | 3251 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> |
@@ -3197,29 +3269,30 @@ | |||
3197 | TODO: this is kind of lame, we basically build a duplicate | 3269 | TODO: this is kind of lame, we basically build a duplicate |
3198 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. | 3270 | assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. |
3199 | --> | 3271 | --> |
3200 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin" type="Library"> | 3272 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin.Tests" path="OpenSim/Region/Physics/OdePlugin/Tests" type="Library"> |
3201 | <Configuration name="Debug"> | 3273 | <Configuration name="Debug"> |
3202 | <Options> | 3274 | <Options> |
3203 | <OutputPath>../../../../bin/</OutputPath> | 3275 | <OutputPath>../../../../../bin/</OutputPath> |
3204 | </Options> | 3276 | </Options> |
3205 | </Configuration> | 3277 | </Configuration> |
3206 | <Configuration name="Release"> | 3278 | <Configuration name="Release"> |
3207 | <Options> | 3279 | <Options> |
3208 | <OutputPath>../../../../bin/</OutputPath> | 3280 | <OutputPath>../../../../../bin/</OutputPath> |
3209 | </Options> | 3281 | </Options> |
3210 | </Configuration> | 3282 | </Configuration> |
3211 | 3283 | ||
3212 | <ReferencePath>../../../../bin/</ReferencePath> | 3284 | <ReferencePath>../../../../../bin/</ReferencePath> |
3213 | <Reference name="System"/> | 3285 | <Reference name="System"/> |
3214 | <Reference name="System.Core"/> | 3286 | <Reference name="System.Core"/> |
3215 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 3287 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
3216 | <Reference name="Nini" path="../../../../bin/"/> | 3288 | <Reference name="Nini" path="../../../../../bin/"/> |
3217 | <Reference name="OpenSim.Framework"/> | 3289 | <Reference name="OpenSim.Framework"/> |
3218 | <Reference name="OpenSim.Framework.Console"/> | 3290 | <Reference name="OpenSim.Framework.Console"/> |
3219 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3291 | <Reference name="OpenSim.Region.Physics.Manager"/> |
3220 | <Reference name="Ode.NET" path="../../../../bin/"/> | 3292 | <Reference name="OpenSim.Region.Physics.OdePlugin" path="../../../../../bin/Physics/"/> |
3221 | <Reference name="nunit.framework" path="../../../../bin/"/> | 3293 | <Reference name="Ode.NET" path="../../../../../bin/"/> |
3222 | <Reference name="log4net" path="../../../../bin/"/> | 3294 | <Reference name="nunit.framework" path="../../../../../bin/"/> |
3295 | <Reference name="log4net" path="../../../../../bin/"/> | ||
3223 | 3296 | ||
3224 | <Files> | 3297 | <Files> |
3225 | <Match pattern="*.cs" recurse="true"/> | 3298 | <Match pattern="*.cs" recurse="true"/> |