diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index eebb9f9..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> |
@@ -3259,6 +3258,39 @@ | |||
3259 | </Files> | 3258 | </Files> |
3260 | </Project> | 3259 | </Project> |
3261 | 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 | |||
3262 | <?include file="addon-modules/*/prebuild*.xml" ?> | 3294 | <?include file="addon-modules/*/prebuild*.xml" ?> |
3263 | 3295 | ||
3264 | </Solution> | 3296 | </Solution> |