aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-04-23 17:17:15 +0100
committerJustin Clark-Casey (justincc)2010-04-30 18:59:10 +0100
commit959cd6022504fa3ffe2f69c66ed94827f6ae6951 (patch)
tree4e5d821bf639d37ca42b4b8379a86327a21a6477 /prebuild.xml
parentSlightly tweak README to account for the fact that first-time standalone user... (diff)
downloadopensim-SC-959cd6022504fa3ffe2f69c66ed94827f6ae6951.zip
opensim-SC-959cd6022504fa3ffe2f69c66ed94827f6ae6951.tar.gz
opensim-SC-959cd6022504fa3ffe2f69c66ed94827f6ae6951.tar.bz2
opensim-SC-959cd6022504fa3ffe2f69c66ed94827f6ae6951.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.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6b25792..9db30ff 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2510,6 +2510,43 @@
2510 </Files> 2510 </Files>
2511 </Project> 2511 </Project>
2512 2512
2513 <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteNG" path="OpenSim/Data/SQLiteNG" type="Library">
2514 <Configuration name="Debug">
2515 <Options>
2516 <OutputPath>../../../bin/</OutputPath>
2517 </Options>
2518 </Configuration>
2519 <Configuration name="Release">
2520 <Options>
2521 <OutputPath>../../../bin/</OutputPath>
2522 </Options>
2523 </Configuration>
2524
2525 <ReferencePath>../../../bin/</ReferencePath>
2526 <Reference name="System"/>
2527 <Reference name="System.Xml"/>
2528 <Reference name="System.Data"/>
2529 <Reference name="System.Data.SQLite.dll"/>
2530 <Reference name="OpenSim.Data"/>
2531 <Reference name="System.Drawing"/>
2532 <Reference name="OpenSim.Framework"/>
2533 <Reference name="OpenSim.Framework.Console"/>
2534 <Reference name="OpenSim.Region.Framework"/>
2535 <Reference name="OpenMetaverseTypes.dll"/>
2536 <Reference name="OpenMetaverse.dll"/>
2537 <Reference name="Mono.Data.SqliteClient"/>
2538 <Reference name="Mono.Addins.dll" />
2539 <Reference name="log4net.dll"/>
2540
2541 <Files>
2542 <Match pattern="*.cs" recurse="true" >
2543 <Exclude name="Tests" pattern="Tests" />
2544 </Match>
2545 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
2546 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
2547 </Files>
2548 </Project>
2549
2513 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library"> 2550 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Shared" path="OpenSim/Region/ScriptEngine/Shared" type="Library">
2514 <Configuration name="Debug"> 2551 <Configuration name="Debug">
2515 <Options> 2552 <Options>