aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml36
1 files changed, 35 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 4ea4708..65383ee 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2822,7 +2822,6 @@
2822 </Files> 2822 </Files>
2823 </Project> 2823 </Project>
2824 2824
2825
2826 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library"> 2825 <Project frameworkVersion="v3_5" name="OpenSim.Framework.Tests" path="OpenSim/Framework/Tests" type="Library">
2827 <Configuration name="Debug"> 2826 <Configuration name="Debug">
2828 <Options> 2827 <Options>
@@ -3164,12 +3163,14 @@
3164 <Reference name="OpenSim.Framework.Statistics"/> 3163 <Reference name="OpenSim.Framework.Statistics"/>
3165 <Reference name="OpenSim.Region.ClientStack"/> 3164 <Reference name="OpenSim.Region.ClientStack"/>
3166 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> 3165 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
3166 <Reference name="OpenSim.Region.CoreModules"/>
3167 <Reference name="OpenSim.Region.Framework"/> 3167 <Reference name="OpenSim.Region.Framework"/>
3168 <Reference name="OpenSim.Services.Interfaces"/> 3168 <Reference name="OpenSim.Services.Interfaces"/>
3169 <Reference name="OpenSim.Tests.Common"/> 3169 <Reference name="OpenSim.Tests.Common"/>
3170 3170
3171 <Files> 3171 <Files>
3172 <Match pattern="*.cs" recurse="false"/> 3172 <Match pattern="*.cs" recurse="false"/>
3173 <Match buildAction="EmbeddedResource" path="Resources" pattern="*"/>
3173 </Files> 3174 </Files>
3174 </Project> 3175 </Project>
3175 3176
@@ -3257,6 +3258,39 @@
3257 </Files> 3258 </Files>
3258 </Project> 3259 </Project>
3259 3260
3261 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library">
3262 <Configuration name="Debug">
3263 <Options>
3264 <OutputPath>../../../bin/</OutputPath>
3265 </Options>
3266 </Configuration>
3267 <Configuration name="Release">
3268 <Options>
3269 <OutputPath>../../../bin/</OutputPath>
3270 </Options>
3271 </Configuration>
3272
3273 <ReferencePath>../../../bin/</ReferencePath>
3274 <Reference name="System"/>
3275 <Reference name="System.Xml"/>
3276 <Reference name="System.Data"/>
3277 <Reference name="log4net" path="../../../bin/"/>
3278 <Reference name="Nini" path="../../../bin/"/>
3279 <Reference name="nunit.framework" path="../../../bin/"/>
3280 <Reference name="OpenMetaverse" path="../../../bin/"/>
3281 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
3282 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
3283 <Reference name="XMLRPC" path="../../../bin/"/>
3284 <Reference name="OpenSim.Framework"/>
3285 <Reference name="OpenSim.Framework.Console"/>
3286 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3287 <Reference name="OpenSim.Region.Framework"/>
3288 <Reference name="OpenSim.Tests.Common"/>
3289 <Files>
3290 <Match pattern="*.cs" recurse="false"/>
3291 </Files>
3292 </Project>
3293
3260 <?include file="addon-modules/*/prebuild*.xml" ?> 3294 <?include file="addon-modules/*/prebuild*.xml" ?>
3261 3295
3262 </Solution> 3296 </Solution>