diff options
author | Adam Frisby | 2007-05-05 23:39:42 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-05 23:39:42 +0000 |
commit | 7935a8cfcd659d38985c19a612d6a302c344a122 (patch) | |
tree | 300938e47fa2944a15db502906b784669854d21f /prebuild.xml | |
parent | Updated and run prebuild. (diff) | |
download | opensim-SC_OLD-7935a8cfcd659d38985c19a612d6a302c344a122.zip opensim-SC_OLD-7935a8cfcd659d38985c19a612d6a302c344a122.tar.gz opensim-SC_OLD-7935a8cfcd659d38985c19a612d6a302c344a122.tar.bz2 opensim-SC_OLD-7935a8cfcd659d38985c19a612d6a302c344a122.tar.xz |
* Added Microsoft SQL Support
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 45cfc3a..602715e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -320,6 +320,30 @@ | |||
320 | </Files> | 320 | </Files> |
321 | </Project> | 321 | </Project> |
322 | 322 | ||
323 | <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGrid.Framework.Data.MSSQL" type="Library"> | ||
324 | <Configuration name="Debug"> | ||
325 | <Options> | ||
326 | <OutputPath>../bin/</OutputPath> | ||
327 | </Options> | ||
328 | </Configuration> | ||
329 | <Configuration name="Release"> | ||
330 | <Options> | ||
331 | <OutputPath>../bin/</OutputPath> | ||
332 | </Options> | ||
333 | </Configuration> | ||
334 | |||
335 | <ReferencePath>../bin/</ReferencePath> | ||
336 | <Reference name="System" localCopy="false"/> | ||
337 | <Reference name="System.Xml"/> | ||
338 | <Reference name="System.Data"/> | ||
339 | <Reference name="System.Data.SqlClient"/> | ||
340 | <Reference name="OpenGrid.Framework.Data"/> | ||
341 | <Reference name="libsecondlife.dll"/> | ||
342 | <Files> | ||
343 | <Match pattern="*.cs" recurse="true"/> | ||
344 | </Files> | ||
345 | </Project> | ||
346 | |||
323 | <!-- OGS projects --> | 347 | <!-- OGS projects --> |
324 | 348 | ||
325 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> | 349 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> |