aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llmessage_vc8.vcproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llmessage_vc8.vcproj843
1 files changed, 843 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llmessage_vc8.vcproj b/linden/indra/llmessage/llmessage_vc8.vcproj
new file mode 100644
index 0000000..ac32525
--- /dev/null
+++ b/linden/indra/llmessage/llmessage_vc8.vcproj
@@ -0,0 +1,843 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="llmessage"
6 ProjectGUID="{E5D94794-5671-4BD6-A16D-26EC18F3DB34}"
7 RootNamespace="llmessage"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
21 IntermediateDirectory="Debug"
22 ConfigurationType="4"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24 CharacterSet="1"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\..\libraries\i686-win32\include;..\..\libraries\include\"
45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_DEBUG"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="1"
49 StructMemberAlignment="4"
50 TreatWChar_tAsBuiltInType="false"
51 ForceConformanceInForLoopScope="true"
52 UsePrecompiledHeader="0"
53 WarningLevel="3"
54 WarnAsError="true"
55 Detect64BitPortabilityProblems="false"
56 DebugInformationFormat="4"
57 />
58 <Tool
59 Name="VCManagedResourceCompilerTool"
60 />
61 <Tool
62 Name="VCResourceCompilerTool"
63 />
64 <Tool
65 Name="VCPreLinkEventTool"
66 />
67 <Tool
68 Name="VCLibrarianTool"
69 OutputFile="$(OutDir)/llmessage.lib"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCXDCMakeTool"
76 />
77 <Tool
78 Name="VCBscMakeTool"
79 />
80 <Tool
81 Name="VCFxCopTool"
82 />
83 <Tool
84 Name="VCPostBuildEventTool"
85 />
86 </Configuration>
87 <Configuration
88 Name="Release|Win32"
89 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
90 IntermediateDirectory="Release"
91 ConfigurationType="4"
92 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
93 CharacterSet="1"
94 >
95 <Tool
96 Name="VCPreBuildEventTool"
97 />
98 <Tool
99 Name="VCCustomBuildTool"
100 />
101 <Tool
102 Name="VCXMLDataGeneratorTool"
103 />
104 <Tool
105 Name="VCWebServiceProxyGeneratorTool"
106 />
107 <Tool
108 Name="VCMIDLTool"
109 />
110 <Tool
111 Name="VCCLCompilerTool"
112 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\..\libraries\i686-win32\include;..\..\libraries\include\"
113 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE"
114 RuntimeLibrary="0"
115 StructMemberAlignment="0"
116 TreatWChar_tAsBuiltInType="false"
117 ForceConformanceInForLoopScope="true"
118 UsePrecompiledHeader="0"
119 WarningLevel="3"
120 WarnAsError="true"
121 Detect64BitPortabilityProblems="false"
122 DebugInformationFormat="3"
123 />
124 <Tool
125 Name="VCManagedResourceCompilerTool"
126 />
127 <Tool
128 Name="VCResourceCompilerTool"
129 />
130 <Tool
131 Name="VCPreLinkEventTool"
132 />
133 <Tool
134 Name="VCLibrarianTool"
135 OutputFile="$(OutDir)/llmessage.lib"
136 />
137 <Tool
138 Name="VCALinkTool"
139 />
140 <Tool
141 Name="VCXDCMakeTool"
142 />
143 <Tool
144 Name="VCBscMakeTool"
145 />
146 <Tool
147 Name="VCFxCopTool"
148 />
149 <Tool
150 Name="VCPostBuildEventTool"
151 />
152 </Configuration>
153 <Configuration
154 Name="ReleaseNoOpt|Win32"
155 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
156 IntermediateDirectory="$(ConfigurationName)"
157 ConfigurationType="4"
158 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
159 CharacterSet="1"
160 >
161 <Tool
162 Name="VCPreBuildEventTool"
163 />
164 <Tool
165 Name="VCCustomBuildTool"
166 />
167 <Tool
168 Name="VCXMLDataGeneratorTool"
169 />
170 <Tool
171 Name="VCWebServiceProxyGeneratorTool"
172 />
173 <Tool
174 Name="VCMIDLTool"
175 />
176 <Tool
177 Name="VCCLCompilerTool"
178 Optimization="0"
179 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\..\libraries\i686-win32\include;..\..\libraries\include\"
180 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE"
181 RuntimeLibrary="0"
182 StructMemberAlignment="0"
183 TreatWChar_tAsBuiltInType="false"
184 ForceConformanceInForLoopScope="true"
185 UsePrecompiledHeader="0"
186 WarningLevel="3"
187 WarnAsError="true"
188 Detect64BitPortabilityProblems="false"
189 DebugInformationFormat="3"
190 />
191 <Tool
192 Name="VCManagedResourceCompilerTool"
193 />
194 <Tool
195 Name="VCResourceCompilerTool"
196 />
197 <Tool
198 Name="VCPreLinkEventTool"
199 />
200 <Tool
201 Name="VCLibrarianTool"
202 OutputFile="$(OutDir)/llmessage.lib"
203 />
204 <Tool
205 Name="VCALinkTool"
206 />
207 <Tool
208 Name="VCXDCMakeTool"
209 />
210 <Tool
211 Name="VCBscMakeTool"
212 />
213 <Tool
214 Name="VCFxCopTool"
215 />
216 <Tool
217 Name="VCPostBuildEventTool"
218 />
219 </Configuration>
220 </Configurations>
221 <References>
222 </References>
223 <Files>
224 <Filter
225 Name="Source Files"
226 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
227 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
228 >
229 <File
230 RelativePath=".\llassetstorage.cpp"
231 >
232 </File>
233 <File
234 RelativePath=".\llblowfishcipher.cpp"
235 >
236 </File>
237 <File
238 RelativePath=".\llbuffer.cpp"
239 >
240 </File>
241 <File
242 RelativePath=".\llbufferstream.cpp"
243 >
244 </File>
245 <File
246 RelativePath=".\llcachename.cpp"
247 >
248 </File>
249 <File
250 RelativePath=".\llchainio.cpp"
251 >
252 </File>
253 <File
254 RelativePath=".\llcircuit.cpp"
255 >
256 </File>
257 <File
258 RelativePath=".\llclassifiedflags.cpp"
259 >
260 </File>
261 <File
262 RelativePath=".\llcurl.cpp"
263 >
264 </File>
265 <File
266 RelativePath=".\lldatapacker.cpp"
267 >
268 </File>
269 <File
270 RelativePath=".\lldispatcher.cpp"
271 >
272 </File>
273 <File
274 RelativePath=".\llfiltersd2xmlrpc.cpp"
275 >
276 </File>
277 <File
278 RelativePath=".\llhost.cpp"
279 >
280 </File>
281 <File
282 RelativePath=".\llhttpassetstorage.cpp"
283 >
284 </File>
285 <File
286 RelativePath=".\llhttpassetstorage.h"
287 >
288 </File>
289 <File
290 RelativePath=".\llhttpclient.cpp"
291 >
292 </File>
293 <File
294 RelativePath=".\llhttpnode.cpp"
295 >
296 </File>
297 <File
298 RelativePath=".\llinstantmessage.cpp"
299 >
300 </File>
301 <File
302 RelativePath=".\lliobuffer.cpp"
303 >
304 </File>
305 <File
306 RelativePath=".\lliohttpserver.cpp"
307 >
308 </File>
309 <File
310 RelativePath=".\lliopipe.cpp"
311 >
312 </File>
313 <File
314 RelativePath=".\lliosocket.cpp"
315 >
316 </File>
317 <File
318 RelativePath=".\llioutil.cpp"
319 >
320 </File>
321 <File
322 RelativePath=".\lllogtextmessage.cpp"
323 >
324 </File>
325 <File
326 RelativePath=".\llmail.cpp"
327 >
328 </File>
329 <File
330 RelativePath=".\llmessagethrottle.cpp"
331 >
332 </File>
333 <File
334 RelativePath=".\llmime.cpp"
335 >
336 </File>
337 <File
338 RelativePath=".\llnamevalue.cpp"
339 >
340 </File>
341 <File
342 RelativePath=".\llnullcipher.cpp"
343 >
344 </File>
345 <File
346 RelativePath=".\llpacketbuffer.cpp"
347 >
348 </File>
349 <File
350 RelativePath=".\llpacketring.cpp"
351 >
352 </File>
353 <File
354 RelativePath=".\llpartdata.cpp"
355 >
356 </File>
357 <File
358 RelativePath=".\llpumpio.cpp"
359 >
360 </File>
361 <File
362 RelativePath=".\llsdappservices.cpp"
363 >
364 </File>
365 <File
366 RelativePath=".\llsdhttpserver.cpp"
367 >
368 </File>
369 <File
370 RelativePath=".\llsdmessagesystem.cpp"
371 >
372 </File>
373 <File
374 RelativePath=".\llsdrpcclient.cpp"
375 >
376 </File>
377 <File
378 RelativePath=".\llsdrpcserver.cpp"
379 >
380 </File>
381 <File
382 RelativePath=".\llservice.cpp"
383 >
384 </File>
385 <File
386 RelativePath=".\llthrottle.cpp"
387 >
388 </File>
389 <File
390 RelativePath=".\lltransfermanager.cpp"
391 >
392 </File>
393 <File
394 RelativePath=".\lltransfersourceasset.cpp"
395 >
396 </File>
397 <File
398 RelativePath=".\lltransfersourcefile.cpp"
399 >
400 </File>
401 <File
402 RelativePath=".\lltransfertargetfile.cpp"
403 >
404 </File>
405 <File
406 RelativePath=".\lltransfertargetvfile.cpp"
407 >
408 </File>
409 <File
410 RelativePath=".\llurlrequest.cpp"
411 >
412 </File>
413 <File
414 RelativePath=".\lluseroperation.cpp"
415 >
416 </File>
417 <File
418 RelativePath=".\llxfer.cpp"
419 >
420 </File>
421 <File
422 RelativePath=".\llxfer_file.cpp"
423 >
424 </File>
425 <File
426 RelativePath=".\llxfer_mem.cpp"
427 >
428 </File>
429 <File
430 RelativePath=".\llxfer_vfile.cpp"
431 >
432 </File>
433 <File
434 RelativePath=".\llxfermanager.cpp"
435 >
436 </File>
437 <File
438 RelativePath=".\llxorcipher.cpp"
439 >
440 </File>
441 <File
442 RelativePath=".\message.cpp"
443 >
444 </File>
445 <File
446 RelativePath=".\message_prehash.cpp"
447 >
448 </File>
449 <File
450 RelativePath=".\message_string_table.cpp"
451 >
452 </File>
453 <File
454 RelativePath=".\net.cpp"
455 >
456 </File>
457 <File
458 RelativePath=".\network.cpp"
459 >
460 </File>
461 <File
462 RelativePath=".\partsyspacket.cpp"
463 >
464 </File>
465 <File
466 RelativePath=".\patch_code.cpp"
467 >
468 </File>
469 <File
470 RelativePath=".\patch_dct.cpp"
471 >
472 </File>
473 <File
474 RelativePath=".\patch_idct.cpp"
475 >
476 </File>
477 </Filter>
478 <Filter
479 Name="Header Files"
480 Filter="h;hpp;hxx;hm;inl;inc;xsd"
481 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
482 >
483 <File
484 RelativePath=".\camera.h"
485 >
486 </File>
487 <File
488 RelativePath=".\coordframe.h"
489 >
490 </File>
491 <File
492 RelativePath=".\llassetstorage.h"
493 >
494 </File>
495 <File
496 RelativePath=".\llblowfishcipher.h"
497 >
498 </File>
499 <File
500 RelativePath=".\llbuffer.h"
501 >
502 </File>
503 <File
504 RelativePath=".\llbufferstream.h"
505 >
506 </File>
507 <File
508 RelativePath=".\llcachename.h"
509 >
510 </File>
511 <File
512 RelativePath=".\llcallbacklisth.h"
513 >
514 </File>
515 <File
516 RelativePath=".\llcamera.h"
517 >
518 </File>
519 <File
520 RelativePath=".\llchainio.h"
521 >
522 </File>
523 <File
524 RelativePath=".\llcipher.h"
525 >
526 </File>
527 <File
528 RelativePath=".\llcircuit.h"
529 >
530 </File>
531 <File
532 RelativePath=".\llclassifiedflags.h"
533 >
534 </File>
535 <File
536 RelativePath=".\llcoordframe.h"
537 >
538 </File>
539 <File
540 RelativePath=".\llcurl.h"
541 >
542 </File>
543 <File
544 RelativePath=".\lldatapacker.h"
545 >
546 </File>
547 <File
548 RelativePath=".\lldbstrings.h"
549 >
550 </File>
551 <File
552 RelativePath=".\lldispatcher.h"
553 >
554 </File>
555 <File
556 RelativePath=".\lleventflags.h"
557 >
558 </File>
559 <File
560 RelativePath=".\llfiltersd2xmlrpc.h"
561 >
562 </File>
563 <File
564 RelativePath=".\llfollowcamparams.h"
565 >
566 </File>
567 <File
568 RelativePath=".\llhost.h"
569 >
570 </File>
571 <File
572 RelativePath=".\llhttpclient.h"
573 >
574 </File>
575 <File
576 RelativePath=".\llinstantmessage.h"
577 >
578 </File>
579 <File
580 RelativePath=".\llinvite.h"
581 >
582 </File>
583 <File
584 RelativePath=".\lliobuffer.h"
585 >
586 </File>
587 <File
588 RelativePath=".\lliohttpserver.h"
589 >
590 </File>
591 <File
592 RelativePath=".\lliopipe.h"
593 >
594 </File>
595 <File
596 RelativePath=".\lliosocket.h"
597 >
598 </File>
599 <File
600 RelativePath=".\llioutil.h"
601 >
602 </File>
603 <File
604 RelativePath=".\llloginflags.h"
605 >
606 </File>
607 <File
608 RelativePath=".\lllogtextmessage.h"
609 >
610 </File>
611 <File
612 RelativePath=".\lllsltransmit.h"
613 >
614 </File>
615 <File
616 RelativePath=".\llmail.h"
617 >
618 </File>
619 <File
620 RelativePath=".\llmessagethrottle.h"
621 >
622 </File>
623 <File
624 RelativePath=".\llmime.h"
625 >
626 </File>
627 <File
628 RelativePath=".\llnamevalue.h"
629 >
630 </File>
631 <File
632 RelativePath=".\llnullcipher.h"
633 >
634 </File>
635 <File
636 RelativePath=".\llpacketack.h"
637 >
638 </File>
639 <File
640 RelativePath=".\llpacketbuffer.h"
641 >
642 </File>
643 <File
644 RelativePath=".\llpacketring.h"
645 >
646 </File>
647 <File
648 RelativePath=".\llpartdata.h"
649 >
650 </File>
651 <File
652 RelativePath=".\llpumpio.h"
653 >
654 </File>
655 <File
656 RelativePath=".\llqueryflags.h"
657 >
658 </File>
659 <File
660 RelativePath=".\llregionflags.h"
661 >
662 </File>
663 <File
664 RelativePath=".\llregionhandle.h"
665 >
666 </File>
667 <File
668 RelativePath=".\llsdappservices.h"
669 >
670 </File>
671 <File
672 RelativePath=".\llsdhttpserver.h"
673 >
674 </File>
675 <File
676 RelativePath=".\llsdmessagesystem.h"
677 >
678 </File>
679 <File
680 RelativePath=".\llsdrpcclient.h"
681 >
682 </File>
683 <File
684 RelativePath=".\llsdrpcserver.h"
685 >
686 </File>
687 <File
688 RelativePath=".\llservice.h"
689 >
690 </File>
691 <File
692 RelativePath=".\lltaskname.h"
693 >
694 </File>
695 <File
696 RelativePath=".\llteleportflags.h"
697 >
698 </File>
699 <File
700 RelativePath=".\llthrottle.h"
701 >
702 </File>
703 <File
704 RelativePath=".\lltransfermanager.h"
705 >
706 </File>
707 <File
708 RelativePath=".\lltransfersourceasset.h"
709 >
710 </File>
711 <File
712 RelativePath=".\lltransfersourcefile.h"
713 >
714 </File>
715 <File
716 RelativePath=".\lltransfertargetfile.h"
717 >
718 </File>
719 <File
720 RelativePath=".\lltransfertargetvfile.h"
721 >
722 </File>
723 <File
724 RelativePath=".\llurlrequest.h"
725 >
726 </File>
727 <File
728 RelativePath=".\lluseroperation.h"
729 >
730 </File>
731 <File
732 RelativePath=".\llvehicleparams.h"
733 >
734 </File>
735 <File
736 RelativePath=".\llxfer.h"
737 >
738 </File>
739 <File
740 RelativePath=".\llxfer_file.h"
741 >
742 </File>
743 <File
744 RelativePath=".\llxfer_mem.h"
745 >
746 </File>
747 <File
748 RelativePath=".\llxfer_vfile.h"
749 >
750 </File>
751 <File
752 RelativePath=".\llxfermanager.h"
753 >
754 </File>
755 <File
756 RelativePath=".\llxorcipher.h"
757 >
758 </File>
759 <File
760 RelativePath=".\machine.h"
761 >
762 </File>
763 <File
764 RelativePath=".\mean_collision_data.h"
765 >
766 </File>
767 <File
768 RelativePath=".\message.h"
769 >
770 </File>
771 <File
772 RelativePath=".\message_prehash.h"
773 >
774 </File>
775 <File
776 RelativePath=".\net.h"
777 >
778 </File>
779 <File
780 RelativePath=".\network.h"
781 >
782 </File>
783 <File
784 RelativePath=".\partsyspacket.h"
785 >
786 </File>
787 <File
788 RelativePath=".\patch_code.h"
789 >
790 </File>
791 <File
792 RelativePath=".\patch_dct.h"
793 >
794 </File>
795 <File
796 RelativePath=".\sound_ids.h"
797 >
798 </File>
799 </Filter>
800 <Filter
801 Name="Resource Files"
802 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
803 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
804 >
805 </Filter>
806 <File
807 RelativePath="..\..\scripts\messages\message_template.msg"
808 >
809 <FileConfiguration
810 Name="Debug|Win32"
811 >
812 <Tool
813 Name="VCCustomBuildTool"
814 Description=""
815 CommandLine=""
816 Outputs=""
817 />
818 </FileConfiguration>
819 <FileConfiguration
820 Name="Release|Win32"
821 >
822 <Tool
823 Name="VCCustomBuildTool"
824 Description=""
825 CommandLine=""
826 Outputs=""
827 />
828 </FileConfiguration>
829 <FileConfiguration
830 Name="ReleaseNoOpt|Win32"
831 >
832 <Tool
833 Name="VCCustomBuildTool"
834 Description=""
835 CommandLine=""
836 Outputs=""
837 />
838 </FileConfiguration>
839 </File>
840 </Files>
841 <Globals>
842 </Globals>
843</VisualStudioProject>