diff options
author | Justin Clark-Casey (justincc) | 2010-04-23 17:17:15 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-23 17:17:15 +0100 |
commit | a23bebdc0f106c19de09e54d88eebc6b086fdaab (patch) | |
tree | 5a0141201ae27b796608f0af77f4d9a1e1cd1d19 /prebuild.xml | |
parent | minor: change a comment and replace some magic numbers with the AssetType enum (diff) | |
download | opensim-SC_OLD-a23bebdc0f106c19de09e54d88eebc6b086fdaab.zip opensim-SC_OLD-a23bebdc0f106c19de09e54d88eebc6b086fdaab.tar.gz opensim-SC_OLD-a23bebdc0f106c19de09e54d88eebc6b086fdaab.tar.bz2 opensim-SC_OLD-a23bebdc0f106c19de09e54d88eebc6b086fdaab.tar.xz |
Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shortly be changed to work under mono 2.6 and above
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 5cc742c..d6b6361 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2215,6 +2215,43 @@ | |||
2215 | </Files> | 2215 | </Files> |
2216 | </Project> | 2216 | </Project> |
2217 | 2217 | ||
2218 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteNG" path="OpenSim/Data/SQLiteNG" type="Library"> | ||
2219 | <Configuration name="Debug"> | ||
2220 | <Options> | ||
2221 | <OutputPath>../../../bin/</OutputPath> | ||
2222 | </Options> | ||
2223 | </Configuration> | ||
2224 | <Configuration name="Release"> | ||
2225 | <Options> | ||
2226 | <OutputPath>../../../bin/</OutputPath> | ||
2227 | </Options> | ||
2228 | </Configuration> | ||
2229 | |||
2230 | <ReferencePath>../../../bin/</ReferencePath> | ||
2231 | <Reference name="System"/> | ||
2232 | <Reference name="System.Xml"/> | ||
2233 | <Reference name="System.Data"/> | ||
2234 | <Reference name="System.Data.SQLite.dll"/> | ||
2235 | <Reference name="OpenSim.Data"/> | ||
2236 | <Reference name="System.Drawing"/> | ||
2237 | <Reference name="OpenSim.Framework"/> | ||
2238 | <Reference name="OpenSim.Framework.Console"/> | ||
2239 | <Reference name="OpenSim.Region.Framework"/> | ||
2240 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2241 | <Reference name="OpenMetaverse.dll"/> | ||
2242 | <Reference name="Mono.Data.SqliteClient"/> | ||
2243 | <Reference name="Mono.Addins.dll" /> | ||
2244 | <Reference name="log4net.dll"/> | ||
2245 | |||
2246 | <Files> | ||
2247 | <Match pattern="*.cs" recurse="true" > | ||
2248 | <Exclude name="Tests" pattern="Tests" /> | ||
2249 | </Match> | ||
2250 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
2251 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
2252 | </Files> | ||
2253 | </Project> | ||
2254 | |||
2218 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> | 2255 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> |
2219 | <Configuration name="Debug"> | 2256 | <Configuration name="Debug"> |
2220 | <Options> | 2257 | <Options> |