aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llcommon.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llcommon.vcproj')
-rw-r--r--linden/indra/llcommon/llcommon.vcproj552
1 files changed, 552 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llcommon.vcproj b/linden/indra/llcommon/llcommon.vcproj
new file mode 100644
index 0000000..5cfbc64
--- /dev/null
+++ b/linden/indra/llcommon/llcommon.vcproj
@@ -0,0 +1,552 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="llcommon"
6 ProjectGUID="{7BCB4B2C-8378-4186-88EA-5742B5ABE17F}"
7 RootNamespace="llcommon"
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="$(ConfigurationName)"
18 ConfigurationType="4"
19 CharacterSet="1">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\..\libraries\i686-win32\include;..\..\libraries\include\"
24 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;LL_DEBUG;XML_STATIC;APR_DECLARE_STATIC"
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)/llcommon.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="$(ConfigurationName)"
63 ConfigurationType="4"
64 CharacterSet="1">
65 <Tool
66 Name="VCCLCompilerTool"
67 GlobalOptimizations="TRUE"
68 InlineFunctionExpansion="2"
69 EnableIntrinsicFunctions="TRUE"
70 OptimizeForProcessor="3"
71 OptimizeForWindowsApplication="TRUE"
72 AdditionalIncludeDirectories="..\..\libraries\i686-win32\include;..\..\libraries\include\"
73 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE;XML_STATIC;APR_DECLARE_STATIC"
74 RuntimeLibrary="0"
75 StructMemberAlignment="0"
76 ForceConformanceInForLoopScope="TRUE"
77 UsePrecompiledHeader="0"
78 WarningLevel="3"
79 WarnAsError="TRUE"
80 Detect64BitPortabilityProblems="FALSE"
81 DebugInformationFormat="3"/>
82 <Tool
83 Name="VCCustomBuildTool"/>
84 <Tool
85 Name="VCLibrarianTool"
86 OutputFile="$(OutDir)/llcommon.lib"/>
87 <Tool
88 Name="VCMIDLTool"/>
89 <Tool
90 Name="VCPostBuildEventTool"/>
91 <Tool
92 Name="VCPreBuildEventTool"/>
93 <Tool
94 Name="VCPreLinkEventTool"/>
95 <Tool
96 Name="VCResourceCompilerTool"/>
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"/>
99 <Tool
100 Name="VCXMLDataGeneratorTool"/>
101 <Tool
102 Name="VCManagedWrapperGeneratorTool"/>
103 <Tool
104 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
105 </Configuration>
106 <Configuration
107 Name="ReleaseNoOpt|Win32"
108 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
109 IntermediateDirectory="$(ConfigurationName)"
110 ConfigurationType="4"
111 CharacterSet="1">
112 <Tool
113 Name="VCCLCompilerTool"
114 Optimization="0"
115 AdditionalIncludeDirectories="..\..\libraries\i686-win32\include;..\..\libraries\include\"
116 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE;XML_STATIC;APR_DECLARE_STATIC"
117 RuntimeLibrary="0"
118 StructMemberAlignment="0"
119 ForceConformanceInForLoopScope="TRUE"
120 UsePrecompiledHeader="0"
121 WarningLevel="3"
122 WarnAsError="TRUE"
123 Detect64BitPortabilityProblems="FALSE"
124 DebugInformationFormat="3"/>
125 <Tool
126 Name="VCCustomBuildTool"/>
127 <Tool
128 Name="VCLibrarianTool"
129 OutputFile="$(OutDir)/llcommon.lib"/>
130 <Tool
131 Name="VCMIDLTool"/>
132 <Tool
133 Name="VCPostBuildEventTool"/>
134 <Tool
135 Name="VCPreBuildEventTool"/>
136 <Tool
137 Name="VCPreLinkEventTool"/>
138 <Tool
139 Name="VCResourceCompilerTool"/>
140 <Tool
141 Name="VCWebServiceProxyGeneratorTool"/>
142 <Tool
143 Name="VCXMLDataGeneratorTool"/>
144 <Tool
145 Name="VCManagedWrapperGeneratorTool"/>
146 <Tool
147 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
148 </Configuration>
149 </Configurations>
150 <References>
151 </References>
152 <Files>
153 <Filter
154 Name="Source Files"
155 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
156 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
157 <File
158 RelativePath=".\bitpack.cpp">
159 </File>
160 <File
161 RelativePath=".\llapp.cpp">
162 </File>
163 <File
164 RelativePath=".\llapr.cpp">
165 </File>
166 <File
167 RelativePath=".\llassettype.cpp">
168 </File>
169 <File
170 RelativePath=".\llcommon.cpp">
171 </File>
172 <File
173 RelativePath=".\llcriticaldamp.cpp">
174 </File>
175 <File
176 RelativePath=".\lldate.cpp">
177 </File>
178 <File
179 RelativePath=".\llerror.cpp">
180 </File>
181 <File
182 RelativePath=".\llerrorbuffer.cpp">
183 </File>
184 <File
185 RelativePath=".\llerrorstream.cpp">
186 </File>
187 <File
188 RelativePath=".\llerrorthread.cpp">
189 </File>
190 <File
191 RelativePath=".\llevent.cpp">
192 </File>
193 <File
194 RelativePath=".\llfasttimer.cpp">
195 </File>
196 <File
197 RelativePath=".\llfile.cpp">
198 </File>
199 <File
200 RelativePath=".\llfixedbuffer.cpp">
201 </File>
202 <File
203 RelativePath=".\llframetimer.cpp">
204 </File>
205 <File
206 RelativePath=".\lllivefile.cpp">
207 </File>
208 <File
209 RelativePath=".\llmemory.cpp">
210 </File>
211 <File
212 RelativePath=".\llmemorystream.cpp">
213 </File>
214 <File
215 RelativePath=".\llmortician.cpp">
216 </File>
217 <File
218 RelativePath=".\llprocessor.cpp">
219 </File>
220 <File
221 RelativePath=".\llqueuedthread.cpp">
222 </File>
223 <File
224 RelativePath=".\llrun.cpp">
225 </File>
226 <File
227 RelativePath=".\llsd.cpp">
228 </File>
229 <File
230 RelativePath=".\llsdserialize.cpp">
231 </File>
232 <File
233 RelativePath=".\llsdserialize_xml.cpp">
234 </File>
235 <File
236 RelativePath=".\llsdutil.cpp">
237 </File>
238 <File
239 RelativePath=".\llsecondlifeurls.cpp">
240 </File>
241 <File
242 RelativePath=".\llstat.cpp">
243 </File>
244 <File
245 RelativePath=".\llstreamtools.cpp">
246 </File>
247 <File
248 RelativePath=".\llstring.cpp">
249 </File>
250 <File
251 RelativePath=".\llstringtable.cpp">
252 </File>
253 <File
254 RelativePath=".\llsys.cpp">
255 </File>
256 <File
257 RelativePath=".\llthread.cpp">
258 </File>
259 <File
260 RelativePath=".\lltimer.cpp">
261 </File>
262 <File
263 RelativePath=".\lluri.cpp">
264 </File>
265 <File
266 RelativePath=".\llworkerthread.cpp">
267 </File>
268 <File
269 RelativePath=".\metaclass.cpp">
270 </File>
271 <File
272 RelativePath=".\metaproperty.cpp">
273 </File>
274 <File
275 RelativePath=".\reflective.cpp">
276 </File>
277 <File
278 RelativePath=".\timing.cpp">
279 </File>
280 <File
281 RelativePath=".\u64.cpp">
282 </File>
283 </Filter>
284 <Filter
285 Name="Header Files"
286 Filter="h;hpp;hxx;hm;inl;inc;xsd"
287 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
288 <File
289 RelativePath=".\bitpack.h">
290 </File>
291 <File
292 RelativePath=".\doublelinkedlist.h">
293 </File>
294 <File
295 RelativePath=".\imageids.h">
296 </File>
297 <File
298 RelativePath=".\indra_constants.h">
299 </File>
300 <File
301 RelativePath=".\linden_common.h">
302 </File>
303 <File
304 RelativePath=".\linked_lists.h">
305 </File>
306 <File
307 RelativePath=".\llagentconstants.h">
308 </File>
309 <File
310 RelativePath=".\llapp.h">
311 </File>
312 <File
313 RelativePath=".\llapr.h">
314 </File>
315 <File
316 RelativePath=".\llassettype.h">
317 </File>
318 <File
319 RelativePath=".\llassoclist.h">
320 </File>
321 <File
322 RelativePath=".\llavatarconstants.h">
323 </File>
324 <File
325 RelativePath=".\llboost.h">
326 </File>
327 <File
328 RelativePath=".\llchat.h">
329 </File>
330 <File
331 RelativePath=".\llclickaction.h">
332 </File>
333 <File
334 RelativePath=".\llcommon.h">
335 </File>
336 <File
337 RelativePath=".\llcriticaldamp.h">
338 </File>
339 <File
340 RelativePath=".\lldarray.h">
341 </File>
342 <File
343 RelativePath=".\lldarrayptr.h">
344 </File>
345 <File
346 RelativePath=".\lldate.h">
347 </File>
348 <File
349 RelativePath=".\lldefs.h">
350 </File>
351 <File
352 RelativePath=".\lldlinked.h">
353 </File>
354 <File
355 RelativePath=".\lldqueueptr.h">
356 </File>
357 <File
358 RelativePath=".\llendianswizzle.h">
359 </File>
360 <File
361 RelativePath=".\llenum.h">
362 </File>
363 <File
364 RelativePath=".\llerror.h">
365 </File>
366 <File
367 RelativePath=".\llerrorbuffer.h">
368 </File>
369 <File
370 RelativePath=".\llerrorstream.h">
371 </File>
372 <File
373 RelativePath=".\llerrorthread.h">
374 </File>
375 <File
376 RelativePath=".\llevent.h">
377 </File>
378 <File
379 RelativePath=".\llfasttimer.h">
380 </File>
381 <File
382 RelativePath=".\llfile.h">
383 </File>
384 <File
385 RelativePath=".\llfixedbuffer.h">
386 </File>
387 <File
388 RelativePath=".\llframecallbackmanager.h">
389 </File>
390 <File
391 RelativePath=".\llframetimer.h">
392 </File>
393 <File
394 RelativePath=".\llhash.h">
395 </File>
396 <File
397 RelativePath=".\llindexedqueue.h">
398 </File>
399 <File
400 RelativePath=".\lllinkedqueue.h">
401 </File>
402 <File
403 RelativePath=".\lllivefile.h">
404 </File>
405 <File
406 RelativePath=".\lllocalidhashmap.h">
407 </File>
408 <File
409 RelativePath=".\lllslconstants.h">
410 </File>
411 <File
412 RelativePath=".\llmap.h">
413 </File>
414 <File
415 RelativePath=".\llmemory.h">
416 </File>
417 <File
418 RelativePath=".\llmemorystream.h">
419 </File>
420 <File
421 RelativePath=".\llmortician.h">
422 </File>
423 <File
424 RelativePath=".\llnametable.h">
425 </File>
426 <File
427 RelativePath=".\llpagemem.h">
428 </File>
429 <File
430 RelativePath=".\llpreprocessor.h">
431 </File>
432 <File
433 RelativePath=".\llpriqueuemap.h">
434 </File>
435 <File
436 RelativePath=".\llprocessor.h">
437 </File>
438 <File
439 RelativePath=".\llptrskiplist.h">
440 </File>
441 <File
442 RelativePath=".\llptrskipmap.h">
443 </File>
444 <File
445 RelativePath=".\llqueuedthread.h">
446 </File>
447 <File
448 RelativePath=".\llrun.h">
449 </File>
450 <File
451 RelativePath=".\llsd.h">
452 </File>
453 <File
454 RelativePath=".\llsdserialize.h">
455 </File>
456 <File
457 RelativePath=".\llsdserialize_xml.h">
458 </File>
459 <File
460 RelativePath=".\llsdutil.h">
461 </File>
462 <File
463 RelativePath=".\llsecondlifeurls.h">
464 </File>
465 <File
466 RelativePath=".\llskiplist.h">
467 </File>
468 <File
469 RelativePath=".\llskipmap.h">
470 </File>
471 <File
472 RelativePath=".\llstat.h">
473 </File>
474 <File
475 RelativePath=".\llstatenums.h">
476 </File>
477 <File
478 RelativePath=".\llstl.h">
479 </File>
480 <File
481 RelativePath=".\llstreamtools.h">
482 </File>
483 <File
484 RelativePath=".\llstrider.h">
485 </File>
486 <File
487 RelativePath=".\llstring.h">
488 </File>
489 <File
490 RelativePath=".\llstringtable.h">
491 </File>
492 <File
493 RelativePath=".\llsys.h">
494 </File>
495 <File
496 RelativePath=".\llthread.h">
497 </File>
498 <File
499 RelativePath=".\lltimer.h">
500 </File>
501 <File
502 RelativePath=".\lluri.h">
503 </File>
504 <File
505 RelativePath=".\lluuidhashmap.h">
506 </File>
507 <File
508 RelativePath=".\llversion.h">
509 </File>
510 <File
511 RelativePath=".\llworkerthread.h">
512 </File>
513 <File
514 RelativePath=".\new_mem_ops.h">
515 </File>
516 <File
517 RelativePath=".\priqueue.h">
518 </File>
519 <File
520 RelativePath=".\processor.h">
521 </File>
522 <File
523 RelativePath=".\roles_constants.h">
524 </File>
525 <File
526 RelativePath=".\stdenums.h">
527 </File>
528 <File
529 RelativePath=".\stdtypes.h">
530 </File>
531 <File
532 RelativePath=".\string_table.h">
533 </File>
534 <File
535 RelativePath=".\timer.h">
536 </File>
537 <File
538 RelativePath=".\timing.h">
539 </File>
540 <File
541 RelativePath=".\u64.h">
542 </File>
543 </Filter>
544 <Filter
545 Name="Resource Files"
546 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
547 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
548 </Filter>
549 </Files>
550 <Globals>
551 </Globals>
552</VisualStudioProject>