diff options
author | Diva Canto | 2013-02-19 07:26:40 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-19 07:26:40 -0800 |
commit | 9380d01976726885bd993573aa649f2cb0992909 (patch) | |
tree | e34fd4278fe75f1b01e3f16346bc83f15a16b383 /prebuild.xml | |
parent | Offline IM: moved the Data and MySQL bits to the corresponding places in core... (diff) | |
download | opensim-SC_OLD-9380d01976726885bd993573aa649f2cb0992909.zip opensim-SC_OLD-9380d01976726885bd993573aa649f2cb0992909.tar.gz opensim-SC_OLD-9380d01976726885bd993573aa649f2cb0992909.tar.bz2 opensim-SC_OLD-9380d01976726885bd993573aa649f2cb0992909.tar.xz |
First commit of Diva Groups. The Data bits went to OpenSim.Data core, the rest to Addons.Groups.dll.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1caa54b..fa193d9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2571,6 +2571,54 @@ | |||
2571 | </Files> | 2571 | </Files> |
2572 | </Project> | 2572 | </Project> |
2573 | 2573 | ||
2574 | <Project frameworkVersion="v3_5" name="OpenSim.Addons.Groups" path="OpenSim/Addons/Groups" type="Library"> | ||
2575 | <Configuration name="Debug"> | ||
2576 | <Options> | ||
2577 | <OutputPath>../../../bin/</OutputPath> | ||
2578 | </Options> | ||
2579 | </Configuration> | ||
2580 | <Configuration name="Release"> | ||
2581 | <Options> | ||
2582 | <OutputPath>../../../bin/</OutputPath> | ||
2583 | </Options> | ||
2584 | </Configuration> | ||
2585 | |||
2586 | <ReferencePath>../../bin/</ReferencePath> | ||
2587 | <Reference name="System"/> | ||
2588 | <Reference name="System.Core"/> | ||
2589 | <Reference name="System.Data"/> | ||
2590 | <Reference name="System.Web"/> | ||
2591 | <Reference name="System.Xml"/> | ||
2592 | |||
2593 | <Reference name="Nini" path="../../../bin/"/> | ||
2594 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2595 | <Reference name="log4net" path="../../../bin/"/> | ||
2596 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2597 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2598 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
2599 | |||
2600 | <Reference name="OpenSim.Framework"/> | ||
2601 | <Reference name="OpenSim.Data"/> | ||
2602 | <Reference name="OpenSim.Framework.Servers"/> | ||
2603 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2604 | <Reference name="OpenSim.Services.Base"/> | ||
2605 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2606 | <Reference name="OpenSim.Region.Framework"/> | ||
2607 | <Reference name="OpenSim.Server.Base"/> | ||
2608 | <Reference name="OpenSim.Server.Handlers"/> | ||
2609 | |||
2610 | <!-- To allow regions to have mono addins --> | ||
2611 | <Reference name="Mono.Addins" path="../../../bin/" /> | ||
2612 | |||
2613 | <Files> | ||
2614 | <Match pattern="*.cs" recurse="true"> | ||
2615 | <Exclude pattern="Tests" /> | ||
2616 | </Match> | ||
2617 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | ||
2618 | </Files> | ||
2619 | |||
2620 | </Project> | ||
2621 | |||
2574 | 2622 | ||
2575 | <!-- Tools --> | 2623 | <!-- Tools --> |
2576 | 2624 | ||