aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d2994a2..3dffd90 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3100,6 +3100,42 @@
3100 </Files> 3100 </Files>
3101 </Project> 3101 </Project>
3102 3102
3103 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3104 <Configuration name="Debug">
3105 <Options>
3106 <OutputPath>../../../../../bin/</OutputPath>
3107 </Options>
3108 </Configuration>
3109 <Configuration name="Release">
3110 <Options>
3111 <OutputPath>../../../../../bin/</OutputPath>
3112 </Options>
3113 </Configuration>
3114
3115 <ReferencePath>../../../../../bin/</ReferencePath>
3116 <Reference name="System"/>
3117 <Reference name="System.Xml"/>
3118 <Reference name="log4net" path="../../../../../bin/"/>
3119 <Reference name="Nini" path="../../../../../bin/"/>
3120 <Reference name="nunit.framework" path="../../../../../bin/"/>
3121 <Reference name="OpenMetaverse" path="../../../../../bin/"/>
3122 <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/>
3123 <Reference name="OpenSim.Framework"/>
3124 <Reference name="OpenSim.Framework.Communications"/>
3125 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3126 <Reference name="OpenSim.Framework.Statistics"/>
3127 <Reference name="OpenSim.Region.ClientStack.LindenCaps"/>
3128 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
3129 <Reference name="OpenSim.Region.CoreModules"/>
3130 <Reference name="OpenSim.Region.Framework"/>
3131 <Reference name="OpenSim.Services.Interfaces"/>
3132 <Reference name="OpenSim.Tests.Common"/>
3133
3134 <Files>
3135 <Match path="EventQueue/Tests" pattern="*.cs" recurse="false"/>
3136 </Files>
3137 </Project>
3138
3103 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3139 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3104 <Configuration name="Debug"> 3140 <Configuration name="Debug">
3105 <Options> 3141 <Options>