corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 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="OpenMetaverse" activeConfig="Debug" version="0.6.0">
4 <Configuration name="Debug">
5 <Options>
6 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode>
8 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
9 <AllowUnsafe>true</AllowUnsafe>
10 <WarningLevel>4</WarningLevel>
11 <WarningsAsErrors>false</WarningsAsErrors>
12 <SuppressWarnings>1591,1574,0419,0618</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>true</AllowUnsafe>
25 <WarningLevel>4</WarningLevel>
26 <WarningsAsErrors>false</WarningsAsErrors>
27 <SuppressWarnings>1591,1574,0419,0618</SuppressWarnings>
28 <OutputPath>bin</OutputPath>
29 <DebugInformation>false</DebugInformation>
30 <IncrementalBuild>true</IncrementalBuild>
31 <NoStdLib>false</NoStdLib>
32 </Options>
33 </Configuration>
34  
35 <!-- External Libraries -->
36  
37 <Project name="CSJ2K" path="CSJ2K" type="Library" frameworkVersion="v3_5">
38 <Configuration name="Debug">
39 <Options>
40 <OutputPath>../bin/</OutputPath>
41 </Options>
42 </Configuration>
43 <Configuration name="Release">
44 <Options>
45 <OutputPath>../bin/</OutputPath>
46 </Options>
47 </Configuration>
48  
49 <ReferencePath>../bin/</ReferencePath>
50 <Reference name="System"/>
51 <Reference name="System.Drawing"/>
52 <Files>
53 <Match pattern="*.cs" recurse="true"/>
54 </Files>
55 </Project>
56  
57 <!-- Libraries -->
58  
59 <Project name="OpenMetaverseTypes" path="OpenMetaverseTypes" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5">
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 <XmlDocFile>OpenMetaverseTypes.XML</XmlDocFile>
69 </Options>
70 </Configuration>
71  
72 <ReferencePath>../bin/</ReferencePath>
73 <Reference name="System"/>
74 <Reference name="System.Core"/>
75 <Files>
76 <Match pattern="*.cs" recurse="true"/>
77 </Files>
78 </Project>
79  
80 <Project name="OpenMetaverse.StructuredData" path="OpenMetaverse.StructuredData" type="Library" rootNamespace="OpenMetaverse.StructuredData" frameworkVersion="v3_5">
81 <Configuration name="Debug">
82 <Options>
83 <OutputPath>../bin/</OutputPath>
84 </Options>
85 </Configuration>
86 <Configuration name="Release">
87 <Options>
88 <OutputPath>../bin/</OutputPath>
89 <XmlDocFile>OpenMetaverse.StructuredData.XML</XmlDocFile>
90 </Options>
91 </Configuration>
92  
93 <ReferencePath>../bin/</ReferencePath>
94 <Reference name="System"/>
95 <Reference name="System.Xml"/>
96 <Reference name="OpenMetaverseTypes"/>
97 <Files>
98 <Match pattern="*.cs" recurse="true"/>
99 </Files>
100 </Project>
101  
102 <Project name="OpenMetaverse" path="OpenMetaverse" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5">
103 <Configuration name="Debug">
104 <Options>
105 <OutputPath>../bin/</OutputPath>
106 </Options>
107 </Configuration>
108 <Configuration name="Release">
109 <Options>
110 <OutputPath>../bin/</OutputPath>
111 <XmlDocFile>OpenMetaverse.XML</XmlDocFile>
112 </Options>
113 </Configuration>
114  
115 <ReferencePath>../bin/</ReferencePath>
116 <Reference name="System"/>
117 <Reference name="System.Core"/>
118 <Reference name="System.Xml"/>
119 <Reference name="System.Data"/>
120 <Reference name="System.Drawing"/>
121 <Reference name="OpenMetaverseTypes"/>
122 <Reference name="OpenMetaverse.StructuredData"/>
123 <Reference name="log4net"/>
124 <Reference name="XMLRPC"/>
125 <Reference name="zlib.net" />
126  
127 <Files>
128 <Match pattern="*.cs" recurse="true"/>
129 </Files>
130 </Project>
131  
132 <Project name="OpenMetaverse.Utilities" path="OpenMetaverse.Utilities" type="Library" frameworkVersion="v3_5">
133 <Configuration name="Debug">
134 <Options>
135 <OutputPath>../bin/</OutputPath>
136 </Options>
137 </Configuration>
138 <Configuration name="Release">
139 <Options>
140 <OutputPath>../bin/</OutputPath>
141 <XmlDocFile>OpenMetaverse.Utilities.XML</XmlDocFile>
142 </Options>
143 </Configuration>
144  
145 <ReferencePath>../bin/</ReferencePath>
146 <Reference name="System"/>
147 <Reference name="System.Xml"/>
148 <Reference name="System.Data"/>
149 <Reference name="OpenMetaverse"/>
150 <Reference name="OpenMetaverseTypes"/>
151 <Reference name="OpenMetaverse.StructuredData"/>
152 <Files>
153 <Match pattern="*.cs" recurse="true"/>
154 </Files>
155 </Project>
156  
157 <Project name="OpenMetaverse.Tests" path="OpenMetaverse.Tests" type="Library" frameworkVersion="v3_5">
158 <Configuration name="Debug">
159 <Options>
160 <OutputPath>../bin/</OutputPath>
161 </Options>
162 </Configuration>
163 <Configuration name="Release">
164 <Options>
165 <OutputPath>../bin/</OutputPath>
166 </Options>
167 </Configuration>
168  
169 <ReferencePath>../bin/</ReferencePath>
170 <Reference name="System"/>
171 <Reference name="System.Xml"/>
172 <Reference name="System.Data"/>
173 <Reference name="nunit.framework"/>
174 <Reference name="OpenMetaverse"/>
175 <Reference name="OpenMetaverseTypes"/>
176 <Reference name="OpenMetaverse.StructuredData"/>
177 <Files>
178 <Match pattern="*.cs" recurse="true"/>
179 </Files>
180 </Project>
181  
182 <Project name="GridProxy" path="Programs/GridProxy" type="Library" frameworkVersion="v3_5">
183 <Configuration name="Debug">
184 <Options>
185 <OutputPath>../../bin/</OutputPath>
186 </Options>
187 </Configuration>
188 <Configuration name="Release">
189 <Options>
190 <OutputPath>../../bin/</OutputPath>
191 </Options>
192 </Configuration>
193  
194 <ReferencePath>../../bin/</ReferencePath>
195 <Reference name="System"/>
196 <Reference name="System.Xml"/>
197 <Reference name="OpenMetaverse"/>
198 <Reference name="OpenMetaverseTypes"/>
199 <Reference name="OpenMetaverse.StructuredData"/>
200 <Reference name="XMLRPC"/>
201 <Reference name="log4net"/>
202  
203 <Files>
204 <Match pattern="*.cs" recurse="true">
205 <Exclude name="GridProxyMain.cs"/>
206 </Match>
207 </Files>
208 </Project>
209  
210 <Project name="OpenMetaverse.Rendering.Simple" path="OpenMetaverse.Rendering.Simple" type="Library" frameworkVersion="v3_5">
211 <Configuration name="Debug">
212 <Options>
213 <OutputPath>../bin/</OutputPath>
214 </Options>
215 </Configuration>
216 <Configuration name="Release">
217 <Options>
218 <OutputPath>../bin/</OutputPath>
219 </Options>
220 </Configuration>
221  
222 <ReferencePath>../bin/</ReferencePath>
223 <Reference name="System"/>
224 <Reference name="System.Drawing"/>
225 <Reference name="OpenMetaverse"/>
226 <Reference name="OpenMetaverseTypes"/>
227 <Files>
228 <Match pattern="*.cs" recurse="true"/>
229 </Files>
230 </Project>
231  
232 <Project name="OpenMetaverse.Rendering.Meshmerizer" path="OpenMetaverse.Rendering.Meshmerizer" type="Library" frameworkVersion="v3_5">
233 <Configuration name="Debug">
234 <Options>
235 <OutputPath>../bin/</OutputPath>
236 </Options>
237 </Configuration>
238 <Configuration name="Release">
239 <Options>
240 <OutputPath>../bin/</OutputPath>
241 </Options>
242 </Configuration>
243  
244 <ReferencePath>../bin/</ReferencePath>
245 <Reference name="System"/>
246 <Reference name="System.Drawing"/>
247 <Reference name="OpenMetaverse"/>
248 <Reference name="OpenMetaverseTypes"/>
249 <Reference name="PrimMesher"/>
250 <Files>
251 <Match pattern="*.cs" recurse="true"/>
252 </Files>
253 </Project>
254  
255 <Project name="OpenMetaverse.GUI" path="OpenMetaverse.GUI" type="Library" frameworkVersion="v3_5">
256 <Configuration name="Debug">
257 <Options>
258 <OutputPath>../bin/</OutputPath>
259 </Options>
260 </Configuration>
261 <Configuration name="Release">
262 <Options>
263 <OutputPath>../bin/</OutputPath>
264 <XmlDocFile>OpenMetaverse.GUI.XML</XmlDocFile>
265 </Options>
266 </Configuration>
267  
268 <ReferencePath>../bin/</ReferencePath>
269 <Reference name="System"/>
270 <Reference name="System.Data"/>
271 <Reference name="System.Drawing"/>
272 <Reference name="System.Windows.Forms"/>
273 <Reference name="OpenMetaverse"/>
274 <Reference name="OpenMetaverseTypes"/>
275 <Files>
276 <Match pattern="*.cs" recurse="true"/>
277 </Files>
278 </Project>
279  
280 <!-- Programs -->
281  
282 <Project name="AvatarPreview" path="Programs/AvatarPreview" type="WinExe" frameworkVersion="v3_5">
283 <Configuration name="Debug">
284 <Options>
285 <OutputPath>../../bin/</OutputPath>
286 </Options>
287 </Configuration>
288 <Configuration name="Release">
289 <Options>
290 <OutputPath>../../bin/</OutputPath>
291 </Options>
292 </Configuration>
293  
294 <ReferencePath>../../bin/</ReferencePath>
295 <Reference name="System"/>
296 <Reference name="System.Xml"/>
297 <Reference name="System.Data"/>
298 <Reference name="System.Drawing"/>
299 <Reference name="System.Windows.Forms"/>
300 <Reference name="Tao.OpenGl"/>
301 <Reference name="Tao.Platform.Windows"/>
302 <Reference name="OpenMetaverse"/>
303 <Reference name="OpenMetaverseTypes"/>
304  
305 <Files>
306 <Match pattern="*.cs" recurse="true"/>
307 <Match pattern="*.resx" recurse="true"/>
308 <Match pattern="*.settings" recurse="true"/>
309 <Match pattern="*.ico" recurse="true"/>
310 </Files>
311 </Project>
312  
313 <Project name="Baker" path="Programs/Baker" type="WinExe" frameworkVersion="v3_5">
314 <Configuration name="Debug">
315 <Options>
316 <OutputPath>../../bin/</OutputPath>
317 </Options>
318 </Configuration>
319 <Configuration name="Release">
320 <Options>
321 <OutputPath>../../bin/</OutputPath>
322 </Options>
323 </Configuration>
324  
325 <ReferencePath>../../bin/</ReferencePath>
326 <Reference name="System"/>
327 <Reference name="System.Data"/>
328 <Reference name="System.Drawing"/>
329 <Reference name="System.Windows.Forms"/>
330 <Reference name="OpenMetaverse"/>
331 <Reference name="OpenMetaverseTypes"/>
332  
333 <Files>
334 <Match pattern="*.cs" recurse="true"/>
335 <Match pattern="*.resx" recurse="true"/>
336 <Match pattern="*.settings" recurse="true"/>
337 <Match pattern="*.ico" recurse="true"/>
338 </Files>
339 </Project>
340  
341 <Project name="importprimscript" path="Programs/importprimscript" type="Exe" frameworkVersion="v3_5">
342 <Configuration name="Debug">
343 <Options>
344 <OutputPath>../../bin/</OutputPath>
345 </Options>
346 </Configuration>
347 <Configuration name="Release">
348 <Options>
349 <OutputPath>../../bin/</OutputPath>
350 </Options>
351 </Configuration>
352  
353 <ReferencePath>../../bin/</ReferencePath>
354 <Reference name="System"/>
355 <Reference name="System.Drawing"/>
356 <Reference name="OpenMetaverse"/>
357 <Reference name="OpenMetaverseTypes"/>
358  
359 <Files>
360 <Match pattern="*.cs" recurse="true"/>
361 </Files>
362 </Project>
363  
364 <Project name="mapgenerator" path="Programs/mapgenerator" type="Exe" frameworkVersion="v3_5">
365 <Configuration name="Debug">
366 <Options>
367 <OutputPath>../../bin/</OutputPath>
368 </Options>
369 </Configuration>
370 <Configuration name="Release">
371 <Options>
372 <OutputPath>../../bin/</OutputPath>
373 </Options>
374 </Configuration>
375  
376 <ReferencePath>../../bin/</ReferencePath>
377 <Reference name="System"/>
378  
379 <Files>
380 <Match pattern="mapgenerator.cs"/>
381 <Match pattern="ProtocolManager.cs"/>
382 </Files>
383 </Project>
384  
385 <Project name="IRCGateway" path="Programs/examples/IRCGateway" type="Exe" frameworkVersion="v3_5">
386 <Configuration name="Debug">
387 <Options>
388 <OutputPath>../../../bin/</OutputPath>
389 </Options>
390 </Configuration>
391 <Configuration name="Release">
392 <Options>
393 <OutputPath>../../../bin/</OutputPath>
394 </Options>
395 </Configuration>
396  
397 <ReferencePath>../../../bin/</ReferencePath>
398 <Reference name="System"/>
399 <Reference name="OpenMetaverse"/>
400 <Reference name="OpenMetaverseTypes"/>
401 <Files>
402 <Match pattern="*.cs" recurse="true"/>
403 </Files>
404 </Project>
405  
406 <Project name="Dashboard" path="Programs/examples/Dashboard" type="WinExe" frameworkVersion="v3_5">
407 <Configuration name="Debug">
408 <Options>
409 <OutputPath>../../../bin/</OutputPath>
410 </Options>
411 </Configuration>
412 <Configuration name="Release">
413 <Options>
414 <OutputPath>../../../bin/</OutputPath>
415 </Options>
416 </Configuration>
417  
418 <ReferencePath>../../../bin/</ReferencePath>
419 <Reference name="System"/>
420 <Reference name="System.Drawing"/>
421 <Reference name="System.Windows.Forms"/>
422 <Reference name="OpenMetaverse"/>
423 <Reference name="OpenMetaverseTypes"/>
424 <Reference name="OpenMetaverse.GUI"/>
425  
426 <Files>
427 <Match pattern="*.cs" recurse="true"/>
428 <Match pattern="*.resx" recurse="true"/>
429 <Match pattern="*.settings" recurse="true"/>
430 <Match pattern="*.ico" recurse="true"/>
431 </Files>
432 </Project>
433  
434 <!-- // Sorry for the cruft, this is an in progress plugin for WGP that
435 // will show a simulators objects in a tree view - Coming soon!
436 <Project name="ObjectTreeBrowser" path="Programs/examples/ObjectTreeBrowser" type="WinExe" frameworkVersion="v3_5">
437 <Configuration name="Debug">
438 <Options>
439 <OutputPath>../../../bin/</OutputPath>
440 </Options>
441 </Configuration>
442 <Configuration name="Release">
443 <Options>
444 <OutputPath>../../../bin/</OutputPath>
445 </Options>
446 </Configuration>
447  
448 <ReferencePath>../../../bin/</ReferencePath>
449 <Reference name="System"/>
450 <Reference name="System.Drawing"/>
451 <Reference name="System.Windows.Forms"/>
452 <Reference name="OpenMetaverse"/>
453 <Reference name="OpenMetaverseTypes"/>
454  
455 <Files>
456 <Match pattern="*.cs" recurse="true"/>
457 <Match pattern="*.resx" recurse="true"/>
458 <Match pattern="*.settings" recurse="true"/>
459 <Match pattern="*.ico" recurse="true"/>
460 </Files>
461 </Project>
462 -->
463 <Project name="PrimWorkshop" path="Programs/PrimWorkshop" type="WinExe" frameworkVersion="v3_5">
464 <Configuration name="Debug">
465 <Options>
466 <OutputPath>../../bin/</OutputPath>
467 </Options>
468 </Configuration>
469 <Configuration name="Release">
470 <Options>
471 <OutputPath>../../bin/</OutputPath>
472 </Options>
473 </Configuration>
474  
475 <ReferencePath>../../bin/</ReferencePath>
476 <Reference name="System"/>
477 <Reference name="System.Xml"/>
478 <Reference name="System.Data"/>
479 <Reference name="System.Drawing"/>
480 <Reference name="System.Windows.Forms"/>
481 <Reference name="Tao.OpenGl"/>
482 <Reference name="Tao.Platform.Windows"/>
483 <Reference name="GlacialList"/>
484 <Reference name="ICSharpCode.SharpZipLib"/>
485 <Reference name="OpenMetaverse"/>
486 <Reference name="OpenMetaverseTypes"/>
487 <Reference name="OpenMetaverse.StructuredData"/>
488  
489 <Files>
490 <Match pattern="*.cs" recurse="true"/>
491 <Match pattern="*.resx" recurse="true"/>
492 <Match pattern="*.settings" recurse="true"/>
493 <Match pattern="*.ico" recurse="true"/>
494 </Files>
495 </Project>
496  
497 <Project name="GridImageUpload" path="Programs/GridImageUpload" type="WinExe" frameworkVersion="v3_5">
498 <Configuration name="Debug">
499 <Options>
500 <OutputPath>../../bin/</OutputPath>
501 </Options>
502 </Configuration>
503 <Configuration name="Release">
504 <Options>
505 <OutputPath>../../bin/</OutputPath>
506 </Options>
507 </Configuration>
508  
509 <ReferencePath>../../bin/</ReferencePath>
510 <Reference name="System"/>
511 <Reference name="System.Data"/>
512 <Reference name="System.Drawing"/>
513 <Reference name="System.Windows.Forms"/>
514 <Reference name="OpenMetaverse"/>
515 <Reference name="OpenMetaverseTypes"/>
516  
517 <Files>
518 <Match pattern="*.cs" recurse="true"/>
519 <Match pattern="*.resx" recurse="true"/>
520 <Match pattern="*.settings" recurse="true"/>
521 <Match pattern="*.ico" recurse="true"/>
522 </Files>
523 </Project>
524  
525 <Project name="GridProxyApp" path="Programs/GridProxy" type="Exe" frameworkVersion="v3_5">
526 <Configuration name="Debug">
527 <Options>
528 <OutputPath>../../bin/</OutputPath>
529 </Options>
530 </Configuration>
531 <Configuration name="Release">
532 <Options>
533 <OutputPath>../../bin/</OutputPath>
534 </Options>
535 </Configuration>
536  
537 <ReferencePath>../../bin/</ReferencePath>
538 <Reference name="System"/>
539 <Reference name="System.Xml"/>
540 <Reference name="GridProxy"/>
541 <Reference name="OpenMetaverseTypes"/>
542  
543 <Files>
544 <Match pattern="GridProxyMain.cs"/>
545 </Files>
546 </Project>
547  
548  
549 <Project name="WinGridProxy" path="Programs/WinGridProxy" type="WinExe" frameworkVersion="v3_5">
550 <Configuration name="Debug">
551 <Options>
552 <OutputPath>../../bin/</OutputPath>
553 </Options>
554 </Configuration>
555 <Configuration name="Release">
556 <Options>
557 <OutputPath>../../bin/</OutputPath>
558 </Options>
559 </Configuration>
560  
561 <ReferencePath>../../bin/</ReferencePath>
562 <Reference name="System"/>
563 <Reference name="System.Core"/>
564 <Reference name="System.Xml"/>
565 <Reference name="System.Data"/>
566 <Reference name="System.Drawing"/>
567 <Reference name="System.Windows.Forms"/>
568 <Reference name="OpenMetaverse"/>
569 <Reference name="OpenMetaverseTypes"/>
570 <Reference name="OpenMetaverse.StructuredData"/>
571 <Reference name="GridProxy"/>
572 <Reference name="XMLRPC"/>
573 <Reference name="Be.Windows.Forms.HexBox"/>
574 <Reference name="log4net"/>
575 <Files>
576 <Match pattern="*.cs" recurse="true"/>
577 <Match pattern="*.resx" recurse="true"/>
578 <Match pattern="*.settings" recurse="true"/>
579 <Match pattern="*.ico" recurse="true"/>
580 </Files>
581 </Project>
582  
583 <!-- GridProxyGUI, requires Gtk-sharp, uncomment block to enable and re-run runprebuil
584 <Project name="GridProxyGUI" path="Programs/GridProxyGUI" icon="libomv.ico" type="WinExe" frameworkVersion="v4_0">
585 <Configuration name="Debug">
586 <Options>
587 <OutputPath>../../bin/</OutputPath>
588 <PlatformTarget>x86</PlatformTarget>
589 </Options>
590 </Configuration>
591 <Configuration name="Release">
592 <Options>
593 <OutputPath>../../bin/</OutputPath>
594 <PlatformTarget>x86</PlatformTarget>
595 </Options>
596 </Configuration>
597  
598 <ReferencePath>../../bin/</ReferencePath>
599 <Reference name="System"/>
600 <Reference name="System.Xml"/>
601 <Reference name="System.Drawing"/>
602 <Reference name="System.Windows.Forms"/>
603 <Reference name="OpenMetaverse"/>
604 <Reference name="OpenMetaverseTypes"/>
605 <Reference name="OpenMetaverse.StructuredData"/>
606 <Reference name="GridProxy"/>
607 <Reference name="XMLRPC"/>
608 <Reference name="log4net"/>
609 <Reference name="atk-sharp"/>
610 <Reference name="gdk-sharp"/>
611 <Reference name="glade-sharp"/>
612 <Reference name="glib-sharp"/>
613 <Reference name="gtk-sharp"/>
614 <Reference name="pango-sharp"/>
615 <Reference name="Mono.Posix"/>
616  
617 <Files>
618 <Match pattern="*.cs" recurse="true"/>
619 <Match pattern="*.resx" recurse="true"/>
620 <Match pattern="*.png" recurse="true" buildAction="EmbeddedResource"/>
621 <Match pattern="*.ico" recurse="true"/>
622 </Files>
623 </Project>
624 -->
625  
626 <Project name="VisualParamGenerator" path="Programs/VisualParamGenerator" type="Exe" frameworkVersion="v3_5">
627 <Configuration name="Debug">
628 <Options>
629 <OutputPath>../../bin/</OutputPath>
630 </Options>
631 </Configuration>
632 <Configuration name="Release">
633 <Options>
634 <OutputPath>../../bin/</OutputPath>
635 </Options>
636 </Configuration>
637  
638 <ReferencePath>../../bin/</ReferencePath>
639 <Reference name="System"/>
640 <Reference name="System.Xml"/>
641 <Reference name="OpenMetaverse"/>
642 <Reference name="OpenMetaverseTypes"/>
643  
644 <Files>
645 <Match pattern="VisualParamGenerator.cs"/>
646 </Files>
647 </Project>
648  
649 <Project name="VoiceTest" path="Programs/VoiceTest" type="Exe" frameworkVersion="v3_5">
650 <Configuration name="Debug">
651 <Options>
652 <OutputPath>../../bin/</OutputPath>
653 </Options>
654 </Configuration>
655 <Configuration name="Release">
656 <Options>
657 <OutputPath>../../bin/</OutputPath>
658 </Options>
659 </Configuration>
660  
661 <ReferencePath>../../bin/</ReferencePath>
662 <Reference name="System"/>
663 <Reference name="OpenMetaverse"/>
664 <Reference name="OpenMetaverseTypes"/>
665 <Reference name="OpenMetaverse.Utilities"/>
666  
667 <Files>
668 <Match pattern="*.cs" recurse="true"/>
669 </Files>
670 </Project>
671  
672 <!-- Examples -->
673  
674 <Project name="groupmanager" path="Programs/examples/groupmanager" type="WinExe" frameworkVersion="v3_5">
675 <Configuration name="Debug">
676 <Options>
677 <OutputPath>../../../bin/</OutputPath>
678 </Options>
679 </Configuration>
680 <Configuration name="Release">
681 <Options>
682 <OutputPath>../../../bin/</OutputPath>
683 </Options>
684 </Configuration>
685  
686 <ReferencePath>../../../bin/</ReferencePath>
687 <Reference name="System"/>
688 <Reference name="System.Data"/>
689 <Reference name="System.Drawing"/>
690 <Reference name="System.Windows.Forms"/>
691 <Reference name="OpenMetaverse"/>
692 <Reference name="OpenMetaverseTypes"/>
693  
694 <Files>
695 <Match pattern="*.cs" recurse="true"/>
696 <Match pattern="*.resx" recurse="true"/>
697 <Match pattern="*.settings" recurse="true"/>
698 <Match pattern="*.ico" recurse="true"/>
699 </Files>
700 </Project>
701  
702 <Project name="Heightmap" path="Programs/examples/Heightmap" type="WinExe" frameworkVersion="v3_5">
703 <Configuration name="Debug">
704 <Options>
705 <OutputPath>../../../bin/</OutputPath>
706 </Options>
707 </Configuration>
708 <Configuration name="Release">
709 <Options>
710 <OutputPath>../../../bin/</OutputPath>
711 </Options>
712 </Configuration>
713  
714 <ReferencePath>../../../bin/</ReferencePath>
715 <Reference name="System"/>
716 <Reference name="System.Data"/>
717 <Reference name="System.Drawing"/>
718 <Reference name="System.Windows.Forms"/>
719 <Reference name="OpenMetaverse"/>
720 <Reference name="OpenMetaverseTypes"/>
721  
722 <Files>
723 <Match pattern="*.cs" recurse="true"/>
724 <Match pattern="*.resx" recurse="true"/>
725 <Match pattern="*.settings" recurse="true"/>
726 <Match pattern="*.ico" recurse="true"/>
727 </Files>
728 </Project>
729  
730 <Project name="GridAccountant" path="Programs/examples/GridAccountant" type="WinExe" frameworkVersion="v3_5">
731 <Configuration name="Debug">
732 <Options>
733 <OutputPath>../../../bin/</OutputPath>
734 </Options>
735 </Configuration>
736 <Configuration name="Release">
737 <Options>
738 <OutputPath>../../../bin/</OutputPath>
739 </Options>
740 </Configuration>
741  
742 <ReferencePath>../../../bin/</ReferencePath>
743 <Reference name="System"/>
744 <Reference name="System.Data"/>
745 <Reference name="System.Drawing"/>
746 <Reference name="System.Windows.Forms"/>
747 <Reference name="OpenMetaverse"/>
748 <Reference name="OpenMetaverseTypes"/>
749  
750 <Files>
751 <Match pattern="*.cs" recurse="true"/>
752 <Match pattern="*.resx" recurse="true"/>
753 <Match pattern="*.settings" recurse="true"/>
754 <Match pattern="*.ico" recurse="true"/>
755 </Files>
756 </Project>
757  
758 <Project name="PacketDump" path="Programs/examples/PacketDump" type="Exe" frameworkVersion="v3_5">
759 <Configuration name="Debug">
760 <Options>
761 <OutputPath>../../../bin/</OutputPath>
762 </Options>
763 </Configuration>
764 <Configuration name="Release">
765 <Options>
766 <OutputPath>../../../bin/</OutputPath>
767 </Options>
768 </Configuration>
769  
770 <ReferencePath>../../../bin/</ReferencePath>
771 <Reference name="System"/>
772 <Reference name="OpenMetaverse"/>
773 <Reference name="OpenMetaverseTypes"/>
774  
775 <Files>
776 <Match pattern="*.cs" recurse="true"/>
777 </Files>
778 </Project>
779  
780 <Project name="TestClient" path="Programs/examples/TestClient" type="Exe" frameworkVersion="v3_5">
781 <Configuration name="Debug">
782 <Options>
783 <OutputPath>../../../bin/</OutputPath>
784 </Options>
785 </Configuration>
786 <Configuration name="Release">
787 <Options>
788 <OutputPath>../../../bin/</OutputPath>
789 </Options>
790 </Configuration>
791  
792 <ReferencePath>../../../bin/</ReferencePath>
793 <Reference name="System"/>
794 <Reference name="System.Xml"/>
795 <Reference name="System.Web"/>
796 <Reference name="System.Drawing"/>
797 <Reference name="OpenMetaverse"/>
798 <Reference name="OpenMetaverseTypes"/>
799 <Reference name="OpenMetaverse.Utilities"/>
800 <Reference name="OpenMetaverse.StructuredData"/>
801  
802 <Files>
803 <Match pattern="*.cs" recurse="true"/>
804 </Files>
805 </Project>
806  
807 </Solution>
808 </Prebuild>
809  
810