diff options
author | Diva Canto | 2017-04-30 21:11:30 -0700 |
---|---|---|
committer | Diva Canto | 2017-04-30 21:11:30 -0700 |
commit | 442a736a4c3394ca0bc6cea9d9b6c2602d2b0b13 (patch) | |
tree | 3b2e9e24aa44c0596cc761d7bb7b2906662e552d /prebuild.xml | |
parent | having the file open then let PermissionsToString know about Export (diff) | |
download | opensim-SC-442a736a4c3394ca0bc6cea9d9b6c2602d2b0b13.zip opensim-SC-442a736a4c3394ca0bc6cea9d9b6c2602d2b0b13.tar.gz opensim-SC-442a736a4c3394ca0bc6cea9d9b6c2602d2b0b13.tar.bz2 opensim-SC-442a736a4c3394ca0bc6cea9d9b6c2602d2b0b13.tar.xz |
Add Permission tests project
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index c087def..52fb74a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3300,7 +3300,46 @@ | |||
3300 | </Files> | 3300 | </Files> |
3301 | </Project> | 3301 | </Project> |
3302 | 3302 | ||
3303 | <?include file="addon-modules/*/prebuild*.xml" ?> | 3303 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Permissions" path="OpenSim/Tests/Permissions" type="Library"> |
3304 | <Configuration name="Debug"> | ||
3305 | <Options> | ||
3306 | <OutputPath>../../../bin/</OutputPath> | ||
3307 | </Options> | ||
3308 | </Configuration> | ||
3309 | <Configuration name="Release"> | ||
3310 | <Options> | ||
3311 | <OutputPath>../../../bin/</OutputPath> | ||
3312 | </Options> | ||
3313 | </Configuration> | ||
3314 | |||
3315 | <ReferencePath>../../../bin/</ReferencePath> | ||
3316 | <Reference name="System"/> | ||
3317 | <Reference name="System.Core"/> | ||
3318 | <Reference name="System.Xml"/> | ||
3319 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
3320 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
3321 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
3322 | <Reference name="OpenSim"/> | ||
3323 | <Reference name="OpenSim.ApplicationPlugins.RegionModulesController"/> | ||
3324 | <Reference name="OpenSim.Framework"/> | ||
3325 | <Reference name="OpenSim.Region.Framework"/> | ||
3326 | <Reference name="OpenSim.Region.CoreModules"/> | ||
3327 | <Reference name="OpenSim.Services.Interfaces"/> | ||
3328 | |||
3329 | <!-- Unit tests --> | ||
3330 | <!-- <Reference name="OpenSim.Tests.Common"/> --> | ||
3331 | <Reference name="OpenSim.Tests.Common"/> | ||
3332 | <Reference name="Nini" path="../../../bin/"/> | ||
3333 | <Reference name="nunit.framework" path="../../../bin/"/> | ||
3334 | |||
3335 | <Reference name="log4net" path="../../../bin/"/> | ||
3336 | |||
3337 | <Files> | ||
3338 | <Match pattern="*.cs" recurse="false"/> | ||
3339 | </Files> | ||
3340 | </Project> | ||
3341 | |||
3342 | <?include file="addon-modules/*/prebuild*.xml" ?> | ||
3304 | 3343 | ||
3305 | </Solution> | 3344 | </Solution> |
3306 | 3345 | ||