aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml41
1 files changed, 35 insertions, 6 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 2ac874f..df02b59 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -214,8 +214,7 @@
214 </Files> 214 </Files>
215 </Project> 215 </Project>
216 216
217 <!-- OpenSim app --> 217 <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library">
218 <Project name="OpenSim" path="OpenSim.RegionServer" type="Exe">
219 <Configuration name="Debug"> 218 <Configuration name="Debug">
220 <Options> 219 <Options>
221 <OutputPath>../bin/</OutputPath> 220 <OutputPath>../bin/</OutputPath>
@@ -242,6 +241,35 @@
242 </Files> 241 </Files>
243 </Project> 242 </Project>
244 243
244 <!-- OpenSim app -->
245 <Project name="OpenSim" path="OpenSim" type="Exe">
246 <Configuration name="Debug">
247 <Options>
248 <OutputPath>../bin/</OutputPath>
249 </Options>
250 </Configuration>
251 <Configuration name="Release">
252 <Options>
253 <OutputPath>../bin/</OutputPath>
254 </Options>
255 </Configuration>
256
257 <ReferencePath>../bin/</ReferencePath>
258 <Reference name="System" localCopy="false"/>
259 <Reference name="System.Xml"/>
260 <Reference name="libsecondlife.dll"/>
261 <Reference name="Axiom.MathLib.dll"/>
262 <Reference name="Db4objects.Db4o.dll"/>
263 <Reference name="OpenSim.Framework"/>
264 <Reference name="OpenSim.Framework.Console"/>
265 <Reference name="OpenSim.Physics.Manager"/>
266 <Reference name="OpenSim.RegionServer"/>
267
268 <Files>
269 <Match pattern="*.cs" recurse="true"/>
270 </Files>
271 </Project>
272
245 <!-- Storage Plug-ins --> 273 <!-- Storage Plug-ins -->
246 <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library"> 274 <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library">
247 <Configuration name="Debug"> 275 <Configuration name="Debug">
@@ -277,7 +305,7 @@
277 305
278 306
279 <!-- Prebuild tool --> 307 <!-- Prebuild tool -->
280 <!-- Solution name="Prebuild" path="./Prebuild/" > 308 <Solution name="Prebuild" path="./Prebuild/" >
281 <Configuration name="Debug"> 309 <Configuration name="Debug">
282 <Options> 310 <Options>
283 <CompilerDefines>DEBUG;TRACE</CompilerDefines> 311 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
@@ -305,7 +333,7 @@
305 <Options> 333 <Options>
306 <CompilerDefines>DEBUG;TRACE</CompilerDefines> 334 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
307 <OptimizeCode>false</OptimizeCode> 335 <OptimizeCode>false</OptimizeCode>
308 <OutputPath>..\bin\</OutputPath> 336 <OutputPath>..\..\bin\</OutputPath>
309 <DebugInformation>true</DebugInformation> 337 <DebugInformation>true</DebugInformation>
310 <KeyFile>Prebuild.snk</KeyFile> 338 <KeyFile>Prebuild.snk</KeyFile>
311 <SuppressWarnings>1595</SuppressWarnings> 339 <SuppressWarnings>1595</SuppressWarnings>
@@ -314,13 +342,14 @@
314 <Configuration name="Release"> 342 <Configuration name="Release">
315 <Options> 343 <Options>
316 <CompilerDefines>TRACE</CompilerDefines> 344 <CompilerDefines>TRACE</CompilerDefines>
317 <OutputPath>..\bin\</OutputPath> 345 <OutputPath>..\..\bin\</OutputPath>
318 <OptimizeCode>true</OptimizeCode> 346 <OptimizeCode>true</OptimizeCode>
319 <DebugInformation>false</DebugInformation> 347 <DebugInformation>false</DebugInformation>
320 <KeyFile>Prebuild.snk</KeyFile> 348 <KeyFile>Prebuild.snk</KeyFile>
321 <SuppressWarnings>1595</SuppressWarnings> 349 <SuppressWarnings>1595</SuppressWarnings>
322 </Options> 350 </Options>
323 </Configuration> 351 </Configuration>
352 <ReferencePath>../bin/</ReferencePath>
324 <Reference name="System.EnterpriseServices" /> 353 <Reference name="System.EnterpriseServices" />
325 <Reference name="System.Xml" /> 354 <Reference name="System.Xml" />
326 <Reference name="System" /> 355 <Reference name="System" />
@@ -330,7 +359,7 @@
330 <Match pattern="*.cs" recurse="true"/> 359 <Match pattern="*.cs" recurse="true"/>
331 </Files> 360 </Files>
332 </Project> 361 </Project>
333 </Solution --> 362 </Solution>
334</Prebuild> 363</Prebuild>
335 364
336 365