diff options
author | Melanie | 2011-04-08 04:16:29 +0100 |
---|---|---|
committer | Melanie | 2011-04-08 04:16:29 +0100 |
commit | 738daadaceada157eb0a8ea4a3437e037859b4d2 (patch) | |
tree | 1d0f8d63180928d77a7842e73c56e922666af75b /prebuild.xml | |
parent | Add support for the new display name related functions in LSL. This does not (diff) | |
parent | trivial whitespace removal to trigger a panda rebuild (diff) | |
download | opensim-SC-738daadaceada157eb0a8ea4a3437e037859b4d2.zip opensim-SC-738daadaceada157eb0a8ea4a3437e037859b4d2.tar.gz opensim-SC-738daadaceada157eb0a8ea4a3437e037859b4d2.tar.bz2 opensim-SC-738daadaceada157eb0a8ea4a3437e037859b4d2.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/prebuild.xml b/prebuild.xml index 76e4c67..ff08558 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2127,44 +2127,6 @@ | |||
2127 | </Files> | 2127 | </Files> |
2128 | </Project> | 2128 | </Project> |
2129 | 2129 | ||
2130 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteLegacy" path="OpenSim/Data/SQLiteLegacy" type="Library"> | ||
2131 | <Configuration name="Debug"> | ||
2132 | <Options> | ||
2133 | <OutputPath>../../../bin/</OutputPath> | ||
2134 | </Options> | ||
2135 | </Configuration> | ||
2136 | <Configuration name="Release"> | ||
2137 | <Options> | ||
2138 | <OutputPath>../../../bin/</OutputPath> | ||
2139 | </Options> | ||
2140 | </Configuration> | ||
2141 | |||
2142 | <ReferencePath>../../../bin/</ReferencePath> | ||
2143 | <Reference name="System"/> | ||
2144 | <Reference name="System.Xml"/> | ||
2145 | <Reference name="System.Data"/> | ||
2146 | <Reference name="System.Data.SQLite" path="../../../bin/"/> | ||
2147 | <Reference name="OpenSim.Data"/> | ||
2148 | <Reference name="System.Drawing"/> | ||
2149 | <Reference name="OpenSim.Framework"/> | ||
2150 | <Reference name="OpenSim.Framework.Console"/> | ||
2151 | <Reference name="OpenSim.Region.Framework"/> | ||
2152 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2153 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2154 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | ||
2155 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2156 | <Reference name="log4net" path="../../../bin/"/> | ||
2157 | |||
2158 | <Files> | ||
2159 | <Match pattern="*.cs" recurse="true"> | ||
2160 | <Exclude name="Tests" pattern="Tests"/> | ||
2161 | </Match> | ||
2162 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | ||
2163 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | ||
2164 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
2165 | </Files> | ||
2166 | </Project> | ||
2167 | |||
2168 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 2130 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
2169 | <Configuration name="Debug"> | 2131 | <Configuration name="Debug"> |
2170 | <Options> | 2132 | <Options> |