diff options
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"> |