aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml882
1 files changed, 882 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
new file mode 100644
index 0000000..c91f72a
--- /dev/null
+++ b/prebuild.xml
@@ -0,0 +1,882 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
3 <Solution name="OpenSim" activeConfig="Debug" path="./">
4 <Configuration name="Debug">
5 <Options>
6 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode>
8 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
9 <AllowUnsafe>false</AllowUnsafe>
10 <WarningLevel>4</WarningLevel>
11 <WarningsAsErrors>false</WarningsAsErrors>
12 <SuppressWarnings></SuppressWarnings>
13 <OutputPath>bin</OutputPath>
14 <DebugInformation>true</DebugInformation>
15 <IncrementalBuild>true</IncrementalBuild>
16 <NoStdLib>false</NoStdLib>
17 </Options>
18 </Configuration>
19 <Configuration name="Release">
20 <Options>
21 <CompilerDefines>TRACE</CompilerDefines>
22 <OptimizeCode>true</OptimizeCode>
23 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
24 <AllowUnsafe>false</AllowUnsafe>
25 <WarningLevel>4</WarningLevel>
26 <WarningsAsErrors>false</WarningsAsErrors>
27 <SuppressWarnings></SuppressWarnings>
28 <OutputPath>bin</OutputPath>
29 <DebugInformation>false</DebugInformation>
30 <IncrementalBuild>true</IncrementalBuild>
31 <NoStdLib>false</NoStdLib>
32 </Options>
33 </Configuration>
34
35 <!-- XML-RPC -->
36 <Project name="XMLRPC" path="Common/XmlRpcCS" type="Library">
37 <Configuration name="Debug">
38 <Options>
39 <OutputPath>../../bin/</OutputPath>
40 </Options>
41 </Configuration>
42 <Configuration name="Release">
43 <Options>
44 <OutputPath>../../bin/</OutputPath>
45 </Options>
46 </Configuration>
47
48 <ReferencePath>../../bin/</ReferencePath>
49 <Reference name="System"/>
50 <Reference name="System.Xml"/>
51
52 <Files>
53 <Match pattern="*.cs" recurse="true"/>
54 </Files>
55 </Project>
56
57 <!-- Core OpenSim Projects -->
58
59 <Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library">
60 <Configuration name="Debug">
61 <Options>
62 <OutputPath>../../bin/</OutputPath>
63 </Options>
64 </Configuration>
65 <Configuration name="Release">
66 <Options>
67 <OutputPath>../../bin/</OutputPath>
68 </Options>
69 </Configuration>
70
71 <ReferencePath>../../bin/</ReferencePath>
72 <Reference name="System"/>
73 <Reference name="System.Xml"/>
74 <Reference name="libsecondlife.dll"/>
75 <Reference name="Db4objects.Db4o.dll"/>
76 <Reference name="XMLRPC"/>
77 <Files>
78 <Match pattern="*.cs" recurse="true"/>
79 </Files>
80 </Project>
81
82 <Project name="OpenSim.Framework.Console" path="Common/OpenSim.Framework.Console" type="Library">
83 <Configuration name="Debug">
84 <Options>
85 <OutputPath>../../bin/</OutputPath>
86 </Options>
87 </Configuration>
88 <Configuration name="Release">
89 <Options>
90 <OutputPath>../../bin/</OutputPath>
91 </Options>
92 </Configuration>
93
94 <ReferencePath>../../bin/</ReferencePath>
95 <Reference name="System" localCopy="false"/>
96 <Files>
97 <Match pattern="*.cs" recurse="true"/>
98 </Files>
99 </Project>
100
101 <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library">
102 <Configuration name="Debug">
103 <Options>
104 <OutputPath>../../bin/</OutputPath>
105 </Options>
106 </Configuration>
107 <Configuration name="Release">
108 <Options>
109 <OutputPath>../../bin/</OutputPath>
110 </Options>
111 </Configuration>
112
113 <ReferencePath>../../bin/</ReferencePath>
114 <Reference name="System"/>
115 <Reference name="System.Xml"/>
116 <Reference name="OpenSim.Framework"/>
117 <Reference name="OpenSim.Framework.Console"/>
118 <Reference name="libsecondlife.dll"/>
119 <Reference name="XMLRPC"/>
120
121 <Files>
122 <Match pattern="*.cs" recurse="true"/>
123 </Files>
124 </Project>
125
126 <!-- Storage Plug-ins -->
127 <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim/OpenSim.Storage/LocalStorageDb4o" type="Library">
128 <Configuration name="Debug">
129 <Options>
130 <OutputPath>../../../bin/</OutputPath>
131 </Options>
132 </Configuration>
133 <Configuration name="Release">
134 <Options>
135 <OutputPath>../../../bin/</OutputPath>
136 </Options>
137 </Configuration>
138
139 <ReferencePath>../../../bin/</ReferencePath>
140 <Reference name="System" localCopy="false"/>
141 <Reference name="System.Xml"/>
142 <Reference name="Db4objects.Db4o.dll"/>
143 <Reference name="libsecondlife.dll"/>
144 <Reference name="OpenSim.Framework"/>
145 <Reference name="OpenSim.Framework.Console"/>
146 <Files>
147 <Match pattern="*.cs" recurse="true"/>
148 </Files>
149 </Project>
150
151 <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim/OpenSim.Storage/LocalStorageSQLite" type="Library">
152 <Configuration name="Debug">
153 <Options>
154 <OutputPath>../../../bin/</OutputPath>
155 </Options>
156 </Configuration>
157 <Configuration name="Release">
158 <Options>
159 <OutputPath>../../../bin/</OutputPath>
160 </Options>
161 </Configuration>
162
163 <ReferencePath>../../../bin/</ReferencePath>
164 <Reference name="System" localCopy="false"/>
165 <Reference name="System.Xml"/>
166 <Reference name="System.Data"/>
167 <Reference name="System.Data.SQLite.dll"/>
168 <Reference name="libsecondlife.dll"/>
169 <Reference name="OpenSim.Framework"/>
170 <Reference name="OpenSim.Framework.Console"/>
171 <Files>
172 <Match pattern="*.cs" recurse="true"/>
173 </Files>
174 </Project>
175
176 <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim/OpenSim.Storage/LocalStorageBerkeleyDB" type="Library">
177 <Configuration name="Debug">
178 <Options>
179 <OutputPath>../../../bin/</OutputPath>
180 </Options>
181 </Configuration>
182 <Configuration name="Release">
183 <Options>
184 <OutputPath>../../../bin/</OutputPath>
185 </Options>
186 </Configuration>
187
188 <ReferencePath>../../../bin/</ReferencePath>
189 <Reference name="System" localCopy="false"/>
190 <Reference name="System.Xml"/>
191 <Reference name="System.Data"/>
192 <Reference name="Kds.Serialization.dll"/>
193 <Reference name="libdb_dotNET43.dll"/>
194 <Reference name="libsecondlife.dll"/>
195 <Reference name="OpenSim.Framework"/>
196 <Reference name="OpenSim.Framework.Console"/>
197 <Files>
198 <Match pattern="*.cs" recurse="true"/>
199 </Files>
200 </Project>
201
202 <!-- Grid Server Plug-ins -->
203 <Project name="OpenSim.GridInterfaces.Local" path="OpenSim/OpenSim.GridInterfaces/Local" type="Library">
204 <Configuration name="Debug">
205 <Options>
206 <OutputPath>../../../bin/</OutputPath>
207 </Options>
208 </Configuration>
209 <Configuration name="Release">
210 <Options>
211 <OutputPath>../../../bin/</OutputPath>
212 </Options>
213 </Configuration>
214
215 <ReferencePath>../../../bin/</ReferencePath>
216 <Reference name="System" localCopy="false"/>
217 <Reference name="System.Xml"/>
218 <Reference name="Db4objects.Db4o.dll"/>
219 <Reference name="libsecondlife.dll"/>
220 <Reference name="OpenSim.Framework"/>
221 <Reference name="OpenSim.Framework.Console"/>
222 <Files>
223 <Match pattern="*.cs" recurse="true"/>
224 </Files>
225 </Project>
226
227 <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim/OpenSim.GridInterfaces/Remote" type="Library">
228 <Configuration name="Debug">
229 <Options>
230 <OutputPath>../../../bin/</OutputPath>
231 </Options>
232 </Configuration>
233 <Configuration name="Release">
234 <Options>
235 <OutputPath>../../../bin/</OutputPath>
236 </Options>
237 </Configuration>
238
239 <ReferencePath>../../../bin/</ReferencePath>
240 <Reference name="System" localCopy="false"/>
241 <Reference name="System.Xml"/>
242 <Reference name="libsecondlife.dll"/>
243 <Reference name="OpenSim.Framework"/>
244 <Reference name="OpenSim.Framework.Console"/>
245 <Reference name="XMLRPC"/>
246 <Files>
247 <Match pattern="*.cs" recurse="true"/>
248 </Files>
249 </Project>
250
251
252 <Project name="OpenSim.Physics.Manager" path="OpenSim/OpenSim.Physics/Manager" type="Library">
253 <Configuration name="Debug">
254 <Options>
255 <OutputPath>../../../bin/</OutputPath>
256 </Options>
257 </Configuration>
258 <Configuration name="Release">
259 <Options>
260 <OutputPath>../../../bin/</OutputPath>
261 </Options>
262 </Configuration>
263
264 <ReferencePath>../../../bin/</ReferencePath>
265 <Reference name="System" localCopy="false"/>
266 <Reference name="System.Xml" localCopy="false" />
267 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
268 <Reference name="OpenSim.Framework" localCopy="false"/>
269 <Reference name="OpenSim.Framework.Console" localCopy="false"/>
270 <Files>
271 <Match pattern="*.cs" recurse="false"/>
272 </Files>
273 </Project>
274
275
276 <!-- Physics Plug-ins -->
277 <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim/OpenSim.Physics/BasicPhysicsPlugin" type="Library">
278 <Configuration name="Debug">
279 <Options>
280 <OutputPath>../../../bin/Physics/</OutputPath>
281 </Options>
282 </Configuration>
283 <Configuration name="Release">
284 <Options>
285 <OutputPath>../../../bin/Physics/</OutputPath>
286 </Options>
287 </Configuration>
288
289 <ReferencePath>../../../bin/</ReferencePath>
290 <Reference name="System" localCopy="false"/>
291 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
292 <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
293 <Files>
294 <Match pattern="*.cs" recurse="true"/>
295 </Files>
296 </Project>
297
298 <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim/OpenSim.Physics/PhysXPlugin" type="Library">
299 <Configuration name="Debug">
300 <Options>
301 <OutputPath>../../../bin/Physics/</OutputPath>
302 </Options>
303 </Configuration>
304 <Configuration name="Release">
305 <Options>
306 <OutputPath>../../../bin/Physics/</OutputPath>
307 </Options>
308 </Configuration>
309
310 <ReferencePath>../../../bin/</ReferencePath>
311 <Reference name="System" localCopy="false"/>
312 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
313 <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
314 <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
315 <Files>
316 <Match pattern="*.cs" recurse="true"/>
317 </Files>
318 </Project>
319
320 <Project name="OpenSim.Physics.OdePlugin" path="OpenSim/OpenSim.Physics/OdePlugin" type="Library">
321 <Configuration name="Debug">
322 <Options>
323 <OutputPath>../../../bin/Physics/</OutputPath>
324 </Options>
325 </Configuration>
326 <Configuration name="Release">
327 <Options>
328 <OutputPath>../../../bin/Physics/</OutputPath>
329 </Options>
330 </Configuration>
331
332 <ReferencePath>../../../bin/</ReferencePath>
333 <Reference name="System" localCopy="false"/>
334 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
335 <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
336 <Reference name="Ode.NET.dll" localCopy="false" />
337
338 <Files>
339 <Match pattern="*.cs" recurse="true"/>
340 </Files>
341 </Project>
342
343 <!-- Xml Config Dll -->
344 <Project name="OpenSim.GenericConfig.Xml" path="Common/OpenSim.GenericConfig/Xml" type="Library">
345 <Configuration name="Debug">
346 <Options>
347 <OutputPath>../../../bin/</OutputPath>
348 </Options>
349 </Configuration>
350 <Configuration name="Release">
351 <Options>
352 <OutputPath>../../../bin/</OutputPath>
353 </Options>
354 </Configuration>
355
356 <ReferencePath>../../../bin/</ReferencePath>
357 <Reference name="System"/>
358 <Reference name="System.Xml"/>
359 <Reference name="OpenSim.Framework"/>
360
361 <Files>
362 <Match pattern="*.cs" recurse="true"/>
363 </Files>
364 </Project>
365
366 <!-- Basic embedded JVM -->
367 <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim/OpenSim.Scripting/EmbeddedJVM" type="Library">
368 <Configuration name="Debug">
369 <Options>
370 <OutputPath>../../../bin/ScriptEngines/</OutputPath>
371 </Options>
372 </Configuration>
373 <Configuration name="Release">
374 <Options>
375 <OutputPath>../../../bin/ScriptEngines/</OutputPath>
376 </Options>
377 </Configuration>
378
379 <ReferencePath>../../../bin/</ReferencePath>
380 <Reference name="System"/>
381 <Reference name="System.Xml"/>
382 <Reference name="OpenSim.Framework"/>
383
384 <Files>
385 <Match pattern="*.cs" recurse="true"/>
386 </Files>
387 </Project>
388
389
390 <!-- Terrain engine -->
391 <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim/OpenSim.Terrain.BasicTerrain" type="Library">
392 <Configuration name="Debug">
393 <Options>
394 <OutputPath>../../bin/</OutputPath>
395 </Options>
396 </Configuration>
397 <Configuration name="Release">
398 <Options>
399 <OutputPath>../../bin/</OutputPath>
400 </Options>
401 </Configuration>
402
403 <ReferencePath>../../bin/</ReferencePath>
404 <Reference name="System"/>
405 <Reference name="System.Drawing"/>
406 <Reference name="System.Data"/>
407 <Reference name="System.Xml"/>
408 <Reference name="libTerrain-BSD.dll"/>
409
410 <Files>
411 <Match pattern="*.cs" recurse="true"/>
412 </Files>
413 </Project>
414
415 <Project name="OpenSim.RegionServer" path="OpenSim/OpenSim.RegionServer" type="Library">
416 <Configuration name="Debug">
417 <Options>
418 <OutputPath>../../bin/</OutputPath>
419 </Options>
420 </Configuration>
421 <Configuration name="Release">
422 <Options>
423 <OutputPath>../../bin/</OutputPath>
424 </Options>
425 </Configuration>
426
427 <ReferencePath>../../bin/</ReferencePath>
428 <Reference name="System" localCopy="false"/>
429 <Reference name="System.Xml"/>
430 <Reference name="libsecondlife.dll"/>
431 <Reference name="Axiom.MathLib.dll"/>
432 <Reference name="Db4objects.Db4o.dll"/>
433 <Reference name="OpenSim.Terrain.BasicTerrain"/>
434 <Reference name="OpenSim.Framework"/>
435 <Reference name="OpenSim.Framework.Console"/>
436 <Reference name="OpenSim.GenericConfig.Xml"/>
437 <Reference name="OpenSim.Physics.Manager"/>
438 <Reference name="OpenSim.Servers"/>
439 <Reference name="XMLRPC"/>
440
441 <Files>
442 <Match pattern="*.cs" recurse="true"/>
443 </Files>
444 </Project>
445
446 <!-- OpenSim app -->
447 <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe">
448 <Configuration name="Debug">
449 <Options>
450 <OutputPath>../../bin/</OutputPath>
451 </Options>
452 </Configuration>
453 <Configuration name="Release">
454 <Options>
455 <OutputPath>../../bin/</OutputPath>
456 </Options>
457 </Configuration>
458
459 <ReferencePath>../../bin/</ReferencePath>
460 <Reference name="System" localCopy="false"/>
461 <Reference name="System.Xml"/>
462 <Reference name="libsecondlife.dll"/>
463 <Reference name="Axiom.MathLib.dll"/>
464 <Reference name="Db4objects.Db4o.dll"/>
465 <Reference name="OpenSim.Terrain.BasicTerrain"/>
466 <Reference name="OpenSim.Framework"/>
467 <Reference name="OpenSim.Framework.Console"/>
468 <Reference name="OpenSim.Physics.Manager"/>
469 <Reference name="OpenSim.Servers"/>
470 <Reference name="OpenSim.RegionServer"/>
471 <Reference name="OpenSim.GenericConfig.Xml"/>
472 <Reference name="XMLRPC"/>
473
474 <Files>
475 <Match pattern="*.cs" recurse="true"/>
476 </Files>
477 </Project>
478
479</Solution>
480
481
482<Solution name="OpenGridServices" activeConfig="Debug" path="./">
483 <Configuration name="Debug">
484 <Options>
485 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
486 <OptimizeCode>false</OptimizeCode>
487 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
488 <AllowUnsafe>false</AllowUnsafe>
489 <WarningLevel>4</WarningLevel>
490 <WarningsAsErrors>false</WarningsAsErrors>
491 <SuppressWarnings></SuppressWarnings>
492 <OutputPath>bin</OutputPath>
493 <DebugInformation>true</DebugInformation>
494 <IncrementalBuild>true</IncrementalBuild>
495 <NoStdLib>false</NoStdLib>
496 </Options>
497 </Configuration>
498 <Configuration name="Release">
499 <Options>
500 <CompilerDefines>TRACE</CompilerDefines>
501 <OptimizeCode>true</OptimizeCode>
502 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
503 <AllowUnsafe>false</AllowUnsafe>
504 <WarningLevel>4</WarningLevel>
505 <WarningsAsErrors>false</WarningsAsErrors>
506 <SuppressWarnings></SuppressWarnings>
507 <OutputPath>bin</OutputPath>
508 <DebugInformation>false</DebugInformation>
509 <IncrementalBuild>true</IncrementalBuild>
510 <NoStdLib>false</NoStdLib>
511 </Options>
512 </Configuration>
513
514
515 <!-- OpenGrid Data Services -->
516 <Project name="OpenGrid.Framework.Data" path="OpenGridServices/OpenGrid.Framework.Data" type="Library">
517 <Configuration name="Debug">
518 <Options>
519 <OutputPath>../../bin/</OutputPath>
520 </Options>
521 </Configuration>
522 <Configuration name="Release">
523 <Options>
524 <OutputPath>../../bin/</OutputPath>
525 </Options>
526 </Configuration>
527
528 <ReferencePath>../../bin/</ReferencePath>
529 <Reference name="System" localCopy="false"/>
530 <Reference name="System.Xml"/>
531 <Reference name="System.Data"/>
532 <Reference name="libsecondlife.dll"/>
533 <Files>
534 <Match pattern="*.cs" recurse="true"/>
535 </Files>
536 </Project>
537
538 <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGridServices/OpenGrid.Framework.Data.MySQL" type="Library">
539 <Configuration name="Debug">
540 <Options>
541 <OutputPath>../../bin/</OutputPath>
542 </Options>
543 </Configuration>
544 <Configuration name="Release">
545 <Options>
546 <OutputPath>../../bin/</OutputPath>
547 </Options>
548 </Configuration>
549
550 <ReferencePath>../../bin/</ReferencePath>
551 <Reference name="System" localCopy="false"/>
552 <Reference name="System.Xml"/>
553 <Reference name="System.Data"/>
554 <Reference name="OpenGrid.Framework.Data"/>
555 <Reference name="libsecondlife.dll"/>
556 <Reference name="MySql.Data.dll"/>
557 <Files>
558 <Match pattern="*.cs" recurse="true"/>
559 </Files>
560 </Project>
561
562 <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGridServices/OpenGrid.Framework.Data.DB4o" type="Library">
563 <Configuration name="Debug">
564 <Options>
565 <OutputPath>../../bin/</OutputPath>
566 </Options>
567 </Configuration>
568 <Configuration name="Release">
569 <Options>
570 <OutputPath>../../bin/</OutputPath>
571 </Options>
572 </Configuration>
573
574 <ReferencePath>../../bin/</ReferencePath>
575 <Reference name="System" localCopy="false"/>
576 <Reference name="System.Xml"/>
577 <Reference name="System.Data"/>
578 <Reference name="OpenGrid.Framework.Data"/>
579 <Reference name="libsecondlife.dll"/>
580 <Reference name="Db4objects.Db4o.dll"/>
581 <Files>
582 <Match pattern="*.cs" recurse="true"/>
583 </Files>
584 </Project>
585
586 <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGridServices/OpenGrid.Framework.Data.MSSQL" type="Library">
587 <Configuration name="Debug">
588 <Options>
589 <OutputPath>../../bin/</OutputPath>
590 </Options>
591 </Configuration>
592 <Configuration name="Release">
593 <Options>
594 <OutputPath>../../bin/</OutputPath>
595 </Options>
596 </Configuration>
597
598 <ReferencePath>../../bin/</ReferencePath>
599 <Reference name="System" localCopy="false"/>
600 <Reference name="System.Xml"/>
601 <Reference name="System.Data"/>
602 <Reference name="OpenGrid.Framework.Data"/>
603 <Reference name="libsecondlife.dll"/>
604 <Files>
605 <Match pattern="*.cs" recurse="true"/>
606 </Files>
607 </Project>
608
609 <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGridServices/OpenGrid.Framework.Data.SQLite" type="Library">
610 <Configuration name="Debug">
611 <Options>
612 <OutputPath>../../bin/</OutputPath>
613 </Options>
614 </Configuration>
615 <Configuration name="Release">
616 <Options>
617 <OutputPath>../../bin/</OutputPath>
618 </Options>
619 </Configuration>
620
621 <ReferencePath>../../bin/</ReferencePath>
622 <Reference name="System" localCopy="false"/>
623 <Reference name="System.Xml"/>
624 <Reference name="System.Data"/>
625 <Reference name="System.Data.SQLite.dll"/>
626 <Reference name="OpenGrid.Framework.Data"/>
627 <Reference name="libsecondlife.dll"/>
628 <Files>
629 <Match pattern="*.cs" recurse="true"/>
630 </Files>
631 </Project>
632
633 <!-- OGS projects -->
634
635 <Project name="OpenGrid.Framework.Manager" path="OpenGridServices/OpenGrid.Framework.Manager" type="Library">
636 <Configuration name="Debug">
637 <Options>
638 <OutputPath>../../bin/</OutputPath>
639 </Options>
640 </Configuration>
641 <Configuration name="Release">
642 <Options>
643 <OutputPath>../../bin/</OutputPath>
644 </Options>
645 </Configuration>
646
647 <ReferencePath>../../bin/</ReferencePath>
648 <Reference name="System" localCopy="false"/>
649 <Reference name="OpenSim.Framework"/>
650 <Reference name="OpenSim.Servers"/>
651 <Reference name="libsecondlife.dll"/>
652 <Reference name="XMLRPC"/>
653
654
655 <Files>
656 <Match pattern="*.cs" recurse="true"/>
657 </Files>
658 </Project>
659
660
661 <Project name="ServiceManager" path="OpenGridServices/ServiceManager" type="Exe">
662 <Configuration name="Debug">
663 <Options>
664 <OutputPath>../../bin/</OutputPath>
665 </Options>
666 </Configuration>
667 <Configuration name="Release">
668 <Options>
669 <OutputPath>../../bin/</OutputPath>
670 </Options>
671 </Configuration>
672
673 <ReferencePath>../../bin/</ReferencePath>
674 <Reference name="System" localCopy="false"/>
675 <Reference name="System.ServiceProcess" localCopy="false"/>
676 <Reference name="System.Xml" localCopy="false"/>
677
678 <Files>
679 <Match pattern="*.cs" recurse="true"/>
680 </Files>
681 </Project>
682
683
684 <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe">
685 <Configuration name="Debug">
686 <Options>
687 <OutputPath>../../bin/</OutputPath>
688 </Options>
689 </Configuration>
690 <Configuration name="Release">
691 <Options>
692 <OutputPath>../../bin/</OutputPath>
693 </Options>
694 </Configuration>
695
696 <ReferencePath>../../bin/</ReferencePath>
697 <Reference name="System" localCopy="false"/>
698 <Reference name="System.Data" localCopy="false"/>
699 <Reference name="System.Xml" localCopy="false"/>
700 <Reference name="OpenSim.Framework"/>
701 <Reference name="OpenSim.Framework.Console"/>
702 <Reference name="OpenSim.Servers"/>
703 <Reference name="OpenGrid.Framework.Data"/>
704 <Reference name="OpenGrid.Framework.Manager"/>
705 <Reference name="OpenSim.GenericConfig.Xml"/>
706 <Reference name="libsecondlife.dll"/>
707 <Reference name="Db4objects.Db4o.dll"/>
708 <Reference name="XMLRPC"/>
709
710 <Files>
711 <Match pattern="*.cs" recurse="true"/>
712 </Files>
713 </Project>
714
715 <Project name="OpenGridServices.AssetServer" path="OpenGridServices/OpenGridServices.AssetServer" type="Exe">
716 <Configuration name="Debug">
717 <Options>
718 <OutputPath>../../bin/</OutputPath>
719 </Options>
720 </Configuration>
721 <Configuration name="Release">
722 <Options>
723 <OutputPath>../../bin/</OutputPath>
724 </Options>
725 </Configuration>
726
727 <ReferencePath>../../bin/</ReferencePath>
728 <Reference name="System" localCopy="false"/>
729 <Reference name="System.Data" localCopy="false"/>
730 <Reference name="System.Xml" localCopy="false"/>
731 <Reference name="OpenSim.Framework"/>
732 <Reference name="OpenSim.Framework.Console"/>
733 <Reference name="OpenSim.Servers"/>
734 <Reference name="libsecondlife.dll"/>
735 <Reference name="Db4objects.Db4o.dll"/>
736 <Reference name="XMLRPC"/>
737
738 <Files>
739 <Match pattern="*.cs" recurse="true"/>
740 </Files>
741 </Project>
742
743 <Project name="OpenGridServices.UserServer" path="OpenGridServices/OpenGridServices.UserServer" type="Exe">
744 <Configuration name="Debug">
745 <Options>
746 <OutputPath>../../bin/</OutputPath>
747 </Options>
748 </Configuration>
749 <Configuration name="Release">
750 <Options>
751 <OutputPath>../../bin/</OutputPath>
752 </Options>
753 </Configuration>
754
755 <ReferencePath>../../bin/</ReferencePath>
756 <Reference name="System" localCopy="false"/>
757 <Reference name="System.Data" localCopy="false"/>
758 <Reference name="System.Xml" localCopy="false"/>
759 <Reference name="OpenSim.Framework"/>
760 <Reference name="OpenSim.Framework.Console"/>
761 <Reference name="OpenGrid.Framework.Data"/>
762 <Reference name="OpenSim.GenericConfig.Xml"/>
763 <Reference name="OpenSim.Servers"/>
764 <Reference name="libsecondlife.dll"/>
765 <Reference name="Db4objects.Db4o.dll"/>
766 <Reference name="XMLRPC"/>
767
768 <Files>
769 <Match pattern="*.cs" recurse="true"/>
770 </Files>
771 </Project>
772
773
774
775 <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGridServices/OpenGrid.Config/GridConfigDb4o" type="Library">
776 <Configuration name="Debug">
777 <Options>
778 <OutputPath>../../../bin/</OutputPath>
779 </Options>
780 </Configuration>
781 <Configuration name="Release">
782 <Options>
783 <OutputPath>../../../bin/</OutputPath>
784 </Options>
785 </Configuration>
786
787 <ReferencePath>../../../bin/</ReferencePath>
788 <Reference name="System" localCopy="false"/>
789 <Reference name="System.Data.dll"/>
790 <Reference name="System.Xml"/>
791 <Reference name="libsecondlife.dll"/>
792 <Reference name="Db4objects.Db4o.dll"/>
793 <Reference name="OpenSim.Framework"/>
794 <Reference name="OpenSim.Framework.Console"/>
795 <Files>
796 <Match pattern="*.cs" recurse="true"/>
797 </Files>
798 </Project>
799
800 <Project name="OpenUser.Config.UserConfigDb4o" path="OpenGridServices/OpenUser.Config/UserConfigDb4o" type="Library">
801 <Configuration name="Debug">
802 <Options>
803 <OutputPath>../../../bin/</OutputPath>
804 </Options>
805 </Configuration>
806 <Configuration name="Release">
807 <Options>
808 <OutputPath>../../../bin/</OutputPath>
809 </Options>
810 </Configuration>
811
812 <ReferencePath>../../../bin/</ReferencePath>
813 <Reference name="System" localCopy="false"/>
814 <Reference name="System.Data.dll"/>
815 <Reference name="System.Xml"/>
816 <Reference name="libsecondlife.dll"/>
817 <Reference name="Db4objects.Db4o.dll"/>
818 <Reference name="OpenSim.Framework"/>
819 <Reference name="OpenSim.Framework.Console"/>
820 <Files>
821 <Match pattern="*.cs" recurse="true"/>
822 </Files>
823 </Project>
824
825</Solution>
826
827
828 <!-- Prebuild tool -->
829 <Solution name="Prebuild" path="Prebuild/" >
830 <Configuration name="Debug">
831 <Options>
832 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
833 <OptimizeCode>false</OptimizeCode>
834 <OutputPath>bin/Debug</OutputPath>
835 <DebugInformation>true</DebugInformation>
836 <SuppressWarnings>1595</SuppressWarnings>
837 </Options>
838 </Configuration>
839 <Configuration name="Release">
840 <Options>
841 <CompilerDefines>TRACE</CompilerDefines>
842 <OutputPath>bin/Release</OutputPath>
843 <OptimizeCode>true</OptimizeCode>
844 <DebugInformation>false</DebugInformation>
845 <SuppressWarnings>1595</SuppressWarnings>
846 </Options>
847 </Configuration>
848 <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
849 <Configuration name="Debug">
850 <Options>
851 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
852 <OptimizeCode>false</OptimizeCode>
853 <OutputPath>..\..\bin\</OutputPath>
854 <DebugInformation>true</DebugInformation>
855 <KeyFile>Prebuild.snk</KeyFile>
856 <SuppressWarnings>1595</SuppressWarnings>
857 </Options>
858 </Configuration>
859 <Configuration name="Release">
860 <Options>
861 <CompilerDefines>TRACE</CompilerDefines>
862 <OutputPath>..\..\bin\</OutputPath>
863 <OptimizeCode>true</OptimizeCode>
864 <DebugInformation>false</DebugInformation>
865 <KeyFile>Prebuild.snk</KeyFile>
866 <SuppressWarnings>1595</SuppressWarnings>
867 </Options>
868 </Configuration>
869 <ReferencePath>../../bin/</ReferencePath>
870 <Reference name="System.EnterpriseServices" />
871 <Reference name="System.Xml" />
872 <Reference name="System" />
873 <Files>
874 <Match pattern="App.ico" buildAction="EmbeddedResource"/>
875 <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
876 <Match pattern="*.cs" recurse="true"/>
877 </Files>
878 </Project>
879 </Solution>
880</Prebuild>
881
882