diff options
-rw-r--r-- | prebuild.xml | 63 |
1 files changed, 1 insertions, 62 deletions
diff --git a/prebuild.xml b/prebuild.xml index f2e2738..49b7a3b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2909,68 +2909,7 @@ | |||
2909 | </Files> | 2909 | </Files> |
2910 | </Project> | 2910 | </Project> |
2911 | 2911 | ||
2912 | <Project frameworkVersion="v4_0" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library"> | 2912 | |
2913 | <Configuration name="Debug"> | ||
2914 | <Options> | ||
2915 | <OutputPath>../../../bin/</OutputPath> | ||
2916 | </Options> | ||
2917 | </Configuration> | ||
2918 | <Configuration name="Release"> | ||
2919 | <Options> | ||
2920 | <OutputPath>../../../bin/</OutputPath> | ||
2921 | </Options> | ||
2922 | </Configuration> | ||
2923 | |||
2924 | <ReferencePath>../../../bin/</ReferencePath> | ||
2925 | <Reference name="System"/> | ||
2926 | <Reference name="System.Core"/> | ||
2927 | <Reference name="System.Xml"/> | ||
2928 | <Reference name="System.Drawing"/> | ||
2929 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2930 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2931 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
2932 | <Reference name="OpenSim.Data"/> | ||
2933 | <Reference name="OpenSim.Framework"/> | ||
2934 | <Reference name="OpenSim.Framework.Serialization"/> | ||
2935 | <Reference name="OpenSim.Framework.Console"/> | ||
2936 | <Reference name="OpenSim.Framework.Monitoring"/> | ||
2937 | <Reference name="OpenSim.Framework.Servers"/> | ||
2938 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2939 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | ||
2940 | <Reference name="OpenSim.Region.Framework"/> | ||
2941 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
2942 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2943 | <Reference name="OpenSim.Region.OptionalModules"/> | ||
2944 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
2945 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2946 | <Reference name="OpenSim.Services.AvatarService"/> | ||
2947 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2948 | |||
2949 | <!-- Unit tests --> | ||
2950 | <Reference name="OpenSim.Tests.Common"/> | ||
2951 | <Reference name="Nini" path="../../../bin/"/> | ||
2952 | <Reference name="nunit.framework" path="../../../bin/"/> | ||
2953 | |||
2954 | <!-- For scripting in funny languages by default --> | ||
2955 | <Reference name="XMLRPC" path="../../../bin/"/> | ||
2956 | <Reference name="Nini" path="../../../bin/"/> | ||
2957 | <Reference name="log4net" path="../../../bin/"/> | ||
2958 | <Reference name="DotNetOpenMail" path="../../../bin/"/> | ||
2959 | |||
2960 | <!-- | ||
2961 | TODO: this is kind of lame, we basically build a duplicate | ||
2962 | assembly but with tests added in, just so that we don't | ||
2963 | need to hard code in a bunch of Test directories here. If | ||
2964 | pattern="Tests/*.cs" worked, we wouldn't need this. | ||
2965 | --> | ||
2966 | <Files> | ||
2967 | <!-- SADLY the way this works means you need to keep adding these paths --> | ||
2968 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> | ||
2969 | <Match path="Scripting/JsonStore/Tests" pattern="*.cs" recurse="true"/> | ||
2970 | <Match path="World/NPC/Tests" pattern="*.cs" recurse="true"/> | ||
2971 | </Files> | ||
2972 | </Project> | ||
2973 | |||
2974 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> | 2913 | <Project frameworkVersion="v4_0" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
2975 | <Configuration name="Debug"> | 2914 | <Configuration name="Debug"> |
2976 | <Options> | 2915 | <Options> |