aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llmessage.vcproj
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:46 -0500
committerJacek Antonelli2008-08-15 23:44:46 -0500
commit38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch)
treeadca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/llmessage/llmessage.vcproj
parentREADME.txt (diff)
downloadmeta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/llmessage/llmessage.vcproj')
-rw-r--r--linden/indra/llmessage/llmessage.vcproj598
1 files changed, 598 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llmessage.vcproj b/linden/indra/llmessage/llmessage.vcproj
new file mode 100644
index 0000000..3043ee5
--- /dev/null
+++ b/linden/indra/llmessage/llmessage.vcproj
@@ -0,0 +1,598 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="llmessage"
6 ProjectGUID="{E5D94794-5671-4BD6-A16D-26EC18F3DB34}"
7 RootNamespace="llmessage"
8 Keyword="Win32Proj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
17 IntermediateDirectory="Debug"
18 ConfigurationType="4"
19 CharacterSet="1">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\..\libraries\i686-win32\include;..\..\libraries\include\"
24 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;LL_DEBUG"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="1"
28 StructMemberAlignment="4"
29 ForceConformanceInForLoopScope="TRUE"
30 UsePrecompiledHeader="0"
31 WarningLevel="3"
32 WarnAsError="TRUE"
33 Detect64BitPortabilityProblems="FALSE"
34 DebugInformationFormat="4"/>
35 <Tool
36 Name="VCCustomBuildTool"/>
37 <Tool
38 Name="VCLibrarianTool"
39 OutputFile="$(OutDir)/llmessage.lib"/>
40 <Tool
41 Name="VCMIDLTool"/>
42 <Tool
43 Name="VCPostBuildEventTool"/>
44 <Tool
45 Name="VCPreBuildEventTool"/>
46 <Tool
47 Name="VCPreLinkEventTool"/>
48 <Tool
49 Name="VCResourceCompilerTool"/>
50 <Tool
51 Name="VCWebServiceProxyGeneratorTool"/>
52 <Tool
53 Name="VCXMLDataGeneratorTool"/>
54 <Tool
55 Name="VCManagedWrapperGeneratorTool"/>
56 <Tool
57 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
58 </Configuration>
59 <Configuration
60 Name="Release|Win32"
61 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
62 IntermediateDirectory="Release"
63 ConfigurationType="4"
64 CharacterSet="1">
65 <Tool
66 Name="VCCLCompilerTool"
67 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\..\libraries\i686-win32\include;..\..\libraries\include\"
68 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE"
69 RuntimeLibrary="0"
70 StructMemberAlignment="0"
71 ForceConformanceInForLoopScope="TRUE"
72 UsePrecompiledHeader="0"
73 WarningLevel="3"
74 WarnAsError="TRUE"
75 Detect64BitPortabilityProblems="FALSE"
76 DebugInformationFormat="3"/>
77 <Tool
78 Name="VCCustomBuildTool"/>
79 <Tool
80 Name="VCLibrarianTool"
81 OutputFile="$(OutDir)/llmessage.lib"/>
82 <Tool
83 Name="VCMIDLTool"/>
84 <Tool
85 Name="VCPostBuildEventTool"/>
86 <Tool
87 Name="VCPreBuildEventTool"/>
88 <Tool
89 Name="VCPreLinkEventTool"/>
90 <Tool
91 Name="VCResourceCompilerTool"/>
92 <Tool
93 Name="VCWebServiceProxyGeneratorTool"/>
94 <Tool
95 Name="VCXMLDataGeneratorTool"/>
96 <Tool
97 Name="VCManagedWrapperGeneratorTool"/>
98 <Tool
99 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100 </Configuration>
101 <Configuration
102 Name="ReleaseNoOpt|Win32"
103 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
104 IntermediateDirectory="$(ConfigurationName)"
105 ConfigurationType="4"
106 CharacterSet="1">
107 <Tool
108 Name="VCCLCompilerTool"
109 Optimization="0"
110 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\..\libraries\i686-win32\include;..\..\libraries\include\"
111 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE"
112 RuntimeLibrary="0"
113 StructMemberAlignment="0"
114 ForceConformanceInForLoopScope="TRUE"
115 UsePrecompiledHeader="0"
116 WarningLevel="3"
117 WarnAsError="TRUE"
118 Detect64BitPortabilityProblems="FALSE"
119 DebugInformationFormat="3"/>
120 <Tool
121 Name="VCCustomBuildTool"/>
122 <Tool
123 Name="VCLibrarianTool"
124 OutputFile="$(OutDir)/llmessage.lib"/>
125 <Tool
126 Name="VCMIDLTool"/>
127 <Tool
128 Name="VCPostBuildEventTool"/>
129 <Tool
130 Name="VCPreBuildEventTool"/>
131 <Tool
132 Name="VCPreLinkEventTool"/>
133 <Tool
134 Name="VCResourceCompilerTool"/>
135 <Tool
136 Name="VCWebServiceProxyGeneratorTool"/>
137 <Tool
138 Name="VCXMLDataGeneratorTool"/>
139 <Tool
140 Name="VCManagedWrapperGeneratorTool"/>
141 <Tool
142 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <Filter
149 Name="Source Files"
150 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
151 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
152 <File
153 RelativePath=".\llassetstorage.cpp">
154 </File>
155 <File
156 RelativePath=".\llbuffer.cpp">
157 </File>
158 <File
159 RelativePath=".\llbufferstream.cpp">
160 </File>
161 <File
162 RelativePath=".\llcachename.cpp">
163 </File>
164 <File
165 RelativePath=".\llchainio.cpp">
166 </File>
167 <File
168 RelativePath=".\llcircuit.cpp">
169 </File>
170 <File
171 RelativePath=".\llclassifiedflags.cpp">
172 </File>
173 <File
174 RelativePath=".\lldatapacker.cpp">
175 </File>
176 <File
177 RelativePath=".\lldispatcher.cpp">
178 </File>
179 <File
180 RelativePath=".\llfiltersd2xmlrpc.cpp">
181 </File>
182 <File
183 RelativePath=".\llhost.cpp">
184 </File>
185 <File
186 RelativePath=".\llhttpassetstorage.cpp">
187 </File>
188 <File
189 RelativePath=".\llhttpassetstorage.h">
190 </File>
191 <File
192 RelativePath=".\llhttpclient.cpp">
193 </File>
194 <File
195 RelativePath=".\llhttpnode.cpp">
196 </File>
197 <File
198 RelativePath=".\llinstantmessage.cpp">
199 </File>
200 <File
201 RelativePath=".\lliobuffer.cpp">
202 </File>
203 <File
204 RelativePath=".\lliohttpserver.cpp">
205 </File>
206 <File
207 RelativePath=".\lliopipe.cpp">
208 </File>
209 <File
210 RelativePath=".\lliosocket.cpp">
211 </File>
212 <File
213 RelativePath=".\llioutil.cpp">
214 </File>
215 <File
216 RelativePath=".\lllogtextmessage.cpp">
217 </File>
218 <File
219 RelativePath=".\llmail.cpp">
220 </File>
221 <File
222 RelativePath=".\llmessagethrottle.cpp">
223 </File>
224 <File
225 RelativePath=".\llmime.cpp">
226 </File>
227 <File
228 RelativePath=".\llnamevalue.cpp">
229 </File>
230 <File
231 RelativePath=".\llnullcipher.cpp">
232 </File>
233 <File
234 RelativePath=".\llpacketbuffer.cpp">
235 </File>
236 <File
237 RelativePath=".\llpacketring.cpp">
238 </File>
239 <File
240 RelativePath=".\llpartdata.cpp">
241 </File>
242 <File
243 RelativePath=".\llpumpio.cpp">
244 </File>
245 <File
246 RelativePath=".\llsdappservices.cpp">
247 </File>
248 <File
249 RelativePath=".\llsdhttpserver.cpp">
250 </File>
251 <File
252 RelativePath=".\llsdmessagesystem.cpp">
253 </File>
254 <File
255 RelativePath=".\llsdrpcclient.cpp">
256 </File>
257 <File
258 RelativePath=".\llsdrpcserver.cpp">
259 </File>
260 <File
261 RelativePath=".\llservice.cpp">
262 </File>
263 <File
264 RelativePath=".\llthrottle.cpp">
265 </File>
266 <File
267 RelativePath=".\lltransfermanager.cpp">
268 </File>
269 <File
270 RelativePath=".\lltransfersourceasset.cpp">
271 </File>
272 <File
273 RelativePath=".\lltransfersourcefile.cpp">
274 </File>
275 <File
276 RelativePath=".\lltransfertargetfile.cpp">
277 </File>
278 <File
279 RelativePath=".\lltransfertargetvfile.cpp">
280 </File>
281 <File
282 RelativePath=".\llurlrequest.cpp">
283 </File>
284 <File
285 RelativePath=".\lluseroperation.cpp">
286 </File>
287 <File
288 RelativePath=".\llxfer.cpp">
289 </File>
290 <File
291 RelativePath=".\llxfer_file.cpp">
292 </File>
293 <File
294 RelativePath=".\llxfer_mem.cpp">
295 </File>
296 <File
297 RelativePath=".\llxfer_vfile.cpp">
298 </File>
299 <File
300 RelativePath=".\llxfermanager.cpp">
301 </File>
302 <File
303 RelativePath=".\llxorcipher.cpp">
304 </File>
305 <File
306 RelativePath=".\message.cpp">
307 </File>
308 <File
309 RelativePath=".\message_prehash.cpp">
310 </File>
311 <File
312 RelativePath=".\message_string_table.cpp">
313 </File>
314 <File
315 RelativePath=".\net.cpp">
316 </File>
317 <File
318 RelativePath=".\network.cpp">
319 </File>
320 <File
321 RelativePath=".\partsyspacket.cpp">
322 </File>
323 <File
324 RelativePath=".\patch_code.cpp">
325 </File>
326 <File
327 RelativePath=".\patch_dct.cpp">
328 </File>
329 <File
330 RelativePath=".\patch_idct.cpp">
331 </File>
332 </Filter>
333 <Filter
334 Name="Header Files"
335 Filter="h;hpp;hxx;hm;inl;inc;xsd"
336 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
337 <File
338 RelativePath=".\camera.h">
339 </File>
340 <File
341 RelativePath=".\coordframe.h">
342 </File>
343 <File
344 RelativePath=".\llassetstorage.h">
345 </File>
346 <File
347 RelativePath=".\llbuffer.h">
348 </File>
349 <File
350 RelativePath=".\llbufferstream.h">
351 </File>
352 <File
353 RelativePath=".\llcachename.h">
354 </File>
355 <File
356 RelativePath=".\llcallbacklisth.h">
357 </File>
358 <File
359 RelativePath=".\llcamera.h">
360 </File>
361 <File
362 RelativePath=".\llchainio.h">
363 </File>
364 <File
365 RelativePath=".\llcircuit.h">
366 </File>
367 <File
368 RelativePath=".\llclassifiedflags.h">
369 </File>
370 <File
371 RelativePath=".\llcoordframe.h">
372 </File>
373 <File
374 RelativePath=".\llcrypto.h">
375 </File>
376 <File
377 RelativePath=".\lldatapacker.h">
378 </File>
379 <File
380 RelativePath=".\lldbstrings.h">
381 </File>
382 <File
383 RelativePath=".\lldispatcher.h">
384 </File>
385 <File
386 RelativePath=".\lleventflags.h">
387 </File>
388 <File
389 RelativePath=".\llfiltersd2xmlrpc.h">
390 </File>
391 <File
392 RelativePath=".\llfollowcamparams.h">
393 </File>
394 <File
395 RelativePath=".\llhost.h">
396 </File>
397 <File
398 RelativePath=".\llhttpclient.h">
399 </File>
400 <File
401 RelativePath=".\llinstantmessage.h">
402 </File>
403 <File
404 RelativePath=".\llinvite.h">
405 </File>
406 <File
407 RelativePath=".\lliobuffer.h">
408 </File>
409 <File
410 RelativePath=".\lliohttpserver.h">
411 </File>
412 <File
413 RelativePath=".\lliopipe.h">
414 </File>
415 <File
416 RelativePath=".\lliosocket.h">
417 </File>
418 <File
419 RelativePath=".\llioutil.h">
420 </File>
421 <File
422 RelativePath=".\llloginflags.h">
423 </File>
424 <File
425 RelativePath=".\lllogtextmessage.h">
426 </File>
427 <File
428 RelativePath=".\lllsltransmit.h">
429 </File>
430 <File
431 RelativePath=".\llmail.h">
432 </File>
433 <File
434 RelativePath=".\llmessagethrottle.h">
435 </File>
436 <File
437 RelativePath=".\llmime.h">
438 </File>
439 <File
440 RelativePath=".\llnamevalue.h">
441 </File>
442 <File
443 RelativePath=".\llpacketack.h">
444 </File>
445 <File
446 RelativePath=".\llpacketbuffer.h">
447 </File>
448 <File
449 RelativePath=".\llpacketring.h">
450 </File>
451 <File
452 RelativePath=".\llpartdata.h">
453 </File>
454 <File
455 RelativePath=".\llpumpio.h">
456 </File>
457 <File
458 RelativePath=".\llqueryflags.h">
459 </File>
460 <File
461 RelativePath=".\llregionflags.h">
462 </File>
463 <File
464 RelativePath=".\llregionhandle.h">
465 </File>
466 <File
467 RelativePath=".\llsdappservices.h">
468 </File>
469 <File
470 RelativePath=".\llsdhttpserver.h">
471 </File>
472 <File
473 RelativePath=".\llsdmessagesystem.h">
474 </File>
475 <File
476 RelativePath=".\llsdrpcclient.h">
477 </File>
478 <File
479 RelativePath=".\llsdrpcserver.h">
480 </File>
481 <File
482 RelativePath=".\llservice.h">
483 </File>
484 <File
485 RelativePath=".\lltaskname.h">
486 </File>
487 <File
488 RelativePath=".\llteleportflags.h">
489 </File>
490 <File
491 RelativePath=".\llthrottle.h">
492 </File>
493 <File
494 RelativePath=".\lltransfermanager.h">
495 </File>
496 <File
497 RelativePath=".\lltransfersourceasset.h">
498 </File>
499 <File
500 RelativePath=".\lltransfersourcefile.h">
501 </File>
502 <File
503 RelativePath=".\lltransfertargetfile.h">
504 </File>
505 <File
506 RelativePath=".\lltransfertargetvfile.h">
507 </File>
508 <File
509 RelativePath=".\llurlrequest.h">
510 </File>
511 <File
512 RelativePath=".\lluseroperation.h">
513 </File>
514 <File
515 RelativePath=".\llvehicleparams.h">
516 </File>
517 <File
518 RelativePath=".\llxfer.h">
519 </File>
520 <File
521 RelativePath=".\llxfer_file.h">
522 </File>
523 <File
524 RelativePath=".\llxfer_mem.h">
525 </File>
526 <File
527 RelativePath=".\llxfer_vfile.h">
528 </File>
529 <File
530 RelativePath=".\llxfermanager.h">
531 </File>
532 <File
533 RelativePath=".\machine.h">
534 </File>
535 <File
536 RelativePath=".\mean_collision_data.h">
537 </File>
538 <File
539 RelativePath=".\message.h">
540 </File>
541 <File
542 RelativePath=".\message_prehash.h">
543 </File>
544 <File
545 RelativePath=".\net.h">
546 </File>
547 <File
548 RelativePath=".\network.h">
549 </File>
550 <File
551 RelativePath=".\partsyspacket.h">
552 </File>
553 <File
554 RelativePath=".\patch_code.h">
555 </File>
556 <File
557 RelativePath=".\patch_dct.h">
558 </File>
559 <File
560 RelativePath=".\sound_ids.h">
561 </File>
562 </Filter>
563 <Filter
564 Name="Resource Files"
565 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
566 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
567 </Filter>
568 <File
569 RelativePath="..\..\scripts\messages\message_template.msg">
570 <FileConfiguration
571 Name="Debug|Win32">
572 <Tool
573 Name="VCCustomBuildTool"
574 Description=""
575 CommandLine=""
576 Outputs=""/>
577 </FileConfiguration>
578 <FileConfiguration
579 Name="Release|Win32">
580 <Tool
581 Name="VCCustomBuildTool"
582 Description=""
583 CommandLine=""
584 Outputs=""/>
585 </FileConfiguration>
586 <FileConfiguration
587 Name="ReleaseNoOpt|Win32">
588 <Tool
589 Name="VCCustomBuildTool"
590 Description=""
591 CommandLine=""
592 Outputs=""/>
593 </FileConfiguration>
594 </File>
595 </Files>
596 <Globals>
597 </Globals>
598</VisualStudioProject>