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 7d1ca59..45cfc3a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -296,6 +296,30 @@ | |||
296 | </Files> | 296 | </Files> |
297 | </Project> | 297 | </Project> |
298 | 298 | ||
299 | <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGrid.Framework.Data.DB4o" type="Library"> | ||
300 | <Configuration name="Debug"> | ||
301 | <Options> | ||
302 | <OutputPath>../bin/</OutputPath> | ||
303 | </Options> | ||
304 | </Configuration> | ||
305 | <Configuration name="Release"> | ||
306 | <Options> | ||
307 | <OutputPath>../bin/</OutputPath> | ||
308 | </Options> | ||
309 | </Configuration> | ||
310 | |||
311 | <ReferencePath>../bin/</ReferencePath> | ||
312 | <Reference name="System" localCopy="false"/> | ||
313 | <Reference name="System.Xml"/> | ||
314 | <Reference name="System.Data"/> | ||
315 | <Reference name="OpenGrid.Framework.Data"/> | ||
316 | <Reference name="libsecondlife.dll"/> | ||
317 | <Reference name="Db4objects.Db4o.dll"/> | ||
318 | <Files> | ||
319 | <Match pattern="*.cs" recurse="true"/> | ||
320 | </Files> | ||
321 | </Project> | ||
322 | |||
299 | <!-- OGS projects --> | 323 | <!-- OGS projects --> |
300 | 324 | ||
301 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> | 325 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> |