diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4557159..d1ae31e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -138,6 +138,7 @@ | |||
138 | <Reference name="System.Data" localCopy="false"/> | 138 | <Reference name="System.Data" localCopy="false"/> |
139 | <Reference name="System.Xml" localCopy="false"/> | 139 | <Reference name="System.Xml" localCopy="false"/> |
140 | <Reference name="OpenSim.Framework"/> | 140 | <Reference name="OpenSim.Framework"/> |
141 | <Reference name="OpenSim.Framework.Interfaces"/> | ||
141 | <Reference name="OpenSim.Framework.Console"/> | 142 | <Reference name="OpenSim.Framework.Console"/> |
142 | <Reference name="libsecondlife.dll"/> | 143 | <Reference name="libsecondlife.dll"/> |
143 | <Reference name="Db4objects.Db4o.dll"/> | 144 | <Reference name="Db4objects.Db4o.dll"/> |
@@ -222,6 +223,32 @@ | |||
222 | </Files> | 223 | </Files> |
223 | </Project> | 224 | </Project> |
224 | 225 | ||
226 | <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library"> | ||
227 | <Configuration name="Debug"> | ||
228 | <Options> | ||
229 | <OutputPath>../../bin/</OutputPath> | ||
230 | </Options> | ||
231 | </Configuration> | ||
232 | <Configuration name="Release"> | ||
233 | <Options> | ||
234 | <OutputPath>../../bin/</OutputPath> | ||
235 | </Options> | ||
236 | </Configuration> | ||
237 | |||
238 | <ReferencePath>../../bin/</ReferencePath> | ||
239 | <Reference name="System" localCopy="false"/> | ||
240 | <Reference name="System.Data.dll"/> | ||
241 | <Reference name="System.Xml"/> | ||
242 | <Reference name="libsecondlife.dll"/> | ||
243 | <Reference name="Db4objects.Db4o.dll"/> | ||
244 | <Reference name="OpenSim.Framework"/> | ||
245 | <Reference name="OpenSim.Framework.Console"/> | ||
246 | <Files> | ||
247 | <Match pattern="*.cs" recurse="true"/> | ||
248 | </Files> | ||
249 | </Project> | ||
250 | |||
251 | |||
225 | <!-- Grid Server Plug-ins --> | 252 | <!-- Grid Server Plug-ins --> |
226 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> | 253 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> |
227 | <Configuration name="Debug"> | 254 | <Configuration name="Debug"> |