aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/newview.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/newview/newview.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 '')
-rw-r--r--linden/indra/newview/newview.vcproj2971
1 files changed, 2971 insertions, 0 deletions
diff --git a/linden/indra/newview/newview.vcproj b/linden/indra/newview/newview.vcproj
new file mode 100644
index 0000000..8eec1bb
--- /dev/null
+++ b/linden/indra/newview/newview.vcproj
@@ -0,0 +1,2971 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="newview"
6 ProjectGUID="{E6F4CF1B-6109-4CA8-B58D-87FA936CDE08}"
7 RootNamespace="newview"
8 Keyword="Win32Proj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="$(ConfigurationName)"
17 IntermediateDirectory="$(ConfigurationName)"
18 ConfigurationType="1"
19 CharacterSet="1">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llaudio;..\llmedia;..\llimage;..\llscene;..\llxml;..\llmessage;..\llprimitive;..\llrender;..\llwindow;..\llcharacter;..\llinventory;..\llui;..\lscript;&quot;..\..\libraries\i686-win32\include&quot;;..\..\libraries\include\;&quot;..\..\libraries\i686-win32\include\quicktime&quot;"
24 PreprocessorDefinitions="WIN32;_DEBUG;LL_WINDOWS;LL_DEBUG;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API"
25 MinimalRebuild="FALSE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="1"
28 StructMemberAlignment="4"
29 ForceConformanceInForLoopScope="TRUE"
30 UsePrecompiledHeader="0"
31 PrecompiledHeaderThrough="llviewerprecompiledheaders.h"
32 WarningLevel="3"
33 WarnAsError="TRUE"
34 Detect64BitPortabilityProblems="FALSE"
35 DebugInformationFormat="4"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib fmodvc.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc71-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib LibOpenJPEG.lib llaudio.lib llmedia.lib llcharacter.lib llcommon.lib llimage.lib llimagej2coj.lib llinventory.lib llmath.lib llmessage.lib llmozlib.lib llprimitive.lib llrender.lib llui.lib llvfs.lib llwindow.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ogg_static_mt.lib ole32.lib oleaut32.lib opengl32.lib qtmlclient.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib vorbis_static_mt.lib vorbisenc_static_mt.lib vorbisfile_static_mt.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib"
41 OutputFile="$(ConfigurationName)/debugview.exe"
42 LinkIncremental="2"
43 AdditionalLibraryDirectories="&quot;../lib_$(ConfigurationName)/i686-win32&quot;;&quot;../../libraries/i686-win32/lib_debug&quot;"
44 IgnoreDefaultLibraryNames="msvcrtd;libcd.lib"
45 GenerateDebugInformation="TRUE"
46 ProgramDatabaseFile="$(TargetName).pdb"
47 SubSystem="2"
48 OptimizeReferences="1"
49 EnableCOMDATFolding="1"
50 TargetMachine="1"/>
51 <Tool
52 Name="VCMIDLTool"/>
53 <Tool
54 Name="VCPostBuildEventTool"
55 Description="Executing post-build batch file"
56 CommandLine="postbuild.bat debug"/>
57 <Tool
58 Name="VCPreBuildEventTool"/>
59 <Tool
60 Name="VCPreLinkEventTool"/>
61 <Tool
62 Name="VCResourceCompilerTool"/>
63 <Tool
64 Name="VCWebServiceProxyGeneratorTool"/>
65 <Tool
66 Name="VCXMLDataGeneratorTool"/>
67 <Tool
68 Name="VCWebDeploymentTool"/>
69 <Tool
70 Name="VCManagedWrapperGeneratorTool"/>
71 <Tool
72 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
73 </Configuration>
74 <Configuration
75 Name="Release|Win32"
76 OutputDirectory="$(ConfigurationName)"
77 IntermediateDirectory="$(ConfigurationName)"
78 ConfigurationType="1"
79 CharacterSet="1">
80 <Tool
81 Name="VCCLCompilerTool"
82 GlobalOptimizations="TRUE"
83 InlineFunctionExpansion="2"
84 EnableIntrinsicFunctions="TRUE"
85 OptimizeForProcessor="3"
86 OptimizeForWindowsApplication="TRUE"
87 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llaudio;..\llmedia;..\llimage;..\llscene;..\llxml;..\llmessage;..\llprimitive;..\llrender;..\llwindow;..\llcharacter;..\llinventory;..\llui;..\lscript;&quot;..\..\libraries\i686-win32\include&quot;;..\..\libraries\include\;&quot;..\..\libraries\i686-win32\include\quicktime&quot;"
88 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;LL_RELEASE;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API"
89 StringPooling="TRUE"
90 RuntimeLibrary="0"
91 StructMemberAlignment="0"
92 ForceConformanceInForLoopScope="TRUE"
93 UsePrecompiledHeader="3"
94 PrecompiledHeaderThrough="llviewerprecompiledheaders.h"
95 WarningLevel="3"
96 WarnAsError="TRUE"
97 Detect64BitPortabilityProblems="FALSE"
98 DebugInformationFormat="3"/>
99 <Tool
100 Name="VCCustomBuildTool"/>
101 <Tool
102 Name="VCLinkerTool"
103 AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib fmodvc.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc71-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib LibOpenJPEG.lib llaudio.lib llmedia.lib llcharacter.lib llcommon.lib llimage.lib llimagej2coj.lib llinventory.lib llmath.lib llmessage.lib llmozlib.lib llprimitive.lib llrender.lib llui.lib llvfs.lib llwindow.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ogg_static_mt.lib ole32.lib oleaut32.lib opengl32.lib qtmlclient.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib vorbis_static_mt.lib vorbisenc_static_mt.lib vorbisfile_static_mt.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib"
104 OutputFile="$(ConfigurationName)/newview.exe"
105 LinkIncremental="2"
106 AdditionalLibraryDirectories="&quot;../lib_$(ConfigurationName)/i686-win32&quot;;&quot;../../libraries/i686-win32/lib_release&quot;"
107 IgnoreDefaultLibraryNames="msvcrt.lib;libc.lib"
108 GenerateDebugInformation="TRUE"
109 ProgramDatabaseFile="$(TargetName).pdb"
110 SubSystem="2"
111 OptimizeReferences="1"
112 EnableCOMDATFolding="1"
113 TargetMachine="1"/>
114 <Tool
115 Name="VCMIDLTool"/>
116 <Tool
117 Name="VCPostBuildEventTool"
118 Description="Executing post-build batch file"
119 CommandLine="postbuild.bat release"/>
120 <Tool
121 Name="VCPreBuildEventTool"/>
122 <Tool
123 Name="VCPreLinkEventTool"/>
124 <Tool
125 Name="VCResourceCompilerTool"/>
126 <Tool
127 Name="VCWebServiceProxyGeneratorTool"/>
128 <Tool
129 Name="VCXMLDataGeneratorTool"/>
130 <Tool
131 Name="VCWebDeploymentTool"/>
132 <Tool
133 Name="VCManagedWrapperGeneratorTool"/>
134 <Tool
135 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
136 </Configuration>
137 <Configuration
138 Name="ReleaseForDownload|Win32"
139 OutputDirectory="$(ConfigurationName)"
140 IntermediateDirectory="$(ConfigurationName)"
141 ConfigurationType="1"
142 CharacterSet="1">
143 <Tool
144 Name="VCCLCompilerTool"
145 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llaudio;..\llmedia;..\llimage;..\llscene;..\llxml;..\llmessage;..\llprimitive;..\llrender;..\llwindow;..\llcharacter;..\llinventory;..\llui;..\lscript;&quot;..\..\libraries\i686-win32\include&quot;;..\..\libraries\include\;&quot;..\..\libraries\i686-win32\include\quicktime&quot;"
146 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;LL_RELEASE;LL_RELEASE_FOR_DOWNLOAD;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API"
147 RuntimeLibrary="0"
148 StructMemberAlignment="0"
149 UsePrecompiledHeader="3"
150 PrecompiledHeaderThrough="llviewerprecompiledheaders.h"
151 WarningLevel="3"
152 WarnAsError="TRUE"
153 Detect64BitPortabilityProblems="FALSE"
154 DebugInformationFormat="3"/>
155 <Tool
156 Name="VCCustomBuildTool"
157 Description="Copying $(TargetFileName) to $(ProjectDir)"
158 CommandLine="copy $(TargetDir)\$(TargetFileName) $(ProjectDir)
159"
160 Outputs="$(TargetFileName)"/>
161 <Tool
162 Name="VCLinkerTool"
163 AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib fmodvc.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc71-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib LibOpenJPEG.lib llaudio.lib llmedia.lib llcharacter.lib llcommon.lib llimage.lib llimagej2coj.lib llinventory.lib llmath.lib llmessage.lib llmozlib.lib llprimitive.lib llrender.lib llui.lib llvfs.lib llwindow.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ogg_static_mt.lib ole32.lib oleaut32.lib opengl32.lib qtmlclient.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib vorbis_static_mt.lib vorbisenc_static_mt.lib vorbisfile_static_mt.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib"
164 OutputFile="$(ConfigurationName)/SecondLife.exe"
165 LinkIncremental="0"
166 AdditionalLibraryDirectories="&quot;../lib_release/i686-win32&quot;;&quot;../../libraries/i686-win32/lib_release&quot;"
167 IgnoreDefaultLibraryNames="msvcrt.lib;libc.lib"
168 GenerateDebugInformation="TRUE"
169 ProgramDatabaseFile="$(TargetName).pdb"
170 SubSystem="2"
171 OptimizeReferences="2"
172 EnableCOMDATFolding="2"
173 TargetMachine="1"/>
174 <Tool
175 Name="VCMIDLTool"/>
176 <Tool
177 Name="VCPostBuildEventTool"
178 Description="Executing post-build batch file"
179 CommandLine="postbuild.bat releasefordownload"/>
180 <Tool
181 Name="VCPreBuildEventTool"/>
182 <Tool
183 Name="VCPreLinkEventTool"/>
184 <Tool
185 Name="VCResourceCompilerTool"/>
186 <Tool
187 Name="VCWebServiceProxyGeneratorTool"/>
188 <Tool
189 Name="VCXMLDataGeneratorTool"/>
190 <Tool
191 Name="VCWebDeploymentTool"/>
192 <Tool
193 Name="VCManagedWrapperGeneratorTool"/>
194 <Tool
195 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
196 </Configuration>
197 <Configuration
198 Name="ReleaseNoOpt|Win32"
199 OutputDirectory="$(ConfigurationName)"
200 IntermediateDirectory="$(ConfigurationName)"
201 ConfigurationType="1"
202 CharacterSet="1">
203 <Tool
204 Name="VCCLCompilerTool"
205 Optimization="0"
206 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llaudio;..\llmedia;..\llimage;..\llscene;..\llxml;..\llmessage;..\llprimitive;..\llrender;..\llwindow;..\llcharacter;..\llinventory;..\llui;..\lscript;&quot;..\..\libraries\i686-win32\include&quot;;..\..\libraries\include\;&quot;..\..\libraries\i686-win32\include\quicktime&quot;"
207 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;LL_RELEASE;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API"
208 RuntimeLibrary="0"
209 StructMemberAlignment="0"
210 ForceConformanceInForLoopScope="TRUE"
211 UsePrecompiledHeader="3"
212 PrecompiledHeaderThrough="llviewerprecompiledheaders.h"
213 BrowseInformation="1"
214 WarningLevel="3"
215 WarnAsError="TRUE"
216 Detect64BitPortabilityProblems="FALSE"
217 DebugInformationFormat="4"/>
218 <Tool
219 Name="VCCustomBuildTool"/>
220 <Tool
221 Name="VCLinkerTool"
222 AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib fmodvc.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc71-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib LibOpenJPEG.lib llaudio.lib llmedia.lib llcharacter.lib llcommon.lib llimage.lib llimagej2coj.lib llinventory.lib llmath.lib llmessage.lib llmozlib.lib llprimitive.lib llrender.lib llui.lib llvfs.lib llwindow.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ogg_static_mt.lib ole32.lib oleaut32.lib opengl32.lib qtmlclient.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib vorbis_static_mt.lib vorbisenc_static_mt.lib vorbisfile_static_mt.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib"
223 OutputFile="$(ConfigurationName)/newview_noopt.exe"
224 LinkIncremental="2"
225 AdditionalLibraryDirectories="&quot;../lib_releasenoopt/i686-win32&quot;;&quot;../../libraries/i686-win32/lib_release&quot;"
226 IgnoreDefaultLibraryNames="msvcrt.lib;libc.lib"
227 GenerateDebugInformation="TRUE"
228 ProgramDatabaseFile="$(TargetName).pdb"
229 GenerateMapFile="FALSE"
230 MapFileName="newview.map"
231 SubSystem="2"
232 OptimizeReferences="1"
233 EnableCOMDATFolding="1"
234 TargetMachine="1"/>
235 <Tool
236 Name="VCMIDLTool"/>
237 <Tool
238 Name="VCPostBuildEventTool"
239 Description="Executing post-build batch file"
240 CommandLine="postbuild.bat releasenoopt"/>
241 <Tool
242 Name="VCPreBuildEventTool"/>
243 <Tool
244 Name="VCPreLinkEventTool"/>
245 <Tool
246 Name="VCResourceCompilerTool"/>
247 <Tool
248 Name="VCWebServiceProxyGeneratorTool"/>
249 <Tool
250 Name="VCXMLDataGeneratorTool"/>
251 <Tool
252 Name="VCWebDeploymentTool"/>
253 <Tool
254 Name="VCManagedWrapperGeneratorTool"/>
255 <Tool
256 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
257 </Configuration>
258 </Configurations>
259 <References>
260 </References>
261 <Files>
262 <Filter
263 Name="Source Files"
264 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
265 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
266 <File
267 RelativePath=".\head.cpp">
268 </File>
269 <File
270 RelativePath=".\llagent.cpp">
271 </File>
272 <File
273 RelativePath=".\llagentdata.cpp">
274 </File>
275 <File
276 RelativePath=".\llagentpilot.cpp">
277 </File>
278 <File
279 RelativePath=".\llagparray.inl">
280 </File>
281 <File
282 RelativePath=".\llanimalcontrols.cpp">
283 </File>
284 <File
285 RelativePath=".\llassetuploadresponders.cpp">
286 </File>
287 <File
288 RelativePath=".\llasynchostbyname.cpp">
289 </File>
290 <File
291 RelativePath=".\llaudiosourcevo.cpp">
292 </File>
293 <File
294 RelativePath=".\llaudiostatus.cpp">
295 </File>
296 <File
297 RelativePath=".\llbbox.cpp">
298 </File>
299 <File
300 RelativePath=".\llbox.cpp">
301 </File>
302 <File
303 RelativePath=".\llcallbacklist.cpp">
304 </File>
305 <File
306 RelativePath=".\llcallingcard.cpp">
307 </File>
308 <File
309 RelativePath=".\llcameraview.cpp">
310 </File>
311 <File
312 RelativePath=".\llcape.cpp">
313 </File>
314 <File
315 RelativePath=".\llchatbar.cpp">
316 </File>
317 <File
318 RelativePath=".\llclassifiedinfo.cpp">
319 </File>
320 <File
321 RelativePath=".\llcloud.cpp">
322 </File>
323 <File
324 RelativePath=".\llcolorscheme.cpp">
325 </File>
326 <File
327 RelativePath=".\llcolorswatch.cpp">
328 </File>
329 <File
330 RelativePath=".\llcompass.cpp">
331 </File>
332 <File
333 RelativePath=".\llcompilequeue.cpp">
334 </File>
335 <File
336 RelativePath=".\llconfirmationmanager.cpp">
337 </File>
338 <File
339 RelativePath=".\llconsole.cpp">
340 </File>
341 <File
342 RelativePath=".\llcontainerview.cpp">
343 </File>
344 <File
345 RelativePath=".\llcontroldef.cpp">
346 </File>
347 <File
348 RelativePath=".\llcountdown.cpp">
349 </File>
350 <File
351 RelativePath=".\llcubemap.cpp">
352 </File>
353 <File
354 RelativePath=".\llcurrencyuimanager.cpp">
355 </File>
356 <File
357 RelativePath=".\llcylinder.cpp">
358 </File>
359 <File
360 RelativePath=".\lldebugmessagebox.cpp">
361 </File>
362 <File
363 RelativePath=".\lldebugview.cpp">
364 </File>
365 <File
366 RelativePath=".\lldirpicker.cpp">
367 </File>
368 <File
369 RelativePath=".\lldrawable.cpp">
370 </File>
371 <File
372 RelativePath=".\lldrawpool.cpp">
373 </File>
374 <File
375 RelativePath=".\lldrawpoolalpha.cpp">
376 </File>
377 <File
378 RelativePath=".\lldrawpoolavatar.cpp">
379 </File>
380 <File
381 RelativePath=".\lldrawpoolbump.cpp">
382 </File>
383 <File
384 RelativePath=".\lldrawpoolclouds.cpp">
385 </File>
386 <File
387 RelativePath=".\lldrawpoolground.cpp">
388 </File>
389 <File
390 RelativePath=".\lldrawpoolhud.cpp">
391 </File>
392 <File
393 RelativePath=".\lldrawpoolsimple.cpp">
394 </File>
395 <File
396 RelativePath=".\lldrawpoolsky.cpp">
397 </File>
398 <File
399 RelativePath=".\lldrawpoolstars.cpp">
400 </File>
401 <File
402 RelativePath=".\lldrawpoolterrain.cpp">
403 </File>
404 <File
405 RelativePath=".\lldrawpooltree.cpp">
406 </File>
407 <File
408 RelativePath=".\lldrawpooltreenew.cpp">
409 </File>
410 <File
411 RelativePath=".\lldrawpoolwater.cpp">
412 </File>
413 <File
414 RelativePath=".\lldriverparam.cpp">
415 </File>
416 <File
417 RelativePath=".\lldynamictexture.cpp">
418 </File>
419 <File
420 RelativePath=".\llemote.cpp">
421 </File>
422 <File
423 RelativePath=".\lleventinfo.cpp">
424 </File>
425 <File
426 RelativePath=".\lleventnotifier.cpp">
427 </File>
428 <File
429 RelativePath=".\lleventpoll.cpp">
430 </File>
431 <File
432 RelativePath=".\llface.cpp">
433 </File>
434 <File
435 RelativePath=".\llface.inl">
436 </File>
437 <File
438 RelativePath=".\llfasttimerview.cpp">
439 </File>
440 <File
441 RelativePath=".\llfeaturemanager.cpp">
442 </File>
443 <File
444 RelativePath=".\llfft.cpp">
445 </File>
446 <File
447 RelativePath=".\llfilepicker.cpp">
448 </File>
449 <File
450 RelativePath=".\llfirstuse.cpp">
451 </File>
452 <File
453 RelativePath=".\llflexibleobject.cpp">
454 </File>
455 <File
456 RelativePath=".\llfloaterabout.cpp">
457 </File>
458 <File
459 RelativePath=".\llfloateraccounthistory.cpp">
460 </File>
461 <File
462 RelativePath=".\llfloateranimpreview.cpp">
463 </File>
464 <File
465 RelativePath=".\llfloaterauction.cpp">
466 </File>
467 <File
468 RelativePath=".\llfloateravatarinfo.cpp">
469 </File>
470 <File
471 RelativePath=".\llfloateravatarpicker.cpp">
472 </File>
473 <File
474 RelativePath=".\llfloateravatartextures.cpp">
475 </File>
476 <File
477 RelativePath=".\llfloaterbuildoptions.cpp">
478 </File>
479 <File
480 RelativePath=".\llfloaterbump.cpp">
481 </File>
482 <File
483 RelativePath=".\llfloaterbuy.cpp">
484 </File>
485 <File
486 RelativePath=".\llfloaterbuycontents.cpp">
487 </File>
488 <File
489 RelativePath=".\llfloaterbuycurrency.cpp">
490 </File>
491 <File
492 RelativePath=".\llfloaterbuyland.cpp">
493 </File>
494 <File
495 RelativePath=".\llfloaterchat.cpp">
496 </File>
497 <File
498 RelativePath=".\llfloaterclothing.cpp">
499 </File>
500 <File
501 RelativePath=".\llfloatercolorpicker.cpp">
502 </File>
503 <File
504 RelativePath=".\llfloatercustomize.cpp">
505 </File>
506 <File
507 RelativePath=".\llfloaterdirectory.cpp">
508 </File>
509 <File
510 RelativePath=".\llfloatereditui.cpp">
511 </File>
512 <File
513 RelativePath=".\llfloaterfriends.cpp">
514 </File>
515 <File
516 RelativePath=".\llfloatergesture.cpp">
517 </File>
518 <File
519 RelativePath=".\llfloatergodtools.cpp">
520 </File>
521 <File
522 RelativePath=".\llfloatergroupinfo.cpp">
523 </File>
524 <File
525 RelativePath=".\llfloatergroupinvite.cpp">
526 </File>
527 <File
528 RelativePath=".\llfloatergroups.cpp">
529 </File>
530 <File
531 RelativePath=".\llfloaterhtml.cpp">
532 </File>
533 <File
534 RelativePath=".\llfloaterhtmlfind.cpp">
535 </File>
536 <File
537 RelativePath=".\llfloaterhtmlhelp.cpp">
538 </File>
539 <File
540 RelativePath=".\llfloaterimagepreview.cpp">
541 </File>
542 <File
543 RelativePath=".\llfloaterimport.cpp">
544 </File>
545 <File
546 RelativePath=".\llfloaterinspect.cpp">
547 </File>
548 <File
549 RelativePath=".\llfloaterland.cpp">
550 </File>
551 <File
552 RelativePath=".\llfloaterlandholdings.cpp">
553 </File>
554 <File
555 RelativePath=".\llfloatermap.cpp">
556 </File>
557 <File
558 RelativePath=".\llfloatermute.cpp">
559 </File>
560 <File
561 RelativePath=".\llfloaternamedesc.cpp">
562 </File>
563 <File
564 RelativePath=".\llfloaternewim.cpp">
565 </File>
566 <File
567 RelativePath=".\llfloateropenobject.cpp">
568 </File>
569 <File
570 RelativePath=".\llfloaterpermissionsmgr.cpp">
571 </File>
572 <File
573 RelativePath=".\llfloaterpostcard.cpp">
574 </File>
575 <File
576 RelativePath=".\llfloaterpreference.cpp">
577 </File>
578 <File
579 RelativePath=".\llfloaterproperties.cpp">
580 </File>
581 <File
582 RelativePath=".\llfloaterrate.cpp">
583 </File>
584 <File
585 RelativePath=".\llfloaterregioninfo.cpp">
586 </File>
587 <File
588 RelativePath=".\llfloaterreporter.cpp">
589 </File>
590 <File
591 RelativePath=".\llfloatersaveavatar.cpp">
592 </File>
593 <File
594 RelativePath=".\llfloaterscriptdebug.cpp">
595 </File>
596 <File
597 RelativePath=".\llfloatersellland.cpp">
598 </File>
599 <File
600 RelativePath=".\llfloatersnapshot.cpp">
601 </File>
602 <File
603 RelativePath=".\llfloatertelehub.cpp">
604 </File>
605 <File
606 RelativePath=".\llfloatertest.cpp">
607 </File>
608 <File
609 RelativePath=".\llfloatertools.cpp">
610 </File>
611 <File
612 RelativePath=".\llfloatertopobjects.cpp">
613 </File>
614 <File
615 RelativePath=".\llfloatertos.cpp">
616 </File>
617 <File
618 RelativePath=".\llfloaterworldmap.cpp">
619 </File>
620 <File
621 RelativePath=".\llfolderview.cpp">
622 </File>
623 <File
624 RelativePath=".\llfollowcam.cpp">
625 </File>
626 <File
627 RelativePath=".\llframestats.cpp">
628 </File>
629 <File
630 RelativePath=".\llframestatview.cpp">
631 </File>
632 <File
633 RelativePath=".\llgenepool.cpp">
634 </File>
635 <File
636 RelativePath=".\llgesturemgr.cpp">
637 </File>
638 <File
639 RelativePath=".\llgivemoney.cpp">
640 </File>
641 <File
642 RelativePath=".\llglsandbox.cpp">
643 </File>
644 <File
645 RelativePath=".\llgroupmgr.cpp">
646 </File>
647 <File
648 RelativePath=".\llgroupnotify.cpp">
649 </File>
650 <File
651 RelativePath=".\llhippo.cpp">
652 </File>
653 <File
654 RelativePath=".\llhoverview.cpp">
655 </File>
656 <File
657 RelativePath=".\llhudconnector.cpp">
658 </File>
659 <File
660 RelativePath=".\llhudeffect.cpp">
661 </File>
662 <File
663 RelativePath=".\llhudeffectbeam.cpp">
664 </File>
665 <File
666 RelativePath=".\llhudeffectlookat.cpp">
667 </File>
668 <File
669 RelativePath=".\llhudeffectpointat.cpp">
670 </File>
671 <File
672 RelativePath=".\llhudeffecttrail.cpp">
673 </File>
674 <File
675 RelativePath=".\llhudicon.cpp">
676 </File>
677 <File
678 RelativePath=".\llhudmanager.cpp">
679 </File>
680 <File
681 RelativePath=".\llhudobject.cpp">
682 </File>
683 <File
684 RelativePath=".\llhudrender.cpp">
685 </File>
686 <File
687 RelativePath=".\llhudtext.cpp">
688 </File>
689 <File
690 RelativePath=".\llhudview.cpp">
691 </File>
692 <File
693 RelativePath=".\llimpanel.cpp">
694 </File>
695 <File
696 RelativePath=".\llimview.cpp">
697 </File>
698 <File
699 RelativePath=".\llinventoryactions.cpp">
700 </File>
701 <File
702 RelativePath=".\llinventorybridge.cpp">
703 </File>
704 <File
705 RelativePath=".\llinventoryclipboard.cpp">
706 </File>
707 <File
708 RelativePath=".\llinventorymodel.cpp">
709 </File>
710 <File
711 RelativePath=".\llinventoryview.cpp">
712 </File>
713 <File
714 RelativePath=".\lljoystickbutton.cpp">
715 </File>
716 <File
717 RelativePath=".\lllandmarklist.cpp">
718 </File>
719 <File
720 RelativePath=".\lllocalanimationobject.cpp">
721 </File>
722 <File
723 RelativePath=".\lllogchat.cpp">
724 </File>
725 <File
726 RelativePath=".\llmanip.cpp">
727 </File>
728 <File
729 RelativePath=".\llmaniprotate.cpp">
730 </File>
731 <File
732 RelativePath=".\llmanipscale.cpp">
733 </File>
734 <File
735 RelativePath=".\llmaniptranslate.cpp">
736 </File>
737 <File
738 RelativePath=".\llmapresponders.cpp">
739 </File>
740 <File
741 RelativePath=".\llmediaremotectrl.cpp">
742 </File>
743 <File
744 RelativePath=".\llmemoryview.cpp">
745 </File>
746 <File
747 RelativePath=".\llmenucommands.cpp">
748 </File>
749 <File
750 RelativePath=".\llmorphview.cpp">
751 </File>
752 <File
753 RelativePath=".\llmoveview.cpp">
754 </File>
755 <File
756 RelativePath=".\llmutelist.cpp">
757 </File>
758 <File
759 RelativePath=".\llnamebox.cpp">
760 </File>
761 <File
762 RelativePath=".\llnameeditor.cpp">
763 </File>
764 <File
765 RelativePath=".\llnamelistctrl.cpp">
766 </File>
767 <File
768 RelativePath=".\llnetmap.cpp">
769 </File>
770 <File
771 RelativePath=".\llnotify.cpp">
772 </File>
773 <File
774 RelativePath=".\lloverlaybar.cpp">
775 </File>
776 <File
777 RelativePath=".\llpanelaudioprefs.cpp">
778 </File>
779 <File
780 RelativePath=".\llpanelavatar.cpp">
781 </File>
782 <File
783 RelativePath=".\llpanelclassified.cpp">
784 </File>
785 <File
786 RelativePath=".\llpanelcontents.cpp">
787 </File>
788 <File
789 RelativePath=".\llpaneldebug.cpp">
790 </File>
791 <File
792 RelativePath=".\llpaneldirbrowser.cpp">
793 </File>
794 <File
795 RelativePath=".\llpaneldirclassified.cpp">
796 </File>
797 <File
798 RelativePath=".\llpaneldirevents.cpp">
799 </File>
800 <File
801 RelativePath=".\llpaneldirfind.cpp">
802 </File>
803 <File
804 RelativePath=".\llpaneldirgroups.cpp">
805 </File>
806 <File
807 RelativePath=".\llpaneldirland.cpp">
808 </File>
809 <File
810 RelativePath=".\llpaneldirpeople.cpp">
811 </File>
812 <File
813 RelativePath=".\llpaneldirplaces.cpp">
814 </File>
815 <File
816 RelativePath=".\llpaneldirpopular.cpp">
817 </File>
818 <File
819 RelativePath=".\llpaneldisplay.cpp">
820 </File>
821 <File
822 RelativePath=".\llpanelevent.cpp">
823 </File>
824 <File
825 RelativePath=".\llpanelface.cpp">
826 </File>
827 <File
828 RelativePath=".\llpanelgeneral.cpp">
829 </File>
830 <File
831 RelativePath=".\llpanelgroup.cpp">
832 </File>
833 <File
834 RelativePath=".\llpanelgroupgeneral.cpp">
835 </File>
836 <File
837 RelativePath=".\llpanelgroupinvite.cpp">
838 </File>
839 <File
840 RelativePath=".\llpanelgrouplandmoney.cpp">
841 </File>
842 <File
843 RelativePath=".\llpanelgroupnotices.cpp">
844 </File>
845 <File
846 RelativePath=".\llpanelgrouproles.cpp">
847 </File>
848 <File
849 RelativePath=".\llpanelgroupvoting.cpp">
850 </File>
851 <File
852 RelativePath=".\llpanelinput.cpp">
853 </File>
854 <File
855 RelativePath=".\llpanelinventory.cpp">
856 </File>
857 <File
858 RelativePath=".\llpanelland.cpp">
859 </File>
860 <File
861 RelativePath=".\llpanellandobjects.cpp">
862 </File>
863 <File
864 RelativePath=".\llpanellandoptions.cpp">
865 </File>
866 <File
867 RelativePath=".\llpanellogin.cpp">
868 </File>
869 <File
870 RelativePath=".\llpanelmoney.cpp">
871 </File>
872 <File
873 RelativePath=".\llpanelmorph.cpp">
874 </File>
875 <File
876 RelativePath=".\llpanelmsgs.cpp">
877 </File>
878 <File
879 RelativePath=".\llpanelnetwork.cpp">
880 </File>
881 <File
882 RelativePath=".\llpanelobject.cpp">
883 </File>
884 <File
885 RelativePath=".\llpanelpermissions.cpp">
886 </File>
887 <File
888 RelativePath=".\llpanelpick.cpp">
889 </File>
890 <File
891 RelativePath=".\llpanelplace.cpp">
892 </File>
893 <File
894 RelativePath=".\llpanelvolume.cpp">
895 </File>
896 <File
897 RelativePath=".\llpanelweb.cpp">
898 </File>
899 <File
900 RelativePath=".\llpatchvertexarray.cpp">
901 </File>
902 <File
903 RelativePath=".\llpolymesh.cpp">
904 </File>
905 <File
906 RelativePath=".\llpolymorph.cpp">
907 </File>
908 <File
909 RelativePath=".\llprefschat.cpp">
910 </File>
911 <File
912 RelativePath=".\llprefsim.cpp">
913 </File>
914 <File
915 RelativePath=".\llpreview.cpp">
916 </File>
917 <File
918 RelativePath=".\llpreviewanim.cpp">
919 </File>
920 <File
921 RelativePath=".\llpreviewgesture.cpp">
922 </File>
923 <File
924 RelativePath=".\llpreviewlandmark.cpp">
925 </File>
926 <File
927 RelativePath=".\llpreviewnotecard.cpp">
928 </File>
929 <File
930 RelativePath=".\llpreviewscript.cpp">
931 </File>
932 <File
933 RelativePath=".\llpreviewsound.cpp">
934 </File>
935 <File
936 RelativePath=".\llpreviewtexture.cpp">
937 </File>
938 <File
939 RelativePath=".\llprogressview.cpp">
940 </File>
941 <File
942 RelativePath=".\llregionposition.cpp">
943 </File>
944 <File
945 RelativePath=".\llroam.cpp">
946 </File>
947 <File
948 RelativePath=".\llsavedsettingsglue.cpp">
949 </File>
950 <File
951 RelativePath=".\llselectmgr.cpp">
952 </File>
953 <File
954 RelativePath=".\llsky.cpp">
955 </File>
956 <File
957 RelativePath=".\llspatialpartition.cpp">
958 </File>
959 <File
960 RelativePath=".\llsphere.cpp">
961 </File>
962 <File
963 RelativePath=".\llsprite.cpp">
964 </File>
965 <File
966 RelativePath=".\llstartup.cpp">
967 </File>
968 <File
969 RelativePath=".\llstatbar.cpp">
970 </File>
971 <File
972 RelativePath=".\llstatgraph.cpp">
973 </File>
974 <File
975 RelativePath=".\llstatusbar.cpp">
976 </File>
977 <File
978 RelativePath=".\llstatview.cpp">
979 </File>
980 <File
981 RelativePath=".\llsurface.cpp">
982 </File>
983 <File
984 RelativePath=".\llsurfacepatch.cpp">
985 </File>
986 <File
987 RelativePath=".\lltexlayer.cpp">
988 </File>
989 <File
990 RelativePath=".\lltexturebar.cpp">
991 </File>
992 <File
993 RelativePath=".\lltexturectrl.cpp">
994 </File>
995 <File
996 RelativePath=".\lltexturefetch.cpp">
997 </File>
998 <File
999 RelativePath=".\lltexturetable.cpp">
1000 </File>
1001 <File
1002 RelativePath=".\lltextureview.cpp">
1003 </File>
1004 <File
1005 RelativePath=".\lltool.cpp">
1006 </File>
1007 <File
1008 RelativePath=".\lltoolbar.cpp">
1009 </File>
1010 <File
1011 RelativePath=".\lltoolbrush.cpp">
1012 </File>
1013 <File
1014 RelativePath=".\lltoolcomp.cpp">
1015 </File>
1016 <File
1017 RelativePath=".\lltooldraganddrop.cpp">
1018 </File>
1019 <File
1020 RelativePath=".\lltoolface.cpp">
1021 </File>
1022 <File
1023 RelativePath=".\lltoolfocus.cpp">
1024 </File>
1025 <File
1026 RelativePath=".\lltoolgrab.cpp">
1027 </File>
1028 <File
1029 RelativePath=".\lltoolgun.cpp">
1030 </File>
1031 <File
1032 RelativePath=".\lltoolindividual.cpp">
1033 </File>
1034 <File
1035 RelativePath=".\lltoolmgr.cpp">
1036 </File>
1037 <File
1038 RelativePath=".\lltoolmorph.cpp">
1039 </File>
1040 <File
1041 RelativePath=".\lltoolobjpicker.cpp">
1042 </File>
1043 <File
1044 RelativePath=".\lltoolpie.cpp">
1045 </File>
1046 <File
1047 RelativePath=".\lltoolpipette.cpp">
1048 </File>
1049 <File
1050 RelativePath=".\lltoolplacer.cpp">
1051 </File>
1052 <File
1053 RelativePath=".\lltoolselect.cpp">
1054 </File>
1055 <File
1056 RelativePath=".\lltoolselectland.cpp">
1057 </File>
1058 <File
1059 RelativePath=".\lltoolselectrect.cpp">
1060 </File>
1061 <File
1062 RelativePath=".\lltoolview.cpp">
1063 </File>
1064 <File
1065 RelativePath=".\lltracker.cpp">
1066 </File>
1067 <File
1068 RelativePath=".\lluploaddialog.cpp">
1069 </File>
1070 <File
1071 RelativePath=".\llurl.cpp">
1072 </File>
1073 <File
1074 RelativePath=".\llurlwhitelist.cpp">
1075 </File>
1076 <File
1077 RelativePath=".\lluserauth.cpp">
1078 </File>
1079 <File
1080 RelativePath=".\llvelocitybar.cpp">
1081 </File>
1082 <File
1083 RelativePath=".\llviewchildren.cpp">
1084 </File>
1085 <File
1086 RelativePath=".\llviewerassetstorage.cpp">
1087 </File>
1088 <File
1089 RelativePath=".\llviewerassetstorage.h">
1090 </File>
1091 <File
1092 RelativePath=".\llviewercamera.cpp">
1093 </File>
1094 <File
1095 RelativePath=".\llviewercontrol.cpp">
1096 </File>
1097 <File
1098 RelativePath=".\llviewerdisplay.cpp">
1099 </File>
1100 <File
1101 RelativePath=".\llviewergesture.cpp">
1102 </File>
1103 <File
1104 RelativePath=".\llviewerimage.cpp">
1105 </File>
1106 <File
1107 RelativePath=".\llviewerimagelist.cpp">
1108 </File>
1109 <File
1110 RelativePath=".\llviewerinventory.cpp">
1111 </File>
1112 <File
1113 RelativePath=".\llviewerjoint.cpp">
1114 </File>
1115 <File
1116 RelativePath=".\llviewerjointattachment.cpp">
1117 </File>
1118 <File
1119 RelativePath=".\llviewerjointmesh.cpp">
1120 </File>
1121 <File
1122 RelativePath=".\llviewerjointshape.cpp">
1123 </File>
1124 <File
1125 RelativePath=".\llviewerkeyboard.cpp">
1126 </File>
1127 <File
1128 RelativePath=".\llviewerlayer.cpp">
1129 </File>
1130 <File
1131 RelativePath=".\llviewermenu.cpp">
1132 </File>
1133 <File
1134 RelativePath=".\llviewermessage.cpp">
1135 </File>
1136 <File
1137 RelativePath=".\llviewernetwork.cpp">
1138 </File>
1139 <File
1140 RelativePath=".\llviewerobject.cpp">
1141 </File>
1142 <File
1143 RelativePath=".\llviewerobjectlist.cpp">
1144 </File>
1145 <File
1146 RelativePath=".\llviewerparcelmgr.cpp">
1147 </File>
1148 <File
1149 RelativePath=".\llviewerparceloverlay.cpp">
1150 </File>
1151 <File
1152 RelativePath=".\llviewerpartsim.cpp">
1153 </File>
1154 <File
1155 RelativePath=".\llviewerpartsource.cpp">
1156 </File>
1157 <File
1158 RelativePath=".\llviewerregion.cpp">
1159 </File>
1160 <File
1161 RelativePath=".\llviewerreputation.cpp">
1162 </File>
1163 <File
1164 RelativePath=".\llviewerstats.cpp">
1165 </File>
1166 <File
1167 RelativePath=".\llviewertexteditor.cpp">
1168 </File>
1169 <File
1170 RelativePath=".\llviewertextureanim.cpp">
1171 </File>
1172 <File
1173 RelativePath=".\llviewerthrottle.cpp">
1174 </File>
1175 <File
1176 RelativePath=".\llvieweruictrlfactory.cpp">
1177 </File>
1178 <File
1179 RelativePath=".\llviewervisualparam.cpp">
1180 </File>
1181 <File
1182 RelativePath=".\llviewerwindow.cpp">
1183 </File>
1184 <File
1185 RelativePath=".\llvlcomposition.cpp">
1186 </File>
1187 <File
1188 RelativePath=".\llvlmanager.cpp">
1189 </File>
1190 <File
1191 RelativePath=".\llvoavatar.cpp">
1192 </File>
1193 <File
1194 RelativePath=".\llvocache.cpp">
1195 </File>
1196 <File
1197 RelativePath=".\llvoclouds.cpp">
1198 </File>
1199 <File
1200 RelativePath=".\llvograss.cpp">
1201 </File>
1202 <File
1203 RelativePath=".\llvoground.cpp">
1204 </File>
1205 <File
1206 RelativePath=".\llvoinventorylistener.cpp">
1207 </File>
1208 <File
1209 RelativePath=".\llvolumesliderctrl.cpp">
1210 </File>
1211 <File
1212 RelativePath=".\llvopart.cpp">
1213 </File>
1214 <File
1215 RelativePath=".\llvopartgroup.cpp">
1216 </File>
1217 <File
1218 RelativePath=".\llvosky.cpp">
1219 </File>
1220 <File
1221 RelativePath=".\llvostars.cpp">
1222 </File>
1223 <File
1224 RelativePath=".\llvosurfacepatch.cpp">
1225 </File>
1226 <File
1227 RelativePath=".\llvotextbubble.cpp">
1228 </File>
1229 <File
1230 RelativePath=".\llvotree.cpp">
1231 </File>
1232 <File
1233 RelativePath=".\llvotreenew.cpp">
1234 </File>
1235 <File
1236 RelativePath=".\llvovolume.cpp">
1237 </File>
1238 <File
1239 RelativePath=".\llvowater.cpp">
1240 </File>
1241 <File
1242 RelativePath=".\llwaterpatch.cpp">
1243 </File>
1244 <File
1245 RelativePath=".\llwearable.cpp">
1246 </File>
1247 <File
1248 RelativePath=".\llwearablelist.cpp">
1249 </File>
1250 <File
1251 RelativePath=".\llweb.cpp">
1252 </File>
1253 <File
1254 RelativePath=".\llwebbrowserctrl.cpp">
1255 </File>
1256 <File
1257 RelativePath=".\llwind.cpp">
1258 </File>
1259 <File
1260 RelativePath=".\llwindebug.cpp">
1261 </File>
1262 <File
1263 RelativePath=".\llworld.cpp">
1264 </File>
1265 <File
1266 RelativePath=".\llworldmap.cpp">
1267 </File>
1268 <File
1269 RelativePath=".\llworldmapview.cpp">
1270 </File>
1271 <File
1272 RelativePath=".\llxmlrpctransaction.cpp">
1273 </File>
1274 <File
1275 RelativePath=".\moviemaker.cpp">
1276 </File>
1277 <File
1278 RelativePath=".\noise.cpp">
1279 </File>
1280 <File
1281 RelativePath=".\pipeline.cpp">
1282 </File>
1283 <File
1284 RelativePath=".\viewer.cpp">
1285 </File>
1286 </Filter>
1287 <Filter
1288 Name="Header Files"
1289 Filter="h;hpp;hxx;hm;inl;inc;xsd"
1290 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
1291 <File
1292 RelativePath=".\audiosettings.h">
1293 </File>
1294 <File
1295 RelativePath=".\head.h">
1296 </File>
1297 <File
1298 RelativePath=".\llagent.h">
1299 </File>
1300 <File
1301 RelativePath=".\llagentdata.h">
1302 </File>
1303 <File
1304 RelativePath=".\llagentpilot.h">
1305 </File>
1306 <File
1307 RelativePath=".\llagparray.h">
1308 </File>
1309 <File
1310 RelativePath=".\llanimalcontrols.h">
1311 </File>
1312 <File
1313 RelativePath=".\llappearance.h">
1314 </File>
1315 <File
1316 RelativePath=".\llasynchostbyname.h">
1317 </File>
1318 <File
1319 RelativePath=".\llaudiosourcevo.h">
1320 </File>
1321 <File
1322 RelativePath=".\llaudiostatus.h">
1323 </File>
1324 <File
1325 RelativePath=".\llautocomplete.h">
1326 </File>
1327 <File
1328 RelativePath=".\llbbox.h">
1329 </File>
1330 <File
1331 RelativePath=".\llbox.h">
1332 </File>
1333 <File
1334 RelativePath=".\llcallbacklist.h">
1335 </File>
1336 <File
1337 RelativePath=".\llcallingcard.h">
1338 </File>
1339 <File
1340 RelativePath=".\llcameraview.h">
1341 </File>
1342 <File
1343 RelativePath=".\llcape.h">
1344 </File>
1345 <File
1346 RelativePath=".\llchatbar.h">
1347 </File>
1348 <File
1349 RelativePath=".\llclassifiedinfo.h">
1350 </File>
1351 <File
1352 RelativePath=".\llcloud.h">
1353 </File>
1354 <File
1355 RelativePath=".\llcolorscheme.h">
1356 </File>
1357 <File
1358 RelativePath=".\llcolorswatch.h">
1359 </File>
1360 <File
1361 RelativePath=".\llcompass.h">
1362 </File>
1363 <File
1364 RelativePath=".\llcompilequeue.h">
1365 </File>
1366 <File
1367 RelativePath=".\llconfirmationmanager.h">
1368 </File>
1369 <File
1370 RelativePath=".\llconsole.h">
1371 </File>
1372 <File
1373 RelativePath=".\llcontainerview.h">
1374 </File>
1375 <File
1376 RelativePath=".\llcountdown.h">
1377 </File>
1378 <File
1379 RelativePath=".\llcubemap.h">
1380 </File>
1381 <File
1382 RelativePath=".\llcurrencyuimanager.h">
1383 </File>
1384 <File
1385 RelativePath=".\llcylinder.h">
1386 </File>
1387 <File
1388 RelativePath=".\lldebugmessagebox.h">
1389 </File>
1390 <File
1391 RelativePath=".\lldebugview.h">
1392 </File>
1393 <File
1394 RelativePath=".\lldirpicker.h">
1395 </File>
1396 <File
1397 RelativePath=".\lldrawable.h">
1398 </File>
1399 <File
1400 RelativePath=".\lldrawpool.h">
1401 </File>
1402 <File
1403 RelativePath=".\lldrawpoolalpha.h">
1404 </File>
1405 <File
1406 RelativePath=".\lldrawpoolavatar.h">
1407 </File>
1408 <File
1409 RelativePath=".\lldrawpoolbump.h">
1410 </File>
1411 <File
1412 RelativePath=".\lldrawpoolclouds.h">
1413 </File>
1414 <File
1415 RelativePath=".\lldrawpoolground.h">
1416 </File>
1417 <File
1418 RelativePath=".\lldrawpoolhud.h">
1419 </File>
1420 <File
1421 RelativePath=".\lldrawpoolsimple.h">
1422 </File>
1423 <File
1424 RelativePath=".\lldrawpoolsky.h">
1425 </File>
1426 <File
1427 RelativePath=".\lldrawpoolstars.h">
1428 </File>
1429 <File
1430 RelativePath=".\lldrawpoolterrain.h">
1431 </File>
1432 <File
1433 RelativePath=".\lldrawpooltree.h">
1434 </File>
1435 <File
1436 RelativePath=".\lldrawpooltreenew.h">
1437 </File>
1438 <File
1439 RelativePath=".\lldrawpoolwater.h">
1440 </File>
1441 <File
1442 RelativePath=".\lldriverparam.h">
1443 </File>
1444 <File
1445 RelativePath=".\lldynamictexture.h">
1446 </File>
1447 <File
1448 RelativePath=".\llemote.h">
1449 </File>
1450 <File
1451 RelativePath=".\lleventemitter.h">
1452 </File>
1453 <File
1454 RelativePath=".\lleventinfo.h">
1455 </File>
1456 <File
1457 RelativePath=".\lleventnotifier.h">
1458 </File>
1459 <File
1460 RelativePath=".\lleventpoll.h">
1461 </File>
1462 <File
1463 RelativePath=".\llface.h">
1464 </File>
1465 <File
1466 RelativePath=".\llfasttimerview.h">
1467 </File>
1468 <File
1469 RelativePath=".\llfeaturemanager.h">
1470 </File>
1471 <File
1472 RelativePath=".\llfft.h">
1473 </File>
1474 <File
1475 RelativePath=".\llfilepicker.h">
1476 </File>
1477 <File
1478 RelativePath=".\llfilist.h">
1479 </File>
1480 <File
1481 RelativePath=".\llfirstuse.h">
1482 </File>
1483 <File
1484 RelativePath=".\llflexibleobject.h">
1485 </File>
1486 <File
1487 RelativePath=".\llfloaterabout.h">
1488 </File>
1489 <File
1490 RelativePath=".\llfloateraccounthistory.h">
1491 </File>
1492 <File
1493 RelativePath=".\llfloateranimpreview.h">
1494 </File>
1495 <File
1496 RelativePath=".\llfloaterauction.h">
1497 </File>
1498 <File
1499 RelativePath=".\llfloateravatarinfo.h">
1500 </File>
1501 <File
1502 RelativePath=".\llfloateravatarpicker.h">
1503 </File>
1504 <File
1505 RelativePath=".\llfloateravatartextures.h">
1506 </File>
1507 <File
1508 RelativePath=".\llfloaterbuildoptions.h">
1509 </File>
1510 <File
1511 RelativePath=".\llfloaterbump.h">
1512 </File>
1513 <File
1514 RelativePath=".\llfloaterbuy.h">
1515 </File>
1516 <File
1517 RelativePath=".\llfloaterbuycontents.h">
1518 </File>
1519 <File
1520 RelativePath=".\llfloaterbuycurrency.h">
1521 </File>
1522 <File
1523 RelativePath=".\llfloaterbuyland.h">
1524 </File>
1525 <File
1526 RelativePath=".\llfloaterchat.h">
1527 </File>
1528 <File
1529 RelativePath=".\llfloaterclothing.h">
1530 </File>
1531 <File
1532 RelativePath=".\llfloatercolorpicker.h">
1533 </File>
1534 <File
1535 RelativePath=".\llfloatercustomize.h">
1536 </File>
1537 <File
1538 RelativePath=".\llfloaterdirectory.h">
1539 </File>
1540 <File
1541 RelativePath=".\llfloatereditui.h">
1542 </File>
1543 <File
1544 RelativePath=".\llfloaterfriends.h">
1545 </File>
1546 <File
1547 RelativePath=".\llfloatergesture.h">
1548 </File>
1549 <File
1550 RelativePath=".\llfloatergodtools.h">
1551 </File>
1552 <File
1553 RelativePath=".\llfloatergroupinfo.h">
1554 </File>
1555 <File
1556 RelativePath=".\llfloatergroupinvite.h">
1557 </File>
1558 <File
1559 RelativePath=".\llfloatergroups.h">
1560 </File>
1561 <File
1562 RelativePath=".\llfloaterhtml.h">
1563 </File>
1564 <File
1565 RelativePath=".\llfloaterhtmlfind.h">
1566 </File>
1567 <File
1568 RelativePath=".\llfloaterhtmlhelp.h">
1569 </File>
1570 <File
1571 RelativePath=".\llfloaterimagepreview.h">
1572 </File>
1573 <File
1574 RelativePath=".\llfloaterimport.h">
1575 </File>
1576 <File
1577 RelativePath=".\llfloaterinspect.h">
1578 </File>
1579 <File
1580 RelativePath=".\llfloaterland.h">
1581 </File>
1582 <File
1583 RelativePath=".\llfloaterlandholdings.h">
1584 </File>
1585 <File
1586 RelativePath=".\llfloatermap.h">
1587 </File>
1588 <File
1589 RelativePath=".\llfloatermute.h">
1590 </File>
1591 <File
1592 RelativePath=".\llfloaternamedesc.h">
1593 </File>
1594 <File
1595 RelativePath=".\llfloaternewim.h">
1596 </File>
1597 <File
1598 RelativePath=".\llfloateropenobject.h">
1599 </File>
1600 <File
1601 RelativePath=".\llfloaterpermissionsmgr.h">
1602 </File>
1603 <File
1604 RelativePath=".\llfloaterpostcard.h">
1605 </File>
1606 <File
1607 RelativePath=".\llfloaterpreference.h">
1608 </File>
1609 <File
1610 RelativePath=".\llfloaterproperties.h">
1611 </File>
1612 <File
1613 RelativePath=".\llfloaterrate.h">
1614 </File>
1615 <File
1616 RelativePath=".\llfloaterregioninfo.h">
1617 </File>
1618 <File
1619 RelativePath=".\llfloaterreporter.h">
1620 </File>
1621 <File
1622 RelativePath=".\llfloatersaveavatar.h">
1623 </File>
1624 <File
1625 RelativePath=".\llfloaterscriptdebug.h">
1626 </File>
1627 <File
1628 RelativePath=".\llfloatersellland.h">
1629 </File>
1630 <File
1631 RelativePath=".\llfloatersnapshot.h">
1632 </File>
1633 <File
1634 RelativePath=".\llfloatertelehub.h">
1635 </File>
1636 <File
1637 RelativePath=".\llfloatertest.h">
1638 </File>
1639 <File
1640 RelativePath=".\llfloatertools.h">
1641 </File>
1642 <File
1643 RelativePath=".\llfloatertopobjects.h">
1644 </File>
1645 <File
1646 RelativePath=".\llfloatertos.h">
1647 </File>
1648 <File
1649 RelativePath=".\llfloaterworldmap.h">
1650 </File>
1651 <File
1652 RelativePath=".\llfolderview.h">
1653 </File>
1654 <File
1655 RelativePath=".\llfollowcam.h">
1656 </File>
1657 <File
1658 RelativePath=".\llframestats.h">
1659 </File>
1660 <File
1661 RelativePath=".\llframestatview.h">
1662 </File>
1663 <File
1664 RelativePath=".\llgenepool.h">
1665 </File>
1666 <File
1667 RelativePath=".\llgesturemgr.h">
1668 </File>
1669 <File
1670 RelativePath=".\llgivemoney.h">
1671 </File>
1672 <File
1673 RelativePath=".\llgroupmgr.h">
1674 </File>
1675 <File
1676 RelativePath=".\llgroupnotify.h">
1677 </File>
1678 <File
1679 RelativePath=".\llhippo.h">
1680 </File>
1681 <File
1682 RelativePath=".\llhoverview.h">
1683 </File>
1684 <File
1685 RelativePath=".\llhudconnector.h">
1686 </File>
1687 <File
1688 RelativePath=".\llhudeffect.h">
1689 </File>
1690 <File
1691 RelativePath=".\llhudeffectbeam.h">
1692 </File>
1693 <File
1694 RelativePath=".\llhudeffectlookat.h">
1695 </File>
1696 <File
1697 RelativePath=".\llhudeffectpointat.h">
1698 </File>
1699 <File
1700 RelativePath=".\llhudeffecttrail.h">
1701 </File>
1702 <File
1703 RelativePath=".\llhudicon.h">
1704 </File>
1705 <File
1706 RelativePath=".\llhudmanager.h">
1707 </File>
1708 <File
1709 RelativePath=".\llhudobject.h">
1710 </File>
1711 <File
1712 RelativePath=".\llhudrender.h">
1713 </File>
1714 <File
1715 RelativePath=".\llhudtext.h">
1716 </File>
1717 <File
1718 RelativePath=".\llhudview.h">
1719 </File>
1720 <File
1721 RelativePath=".\llimpanel.h">
1722 </File>
1723 <File
1724 RelativePath=".\llimview.h">
1725 </File>
1726 <File
1727 RelativePath=".\llinventorybridge.h">
1728 </File>
1729 <File
1730 RelativePath=".\llinventoryclipboard.h">
1731 </File>
1732 <File
1733 RelativePath=".\llinventorymodel.h">
1734 </File>
1735 <File
1736 RelativePath=".\llinventoryview.h">
1737 </File>
1738 <File
1739 RelativePath=".\lljoystickbutton.h">
1740 </File>
1741 <File
1742 RelativePath=".\lllandmarklist.h">
1743 </File>
1744 <File
1745 RelativePath=".\lllightconstants.h">
1746 </File>
1747 <File
1748 RelativePath=".\lllocalanimationobject.h">
1749 </File>
1750 <File
1751 RelativePath=".\lllogchat.h">
1752 </File>
1753 <File
1754 RelativePath=".\llmanip.h">
1755 </File>
1756 <File
1757 RelativePath=".\llmaniprotate.h">
1758 </File>
1759 <File
1760 RelativePath=".\llmanipscale.h">
1761 </File>
1762 <File
1763 RelativePath=".\llmaniptranslate.h">
1764 </File>
1765 <File
1766 RelativePath=".\llmediaremotectrl.h">
1767 </File>
1768 <File
1769 RelativePath=".\llmemoryview.h">
1770 </File>
1771 <File
1772 RelativePath=".\llmenucommands.h">
1773 </File>
1774 <File
1775 RelativePath=".\llmorphview.h">
1776 </File>
1777 <File
1778 RelativePath=".\llmoveview.h">
1779 </File>
1780 <File
1781 RelativePath=".\llmutelist.h">
1782 </File>
1783 <File
1784 RelativePath=".\llnamebox.h">
1785 </File>
1786 <File
1787 RelativePath=".\llnameeditor.h">
1788 </File>
1789 <File
1790 RelativePath=".\llnamelistctrl.h">
1791 </File>
1792 <File
1793 RelativePath=".\llnetmap.h">
1794 </File>
1795 <File
1796 RelativePath=".\llnotify.h">
1797 </File>
1798 <File
1799 RelativePath=".\lloverlaybar.h">
1800 </File>
1801 <File
1802 RelativePath=".\llpanelaudioprefs.h">
1803 </File>
1804 <File
1805 RelativePath=".\llpanelavatar.h">
1806 </File>
1807 <File
1808 RelativePath=".\llpanelclassified.h">
1809 </File>
1810 <File
1811 RelativePath=".\llpanelcontents.h">
1812 </File>
1813 <File
1814 RelativePath=".\llpanelcreate.h">
1815 </File>
1816 <File
1817 RelativePath=".\llpaneldebug.h">
1818 </File>
1819 <File
1820 RelativePath=".\llpaneldirbrowser.h">
1821 </File>
1822 <File
1823 RelativePath=".\llpaneldirclassified.h">
1824 </File>
1825 <File
1826 RelativePath=".\llpaneldirevents.h">
1827 </File>
1828 <File
1829 RelativePath=".\llpaneldirfind.h">
1830 </File>
1831 <File
1832 RelativePath=".\llpaneldirgroups.h">
1833 </File>
1834 <File
1835 RelativePath=".\llpaneldirland.h">
1836 </File>
1837 <File
1838 RelativePath=".\llpaneldirpeople.h">
1839 </File>
1840 <File
1841 RelativePath=".\llpaneldirplaces.h">
1842 </File>
1843 <File
1844 RelativePath=".\llpaneldirpopular.h">
1845 </File>
1846 <File
1847 RelativePath=".\llpaneldisplay.h">
1848 </File>
1849 <File
1850 RelativePath=".\llpanelevent.h">
1851 </File>
1852 <File
1853 RelativePath=".\llpanelface.h">
1854 </File>
1855 <File
1856 RelativePath=".\llpanelgeneral.h">
1857 </File>
1858 <File
1859 RelativePath=".\llpanelgroup.h">
1860 </File>
1861 <File
1862 RelativePath=".\llpanelgroupgeneral.h">
1863 </File>
1864 <File
1865 RelativePath=".\llpanelgroupinvite.h">
1866 </File>
1867 <File
1868 RelativePath=".\llpanelgrouplandmoney.h">
1869 </File>
1870 <File
1871 RelativePath=".\llpanelgroupnotices.h">
1872 </File>
1873 <File
1874 RelativePath=".\llpanelgrouproles.h">
1875 </File>
1876 <File
1877 RelativePath=".\llpanelgroupvoting.h">
1878 </File>
1879 <File
1880 RelativePath=".\llpanelinput.h">
1881 </File>
1882 <File
1883 RelativePath=".\llpanelinventory.h">
1884 </File>
1885 <File
1886 RelativePath=".\llpanelland.h">
1887 </File>
1888 <File
1889 RelativePath=".\llpanellandobjects.h">
1890 </File>
1891 <File
1892 RelativePath=".\llpanellandoptions.h">
1893 </File>
1894 <File
1895 RelativePath=".\llpanellogin.h">
1896 </File>
1897 <File
1898 RelativePath=".\llpanelmoney.h">
1899 </File>
1900 <File
1901 RelativePath=".\llpanelmorph.h">
1902 </File>
1903 <File
1904 RelativePath=".\llpanelmsgs.h">
1905 </File>
1906 <File
1907 RelativePath=".\llpanelnetwork.h">
1908 </File>
1909 <File
1910 RelativePath=".\llpanelobject.h">
1911 </File>
1912 <File
1913 RelativePath=".\llpanelpermissions.h">
1914 </File>
1915 <File
1916 RelativePath=".\llpanelpick.h">
1917 </File>
1918 <File
1919 RelativePath=".\llpanelplace.h">
1920 </File>
1921 <File
1922 RelativePath=".\llpanelvolume.h">
1923 </File>
1924 <File
1925 RelativePath=".\llpanelweb.h">
1926 </File>
1927 <File
1928 RelativePath=".\llpatchvertexarray.h">
1929 </File>
1930 <File
1931 RelativePath=".\llpbuffer.h">
1932 </File>
1933 <File
1934 RelativePath=".\llpolymesh.h">
1935 </File>
1936 <File
1937 RelativePath=".\llpolymorph.h">
1938 </File>
1939 <File
1940 RelativePath=".\llprefschat.h">
1941 </File>
1942 <File
1943 RelativePath=".\llprefsim.h">
1944 </File>
1945 <File
1946 RelativePath=".\llpreview.h">
1947 </File>
1948 <File
1949 RelativePath=".\llpreviewanim.h">
1950 </File>
1951 <File
1952 RelativePath=".\llpreviewgesture.h">
1953 </File>
1954 <File
1955 RelativePath=".\llpreviewlandmark.h">
1956 </File>
1957 <File
1958 RelativePath=".\llpreviewnotecard.h">
1959 </File>
1960 <File
1961 RelativePath=".\llpreviewobject.h">
1962 </File>
1963 <File
1964 RelativePath=".\llpreviewscript.h">
1965 </File>
1966 <File
1967 RelativePath=".\llpreviewsound.h">
1968 </File>
1969 <File
1970 RelativePath=".\llpreviewtexture.h">
1971 </File>
1972 <File
1973 RelativePath=".\llprogressview.h">
1974 </File>
1975 <File
1976 RelativePath=".\llregionposition.h">
1977 </File>
1978 <File
1979 RelativePath=".\llrig.h">
1980 </File>
1981 <File
1982 RelativePath=".\llroam.h">
1983 </File>
1984 <File
1985 RelativePath=".\llsavedsettingsglue.h">
1986 </File>
1987 <File
1988 RelativePath=".\llselectmgr.h">
1989 </File>
1990 <File
1991 RelativePath=".\llsky.h">
1992 </File>
1993 <File
1994 RelativePath=".\llspatialpartition.h">
1995 </File>
1996 <File
1997 RelativePath=".\llsphere.h">
1998 </File>
1999 <File
2000 RelativePath=".\llsprite.h">
2001 </File>
2002 <File
2003 RelativePath=".\llstartup.h">
2004 </File>
2005 <File
2006 RelativePath=".\llstatbar.h">
2007 </File>
2008 <File
2009 RelativePath=".\llstatgraph.h">
2010 </File>
2011 <File
2012 RelativePath=".\llstatusbar.h">
2013 </File>
2014 <File
2015 RelativePath=".\llstatview.h">
2016 </File>
2017 <File
2018 RelativePath=".\llsurface.h">
2019 </File>
2020 <File
2021 RelativePath=".\llsurfacepatch.h">
2022 </File>
2023 <File
2024 RelativePath=".\lltable.h">
2025 </File>
2026 <File
2027 RelativePath=".\lltexlayer.h">
2028 </File>
2029 <File
2030 RelativePath=".\lltexturebar.h">
2031 </File>
2032 <File
2033 RelativePath=".\lltexturectrl.h">
2034 </File>
2035 <File
2036 RelativePath=".\lltexturefetch.h">
2037 </File>
2038 <File
2039 RelativePath=".\lltexturetable.h">
2040 </File>
2041 <File
2042 RelativePath=".\lltextureview.h">
2043 </File>
2044 <File
2045 RelativePath=".\lltool.h">
2046 </File>
2047 <File
2048 RelativePath=".\lltoolbar.h">
2049 </File>
2050 <File
2051 RelativePath=".\lltoolbrush.h">
2052 </File>
2053 <File
2054 RelativePath=".\lltoolcomp.h">
2055 </File>
2056 <File
2057 RelativePath=".\lltooldraganddrop.h">
2058 </File>
2059 <File
2060 RelativePath=".\lltoolface.h">
2061 </File>
2062 <File
2063 RelativePath=".\lltoolfocus.h">
2064 </File>
2065 <File
2066 RelativePath=".\lltoolgrab.h">
2067 </File>
2068 <File
2069 RelativePath=".\lltoolgun.h">
2070 </File>
2071 <File
2072 RelativePath=".\lltoolindividual.h">
2073 </File>
2074 <File
2075 RelativePath=".\lltoolmgr.h">
2076 </File>
2077 <File
2078 RelativePath=".\lltoolmorph.h">
2079 </File>
2080 <File
2081 RelativePath=".\lltoolobjpicker.h">
2082 </File>
2083 <File
2084 RelativePath=".\lltoolpie.h">
2085 </File>
2086 <File
2087 RelativePath=".\lltoolpipette.h">
2088 </File>
2089 <File
2090 RelativePath=".\lltoolplacer.h">
2091 </File>
2092 <File
2093 RelativePath=".\lltoolselect.h">
2094 </File>
2095 <File
2096 RelativePath=".\lltoolselectland.h">
2097 </File>
2098 <File
2099 RelativePath=".\lltoolselectrect.h">
2100 </File>
2101 <File
2102 RelativePath=".\lltoolview.h">
2103 </File>
2104 <File
2105 RelativePath=".\lltracker.h">
2106 </File>
2107 <File
2108 RelativePath=".\lluploaddialog.h">
2109 </File>
2110 <File
2111 RelativePath=".\llurl.h">
2112 </File>
2113 <File
2114 RelativePath=".\llurlwhitelist.h">
2115 </File>
2116 <File
2117 RelativePath=".\lluserauth.h">
2118 </File>
2119 <File
2120 RelativePath=".\lluvscreen.h">
2121 </File>
2122 <File
2123 RelativePath=".\llvelocitybar.h">
2124 </File>
2125 <File
2126 RelativePath=".\llviewchildren.h">
2127 </File>
2128 <File
2129 RelativePath=".\llviewerbuild.h">
2130 </File>
2131 <File
2132 RelativePath=".\llviewercamera.h">
2133 </File>
2134 <File
2135 RelativePath=".\llviewercontrol.h">
2136 </File>
2137 <File
2138 RelativePath=".\llviewerdisplay.h">
2139 </File>
2140 <File
2141 RelativePath=".\llviewergesture.h">
2142 </File>
2143 <File
2144 RelativePath=".\llviewerimage.h">
2145 </File>
2146 <File
2147 RelativePath=".\llviewerimagelist.h">
2148 </File>
2149 <File
2150 RelativePath=".\llviewerinventory.h">
2151 </File>
2152 <File
2153 RelativePath=".\llviewerjoint.h">
2154 </File>
2155 <File
2156 RelativePath=".\llviewerjointattachment.h">
2157 </File>
2158 <File
2159 RelativePath=".\llviewerjointmesh.h">
2160 </File>
2161 <File
2162 RelativePath=".\llviewerjointshape.h">
2163 </File>
2164 <File
2165 RelativePath=".\llviewerkeyboard.h">
2166 </File>
2167 <File
2168 RelativePath=".\llviewerlayer.h">
2169 </File>
2170 <File
2171 RelativePath=".\llviewermenu.h">
2172 </File>
2173 <File
2174 RelativePath=".\llviewermessage.h">
2175 </File>
2176 <File
2177 RelativePath=".\llviewernetwork.h">
2178 </File>
2179 <File
2180 RelativePath=".\llviewerobject.h">
2181 </File>
2182 <File
2183 RelativePath=".\llviewerobjectlist.h">
2184 </File>
2185 <File
2186 RelativePath=".\llviewerparcelmgr.h">
2187 </File>
2188 <File
2189 RelativePath=".\llviewerparceloverlay.h">
2190 </File>
2191 <File
2192 RelativePath=".\llviewerpartsim.h">
2193 </File>
2194 <File
2195 RelativePath=".\llviewerpartsource.h">
2196 </File>
2197 <File
2198 RelativePath=".\llviewerregion.h">
2199 </File>
2200 <File
2201 RelativePath=".\llviewerreputation.h">
2202 </File>
2203 <File
2204 RelativePath=".\llviewerstats.h">
2205 </File>
2206 <File
2207 RelativePath=".\llviewertexteditor.h">
2208 </File>
2209 <File
2210 RelativePath=".\llviewertextureanim.h">
2211 </File>
2212 <File
2213 RelativePath=".\llviewerthrottle.h">
2214 </File>
2215 <File
2216 RelativePath=".\llvieweruictrlfactory.h">
2217 </File>
2218 <File
2219 RelativePath=".\llviewervisualparam.h">
2220 </File>
2221 <File
2222 RelativePath=".\llviewerwindow.h">
2223 </File>
2224 <File
2225 RelativePath=".\llvlcomposition.h">
2226 </File>
2227 <File
2228 RelativePath=".\llvlmanager.h">
2229 </File>
2230 <File
2231 RelativePath=".\llvoavatar.h">
2232 </File>
2233 <File
2234 RelativePath=".\llvocache.h">
2235 </File>
2236 <File
2237 RelativePath=".\llvoclouds.h">
2238 </File>
2239 <File
2240 RelativePath=".\llvograss.h">
2241 </File>
2242 <File
2243 RelativePath=".\llvoground.h">
2244 </File>
2245 <File
2246 RelativePath=".\llvoinventorylistener.h">
2247 </File>
2248 <File
2249 RelativePath=".\llvolumesliderctrl.h">
2250 </File>
2251 <File
2252 RelativePath=".\llvopart.h">
2253 </File>
2254 <File
2255 RelativePath=".\llvopartgroup.h">
2256 </File>
2257 <File
2258 RelativePath=".\llvosky.h">
2259 </File>
2260 <File
2261 RelativePath=".\llvostars.h">
2262 </File>
2263 <File
2264 RelativePath=".\llvosurfacepatch.h">
2265 </File>
2266 <File
2267 RelativePath=".\llvotextbubble.h">
2268 </File>
2269 <File
2270 RelativePath=".\llvotree.h">
2271 </File>
2272 <File
2273 RelativePath=".\llvotreenew.h">
2274 </File>
2275 <File
2276 RelativePath=".\llvovolume.h">
2277 </File>
2278 <File
2279 RelativePath=".\llvowater.h">
2280 </File>
2281 <File
2282 RelativePath=".\llwaterpatch.h">
2283 </File>
2284 <File
2285 RelativePath=".\llwearable.h">
2286 </File>
2287 <File
2288 RelativePath=".\llwearablelist.h">
2289 </File>
2290 <File
2291 RelativePath=".\llweb.h">
2292 </File>
2293 <File
2294 RelativePath=".\llwebbrowserctrl.h">
2295 </File>
2296 <File
2297 RelativePath=".\llwind.h">
2298 </File>
2299 <File
2300 RelativePath=".\llwindebug.h">
2301 </File>
2302 <File
2303 RelativePath=".\llworld.h">
2304 </File>
2305 <File
2306 RelativePath=".\llworldmap.h">
2307 </File>
2308 <File
2309 RelativePath=".\llworldmapview.h">
2310 </File>
2311 <File
2312 RelativePath=".\llxmlrpctransaction.h">
2313 </File>
2314 <File
2315 RelativePath=".\macmain.h">
2316 </File>
2317 <File
2318 RelativePath=".\moviemaker.h">
2319 </File>
2320 <File
2321 RelativePath=".\noise.h">
2322 </File>
2323 <File
2324 RelativePath=".\pipeline.h">
2325 </File>
2326 <File
2327 RelativePath=".\randgauss.h">
2328 </File>
2329 <File
2330 RelativePath=".\VertexCache.h">
2331 </File>
2332 <File
2333 RelativePath=".\viewer.h">
2334 </File>
2335 <File
2336 RelativePath=".\VorbisFramework.h">
2337 </File>
2338 </Filter>
2339 <Filter
2340 Name="Resource Files"
2341 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
2342 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
2343 <File
2344 RelativePath=".\skins\xui\en-us\alerts.xml">
2345 </File>
2346 <File
2347 RelativePath=".\app_settings\anim.ini">
2348 </File>
2349 <File
2350 RelativePath=".\res\arrowcop.cur">
2351 </File>
2352 <File
2353 RelativePath=".\res\arrowcopmulti.cur">
2354 </File>
2355 <File
2356 RelativePath=".\res\bitmap2.bmp">
2357 </File>
2358 <File
2359 RelativePath=".\res\bitmap4.bmp">
2360 </File>
2361 <File
2362 RelativePath=".\app_settings\colors.xml">
2363 </File>
2364 <File
2365 RelativePath=".\app_settings\colors_base.xml">
2366 </File>
2367 <File
2368 RelativePath=".\skins\xui\en-us\floater_about.xml">
2369 </File>
2370 <File
2371 RelativePath=".\skins\xui\en-us\floater_about_land.xml">
2372 </File>
2373 <File
2374 RelativePath=".\skins\xui\en-us\floater_account_history.xml">
2375 </File>
2376 <File
2377 RelativePath=".\skins\xui\en-us\floater_animation_preview.xml">
2378 </File>
2379 <File
2380 RelativePath=".\skins\xui\en-us\floater_auction.xml">
2381 </File>
2382 <File
2383 RelativePath=".\skins\xui\en-us\floater_avatar_picker.xml">
2384 </File>
2385 <File
2386 RelativePath=".\skins\xui\en-us\floater_avatar_textures.xml">
2387 </File>
2388 <File
2389 RelativePath=".\skins\xui\en-us\floater_build_options.xml">
2390 </File>
2391 <File
2392 RelativePath=".\skins\xui\en-us\floater_bumps.xml">
2393 </File>
2394 <File
2395 RelativePath=".\skins\xui\en-us\floater_buy_contents.xml">
2396 </File>
2397 <File
2398 RelativePath=".\skins\xui\en-us\floater_buy_currency.xml">
2399 </File>
2400 <File
2401 RelativePath=".\skins\xui\en-us\floater_buy_land.xml">
2402 </File>
2403 <File
2404 RelativePath=".\skins\xui\en-us\floater_buy_object.xml">
2405 </File>
2406 <File
2407 RelativePath=".\skins\xui\en-us\floater_chat_history.xml">
2408 </File>
2409 <File
2410 RelativePath=".\skins\xui\en-us\floater_choose_group.xml">
2411 </File>
2412 <File
2413 RelativePath=".\skins\xui\en-us\floater_clothing.xml">
2414 </File>
2415 <File
2416 RelativePath=".\skins\xui\en-us\floater_color_picker.xml">
2417 </File>
2418 <File
2419 RelativePath=".\skins\xui\en-us\floater_critical.xml">
2420 </File>
2421 <File
2422 RelativePath=".\skins\xui\en-us\floater_customize.xml">
2423 </File>
2424 <File
2425 RelativePath=".\skins\xui\en-us\floater_directory.xml">
2426 </File>
2427 <File
2428 RelativePath=".\skins\xui\en-us\floater_friends.xml">
2429 </File>
2430 <File
2431 RelativePath=".\skins\xui\en-us\floater_gesture.xml">
2432 </File>
2433 <File
2434 RelativePath=".\skins\xui\en-us\floater_god_tools.xml">
2435 </File>
2436 <File
2437 RelativePath=".\skins\xui\en-us\floater_group_info.xml">
2438 </File>
2439 <File
2440 RelativePath=".\skins\xui\en-us\floater_groups.xml">
2441 </File>
2442 <File
2443 RelativePath=".\skins\xui\en-us\floater_html.xml">
2444 </File>
2445 <File
2446 RelativePath=".\skins\xui\en-us\floater_html_help.xml">
2447 </File>
2448 <File
2449 RelativePath=".\skins\xui\en-us\floater_im.xml">
2450 </File>
2451 <File
2452 RelativePath=".\skins\xui\en-us\floater_image_preview.xml">
2453 </File>
2454 <File
2455 RelativePath=".\skins\xui\en-us\floater_import.xml">
2456 </File>
2457 <File
2458 RelativePath=".\skins\xui\en-us\floater_inspect.xml">
2459 </File>
2460 <File
2461 RelativePath=".\skins\xui\en-us\floater_instant_message.xml">
2462 </File>
2463 <File
2464 RelativePath=".\skins\xui\en-us\floater_inventory.xml">
2465 </File>
2466 <File
2467 RelativePath=".\skins\xui\en-us\floater_inventory_item_properties.xml">
2468 </File>
2469 <File
2470 RelativePath=".\skins\xui\en-us\floater_inventory_view_finder.xml">
2471 </File>
2472 <File
2473 RelativePath=".\skins\xui\en-us\floater_land_holdings.xml">
2474 </File>
2475 <File
2476 RelativePath=".\skins\xui\en-us\floater_live_lsleditor.xml">
2477 </File>
2478 <File
2479 RelativePath=".\skins\xui\en-us\floater_moveview.xml">
2480 </File>
2481 <File
2482 RelativePath=".\skins\xui\en-us\floater_mute.xml">
2483 </File>
2484 <File
2485 RelativePath=".\skins\xui\en-us\floater_name_description.xml">
2486 </File>
2487 <File
2488 RelativePath=".\skins\xui\en-us\floater_new_im.xml">
2489 </File>
2490 <File
2491 RelativePath=".\skins\xui\en-us\floater_new_outfit_dialog.xml">
2492 </File>
2493 <File
2494 RelativePath=".\skins\xui\en-us\floater_openobject.xml">
2495 </File>
2496 <File
2497 RelativePath=".\skins\xui\en-us\floater_pay.xml">
2498 </File>
2499 <File
2500 RelativePath=".\skins\xui\en-us\floater_pay_object.xml">
2501 </File>
2502 <File
2503 RelativePath=".\skins\xui\en-us\floater_postcard.xml">
2504 </File>
2505 <File
2506 RelativePath=".\skins\xui\en-us\floater_preferences.xml">
2507 </File>
2508 <File
2509 RelativePath=".\skins\xui\en-us\floater_preview_animation.xml">
2510 </File>
2511 <File
2512 RelativePath=".\skins\xui\en-us\floater_preview_embedded_texture.xml">
2513 </File>
2514 <File
2515 RelativePath=".\skins\xui\en-us\floater_preview_existing_landmark.xml">
2516 </File>
2517 <File
2518 RelativePath=".\skins\xui\en-us\floater_preview_gesture.xml">
2519 </File>
2520 <File
2521 RelativePath=".\skins\xui\en-us\floater_preview_new_landmark.xml">
2522 </File>
2523 <File
2524 RelativePath=".\skins\xui\en-us\floater_preview_notecard.xml">
2525 </File>
2526 <File
2527 RelativePath=".\skins\xui\en-us\floater_preview_notecard_keep_discard.xml">
2528 </File>
2529 <File
2530 RelativePath=".\skins\xui\en-us\floater_preview_sound.xml">
2531 </File>
2532 <File
2533 RelativePath=".\skins\xui\en-us\floater_preview_texture.xml">
2534 </File>
2535 <File
2536 RelativePath=".\skins\xui\en-us\floater_preview_texture_keep_discard.xml">
2537 </File>
2538 <File
2539 RelativePath=".\skins\xui\en-us\floater_price_for_listing.xml">
2540 </File>
2541 <File
2542 RelativePath=".\skins\xui\en-us\floater_profile.xml">
2543 </File>
2544 <File
2545 RelativePath=".\skins\xui\en-us\floater_rate.xml">
2546 </File>
2547 <File
2548 RelativePath=".\skins\xui\en-us\floater_report_abuse.xml">
2549 </File>
2550 <File
2551 RelativePath=".\skins\xui\en-us\floater_report_bug.xml">
2552 </File>
2553 <File
2554 RelativePath=".\skins\xui\en-us\floater_script_debug.xml">
2555 </File>
2556 <File
2557 RelativePath=".\skins\xui\en-us\floater_script_ed_panel.xml">
2558 </File>
2559 <File
2560 RelativePath=".\skins\xui\en-us\floater_script_preview.xml">
2561 </File>
2562 <File
2563 RelativePath=".\skins\xui\en-us\floater_script_preview_new.xml">
2564 </File>
2565 <File
2566 RelativePath=".\skins\xui\en-us\floater_script_queue.xml">
2567 </File>
2568 <File
2569 RelativePath=".\skins\xui\en-us\floater_script_search.xml">
2570 </File>
2571 <File
2572 RelativePath=".\skins\xui\en-us\floater_sell_land.xml">
2573 </File>
2574 <File
2575 RelativePath=".\skins\xui\en-us\floater_settings_debug.xml">
2576 </File>
2577 <File
2578 RelativePath=".\skins\xui\en-us\floater_snapshot.xml">
2579 </File>
2580 <File
2581 RelativePath=".\skins\xui\en-us\floater_sound_preview.xml">
2582 </File>
2583 <File
2584 RelativePath=".\skins\xui\en-us\floater_telehub.xml">
2585 </File>
2586 <File
2587 RelativePath=".\skins\xui\en-us\floater_texture_ctrl.xml">
2588 </File>
2589 <File
2590 RelativePath=".\skins\xui\en-us\floater_tools.xml">
2591 </File>
2592 <File
2593 RelativePath=".\skins\xui\en-us\floater_top_objects.xml">
2594 </File>
2595 <File
2596 RelativePath=".\skins\xui\en-us\floater_tos.xml">
2597 </File>
2598 <File
2599 RelativePath=".\skins\xui\en-us\floater_wearable_save_as.xml">
2600 </File>
2601 <File
2602 RelativePath=".\skins\xui\en-us\floater_world_map.xml">
2603 </File>
2604 <File
2605 RelativePath=".\app_settings\grass.xml">
2606 </File>
2607 <File
2608 RelativePath=".\Info-SecondLife.plist">
2609 </File>
2610 <File
2611 RelativePath=".\English.lproj\InfoPlist.strings">
2612 </File>
2613 <File
2614 RelativePath=".\res\install_icon.ico">
2615 </File>
2616 <File
2617 RelativePath=".\app_settings\keys.ini">
2618 </File>
2619 <File
2620 RelativePath=".\app_settings\keywords.ini">
2621 </File>
2622 <File
2623 RelativePath=".\res\ll_icon.ico">
2624 </File>
2625 <File
2626 RelativePath=".\res\llarrow.cur">
2627 </File>
2628 <File
2629 RelativePath=".\res\llarrowdrag.cur">
2630 </File>
2631 <File
2632 RelativePath=".\res\llarrowdragmulti.cur">
2633 </File>
2634 <File
2635 RelativePath=".\res\llarrowlocked.cur">
2636 </File>
2637 <File
2638 RelativePath=".\res\llgrablocked.cur">
2639 </File>
2640 <File
2641 RelativePath=".\res\llnolocked.cur">
2642 </File>
2643 <File
2644 RelativePath=".\res\lltoolcamera.cur">
2645 </File>
2646 <File
2647 RelativePath=".\res\lltoolcreate.cur">
2648 </File>
2649 <File
2650 RelativePath=".\res\lltoolfocus.cur">
2651 </File>
2652 <File
2653 RelativePath=".\res\lltoolgrab.cur">
2654 </File>
2655 <File
2656 RelativePath=".\res\lltoolland.cur">
2657 </File>
2658 <File
2659 RelativePath=".\res\lltoolpan.cur">
2660 </File>
2661 <File
2662 RelativePath=".\res\lltoolpipette.cur">
2663 </File>
2664 <File
2665 RelativePath=".\res\lltoolrotate.cur">
2666 </File>
2667 <File
2668 RelativePath=".\res\lltoolscale.cur">
2669 </File>
2670 <File
2671 RelativePath=".\res\lltooltranslate.cur">
2672 </File>
2673 <File
2674 RelativePath=".\res\lltoolzoomin.cur">
2675 </File>
2676 <File
2677 RelativePath=".\res\loginbackground.bmp">
2678 </File>
2679 <File
2680 RelativePath=".\skins\xui\en-us\menu_inventory.xml">
2681 </File>
2682 <File
2683 RelativePath=".\skins\xui\en-us\menu_pie_attachment.xml">
2684 </File>
2685 <File
2686 RelativePath=".\skins\xui\en-us\menu_pie_avatar.xml">
2687 </File>
2688 <File
2689 RelativePath=".\skins\xui\en-us\menu_pie_land.xml">
2690 </File>
2691 <File
2692 RelativePath=".\skins\xui\en-us\menu_pie_object.xml">
2693 </File>
2694 <File
2695 RelativePath=".\skins\xui\en-us\menu_pie_self.xml">
2696 </File>
2697 <File
2698 RelativePath=".\skins\xui\en-us\menu_viewer.xml">
2699 </File>
2700 <File
2701 RelativePath=".\res\newViewRes.rc">
2702 </File>
2703 <File
2704 RelativePath=".\skins\xui\en-us\notify.xml">
2705 </File>
2706 <File
2707 RelativePath=".\skins\xui\en-us\panel_account_details.xml">
2708 </File>
2709 <File
2710 RelativePath=".\skins\xui\en-us\panel_account_planning.xml">
2711 </File>
2712 <File
2713 RelativePath=".\skins\xui\en-us\panel_account_transactions.xml">
2714 </File>
2715 <File
2716 RelativePath=".\skins\xui\en-us\panel_avatar.xml">
2717 </File>
2718 <File
2719 RelativePath=".\skins\xui\en-us\panel_avatar_classified.xml">
2720 </File>
2721 <File
2722 RelativePath=".\skins\xui\en-us\panel_avatar_pick.xml">
2723 </File>
2724 <File
2725 RelativePath=".\skins\xui\en-us\panel_avatar_pick.xml">
2726 </File>
2727 <File
2728 RelativePath=".\skins\xui\en-us\panel_chat_bar.xml">
2729 </File>
2730 <File
2731 RelativePath=".\skins\xui\en-us\panel_classified.xml">
2732 </File>
2733 <File
2734 RelativePath=".\skins\xui\en-us\panel_event.xml">
2735 </File>
2736 <File
2737 RelativePath=".\skins\xui\en-us\panel_group.xml">
2738 </File>
2739 <File
2740 RelativePath=".\skins\xui\en-us\panel_group_finder.xml">
2741 </File>
2742 <File
2743 RelativePath=".\skins\xui\en-us\panel_group_general.xml">
2744 </File>
2745 <File
2746 RelativePath=".\skins\xui\en-us\panel_group_invite.xml">
2747 </File>
2748 <File
2749 RelativePath=".\skins\xui\en-us\panel_group_land_money.xml">
2750 </File>
2751 <File
2752 RelativePath=".\skins\xui\en-us\panel_group_notices.xml">
2753 </File>
2754 <File
2755 RelativePath=".\skins\xui\en-us\panel_group_roles.xml">
2756 </File>
2757 <File
2758 RelativePath=".\skins\xui\en-us\panel_group_voting.xml">
2759 </File>
2760 <File
2761 RelativePath=".\skins\xui\en-us\panel_land_covenant.xml">
2762 </File>
2763 <File
2764 RelativePath=".\skins\xui\en-us\panel_login.xml">
2765 </File>
2766 <File
2767 RelativePath=".\skins\xui\en-us\panel_media_remote.xml">
2768 </File>
2769 <File
2770 RelativePath=".\skins\xui\en-us\panel_music_remote.xml">
2771 </File>
2772 <File
2773 RelativePath=".\skins\xui\en-us\panel_overlaybar.xml">
2774 </File>
2775 <File
2776 RelativePath=".\skins\xui\en-us\panel_place.xml">
2777 </File>
2778 <File
2779 RelativePath=".\skins\xui\en-us\panel_place_small.xml">
2780 </File>
2781 <File
2782 RelativePath=".\skins\xui\en-us\panel_preferences_audio.xml">
2783 </File>
2784 <File
2785 RelativePath=".\skins\xui\en-us\panel_preferences_chat.xml">
2786 </File>
2787 <File
2788 RelativePath=".\skins\xui\en-us\panel_preferences_general.xml">
2789 </File>
2790 <File
2791 RelativePath=".\skins\xui\en-us\panel_preferences_graphics1.xml">
2792 </File>
2793 <File
2794 RelativePath=".\skins\xui\en-us\panel_preferences_graphics2.xml">
2795 </File>
2796 <File
2797 RelativePath=".\skins\xui\en-us\panel_preferences_graphics3.xml">
2798 </File>
2799 <File
2800 RelativePath=".\skins\xui\en-us\panel_preferences_im.xml">
2801 </File>
2802 <File
2803 RelativePath=".\skins\xui\en-us\panel_preferences_input.xml">
2804 </File>
2805 <File
2806 RelativePath=".\skins\xui\en-us\panel_preferences_network.xml">
2807 </File>
2808 <File
2809 RelativePath=".\skins\xui\en-us\panel_preferences_popups.xml">
2810 </File>
2811 <File
2812 RelativePath=".\skins\xui\en-us\panel_region_covenant.xml">
2813 </File>
2814 <File
2815 RelativePath=".\skins\xui\en-us\panel_region_debug.xml">
2816 </File>
2817 <File
2818 RelativePath=".\skins\xui\en-us\panel_region_estate.xml">
2819 </File>
2820 <File
2821 RelativePath=".\skins\xui\en-us\panel_region_general.xml">
2822 </File>
2823 <File
2824 RelativePath=".\skins\xui\en-us\panel_region_terrain.xml">
2825 </File>
2826 <File
2827 RelativePath=".\skins\xui\en-us\panel_region_texture.xml">
2828 </File>
2829 <File
2830 RelativePath=".\skins\xui\en-us\panel_scrolling_param.xml">
2831 </File>
2832 <File
2833 RelativePath=".\skins\xui\en-us\panel_settings_chat.xml">
2834 </File>
2835 <File
2836 RelativePath=".\skins\xui\en-us\panel_settings_im.xml">
2837 </File>
2838 <File
2839 RelativePath=".\skins\xui\en-us\panel_settings_im.xml">
2840 </File>
2841 <File
2842 RelativePath=".\skins\xui\en-us\panel_settings_msgbox.xml">
2843 </File>
2844 <File
2845 RelativePath=".\skins\xui\en-us\panel_settings_network.xml">
2846 </File>
2847 <File
2848 RelativePath=".\skins\xui\en-us\panel_settings_web.xml">
2849 </File>
2850 <File
2851 RelativePath=".\skins\xui\en-us\panel_status_bar.xml">
2852 </File>
2853 <File
2854 RelativePath=".\skins\xui\en-us\panel_toolbar.xml">
2855 </File>
2856 <File
2857 RelativePath=".\skins\xui\en-us\panel_top_pick.xml">
2858 </File>
2859 <File
2860 RelativePath=".\app_settings\popups.xml">
2861 </File>
2862 <File
2863 RelativePath=".\releasenotes.full.txt">
2864 </File>
2865 <File
2866 RelativePath=".\releasenotes.txt">
2867 </File>
2868 <File
2869 RelativePath=".\res\resource.h">
2870 </File>
2871 <File
2872 RelativePath=".\skins\xui\en-us\role_actions.xml">
2873 </File>
2874 <File
2875 RelativePath=".\app_settings\std_bump.ini">
2876 </File>
2877 <File
2878 RelativePath=".\res\toolbuy.cur">
2879 </File>
2880 <File
2881 RelativePath=".\res\toolopen.cur">
2882 </File>
2883 <File
2884 RelativePath=".\res\toolpay.cur">
2885 </File>
2886 <File
2887 RelativePath=".\res\toolpickobject3.cur">
2888 </File>
2889 <File
2890 RelativePath=".\res\toolpipette.cur">
2891 </File>
2892 <File
2893 RelativePath=".\res\toolsit.cur">
2894 </File>
2895 <File
2896 RelativePath=".\app_settings\trees.xml">
2897 </File>
2898 </Filter>
2899 <File
2900 RelativePath=".\llviewerprecompiledheaders.cpp">
2901 <FileConfiguration
2902 Name="Debug|Win32">
2903 <Tool
2904 Name="VCCLCompilerTool"
2905 UsePrecompiledHeader="1"/>
2906 </FileConfiguration>
2907 <FileConfiguration
2908 Name="Release|Win32">
2909 <Tool
2910 Name="VCCLCompilerTool"
2911 UsePrecompiledHeader="1"/>
2912 </FileConfiguration>
2913 <FileConfiguration
2914 Name="ReleaseForDownload|Win32">
2915 <Tool
2916 Name="VCCLCompilerTool"
2917 UsePrecompiledHeader="1"/>
2918 </FileConfiguration>
2919 <FileConfiguration
2920 Name="ReleaseNoOpt|Win32">
2921 <Tool
2922 Name="VCCLCompilerTool"
2923 UsePrecompiledHeader="1"/>
2924 </FileConfiguration>
2925 </File>
2926 <File
2927 RelativePath=".\llviewerprecompiledheaders.h">
2928 </File>
2929 <File
2930 RelativePath="..\..\scripts\messages\message_template.msg">
2931 <FileConfiguration
2932 Name="Debug|Win32">
2933 <Tool
2934 Name="VCCustomBuildTool"
2935 Description="Copying message template"
2936 CommandLine="copy &quot;$(InputPath)&quot; .\app_settings\message_template.msg
2937"
2938 Outputs="./app_settings/message_template.msg"/>
2939 </FileConfiguration>
2940 <FileConfiguration
2941 Name="Release|Win32">
2942 <Tool
2943 Name="VCCustomBuildTool"
2944 Description="Copying message template"
2945 CommandLine="copy &quot;$(InputPath)&quot; .\app_settings\message_template.msg
2946"
2947 Outputs="./app_settings/message_template.msg"/>
2948 </FileConfiguration>
2949 <FileConfiguration
2950 Name="ReleaseForDownload|Win32">
2951 <Tool
2952 Name="VCCustomBuildTool"
2953 Description="Copying message template"
2954 CommandLine="copy &quot;$(InputPath)&quot; .\app_settings\message_template.msg
2955"
2956 Outputs="./app_settings/message_template.msg"/>
2957 </FileConfiguration>
2958 <FileConfiguration
2959 Name="ReleaseNoOpt|Win32">
2960 <Tool
2961 Name="VCCustomBuildTool"
2962 Description="Copying message template"
2963 CommandLine="copy &quot;$(InputPath)&quot; .\app_settings\message_template.msg
2964"
2965 Outputs="./app_settings/message_template.msg"/>
2966 </FileConfiguration>
2967 </File>
2968 </Files>
2969 <Globals>
2970 </Globals>
2971</VisualStudioProject>