diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 106 |
1 files changed, 18 insertions, 88 deletions
diff --git a/prebuild.xml b/prebuild.xml index 86acd65..3c62762 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2257,6 +2257,7 @@ | |||
2257 | <Reference name="System"/> | 2257 | <Reference name="System"/> |
2258 | <Reference name="System.Core"/> | 2258 | <Reference name="System.Core"/> |
2259 | <Reference name="System.Data"/> | 2259 | <Reference name="System.Data"/> |
2260 | <Reference name="System.Drawing"/> | ||
2260 | <Reference name="System.Web"/> | 2261 | <Reference name="System.Web"/> |
2261 | <Reference name="System.Xml"/> | 2262 | <Reference name="System.Xml"/> |
2262 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> | 2263 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
@@ -2660,115 +2661,42 @@ | |||
2660 | </Project> | 2661 | </Project> |
2661 | 2662 | ||
2662 | <!-- Test Clients --> | 2663 | <!-- Test Clients --> |
2663 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | 2664 | <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> |
2664 | <Configuration name="Debug"> | ||
2665 | <Options> | ||
2666 | <OutputPath>../../../../bin/</OutputPath> | ||
2667 | </Options> | ||
2668 | </Configuration> | ||
2669 | <Configuration name="Release"> | ||
2670 | <Options> | ||
2671 | <OutputPath>../../../../bin/</OutputPath> | ||
2672 | </Options> | ||
2673 | </Configuration> | ||
2674 | |||
2675 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2676 | <Reference name="System"/> | ||
2677 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2678 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2679 | <Reference name="OpenSim.Framework"/> | ||
2680 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2681 | <Reference name="OpenSim.Services.Connectors"/> | ||
2682 | <Reference name="Nini" path="../../../../bin/"/> | ||
2683 | <Reference name="log4net" path="../../../../bin/"/> | ||
2684 | |||
2685 | <Files> | ||
2686 | <Match pattern="*.cs" recurse="true"/> | ||
2687 | </Files> | ||
2688 | </Project> | ||
2689 | |||
2690 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | ||
2691 | <Configuration name="Debug"> | 2665 | <Configuration name="Debug"> |
2692 | <Options> | 2666 | <Options> |
2693 | <OutputPath>../../../../bin/</OutputPath> | 2667 | <OutputPath>../../../bin/</OutputPath> |
2694 | </Options> | 2668 | </Options> |
2695 | </Configuration> | 2669 | </Configuration> |
2696 | <Configuration name="Release"> | 2670 | <Configuration name="Release"> |
2697 | <Options> | 2671 | <Options> |
2698 | <OutputPath>../../../../bin/</OutputPath> | 2672 | <OutputPath>../../../bin/</OutputPath> |
2699 | </Options> | 2673 | </Options> |
2700 | </Configuration> | 2674 | </Configuration> |
2701 | 2675 | ||
2702 | <ReferencePath>../../../../bin/</ReferencePath> | 2676 | <ReferencePath>../../../bin/</ReferencePath> |
2703 | <Reference name="System"/> | 2677 | <Reference name="System"/> |
2704 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | 2678 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
2705 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | 2679 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
2706 | <Reference name="OpenSim.Framework"/> | 2680 | <Reference name="OpenSim.Framework"/> |
2707 | <Reference name="OpenSim.Services.Interfaces"/> | 2681 | <Reference name="OpenSim.Framework.Servers"/> |
2708 | <Reference name="OpenSim.Services.Connectors"/> | 2682 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2709 | <Reference name="Nini" path="../../../../bin/"/> | ||
2710 | <Reference name="log4net" path="../../../../bin/"/> | ||
2711 | |||
2712 | <Files> | ||
2713 | <Match pattern="*.cs" recurse="true"/> | ||
2714 | </Files> | ||
2715 | </Project> | ||
2716 | |||
2717 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> | ||
2718 | <Configuration name="Debug"> | ||
2719 | <Options> | ||
2720 | <OutputPath>../../../../bin/</OutputPath> | ||
2721 | </Options> | ||
2722 | </Configuration> | ||
2723 | <Configuration name="Release"> | ||
2724 | <Options> | ||
2725 | <OutputPath>../../../../bin/</OutputPath> | ||
2726 | </Options> | ||
2727 | </Configuration> | ||
2728 | |||
2729 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2730 | <Reference name="System"/> | ||
2731 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2732 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2733 | <Reference name="OpenSim.Framework"/> | 2683 | <Reference name="OpenSim.Framework"/> |
2684 | <Reference name="OpenSim.Server.Base"/> | ||
2685 | <Reference name="OpenSim.Server.Handlers"/> | ||
2734 | <Reference name="OpenSim.Services.Interfaces"/> | 2686 | <Reference name="OpenSim.Services.Interfaces"/> |
2735 | <Reference name="OpenSim.Services.Connectors"/> | 2687 | <Reference name="OpenSim.Services.Connectors"/> |
2736 | <Reference name="Nini" path="../../../../bin/"/> | 2688 | <Reference name="Robust"/> |
2737 | <Reference name="log4net" path="../../../../bin/"/> | 2689 | <Reference name="Nini" path="../../../bin/"/> |
2690 | <Reference name="log4net" path="../../../bin/"/> | ||
2691 | <Reference name="nunit.framework" path="../../../bin/"/> | ||
2738 | 2692 | ||
2739 | <Files> | 2693 | <Files> |
2740 | <Match pattern="*.cs" recurse="true"/> | 2694 | <Match pattern="*.cs" recurse="true"/> |
2741 | </Files> | 2695 | </Files> |
2742 | </Project> | 2696 | </Project> |
2743 | 2697 | ||
2744 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> | ||
2745 | <Configuration name="Debug"> | ||
2746 | <Options> | ||
2747 | <OutputPath>../../../../bin/</OutputPath> | ||
2748 | </Options> | ||
2749 | </Configuration> | ||
2750 | <Configuration name="Release"> | ||
2751 | <Options> | ||
2752 | <OutputPath>../../../../bin/</OutputPath> | ||
2753 | </Options> | ||
2754 | </Configuration> | ||
2755 | |||
2756 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2757 | <Reference name="System"/> | ||
2758 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2759 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2760 | <Reference name="OpenSim.Framework"/> | ||
2761 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2762 | <Reference name="OpenSim.Services.Connectors"/> | ||
2763 | <Reference name="Nini" path="../../../../bin/"/> | ||
2764 | <Reference name="log4net" path="../../../../bin/"/> | ||
2765 | |||
2766 | <Files> | ||
2767 | <Match pattern="*.cs" recurse="true"/> | ||
2768 | </Files> | ||
2769 | </Project> | ||
2770 | 2698 | ||
2771 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> | 2699 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> |
2772 | <Configuration name="Debug"> | 2700 | <Configuration name="Debug"> |
2773 | <Options> | 2701 | <Options> |
2774 | <OutputPath>../../../../bin/</OutputPath> | 2702 | <OutputPath>../../../../bin/</OutputPath> |
@@ -2957,6 +2885,7 @@ | |||
2957 | <Files> | 2885 | <Files> |
2958 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2886 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2959 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/> | 2887 | <Match path="GetTexture/Tests" pattern="*.cs" recurse="true"/> |
2888 | <Match path="FetchInventory/Tests" pattern="*.cs" recurse="true"/> | ||
2960 | </Files> | 2889 | </Files> |
2961 | </Project> | 2890 | </Project> |
2962 | 2891 | ||
@@ -3268,6 +3197,7 @@ | |||
3268 | <Reference name="OpenSim.Framework.Monitoring"/> | 3197 | <Reference name="OpenSim.Framework.Monitoring"/> |
3269 | <Reference name="OpenSim.Framework.Servers"/> | 3198 | <Reference name="OpenSim.Framework.Servers"/> |
3270 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 3199 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
3200 | <Reference name="OpenSim.Framework.Serialization"/> | ||
3271 | <Reference name="OpenSim.Region.ClientStack"/> | 3201 | <Reference name="OpenSim.Region.ClientStack"/> |
3272 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | 3202 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> |
3273 | <Reference name="OpenSim.Region.Framework"/> | 3203 | <Reference name="OpenSim.Region.Framework"/> |