diff options
author | Adam Frisby | 2007-05-05 23:54:30 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-05 23:54:30 +0000 |
commit | f2373d71f2efe927fa53be3ef78d7af6bf392ae5 (patch) | |
tree | a4819f2b57b7ffd2bd3967d2d474ad990d0c4b2c /prebuild.xml | |
parent | Fixed issue with prebuild causing duplicate reference with standard libraries. (diff) | |
download | opensim-SC_OLD-f2373d71f2efe927fa53be3ef78d7af6bf392ae5.zip opensim-SC_OLD-f2373d71f2efe927fa53be3ef78d7af6bf392ae5.tar.gz opensim-SC_OLD-f2373d71f2efe927fa53be3ef78d7af6bf392ae5.tar.bz2 opensim-SC_OLD-f2373d71f2efe927fa53be3ef78d7af6bf392ae5.tar.xz |
SQLite support added to grid manager. (Win!)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 3bfcb62..6dfed93 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -343,6 +343,30 @@ | |||
343 | </Files> | 343 | </Files> |
344 | </Project> | 344 | </Project> |
345 | 345 | ||
346 | <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGrid.Framework.Data.SQLite" type="Library"> | ||
347 | <Configuration name="Debug"> | ||
348 | <Options> | ||
349 | <OutputPath>../bin/</OutputPath> | ||
350 | </Options> | ||
351 | </Configuration> | ||
352 | <Configuration name="Release"> | ||
353 | <Options> | ||
354 | <OutputPath>../bin/</OutputPath> | ||
355 | </Options> | ||
356 | </Configuration> | ||
357 | |||
358 | <ReferencePath>../bin/</ReferencePath> | ||
359 | <Reference name="System" localCopy="false"/> | ||
360 | <Reference name="System.Xml"/> | ||
361 | <Reference name="System.Data"/> | ||
362 | <Reference name="System.Data.SQLite.dll"/> | ||
363 | <Reference name="OpenGrid.Framework.Data"/> | ||
364 | <Reference name="libsecondlife.dll"/> | ||
365 | <Files> | ||
366 | <Match pattern="*.cs" recurse="true"/> | ||
367 | </Files> | ||
368 | </Project> | ||
369 | |||
346 | <!-- OGS projects --> | 370 | <!-- OGS projects --> |
347 | 371 | ||
348 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> | 372 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> |