diff options
author | Diva Canto | 2015-06-04 09:20:34 -0700 |
---|---|---|
committer | Diva Canto | 2015-06-04 09:20:34 -0700 |
commit | c4ecd1946b020b7f32f6b0e0e0a8d3ed3b076136 (patch) | |
tree | d7d428f69d8a777954956d739fa9ecc3590457c4 /prebuild.xml | |
parent | More assertions in inventory client tests to check for assorted combinations ... (diff) | |
download | opensim-SC-c4ecd1946b020b7f32f6b0e0e0a8d3ed3b076136.zip opensim-SC-c4ecd1946b020b7f32f6b0e0e0a8d3ed3b076136.tar.gz opensim-SC-c4ecd1946b020b7f32f6b0e0e0a8d3ed3b076136.tar.bz2 opensim-SC-c4ecd1946b020b7f32f6b0e0e0a8d3ed3b076136.tar.xz |
Fixed order of projects, so that the solution builds in mono.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 71 |
1 files changed, 35 insertions, 36 deletions
diff --git a/prebuild.xml b/prebuild.xml index 267e698..9a57fdb 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2661,42 +2661,6 @@ | |||
2661 | </Project> | 2661 | </Project> |
2662 | 2662 | ||
2663 | <!-- Test Clients --> | 2663 | <!-- Test Clients --> |
2664 | <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> | ||
2665 | <Configuration name="Debug"> | ||
2666 | <Options> | ||
2667 | <OutputPath>../../../bin/</OutputPath> | ||
2668 | </Options> | ||
2669 | </Configuration> | ||
2670 | <Configuration name="Release"> | ||
2671 | <Options> | ||
2672 | <OutputPath>../../../bin/</OutputPath> | ||
2673 | </Options> | ||
2674 | </Configuration> | ||
2675 | |||
2676 | <ReferencePath>../../../bin/</ReferencePath> | ||
2677 | <Reference name="System"/> | ||
2678 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2679 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2680 | <Reference name="OpenSim.Framework"/> | ||
2681 | <Reference name="OpenSim.Framework.Servers"/> | ||
2682 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2683 | <Reference name="OpenSim.Framework"/> | ||
2684 | <Reference name="OpenSim.Server.Base"/> | ||
2685 | <Reference name="OpenSim.Server.Handlers"/> | ||
2686 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2687 | <Reference name="OpenSim.Services.Connectors"/> | ||
2688 | <Reference name="OpenSim.Tests.Common"/> | ||
2689 | <Reference name="Robust"/> | ||
2690 | <Reference name="Nini" path="../../../bin/"/> | ||
2691 | <Reference name="log4net" path="../../../bin/"/> | ||
2692 | <Reference name="nunit.framework" path="../../../bin/"/> | ||
2693 | |||
2694 | <Files> | ||
2695 | <Match pattern="*.cs" recurse="true"/> | ||
2696 | </Files> | ||
2697 | </Project> | ||
2698 | |||
2699 | |||
2700 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | 2664 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> |
2701 | <Configuration name="Debug"> | 2665 | <Configuration name="Debug"> |
2702 | <Options> | 2666 | <Options> |
@@ -2839,6 +2803,41 @@ | |||
2839 | </Files> | 2803 | </Files> |
2840 | </Project> | 2804 | </Project> |
2841 | 2805 | ||
2806 | <Project frameworkVersion="v4_0" name="Robust.Tests" path="OpenSim/Tests/Robust" type="Library"> | ||
2807 | <Configuration name="Debug"> | ||
2808 | <Options> | ||
2809 | <OutputPath>../../../bin/</OutputPath> | ||
2810 | </Options> | ||
2811 | </Configuration> | ||
2812 | <Configuration name="Release"> | ||
2813 | <Options> | ||
2814 | <OutputPath>../../../bin/</OutputPath> | ||
2815 | </Options> | ||
2816 | </Configuration> | ||
2817 | |||
2818 | <ReferencePath>../../../bin/</ReferencePath> | ||
2819 | <Reference name="System"/> | ||
2820 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2821 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2822 | <Reference name="OpenSim.Framework"/> | ||
2823 | <Reference name="OpenSim.Framework.Servers"/> | ||
2824 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2825 | <Reference name="OpenSim.Framework"/> | ||
2826 | <Reference name="OpenSim.Server.Base"/> | ||
2827 | <Reference name="OpenSim.Server.Handlers"/> | ||
2828 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2829 | <Reference name="OpenSim.Services.Connectors"/> | ||
2830 | <Reference name="OpenSim.Tests.Common"/> | ||
2831 | <Reference name="Robust"/> | ||
2832 | <Reference name="Nini" path="../../../bin/"/> | ||
2833 | <Reference name="log4net" path="../../../bin/"/> | ||
2834 | <Reference name="nunit.framework" path="../../../bin/"/> | ||
2835 | |||
2836 | <Files> | ||
2837 | <Match pattern="*.cs" recurse="true"/> | ||
2838 | </Files> | ||
2839 | </Project> | ||
2840 | |||
2842 | 2841 | ||
2843 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> | 2842 | <Project frameworkVersion="v4_0" name="OpenSim.Capabilities.Handlers.Tests" path="OpenSim/Capabilities/Handlers" type="Library"> |
2844 | <Configuration name="Debug"> | 2843 | <Configuration name="Debug"> |