diff options
Diffstat (limited to 'linden/indra/newview/newview_vc9.vcproj')
-rw-r--r-- | linden/indra/newview/newview_vc9.vcproj | 4400 |
1 files changed, 4400 insertions, 0 deletions
diff --git a/linden/indra/newview/newview_vc9.vcproj b/linden/indra/newview/newview_vc9.vcproj new file mode 100644 index 0000000..39b7c10 --- /dev/null +++ b/linden/indra/newview/newview_vc9.vcproj | |||
@@ -0,0 +1,4400 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="newview" | ||
6 | ProjectGUID="{E6F4CF1B-6109-4CA8-B58D-87FA936CDE08}" | ||
7 | RootNamespace="newview" | ||
8 | Keyword="Win32Proj" | ||
9 | TargetFrameworkVersion="131072" | ||
10 | > | ||
11 | <Platforms> | ||
12 | <Platform | ||
13 | Name="Win32" | ||
14 | /> | ||
15 | </Platforms> | ||
16 | <ToolFiles> | ||
17 | </ToolFiles> | ||
18 | <Configurations> | ||
19 | <Configuration | ||
20 | Name="Debug|Win32" | ||
21 | OutputDirectory="$(ConfigurationName)" | ||
22 | IntermediateDirectory="$(ConfigurationName)" | ||
23 | ConfigurationType="1" | ||
24 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
25 | CharacterSet="1" | ||
26 | > | ||
27 | <Tool | ||
28 | Name="VCPreBuildEventTool" | ||
29 | Description="Executing pre-build batch file" | ||
30 | CommandLine="prebuild.bat debug" | ||
31 | /> | ||
32 | <Tool | ||
33 | Name="VCCustomBuildTool" | ||
34 | /> | ||
35 | <Tool | ||
36 | Name="VCXMLDataGeneratorTool" | ||
37 | /> | ||
38 | <Tool | ||
39 | Name="VCWebServiceProxyGeneratorTool" | ||
40 | /> | ||
41 | <Tool | ||
42 | Name="VCMIDLTool" | ||
43 | /> | ||
44 | <Tool | ||
45 | Name="VCCLCompilerTool" | ||
46 | Optimization="0" | ||
47 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llaudio;..\llmedia;..\llimage;..\llscene;..\llxml;..\llmessage;..\llprimitive;..\llrender;..\llwindow;..\llcharacter;..\llinventory;..\llui;..\lscript;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime";..\..\libraries\include\Logitech_LCD;..\..\libraries\include\Logitech_LCD\LCDUI" | ||
48 | PreprocessorDefinitions="WIN32;_DEBUG;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_DEBUG;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API" | ||
49 | MinimalRebuild="false" | ||
50 | BasicRuntimeChecks="3" | ||
51 | RuntimeLibrary="1" | ||
52 | StructMemberAlignment="4" | ||
53 | TreatWChar_tAsBuiltInType="false" | ||
54 | ForceConformanceInForLoopScope="true" | ||
55 | UsePrecompiledHeader="0" | ||
56 | PrecompiledHeaderThrough="llviewerprecompiledheaders.h" | ||
57 | WarningLevel="3" | ||
58 | WarnAsError="true" | ||
59 | Detect64BitPortabilityProblems="false" | ||
60 | DebugInformationFormat="4" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCManagedResourceCompilerTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCResourceCompilerTool" | ||
67 | /> | ||
68 | <Tool | ||
69 | Name="VCPreLinkEventTool" | ||
70 | /> | ||
71 | <Tool | ||
72 | Name="VCLinkerTool" | ||
73 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib areslib.lib comdlg32.lib dinput8.lib dsound.lib dxerr.lib dxguid.lib fmodvc.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc80-mt-s.lib libcurld.lib libeay32.lib libexpatMT.lib OpenJPEG.lib llmozlib-vc80.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ogg_static_mt.lib ole32.lib oleaut32.lib opengl32.lib png12.lib psapi.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 dnsapi.lib EZ_LCD_Wrapper_vc8.lib lgLcd.lib" | ||
74 | OutputFile="$(ConfigurationName)/debugview.exe" | ||
75 | LinkIncremental="2" | ||
76 | AdditionalLibraryDirectories=""../lib_$(ConfigurationName)/i686-win32";"../../libraries/i686-win32/lib_debug"" | ||
77 | IgnoreDefaultLibraryNames="msvcrtd;libcd;libcmt" | ||
78 | GenerateDebugInformation="true" | ||
79 | ProgramDatabaseFile="$(TargetName).pdb" | ||
80 | GenerateMapFile="true" | ||
81 | MapFileName="newview.map" | ||
82 | SubSystem="2" | ||
83 | OptimizeReferences="1" | ||
84 | EnableCOMDATFolding="1" | ||
85 | RandomizedBaseAddress="1" | ||
86 | DataExecutionPrevention="0" | ||
87 | TargetMachine="1" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCALinkTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCManifestTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCXDCMakeTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCBscMakeTool" | ||
100 | /> | ||
101 | <Tool | ||
102 | Name="VCFxCopTool" | ||
103 | /> | ||
104 | <Tool | ||
105 | Name="VCAppVerifierTool" | ||
106 | /> | ||
107 | <Tool | ||
108 | Name="VCPostBuildEventTool" | ||
109 | Description="Executing post-build batch file" | ||
110 | CommandLine="postbuild.bat debug" | ||
111 | /> | ||
112 | </Configuration> | ||
113 | <Configuration | ||
114 | Name="Release|Win32" | ||
115 | OutputDirectory="$(ConfigurationName)" | ||
116 | IntermediateDirectory="$(ConfigurationName)" | ||
117 | ConfigurationType="1" | ||
118 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
119 | CharacterSet="1" | ||
120 | > | ||
121 | <Tool | ||
122 | Name="VCPreBuildEventTool" | ||
123 | Description="Executing pre-build batch file" | ||
124 | CommandLine="prebuild.bat release" | ||
125 | /> | ||
126 | <Tool | ||
127 | Name="VCCustomBuildTool" | ||
128 | /> | ||
129 | <Tool | ||
130 | Name="VCXMLDataGeneratorTool" | ||
131 | /> | ||
132 | <Tool | ||
133 | Name="VCWebServiceProxyGeneratorTool" | ||
134 | /> | ||
135 | <Tool | ||
136 | Name="VCMIDLTool" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCCLCompilerTool" | ||
140 | AdditionalOptions="/Oy-" | ||
141 | InlineFunctionExpansion="2" | ||
142 | EnableIntrinsicFunctions="true" | ||
143 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llaudio;..\llmedia;..\llimage;..\llscene;..\llxml;..\llmessage;..\llprimitive;..\llrender;..\llwindow;..\llcharacter;..\llinventory;..\llui;..\lscript;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime";..\..\libraries\include\Logitech_LCD;..\..\libraries\include\Logitech_LCD\LCDUI" | ||
144 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API" | ||
145 | StringPooling="true" | ||
146 | RuntimeLibrary="0" | ||
147 | StructMemberAlignment="0" | ||
148 | TreatWChar_tAsBuiltInType="false" | ||
149 | ForceConformanceInForLoopScope="true" | ||
150 | UsePrecompiledHeader="2" | ||
151 | PrecompiledHeaderThrough="llviewerprecompiledheaders.h" | ||
152 | WarningLevel="3" | ||
153 | WarnAsError="true" | ||
154 | Detect64BitPortabilityProblems="false" | ||
155 | DebugInformationFormat="3" | ||
156 | /> | ||
157 | <Tool | ||
158 | Name="VCManagedResourceCompilerTool" | ||
159 | /> | ||
160 | <Tool | ||
161 | Name="VCResourceCompilerTool" | ||
162 | /> | ||
163 | <Tool | ||
164 | Name="VCPreLinkEventTool" | ||
165 | /> | ||
166 | <Tool | ||
167 | Name="VCLinkerTool" | ||
168 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib areslib.lib comdlg32.lib dinput8.lib dsound.lib dxerr.lib dxguid.lib fmodvc.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc80-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib OpenJPEG.lib llaudio.lib llmedia.lib llcharacter.lib llcommon.lib llimage.lib llimagej2coj.lib llinventory.lib llmath.lib llmessage.lib llmozlib-vc80.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 png12.lib psapi.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 dnsapi.lib EZ_LCD_Wrapper_vc8.lib lgLcd.lib" | ||
169 | OutputFile="$(ConfigurationName)/newview.exe" | ||
170 | LinkIncremental="2" | ||
171 | AdditionalLibraryDirectories=""../lib_$(ConfigurationName)/i686-win32";"../../libraries/i686-win32/lib_release"" | ||
172 | IgnoreDefaultLibraryNames="msvcrt.lib;libc.lib" | ||
173 | GenerateDebugInformation="true" | ||
174 | ProgramDatabaseFile="$(TargetName).pdb" | ||
175 | GenerateMapFile="true" | ||
176 | MapFileName="newview.map" | ||
177 | SubSystem="2" | ||
178 | OptimizeReferences="1" | ||
179 | EnableCOMDATFolding="1" | ||
180 | RandomizedBaseAddress="1" | ||
181 | DataExecutionPrevention="0" | ||
182 | TargetMachine="1" | ||
183 | /> | ||
184 | <Tool | ||
185 | Name="VCALinkTool" | ||
186 | /> | ||
187 | <Tool | ||
188 | Name="VCManifestTool" | ||
189 | /> | ||
190 | <Tool | ||
191 | Name="VCXDCMakeTool" | ||
192 | /> | ||
193 | <Tool | ||
194 | Name="VCBscMakeTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCFxCopTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCAppVerifierTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCPostBuildEventTool" | ||
204 | Description="Executing post-build batch file" | ||
205 | CommandLine="postbuild.bat release" | ||
206 | /> | ||
207 | </Configuration> | ||
208 | <Configuration | ||
209 | Name="ReleaseForDownload|Win32" | ||
210 | OutputDirectory="$(ConfigurationName)" | ||
211 | IntermediateDirectory="$(ConfigurationName)" | ||
212 | ConfigurationType="1" | ||
213 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
214 | CharacterSet="1" | ||
215 | > | ||
216 | <Tool | ||
217 | Name="VCPreBuildEventTool" | ||
218 | Description="Executing pre-build batch file" | ||
219 | CommandLine="prebuild.bat releasefordownload" | ||
220 | /> | ||
221 | <Tool | ||
222 | Name="VCCustomBuildTool" | ||
223 | Description="Copying $(TargetFileName) to $(ProjectDir)" | ||
224 | CommandLine="copy $(TargetDir)\$(TargetFileName) $(ProjectDir)
" | ||
225 | Outputs="$(TargetFileName)" | ||
226 | /> | ||
227 | <Tool | ||
228 | Name="VCXMLDataGeneratorTool" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCWebServiceProxyGeneratorTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCMIDLTool" | ||
235 | /> | ||
236 | <Tool | ||
237 | Name="VCCLCompilerTool" | ||
238 | AdditionalOptions="/Oy-" | ||
239 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llaudio;..\llmedia;..\llimage;..\llscene;..\llxml;..\llmessage;..\llprimitive;..\llrender;..\llwindow;..\llcharacter;..\llinventory;..\llui;..\lscript;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime";..\..\libraries\include\Logitech_LCD;..\..\libraries\include\Logitech_LCD\LCDUI" | ||
240 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE;LL_RELEASE_FOR_DOWNLOAD;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API" | ||
241 | RuntimeLibrary="0" | ||
242 | StructMemberAlignment="0" | ||
243 | TreatWChar_tAsBuiltInType="false" | ||
244 | UsePrecompiledHeader="2" | ||
245 | PrecompiledHeaderThrough="llviewerprecompiledheaders.h" | ||
246 | WarningLevel="3" | ||
247 | WarnAsError="true" | ||
248 | Detect64BitPortabilityProblems="false" | ||
249 | DebugInformationFormat="3" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCManagedResourceCompilerTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCResourceCompilerTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCPreLinkEventTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCLinkerTool" | ||
262 | LinkLibraryDependencies="false" | ||
263 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib areslib.lib comdlg32.lib dinput8.lib dsound.lib dxerr.lib dxguid.lib fmodvc.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc80-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib OpenJPEG.lib llaudio.lib llmedia.lib llcharacter.lib llcommon.lib llimage.lib llimagej2coj.lib llinventory.lib llmath.lib llmessage.lib llmozlib-vc80.lib llprimitive.lib llrender.lib llui.lib llvfs.lib llwindow.lib llxml.lib lscript_compile.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ogg_static_mt.lib ole32.lib oleaut32.lib opengl32.lib png12.lib psapi.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 dnsapi.lib EZ_LCD_Wrapper_vc8.lib lgLcd.lib" | ||
264 | OutputFile="$(ConfigurationName)/SecondLife.exe" | ||
265 | LinkIncremental="0" | ||
266 | AdditionalLibraryDirectories=""../lib_release/i686-win32";"../../libraries/i686-win32/lib_release"" | ||
267 | IgnoreDefaultLibraryNames="msvcrt.lib;libc.lib" | ||
268 | GenerateDebugInformation="true" | ||
269 | ProgramDatabaseFile="$(TargetName).pdb" | ||
270 | SubSystem="2" | ||
271 | OptimizeReferences="2" | ||
272 | EnableCOMDATFolding="2" | ||
273 | RandomizedBaseAddress="1" | ||
274 | DataExecutionPrevention="0" | ||
275 | TargetMachine="1" | ||
276 | /> | ||
277 | <Tool | ||
278 | Name="VCALinkTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCManifestTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXDCMakeTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCBscMakeTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCFxCopTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCAppVerifierTool" | ||
294 | /> | ||
295 | <Tool | ||
296 | Name="VCPostBuildEventTool" | ||
297 | Description="Executing post-build batch file" | ||
298 | CommandLine="postbuild.bat releasefordownload" | ||
299 | /> | ||
300 | </Configuration> | ||
301 | <Configuration | ||
302 | Name="ReleaseNoOpt|Win32" | ||
303 | OutputDirectory="$(ConfigurationName)" | ||
304 | IntermediateDirectory="$(ConfigurationName)" | ||
305 | ConfigurationType="1" | ||
306 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
307 | CharacterSet="1" | ||
308 | > | ||
309 | <Tool | ||
310 | Name="VCPreBuildEventTool" | ||
311 | Description="Executing pre-build batch file" | ||
312 | CommandLine="prebuild.bat releasenoopt" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCCustomBuildTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCXMLDataGeneratorTool" | ||
319 | /> | ||
320 | <Tool | ||
321 | Name="VCWebServiceProxyGeneratorTool" | ||
322 | /> | ||
323 | <Tool | ||
324 | Name="VCMIDLTool" | ||
325 | /> | ||
326 | <Tool | ||
327 | Name="VCCLCompilerTool" | ||
328 | AdditionalOptions="/Oy-" | ||
329 | Optimization="0" | ||
330 | AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llaudio;..\llmedia;..\llimage;..\llscene;..\llxml;..\llmessage;..\llprimitive;..\llrender;..\llwindow;..\llcharacter;..\llinventory;..\llui;..\lscript;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime";..\..\libraries\include\Logitech_LCD;..\..\libraries\include\Logitech_LCD\LCDUI" | ||
331 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE;XP_WIN;XP_WIN32;MOZILLA_INTERNAL_API" | ||
332 | RuntimeLibrary="0" | ||
333 | StructMemberAlignment="0" | ||
334 | TreatWChar_tAsBuiltInType="false" | ||
335 | ForceConformanceInForLoopScope="true" | ||
336 | UsePrecompiledHeader="2" | ||
337 | PrecompiledHeaderThrough="llviewerprecompiledheaders.h" | ||
338 | AssemblerOutput="0" | ||
339 | WarningLevel="3" | ||
340 | WarnAsError="true" | ||
341 | Detect64BitPortabilityProblems="false" | ||
342 | DebugInformationFormat="3" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCManagedResourceCompilerTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCResourceCompilerTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPreLinkEventTool" | ||
352 | /> | ||
353 | <Tool | ||
354 | Name="VCLinkerTool" | ||
355 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib areslib.lib comdlg32.lib dinput8.lib dsound.lib dxerr.lib dxguid.lib fmodvc.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc80-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib OpenJPEG.lib llaudio.lib llmedia.lib llcharacter.lib llcommon.lib llimage.lib llimagej2coj.lib llinventory.lib llmath.lib llmessage.lib llmozlib-vc80.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 png12.lib psapi.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 dnsapi.lib lgLcd.lib EZ_LCD_Wrapper_vc8.lib" | ||
356 | OutputFile="$(ConfigurationName)/newview_noopt.exe" | ||
357 | LinkIncremental="2" | ||
358 | AdditionalLibraryDirectories=""../lib_releasenoopt/i686-win32";"../../libraries/i686-win32/lib_release"" | ||
359 | IgnoreDefaultLibraryNames="msvcrt.lib;libc.lib" | ||
360 | GenerateDebugInformation="true" | ||
361 | ProgramDatabaseFile="$(TargetName).pdb" | ||
362 | GenerateMapFile="true" | ||
363 | MapFileName="newview.map" | ||
364 | SubSystem="2" | ||
365 | OptimizeReferences="1" | ||
366 | EnableCOMDATFolding="1" | ||
367 | RandomizedBaseAddress="1" | ||
368 | DataExecutionPrevention="0" | ||
369 | TargetMachine="1" | ||
370 | /> | ||
371 | <Tool | ||
372 | Name="VCALinkTool" | ||
373 | /> | ||
374 | <Tool | ||
375 | Name="VCManifestTool" | ||
376 | /> | ||
377 | <Tool | ||
378 | Name="VCXDCMakeTool" | ||
379 | /> | ||
380 | <Tool | ||
381 | Name="VCBscMakeTool" | ||
382 | /> | ||
383 | <Tool | ||
384 | Name="VCFxCopTool" | ||
385 | /> | ||
386 | <Tool | ||
387 | Name="VCAppVerifierTool" | ||
388 | /> | ||
389 | <Tool | ||
390 | Name="VCPostBuildEventTool" | ||
391 | Description="Executing post-build batch file" | ||
392 | CommandLine="postbuild.bat releasenoopt" | ||
393 | /> | ||
394 | </Configuration> | ||
395 | </Configurations> | ||
396 | <References> | ||
397 | </References> | ||
398 | <Files> | ||
399 | <Filter | ||
400 | Name="Source Files" | ||
401 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
402 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
403 | > | ||
404 | <File | ||
405 | RelativePath=".\head.cpp" | ||
406 | > | ||
407 | </File> | ||
408 | <File | ||
409 | RelativePath=".\llagent.cpp" | ||
410 | > | ||
411 | </File> | ||
412 | <File | ||
413 | RelativePath=".\llagentdata.cpp" | ||
414 | > | ||
415 | </File> | ||
416 | <File | ||
417 | RelativePath=".\llagentpilot.cpp" | ||
418 | > | ||
419 | </File> | ||
420 | <File | ||
421 | RelativePath=".\llanimalcontrols.cpp" | ||
422 | > | ||
423 | </File> | ||
424 | <File | ||
425 | RelativePath=".\llappviewer.cpp" | ||
426 | > | ||
427 | </File> | ||
428 | <File | ||
429 | RelativePath=".\llappviewerwin32.cpp" | ||
430 | > | ||
431 | </File> | ||
432 | <File | ||
433 | RelativePath=".\llassetuploadresponders.cpp" | ||
434 | > | ||
435 | </File> | ||
436 | <File | ||
437 | RelativePath=".\llaudiosourcevo.cpp" | ||
438 | > | ||
439 | </File> | ||
440 | <File | ||
441 | RelativePath=".\llbbox.cpp" | ||
442 | > | ||
443 | </File> | ||
444 | <File | ||
445 | RelativePath=".\llbox.cpp" | ||
446 | > | ||
447 | </File> | ||
448 | <File | ||
449 | RelativePath=".\llcallbacklist.cpp" | ||
450 | > | ||
451 | </File> | ||
452 | <File | ||
453 | RelativePath=".\llcallingcard.cpp" | ||
454 | > | ||
455 | </File> | ||
456 | <File | ||
457 | RelativePath=".\llcameraview.cpp" | ||
458 | > | ||
459 | </File> | ||
460 | <File | ||
461 | RelativePath=".\llcape.cpp" | ||
462 | > | ||
463 | </File> | ||
464 | <File | ||
465 | RelativePath=".\llcaphttpsender.cpp" | ||
466 | > | ||
467 | </File> | ||
468 | <File | ||
469 | RelativePath=".\llchatbar.cpp" | ||
470 | > | ||
471 | </File> | ||
472 | <File | ||
473 | RelativePath=".\llclassifiedinfo.cpp" | ||
474 | > | ||
475 | </File> | ||
476 | <File | ||
477 | RelativePath=".\llclassifiedstatsresponder.cpp" | ||
478 | > | ||
479 | </File> | ||
480 | <File | ||
481 | RelativePath=".\llcloud.cpp" | ||
482 | > | ||
483 | </File> | ||
484 | <File | ||
485 | RelativePath=".\llcolorscheme.cpp" | ||
486 | > | ||
487 | </File> | ||
488 | <File | ||
489 | RelativePath=".\llcolorswatch.cpp" | ||
490 | > | ||
491 | </File> | ||
492 | <File | ||
493 | RelativePath=".\llcommandhandler.cpp" | ||
494 | > | ||
495 | </File> | ||
496 | <File | ||
497 | RelativePath=".\llcompass.cpp" | ||
498 | > | ||
499 | </File> | ||
500 | <File | ||
501 | RelativePath=".\llcompilequeue.cpp" | ||
502 | > | ||
503 | </File> | ||
504 | <File | ||
505 | RelativePath=".\llconfirmationmanager.cpp" | ||
506 | > | ||
507 | </File> | ||
508 | <File | ||
509 | RelativePath=".\llconsole.cpp" | ||
510 | > | ||
511 | </File> | ||
512 | <File | ||
513 | RelativePath=".\llcontainerview.cpp" | ||
514 | > | ||
515 | </File> | ||
516 | <File | ||
517 | RelativePath=".\llcontroldef.cpp" | ||
518 | > | ||
519 | </File> | ||
520 | <File | ||
521 | RelativePath=".\llcubemap.cpp" | ||
522 | > | ||
523 | </File> | ||
524 | <File | ||
525 | RelativePath=".\llcurrencyuimanager.cpp" | ||
526 | > | ||
527 | </File> | ||
528 | <File | ||
529 | RelativePath=".\llcylinder.cpp" | ||
530 | > | ||
531 | </File> | ||
532 | <File | ||
533 | RelativePath=".\lldebugmessagebox.cpp" | ||
534 | > | ||
535 | </File> | ||
536 | <File | ||
537 | RelativePath=".\lldebugview.cpp" | ||
538 | > | ||
539 | </File> | ||
540 | <File | ||
541 | RelativePath=".\lldirpicker.cpp" | ||
542 | > | ||
543 | </File> | ||
544 | <File | ||
545 | RelativePath=".\lldrawable.cpp" | ||
546 | > | ||
547 | </File> | ||
548 | <File | ||
549 | RelativePath=".\lldrawpool.cpp" | ||
550 | > | ||
551 | </File> | ||
552 | <File | ||
553 | RelativePath=".\lldrawpoolalpha.cpp" | ||
554 | > | ||
555 | </File> | ||
556 | <File | ||
557 | RelativePath=".\lldrawpoolavatar.cpp" | ||
558 | > | ||
559 | </File> | ||
560 | <File | ||
561 | RelativePath=".\lldrawpoolbump.cpp" | ||
562 | > | ||
563 | </File> | ||
564 | <File | ||
565 | RelativePath=".\lldrawpoolground.cpp" | ||
566 | > | ||
567 | </File> | ||
568 | <File | ||
569 | RelativePath=".\lldrawpoolsimple.cpp" | ||
570 | > | ||
571 | </File> | ||
572 | <File | ||
573 | RelativePath=".\lldrawpoolsky.cpp" | ||
574 | > | ||
575 | </File> | ||
576 | <File | ||
577 | RelativePath=".\lldrawpoolstars.cpp" | ||
578 | > | ||
579 | </File> | ||
580 | <File | ||
581 | RelativePath=".\lldrawpoolterrain.cpp" | ||
582 | > | ||
583 | </File> | ||
584 | <File | ||
585 | RelativePath=".\lldrawpooltree.cpp" | ||
586 | > | ||
587 | </File> | ||
588 | <File | ||
589 | RelativePath=".\lldrawpoolwater.cpp" | ||
590 | > | ||
591 | </File> | ||
592 | <File | ||
593 | RelativePath=".\lldriverparam.cpp" | ||
594 | > | ||
595 | </File> | ||
596 | <File | ||
597 | RelativePath=".\lldynamictexture.cpp" | ||
598 | > | ||
599 | </File> | ||
600 | <File | ||
601 | RelativePath=".\llemote.cpp" | ||
602 | > | ||
603 | </File> | ||
604 | <File | ||
605 | RelativePath=".\lleventinfo.cpp" | ||
606 | > | ||
607 | </File> | ||
608 | <File | ||
609 | RelativePath=".\lleventnotifier.cpp" | ||
610 | > | ||
611 | </File> | ||
612 | <File | ||
613 | RelativePath=".\lleventpoll.cpp" | ||
614 | > | ||
615 | </File> | ||
616 | <File | ||
617 | RelativePath=".\llface.cpp" | ||
618 | > | ||
619 | </File> | ||
620 | <File | ||
621 | RelativePath=".\llface.inl" | ||
622 | > | ||
623 | </File> | ||
624 | <File | ||
625 | RelativePath=".\llfasttimerview.cpp" | ||
626 | > | ||
627 | </File> | ||
628 | <File | ||
629 | RelativePath=".\llfeaturemanager.cpp" | ||
630 | > | ||
631 | </File> | ||
632 | <File | ||
633 | RelativePath=".\llfilepicker.cpp" | ||
634 | > | ||
635 | </File> | ||
636 | <File | ||
637 | RelativePath=".\llfirstuse.cpp" | ||
638 | > | ||
639 | </File> | ||
640 | <File | ||
641 | RelativePath=".\llflexibleobject.cpp" | ||
642 | > | ||
643 | </File> | ||
644 | <File | ||
645 | RelativePath=".\llfloaterabout.cpp" | ||
646 | > | ||
647 | </File> | ||
648 | <File | ||
649 | RelativePath=".\llfloateractivespeakers.cpp" | ||
650 | > | ||
651 | </File> | ||
652 | <File | ||
653 | RelativePath=".\llfloateranimpreview.cpp" | ||
654 | > | ||
655 | </File> | ||
656 | <File | ||
657 | RelativePath=".\llfloaterauction.cpp" | ||
658 | > | ||
659 | </File> | ||
660 | <File | ||
661 | RelativePath=".\llfloateravatarinfo.cpp" | ||
662 | > | ||
663 | </File> | ||
664 | <File | ||
665 | RelativePath=".\llfloateravatarpicker.cpp" | ||
666 | > | ||
667 | </File> | ||
668 | <File | ||
669 | RelativePath=".\llfloateravatartextures.cpp" | ||
670 | > | ||
671 | </File> | ||
672 | <File | ||
673 | RelativePath=".\llfloaterbuildoptions.cpp" | ||
674 | > | ||
675 | </File> | ||
676 | <File | ||
677 | RelativePath=".\llfloaterbump.cpp" | ||
678 | > | ||
679 | </File> | ||
680 | <File | ||
681 | RelativePath=".\llfloaterbuy.cpp" | ||
682 | > | ||
683 | </File> | ||
684 | <File | ||
685 | RelativePath=".\llfloaterbuycontents.cpp" | ||
686 | > | ||
687 | </File> | ||
688 | <File | ||
689 | RelativePath=".\llfloaterbuycurrency.cpp" | ||
690 | > | ||
691 | </File> | ||
692 | <File | ||
693 | RelativePath=".\llfloaterbuyland.cpp" | ||
694 | > | ||
695 | </File> | ||
696 | <File | ||
697 | RelativePath=".\llfloaterchat.cpp" | ||
698 | > | ||
699 | </File> | ||
700 | <File | ||
701 | RelativePath=".\llfloaterchatterbox.cpp" | ||
702 | > | ||
703 | </File> | ||
704 | <File | ||
705 | RelativePath=".\llfloaterclothing.cpp" | ||
706 | > | ||
707 | </File> | ||
708 | <File | ||
709 | RelativePath=".\llfloatercolorpicker.cpp" | ||
710 | > | ||
711 | </File> | ||
712 | <File | ||
713 | RelativePath=".\llfloatercustomize.cpp" | ||
714 | > | ||
715 | </File> | ||
716 | <File | ||
717 | RelativePath=".\llfloaterdirectory.cpp" | ||
718 | > | ||
719 | </File> | ||
720 | <File | ||
721 | RelativePath=".\llfloatereditui.cpp" | ||
722 | > | ||
723 | </File> | ||
724 | <File | ||
725 | RelativePath=".\llfloaterfriends.cpp" | ||
726 | > | ||
727 | </File> | ||
728 | <File | ||
729 | RelativePath=".\llfloatergesture.cpp" | ||
730 | > | ||
731 | </File> | ||
732 | <File | ||
733 | RelativePath=".\llfloatergodtools.cpp" | ||
734 | > | ||
735 | </File> | ||
736 | <File | ||
737 | RelativePath=".\llfloatergroupinfo.cpp" | ||
738 | > | ||
739 | </File> | ||
740 | <File | ||
741 | RelativePath=".\llfloatergroupinvite.cpp" | ||
742 | > | ||
743 | </File> | ||
744 | <File | ||
745 | RelativePath=".\llfloatergroups.cpp" | ||
746 | > | ||
747 | </File> | ||
748 | <File | ||
749 | RelativePath=".\llfloaterhtml.cpp" | ||
750 | > | ||
751 | </File> | ||
752 | <File | ||
753 | RelativePath=".\llfloaterimagepreview.cpp" | ||
754 | > | ||
755 | </File> | ||
756 | <File | ||
757 | RelativePath=".\llfloaterimport.cpp" | ||
758 | > | ||
759 | </File> | ||
760 | <File | ||
761 | RelativePath=".\llfloaterinspect.cpp" | ||
762 | > | ||
763 | </File> | ||
764 | <File | ||
765 | RelativePath=".\llfloaterlagmeter.cpp" | ||
766 | > | ||
767 | </File> | ||
768 | <File | ||
769 | RelativePath=".\llfloaterland.cpp" | ||
770 | > | ||
771 | </File> | ||
772 | <File | ||
773 | RelativePath=".\llfloaterlandholdings.cpp" | ||
774 | > | ||
775 | </File> | ||
776 | <File | ||
777 | RelativePath=".\llfloaterlandmark.cpp" | ||
778 | > | ||
779 | </File> | ||
780 | <File | ||
781 | RelativePath=".\llfloatermap.cpp" | ||
782 | > | ||
783 | </File> | ||
784 | <File | ||
785 | RelativePath=".\llfloatermute.cpp" | ||
786 | > | ||
787 | </File> | ||
788 | <File | ||
789 | RelativePath=".\llfloaternamedesc.cpp" | ||
790 | > | ||
791 | </File> | ||
792 | <File | ||
793 | RelativePath=".\llfloaternewim.cpp" | ||
794 | > | ||
795 | </File> | ||
796 | <File | ||
797 | RelativePath=".\llfloateropenobject.cpp" | ||
798 | > | ||
799 | </File> | ||
800 | <File | ||
801 | RelativePath=".\llfloaterpermissionsmgr.cpp" | ||
802 | > | ||
803 | </File> | ||
804 | <File | ||
805 | RelativePath=".\llfloaterpostcard.cpp" | ||
806 | > | ||
807 | </File> | ||
808 | <File | ||
809 | RelativePath=".\llfloaterpreference.cpp" | ||
810 | > | ||
811 | </File> | ||
812 | <File | ||
813 | RelativePath=".\llfloaterproperties.cpp" | ||
814 | > | ||
815 | </File> | ||
816 | <File | ||
817 | RelativePath=".\llfloaterregioninfo.cpp" | ||
818 | > | ||
819 | </File> | ||
820 | <File | ||
821 | RelativePath=".\llfloaterreleasemsg.cpp" | ||
822 | > | ||
823 | </File> | ||
824 | <File | ||
825 | RelativePath=".\llfloaterreporter.cpp" | ||
826 | > | ||
827 | </File> | ||
828 | <File | ||
829 | RelativePath=".\llfloatersaveavatar.cpp" | ||
830 | > | ||
831 | </File> | ||
832 | <File | ||
833 | RelativePath=".\llfloaterscriptdebug.cpp" | ||
834 | > | ||
835 | </File> | ||
836 | <File | ||
837 | RelativePath=".\llfloatersellland.cpp" | ||
838 | > | ||
839 | </File> | ||
840 | <File | ||
841 | RelativePath=".\llfloatersnapshot.cpp" | ||
842 | > | ||
843 | </File> | ||
844 | <File | ||
845 | RelativePath=".\llfloatertelehub.cpp" | ||
846 | > | ||
847 | </File> | ||
848 | <File | ||
849 | RelativePath=".\llfloatertest.cpp" | ||
850 | > | ||
851 | </File> | ||
852 | <File | ||
853 | RelativePath=".\llfloatertools.cpp" | ||
854 | > | ||
855 | </File> | ||
856 | <File | ||
857 | RelativePath=".\llfloatertopobjects.cpp" | ||
858 | > | ||
859 | </File> | ||
860 | <File | ||
861 | RelativePath=".\llfloatertos.cpp" | ||
862 | > | ||
863 | </File> | ||
864 | <File | ||
865 | RelativePath=".\llfloaterurldisplay.cpp" | ||
866 | > | ||
867 | </File> | ||
868 | <File | ||
869 | RelativePath=".\llfloatervoicewizard.cpp" | ||
870 | > | ||
871 | </File> | ||
872 | <File | ||
873 | RelativePath=".\llfloaterworldmap.cpp" | ||
874 | > | ||
875 | </File> | ||
876 | <File | ||
877 | RelativePath=".\llfolderview.cpp" | ||
878 | > | ||
879 | </File> | ||
880 | <File | ||
881 | RelativePath=".\llfollowcam.cpp" | ||
882 | > | ||
883 | </File> | ||
884 | <File | ||
885 | RelativePath=".\llframestats.cpp" | ||
886 | > | ||
887 | </File> | ||
888 | <File | ||
889 | RelativePath=".\llframestatview.cpp" | ||
890 | > | ||
891 | </File> | ||
892 | <File | ||
893 | RelativePath=".\llgenepool.cpp" | ||
894 | > | ||
895 | </File> | ||
896 | <File | ||
897 | RelativePath=".\llgesturemgr.cpp" | ||
898 | > | ||
899 | </File> | ||
900 | <File | ||
901 | RelativePath=".\llgivemoney.cpp" | ||
902 | > | ||
903 | </File> | ||
904 | <File | ||
905 | RelativePath=".\llglsandbox.cpp" | ||
906 | > | ||
907 | </File> | ||
908 | <File | ||
909 | RelativePath=".\llglslshader.cpp" | ||
910 | > | ||
911 | </File> | ||
912 | <File | ||
913 | RelativePath=".\llgroupmgr.cpp" | ||
914 | > | ||
915 | </File> | ||
916 | <File | ||
917 | RelativePath=".\llgroupnotify.cpp" | ||
918 | > | ||
919 | </File> | ||
920 | <File | ||
921 | RelativePath=".\llhippo.cpp" | ||
922 | > | ||
923 | </File> | ||
924 | <File | ||
925 | RelativePath=".\llhoverview.cpp" | ||
926 | > | ||
927 | </File> | ||
928 | <File | ||
929 | RelativePath=".\llhudconnector.cpp" | ||
930 | > | ||
931 | </File> | ||
932 | <File | ||
933 | RelativePath=".\llhudeffect.cpp" | ||
934 | > | ||
935 | </File> | ||
936 | <File | ||
937 | RelativePath=".\llhudeffectbeam.cpp" | ||
938 | > | ||
939 | </File> | ||
940 | <File | ||
941 | RelativePath=".\llhudeffectlookat.cpp" | ||
942 | > | ||
943 | </File> | ||
944 | <File | ||
945 | RelativePath=".\llhudeffectpointat.cpp" | ||
946 | > | ||
947 | </File> | ||
948 | <File | ||
949 | RelativePath=".\llhudeffecttrail.cpp" | ||
950 | > | ||
951 | </File> | ||
952 | <File | ||
953 | RelativePath=".\llhudicon.cpp" | ||
954 | > | ||
955 | </File> | ||
956 | <File | ||
957 | RelativePath=".\llhudmanager.cpp" | ||
958 | > | ||
959 | </File> | ||
960 | <File | ||
961 | RelativePath=".\llhudobject.cpp" | ||
962 | > | ||
963 | </File> | ||
964 | <File | ||
965 | RelativePath=".\llhudrender.cpp" | ||
966 | > | ||
967 | </File> | ||
968 | <File | ||
969 | RelativePath=".\llhudtext.cpp" | ||
970 | > | ||
971 | </File> | ||
972 | <File | ||
973 | RelativePath=".\llhudview.cpp" | ||
974 | > | ||
975 | </File> | ||
976 | <File | ||
977 | RelativePath=".\llimpanel.cpp" | ||
978 | > | ||
979 | </File> | ||
980 | <File | ||
981 | RelativePath=".\llimview.cpp" | ||
982 | > | ||
983 | </File> | ||
984 | <File | ||
985 | RelativePath=".\llinventoryactions.cpp" | ||
986 | > | ||
987 | </File> | ||
988 | <File | ||
989 | RelativePath=".\llinventorybridge.cpp" | ||
990 | > | ||
991 | </File> | ||
992 | <File | ||
993 | RelativePath=".\llinventoryclipboard.cpp" | ||
994 | > | ||
995 | </File> | ||
996 | <File | ||
997 | RelativePath=".\llinventorymodel.cpp" | ||
998 | > | ||
999 | </File> | ||
1000 | <File | ||
1001 | RelativePath=".\llinventoryview.cpp" | ||
1002 | > | ||
1003 | </File> | ||
1004 | <File | ||
1005 | RelativePath=".\lljoystickbutton.cpp" | ||
1006 | > | ||
1007 | </File> | ||
1008 | <File | ||
1009 | RelativePath=".\lllandmarklist.cpp" | ||
1010 | > | ||
1011 | </File> | ||
1012 | <File | ||
1013 | RelativePath=".\lllcd.cpp" | ||
1014 | > | ||
1015 | </File> | ||
1016 | <File | ||
1017 | RelativePath=".\lllocalanimationobject.cpp" | ||
1018 | > | ||
1019 | </File> | ||
1020 | <File | ||
1021 | RelativePath=".\lllogchat.cpp" | ||
1022 | > | ||
1023 | </File> | ||
1024 | <File | ||
1025 | RelativePath=".\llmanip.cpp" | ||
1026 | > | ||
1027 | </File> | ||
1028 | <File | ||
1029 | RelativePath=".\llmaniprotate.cpp" | ||
1030 | > | ||
1031 | </File> | ||
1032 | <File | ||
1033 | RelativePath=".\llmanipscale.cpp" | ||
1034 | > | ||
1035 | </File> | ||
1036 | <File | ||
1037 | RelativePath=".\llmaniptranslate.cpp" | ||
1038 | > | ||
1039 | </File> | ||
1040 | <File | ||
1041 | RelativePath=".\llmapresponders.cpp" | ||
1042 | > | ||
1043 | </File> | ||
1044 | <File | ||
1045 | RelativePath=".\llmediaremotectrl.cpp" | ||
1046 | > | ||
1047 | </File> | ||
1048 | <File | ||
1049 | RelativePath=".\llmemoryview.cpp" | ||
1050 | > | ||
1051 | </File> | ||
1052 | <File | ||
1053 | RelativePath=".\llmenucommands.cpp" | ||
1054 | > | ||
1055 | </File> | ||
1056 | <File | ||
1057 | RelativePath=".\llmorphview.cpp" | ||
1058 | > | ||
1059 | </File> | ||
1060 | <File | ||
1061 | RelativePath=".\llmoveview.cpp" | ||
1062 | > | ||
1063 | </File> | ||
1064 | <File | ||
1065 | RelativePath=".\llmutelist.cpp" | ||
1066 | > | ||
1067 | </File> | ||
1068 | <File | ||
1069 | RelativePath=".\llnamebox.cpp" | ||
1070 | > | ||
1071 | </File> | ||
1072 | <File | ||
1073 | RelativePath=".\llnameeditor.cpp" | ||
1074 | > | ||
1075 | </File> | ||
1076 | <File | ||
1077 | RelativePath=".\llnamelistctrl.cpp" | ||
1078 | > | ||
1079 | </File> | ||
1080 | <File | ||
1081 | RelativePath=".\llnetmap.cpp" | ||
1082 | > | ||
1083 | </File> | ||
1084 | <File | ||
1085 | RelativePath=".\llnotify.cpp" | ||
1086 | > | ||
1087 | </File> | ||
1088 | <File | ||
1089 | RelativePath=".\lloverlaybar.cpp" | ||
1090 | > | ||
1091 | </File> | ||
1092 | <File | ||
1093 | RelativePath=".\llpanelaudioprefs.cpp" | ||
1094 | > | ||
1095 | </File> | ||
1096 | <File | ||
1097 | RelativePath=".\llpanelaudiovolume.cpp" | ||
1098 | > | ||
1099 | </File> | ||
1100 | <File | ||
1101 | RelativePath=".\llpanelavatar.cpp" | ||
1102 | > | ||
1103 | </File> | ||
1104 | <File | ||
1105 | RelativePath=".\llpanelclassified.cpp" | ||
1106 | > | ||
1107 | </File> | ||
1108 | <File | ||
1109 | RelativePath=".\llpanelcontents.cpp" | ||
1110 | > | ||
1111 | </File> | ||
1112 | <File | ||
1113 | RelativePath=".\llpaneldebug.cpp" | ||
1114 | > | ||
1115 | </File> | ||
1116 | <File | ||
1117 | RelativePath=".\llpaneldirbrowser.cpp" | ||
1118 | > | ||
1119 | </File> | ||
1120 | <File | ||
1121 | RelativePath=".\llpaneldirclassified.cpp" | ||
1122 | > | ||
1123 | </File> | ||
1124 | <File | ||
1125 | RelativePath=".\llpaneldirevents.cpp" | ||
1126 | > | ||
1127 | </File> | ||
1128 | <File | ||
1129 | RelativePath=".\llpaneldirfind.cpp" | ||
1130 | > | ||
1131 | </File> | ||
1132 | <File | ||
1133 | RelativePath=".\llpaneldirgroups.cpp" | ||
1134 | > | ||
1135 | </File> | ||
1136 | <File | ||
1137 | RelativePath=".\llpaneldirland.cpp" | ||
1138 | > | ||
1139 | </File> | ||
1140 | <File | ||
1141 | RelativePath=".\llpaneldirpeople.cpp" | ||
1142 | > | ||
1143 | </File> | ||
1144 | <File | ||
1145 | RelativePath=".\llpaneldirplaces.cpp" | ||
1146 | > | ||
1147 | </File> | ||
1148 | <File | ||
1149 | RelativePath=".\llpaneldirpopular.cpp" | ||
1150 | > | ||
1151 | </File> | ||
1152 | <File | ||
1153 | RelativePath=".\llpaneldisplay.cpp" | ||
1154 | > | ||
1155 | </File> | ||
1156 | <File | ||
1157 | RelativePath=".\llpanelevent.cpp" | ||
1158 | > | ||
1159 | </File> | ||
1160 | <File | ||
1161 | RelativePath=".\llpanelface.cpp" | ||
1162 | > | ||
1163 | </File> | ||
1164 | <File | ||
1165 | RelativePath=".\llpanelgeneral.cpp" | ||
1166 | > | ||
1167 | </File> | ||
1168 | <File | ||
1169 | RelativePath=".\llpanelgroup.cpp" | ||
1170 | > | ||
1171 | </File> | ||
1172 | <File | ||
1173 | RelativePath=".\llpanelgroupgeneral.cpp" | ||
1174 | > | ||
1175 | </File> | ||
1176 | <File | ||
1177 | RelativePath=".\llpanelgroupinvite.cpp" | ||
1178 | > | ||
1179 | </File> | ||
1180 | <File | ||
1181 | RelativePath=".\llpanelgrouplandmoney.cpp" | ||
1182 | > | ||
1183 | </File> | ||
1184 | <File | ||
1185 | RelativePath=".\llpanelgroupnotices.cpp" | ||
1186 | > | ||
1187 | </File> | ||
1188 | <File | ||
1189 | RelativePath=".\llpanelgrouproles.cpp" | ||
1190 | > | ||
1191 | </File> | ||
1192 | <File | ||
1193 | RelativePath=".\llpanelgroupvoting.cpp" | ||
1194 | > | ||
1195 | </File> | ||
1196 | <File | ||
1197 | RelativePath=".\llpanelinput.cpp" | ||
1198 | > | ||
1199 | </File> | ||
1200 | <File | ||
1201 | RelativePath=".\llpanelinventory.cpp" | ||
1202 | > | ||
1203 | </File> | ||
1204 | <File | ||
1205 | RelativePath=".\llpanelland.cpp" | ||
1206 | > | ||
1207 | </File> | ||
1208 | <File | ||
1209 | RelativePath=".\llpanellandobjects.cpp" | ||
1210 | > | ||
1211 | </File> | ||
1212 | <File | ||
1213 | RelativePath=".\llpanellandoptions.cpp" | ||
1214 | > | ||
1215 | </File> | ||
1216 | <File | ||
1217 | RelativePath=".\llpanelLCD.cpp" | ||
1218 | > | ||
1219 | </File> | ||
1220 | <File | ||
1221 | RelativePath=".\llpanellogin.cpp" | ||
1222 | > | ||
1223 | </File> | ||
1224 | <File | ||
1225 | RelativePath=".\llpanelmorph.cpp" | ||
1226 | > | ||
1227 | </File> | ||
1228 | <File | ||
1229 | RelativePath=".\llpanelmsgs.cpp" | ||
1230 | > | ||
1231 | </File> | ||
1232 | <File | ||
1233 | RelativePath=".\llpanelnetwork.cpp" | ||
1234 | > | ||
1235 | </File> | ||
1236 | <File | ||
1237 | RelativePath=".\llpanelobject.cpp" | ||
1238 | > | ||
1239 | </File> | ||
1240 | <File | ||
1241 | RelativePath=".\llpanelpermissions.cpp" | ||
1242 | > | ||
1243 | </File> | ||
1244 | <File | ||
1245 | RelativePath=".\llpanelpick.cpp" | ||
1246 | > | ||
1247 | </File> | ||
1248 | <File | ||
1249 | RelativePath=".\llpanelplace.cpp" | ||
1250 | > | ||
1251 | </File> | ||
1252 | <File | ||
1253 | RelativePath=".\llpanelvolume.cpp" | ||
1254 | > | ||
1255 | </File> | ||
1256 | <File | ||
1257 | RelativePath=".\llpanelweb.cpp" | ||
1258 | > | ||
1259 | </File> | ||
1260 | <File | ||
1261 | RelativePath=".\llpatchvertexarray.cpp" | ||
1262 | > | ||
1263 | </File> | ||
1264 | <File | ||
1265 | RelativePath=".\llpolymesh.cpp" | ||
1266 | > | ||
1267 | </File> | ||
1268 | <File | ||
1269 | RelativePath=".\llpolymorph.cpp" | ||
1270 | > | ||
1271 | </File> | ||
1272 | <File | ||
1273 | RelativePath=".\llprefschat.cpp" | ||
1274 | > | ||
1275 | </File> | ||
1276 | <File | ||
1277 | RelativePath=".\llprefsim.cpp" | ||
1278 | > | ||
1279 | </File> | ||
1280 | <File | ||
1281 | RelativePath=".\llprefsvoice.cpp" | ||
1282 | > | ||
1283 | </File> | ||
1284 | <File | ||
1285 | RelativePath=".\llpreview.cpp" | ||
1286 | > | ||
1287 | </File> | ||
1288 | <File | ||
1289 | RelativePath=".\llpreviewanim.cpp" | ||
1290 | > | ||
1291 | </File> | ||
1292 | <File | ||
1293 | RelativePath=".\llpreviewgesture.cpp" | ||
1294 | > | ||
1295 | </File> | ||
1296 | <File | ||
1297 | RelativePath=".\llpreviewlandmark.cpp" | ||
1298 | > | ||
1299 | </File> | ||
1300 | <File | ||
1301 | RelativePath=".\llpreviewnotecard.cpp" | ||
1302 | > | ||
1303 | </File> | ||
1304 | <File | ||
1305 | RelativePath=".\llpreviewscript.cpp" | ||
1306 | > | ||
1307 | </File> | ||
1308 | <File | ||
1309 | RelativePath=".\llpreviewsound.cpp" | ||
1310 | > | ||
1311 | </File> | ||
1312 | <File | ||
1313 | RelativePath=".\llpreviewtexture.cpp" | ||
1314 | > | ||
1315 | </File> | ||
1316 | <File | ||
1317 | RelativePath=".\llprogressview.cpp" | ||
1318 | > | ||
1319 | </File> | ||
1320 | <File | ||
1321 | RelativePath=".\llregionposition.cpp" | ||
1322 | > | ||
1323 | </File> | ||
1324 | <File | ||
1325 | RelativePath=".\llremoteparcelrequest.cpp" | ||
1326 | > | ||
1327 | </File> | ||
1328 | <File | ||
1329 | RelativePath=".\llroam.cpp" | ||
1330 | > | ||
1331 | </File> | ||
1332 | <File | ||
1333 | RelativePath=".\llsavedsettingsglue.cpp" | ||
1334 | > | ||
1335 | </File> | ||
1336 | <File | ||
1337 | RelativePath=".\llselectmgr.cpp" | ||
1338 | > | ||
1339 | </File> | ||
1340 | <File | ||
1341 | RelativePath=".\llsky.cpp" | ||
1342 | > | ||
1343 | </File> | ||
1344 | <File | ||
1345 | RelativePath=".\llspatialpartition.cpp" | ||
1346 | > | ||
1347 | </File> | ||
1348 | <File | ||
1349 | RelativePath=".\llsphere.cpp" | ||
1350 | > | ||
1351 | </File> | ||
1352 | <File | ||
1353 | RelativePath=".\llsprite.cpp" | ||
1354 | > | ||
1355 | </File> | ||
1356 | <File | ||
1357 | RelativePath=".\llsrv.cpp" | ||
1358 | > | ||
1359 | </File> | ||
1360 | <File | ||
1361 | RelativePath=".\llstartup.cpp" | ||
1362 | > | ||
1363 | </File> | ||
1364 | <File | ||
1365 | RelativePath=".\llstatbar.cpp" | ||
1366 | > | ||
1367 | </File> | ||
1368 | <File | ||
1369 | RelativePath=".\llstatgraph.cpp" | ||
1370 | > | ||
1371 | </File> | ||
1372 | <File | ||
1373 | RelativePath=".\llstatusbar.cpp" | ||
1374 | > | ||
1375 | </File> | ||
1376 | <File | ||
1377 | RelativePath=".\llstatview.cpp" | ||
1378 | > | ||
1379 | </File> | ||
1380 | <File | ||
1381 | RelativePath=".\llsurface.cpp" | ||
1382 | > | ||
1383 | </File> | ||
1384 | <File | ||
1385 | RelativePath=".\llsurfacepatch.cpp" | ||
1386 | > | ||
1387 | </File> | ||
1388 | <File | ||
1389 | RelativePath=".\lltexlayer.cpp" | ||
1390 | > | ||
1391 | </File> | ||
1392 | <File | ||
1393 | RelativePath=".\lltexturecache.cpp" | ||
1394 | > | ||
1395 | </File> | ||
1396 | <File | ||
1397 | RelativePath=".\lltexturectrl.cpp" | ||
1398 | > | ||
1399 | </File> | ||
1400 | <File | ||
1401 | RelativePath=".\lltexturefetch.cpp" | ||
1402 | > | ||
1403 | </File> | ||
1404 | <File | ||
1405 | RelativePath=".\lltextureview.cpp" | ||
1406 | > | ||
1407 | </File> | ||
1408 | <File | ||
1409 | RelativePath=".\lltool.cpp" | ||
1410 | > | ||
1411 | </File> | ||
1412 | <File | ||
1413 | RelativePath=".\lltoolbar.cpp" | ||
1414 | > | ||
1415 | </File> | ||
1416 | <File | ||
1417 | RelativePath=".\lltoolbrush.cpp" | ||
1418 | > | ||
1419 | </File> | ||
1420 | <File | ||
1421 | RelativePath=".\lltoolcomp.cpp" | ||
1422 | > | ||
1423 | </File> | ||
1424 | <File | ||
1425 | RelativePath=".\lltooldraganddrop.cpp" | ||
1426 | > | ||
1427 | </File> | ||
1428 | <File | ||
1429 | RelativePath=".\lltoolface.cpp" | ||
1430 | > | ||
1431 | </File> | ||
1432 | <File | ||
1433 | RelativePath=".\lltoolfocus.cpp" | ||
1434 | > | ||
1435 | </File> | ||
1436 | <File | ||
1437 | RelativePath=".\lltoolgrab.cpp" | ||
1438 | > | ||
1439 | </File> | ||
1440 | <File | ||
1441 | RelativePath=".\lltoolgun.cpp" | ||
1442 | > | ||
1443 | </File> | ||
1444 | <File | ||
1445 | RelativePath=".\lltoolindividual.cpp" | ||
1446 | > | ||
1447 | </File> | ||
1448 | <File | ||
1449 | RelativePath=".\lltoolmgr.cpp" | ||
1450 | > | ||
1451 | </File> | ||
1452 | <File | ||
1453 | RelativePath=".\lltoolmorph.cpp" | ||
1454 | > | ||
1455 | </File> | ||
1456 | <File | ||
1457 | RelativePath=".\lltoolobjpicker.cpp" | ||
1458 | > | ||
1459 | </File> | ||
1460 | <File | ||
1461 | RelativePath=".\lltoolpie.cpp" | ||
1462 | > | ||
1463 | </File> | ||
1464 | <File | ||
1465 | RelativePath=".\lltoolpipette.cpp" | ||
1466 | > | ||
1467 | </File> | ||
1468 | <File | ||
1469 | RelativePath=".\lltoolplacer.cpp" | ||
1470 | > | ||
1471 | </File> | ||
1472 | <File | ||
1473 | RelativePath=".\lltoolselect.cpp" | ||
1474 | > | ||
1475 | </File> | ||
1476 | <File | ||
1477 | RelativePath=".\lltoolselectland.cpp" | ||
1478 | > | ||
1479 | </File> | ||
1480 | <File | ||
1481 | RelativePath=".\lltoolselectrect.cpp" | ||
1482 | > | ||
1483 | </File> | ||
1484 | <File | ||
1485 | RelativePath=".\lltoolview.cpp" | ||
1486 | > | ||
1487 | </File> | ||
1488 | <File | ||
1489 | RelativePath=".\lltracker.cpp" | ||
1490 | > | ||
1491 | </File> | ||
1492 | <File | ||
1493 | RelativePath=".\lluploaddialog.cpp" | ||
1494 | > | ||
1495 | </File> | ||
1496 | <File | ||
1497 | RelativePath=".\llurl.cpp" | ||
1498 | > | ||
1499 | </File> | ||
1500 | <File | ||
1501 | RelativePath=".\llurldispatcher.cpp" | ||
1502 | > | ||
1503 | </File> | ||
1504 | <File | ||
1505 | RelativePath=".\llurlsimstring.cpp" | ||
1506 | > | ||
1507 | </File> | ||
1508 | <File | ||
1509 | RelativePath=".\llurlwhitelist.cpp" | ||
1510 | > | ||
1511 | </File> | ||
1512 | <File | ||
1513 | RelativePath=".\lluserauth.cpp" | ||
1514 | > | ||
1515 | </File> | ||
1516 | <File | ||
1517 | RelativePath=".\llvectorperfoptions.cpp" | ||
1518 | > | ||
1519 | </File> | ||
1520 | <File | ||
1521 | RelativePath=".\llvelocitybar.cpp" | ||
1522 | > | ||
1523 | </File> | ||
1524 | <File | ||
1525 | RelativePath=".\llviewchildren.cpp" | ||
1526 | > | ||
1527 | </File> | ||
1528 | <File | ||
1529 | RelativePath=".\llviewerassetstorage.cpp" | ||
1530 | > | ||
1531 | </File> | ||
1532 | <File | ||
1533 | RelativePath=".\llviewerassetstorage.h" | ||
1534 | > | ||
1535 | </File> | ||
1536 | <File | ||
1537 | RelativePath=".\llvieweraudio.cpp" | ||
1538 | > | ||
1539 | </File> | ||
1540 | <File | ||
1541 | RelativePath=".\llviewercamera.cpp" | ||
1542 | > | ||
1543 | </File> | ||
1544 | <File | ||
1545 | RelativePath=".\llviewercontrol.cpp" | ||
1546 | > | ||
1547 | </File> | ||
1548 | <File | ||
1549 | RelativePath=".\llviewerdisplay.cpp" | ||
1550 | > | ||
1551 | </File> | ||
1552 | <File | ||
1553 | RelativePath=".\llviewergenericmessage.cpp" | ||
1554 | > | ||
1555 | </File> | ||
1556 | <File | ||
1557 | RelativePath=".\llviewergesture.cpp" | ||
1558 | > | ||
1559 | </File> | ||
1560 | <File | ||
1561 | RelativePath=".\llviewerimage.cpp" | ||
1562 | > | ||
1563 | </File> | ||
1564 | <File | ||
1565 | RelativePath=".\llviewerimagelist.cpp" | ||
1566 | > | ||
1567 | </File> | ||
1568 | <File | ||
1569 | RelativePath=".\llviewerinventory.cpp" | ||
1570 | > | ||
1571 | </File> | ||
1572 | <File | ||
1573 | RelativePath=".\llviewerjoint.cpp" | ||
1574 | > | ||
1575 | </File> | ||
1576 | <File | ||
1577 | RelativePath=".\llviewerjointattachment.cpp" | ||
1578 | > | ||
1579 | </File> | ||
1580 | <File | ||
1581 | RelativePath=".\llviewerjointmesh.cpp" | ||
1582 | > | ||
1583 | </File> | ||
1584 | <File | ||
1585 | RelativePath=".\llviewerjointmesh_sse.cpp" | ||
1586 | > | ||
1587 | <FileConfiguration | ||
1588 | Name="Debug|Win32" | ||
1589 | > | ||
1590 | <Tool | ||
1591 | Name="VCCLCompilerTool" | ||
1592 | EnableEnhancedInstructionSet="0" | ||
1593 | UsePrecompiledHeader="2" | ||
1594 | WarnAsError="false" | ||
1595 | /> | ||
1596 | </FileConfiguration> | ||
1597 | <FileConfiguration | ||
1598 | Name="Release|Win32" | ||
1599 | > | ||
1600 | <Tool | ||
1601 | Name="VCCLCompilerTool" | ||
1602 | EnableEnhancedInstructionSet="0" | ||
1603 | UsePrecompiledHeader="2" | ||
1604 | WarnAsError="false" | ||
1605 | /> | ||
1606 | </FileConfiguration> | ||
1607 | <FileConfiguration | ||
1608 | Name="ReleaseForDownload|Win32" | ||
1609 | > | ||
1610 | <Tool | ||
1611 | Name="VCCLCompilerTool" | ||
1612 | EnableEnhancedInstructionSet="0" | ||
1613 | UsePrecompiledHeader="2" | ||
1614 | WarnAsError="false" | ||
1615 | /> | ||
1616 | </FileConfiguration> | ||
1617 | <FileConfiguration | ||
1618 | Name="ReleaseNoOpt|Win32" | ||
1619 | > | ||
1620 | <Tool | ||
1621 | Name="VCCLCompilerTool" | ||
1622 | EnableEnhancedInstructionSet="0" | ||
1623 | UsePrecompiledHeader="2" | ||
1624 | WarnAsError="false" | ||
1625 | /> | ||
1626 | </FileConfiguration> | ||
1627 | </File> | ||
1628 | <File | ||
1629 | RelativePath=".\llviewerjointmesh_sse2.cpp" | ||
1630 | > | ||
1631 | <FileConfiguration | ||
1632 | Name="Debug|Win32" | ||
1633 | > | ||
1634 | <Tool | ||
1635 | Name="VCCLCompilerTool" | ||
1636 | EnableEnhancedInstructionSet="0" | ||
1637 | UsePrecompiledHeader="2" | ||
1638 | WarnAsError="false" | ||
1639 | /> | ||
1640 | </FileConfiguration> | ||
1641 | <FileConfiguration | ||
1642 | Name="Release|Win32" | ||
1643 | > | ||
1644 | <Tool | ||
1645 | Name="VCCLCompilerTool" | ||
1646 | EnableEnhancedInstructionSet="0" | ||
1647 | UsePrecompiledHeader="2" | ||
1648 | WarnAsError="false" | ||
1649 | /> | ||
1650 | </FileConfiguration> | ||
1651 | <FileConfiguration | ||
1652 | Name="ReleaseForDownload|Win32" | ||
1653 | > | ||
1654 | <Tool | ||
1655 | Name="VCCLCompilerTool" | ||
1656 | EnableEnhancedInstructionSet="0" | ||
1657 | UsePrecompiledHeader="2" | ||
1658 | WarnAsError="false" | ||
1659 | /> | ||
1660 | </FileConfiguration> | ||
1661 | <FileConfiguration | ||
1662 | Name="ReleaseNoOpt|Win32" | ||
1663 | > | ||
1664 | <Tool | ||
1665 | Name="VCCLCompilerTool" | ||
1666 | EnableEnhancedInstructionSet="0" | ||
1667 | UsePrecompiledHeader="2" | ||
1668 | WarnAsError="false" | ||
1669 | /> | ||
1670 | </FileConfiguration> | ||
1671 | </File> | ||
1672 | <File | ||
1673 | RelativePath=".\llviewerjointmesh_vec.cpp" | ||
1674 | > | ||
1675 | </File> | ||
1676 | <File | ||
1677 | RelativePath=".\llviewerjointshape.cpp" | ||
1678 | > | ||
1679 | </File> | ||
1680 | <File | ||
1681 | RelativePath=".\llviewerjoystick.cpp" | ||
1682 | > | ||
1683 | </File> | ||
1684 | <File | ||
1685 | RelativePath=".\llviewerkeyboard.cpp" | ||
1686 | > | ||
1687 | </File> | ||
1688 | <File | ||
1689 | RelativePath=".\llviewerlayer.cpp" | ||
1690 | > | ||
1691 | </File> | ||
1692 | <File | ||
1693 | RelativePath=".\llviewermenu.cpp" | ||
1694 | > | ||
1695 | </File> | ||
1696 | <File | ||
1697 | RelativePath=".\llviewermenufile.cpp" | ||
1698 | > | ||
1699 | </File> | ||
1700 | <File | ||
1701 | RelativePath=".\llviewermessage.cpp" | ||
1702 | > | ||
1703 | </File> | ||
1704 | <File | ||
1705 | RelativePath=".\llviewernetwork.cpp" | ||
1706 | > | ||
1707 | </File> | ||
1708 | <File | ||
1709 | RelativePath=".\llviewerobject.cpp" | ||
1710 | > | ||
1711 | </File> | ||
1712 | <File | ||
1713 | RelativePath=".\llviewerobjectlist.cpp" | ||
1714 | > | ||
1715 | </File> | ||
1716 | <File | ||
1717 | RelativePath=".\llviewerparcelmgr.cpp" | ||
1718 | > | ||
1719 | </File> | ||
1720 | <File | ||
1721 | RelativePath=".\llviewerparceloverlay.cpp" | ||
1722 | > | ||
1723 | </File> | ||
1724 | <File | ||
1725 | RelativePath=".\llviewerpartsim.cpp" | ||
1726 | > | ||
1727 | </File> | ||
1728 | <File | ||
1729 | RelativePath=".\llviewerpartsource.cpp" | ||
1730 | > | ||
1731 | </File> | ||
1732 | <File | ||
1733 | RelativePath=".\llviewerregion.cpp" | ||
1734 | > | ||
1735 | </File> | ||
1736 | <File | ||
1737 | RelativePath=".\llviewerstats.cpp" | ||
1738 | > | ||
1739 | </File> | ||
1740 | <File | ||
1741 | RelativePath=".\llviewertexteditor.cpp" | ||
1742 | > | ||
1743 | </File> | ||
1744 | <File | ||
1745 | RelativePath=".\llviewertextureanim.cpp" | ||
1746 | > | ||
1747 | </File> | ||
1748 | <File | ||
1749 | RelativePath=".\llviewerthrottle.cpp" | ||
1750 | > | ||
1751 | </File> | ||
1752 | <File | ||
1753 | RelativePath=".\llvieweruictrlfactory.cpp" | ||
1754 | > | ||
1755 | </File> | ||
1756 | <File | ||
1757 | RelativePath=".\llviewervisualparam.cpp" | ||
1758 | > | ||
1759 | </File> | ||
1760 | <File | ||
1761 | RelativePath=".\llviewerwindow.cpp" | ||
1762 | > | ||
1763 | </File> | ||
1764 | <File | ||
1765 | RelativePath=".\llvlcomposition.cpp" | ||
1766 | > | ||
1767 | </File> | ||
1768 | <File | ||
1769 | RelativePath=".\llvlmanager.cpp" | ||
1770 | > | ||
1771 | </File> | ||
1772 | <File | ||
1773 | RelativePath=".\llvoavatar.cpp" | ||
1774 | > | ||
1775 | </File> | ||
1776 | <File | ||
1777 | RelativePath=".\llvocache.cpp" | ||
1778 | > | ||
1779 | </File> | ||
1780 | <File | ||
1781 | RelativePath=".\llvoclouds.cpp" | ||
1782 | > | ||
1783 | </File> | ||
1784 | <File | ||
1785 | RelativePath=".\llvograss.cpp" | ||
1786 | > | ||
1787 | </File> | ||
1788 | <File | ||
1789 | RelativePath=".\llvoground.cpp" | ||
1790 | > | ||
1791 | </File> | ||
1792 | <File | ||
1793 | RelativePath=".\llvoiceclient.cpp" | ||
1794 | > | ||
1795 | </File> | ||
1796 | <File | ||
1797 | RelativePath=".\llvoiceremotectrl.cpp" | ||
1798 | > | ||
1799 | </File> | ||
1800 | <File | ||
1801 | RelativePath=".\llvoicevisualizer.cpp" | ||
1802 | > | ||
1803 | </File> | ||
1804 | <File | ||
1805 | RelativePath=".\llvoinventorylistener.cpp" | ||
1806 | > | ||
1807 | </File> | ||
1808 | <File | ||
1809 | RelativePath=".\llvopartgroup.cpp" | ||
1810 | > | ||
1811 | </File> | ||
1812 | <File | ||
1813 | RelativePath=".\llvosky.cpp" | ||
1814 | > | ||
1815 | </File> | ||
1816 | <File | ||
1817 | RelativePath=".\llvostars.cpp" | ||
1818 | > | ||
1819 | </File> | ||
1820 | <File | ||
1821 | RelativePath=".\llvosurfacepatch.cpp" | ||
1822 | > | ||
1823 | </File> | ||
1824 | <File | ||
1825 | RelativePath=".\llvotextbubble.cpp" | ||
1826 | > | ||
1827 | </File> | ||
1828 | <File | ||
1829 | RelativePath=".\llvotree.cpp" | ||
1830 | > | ||
1831 | </File> | ||
1832 | <File | ||
1833 | RelativePath=".\llvovolume.cpp" | ||
1834 | > | ||
1835 | </File> | ||
1836 | <File | ||
1837 | RelativePath=".\llvowater.cpp" | ||
1838 | > | ||
1839 | </File> | ||
1840 | <File | ||
1841 | RelativePath=".\llwearable.cpp" | ||
1842 | > | ||
1843 | </File> | ||
1844 | <File | ||
1845 | RelativePath=".\llwearablelist.cpp" | ||
1846 | > | ||
1847 | </File> | ||
1848 | <File | ||
1849 | RelativePath=".\llweb.cpp" | ||
1850 | > | ||
1851 | </File> | ||
1852 | <File | ||
1853 | RelativePath=".\llwebbrowserctrl.cpp" | ||
1854 | > | ||
1855 | </File> | ||
1856 | <File | ||
1857 | RelativePath=".\llwind.cpp" | ||
1858 | > | ||
1859 | </File> | ||
1860 | <File | ||
1861 | RelativePath=".\llwindebug.cpp" | ||
1862 | > | ||
1863 | </File> | ||
1864 | <File | ||
1865 | RelativePath=".\llworld.cpp" | ||
1866 | > | ||
1867 | </File> | ||
1868 | <File | ||
1869 | RelativePath=".\llworldmap.cpp" | ||
1870 | > | ||
1871 | </File> | ||
1872 | <File | ||
1873 | RelativePath=".\llworldmapview.cpp" | ||
1874 | > | ||
1875 | </File> | ||
1876 | <File | ||
1877 | RelativePath=".\llxmlrpctransaction.cpp" | ||
1878 | > | ||
1879 | </File> | ||
1880 | <File | ||
1881 | RelativePath=".\moviemaker.cpp" | ||
1882 | > | ||
1883 | </File> | ||
1884 | <File | ||
1885 | RelativePath=".\noise.cpp" | ||
1886 | > | ||
1887 | </File> | ||
1888 | <File | ||
1889 | RelativePath=".\pipeline.cpp" | ||
1890 | > | ||
1891 | </File> | ||
1892 | </Filter> | ||
1893 | <Filter | ||
1894 | Name="Header Files" | ||
1895 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
1896 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
1897 | > | ||
1898 | <File | ||
1899 | RelativePath=".\audiosettings.h" | ||
1900 | > | ||
1901 | </File> | ||
1902 | <File | ||
1903 | RelativePath=".\head.h" | ||
1904 | > | ||
1905 | </File> | ||
1906 | <File | ||
1907 | RelativePath=".\llagent.h" | ||
1908 | > | ||
1909 | </File> | ||
1910 | <File | ||
1911 | RelativePath=".\llagentdata.h" | ||
1912 | > | ||
1913 | </File> | ||
1914 | <File | ||
1915 | RelativePath=".\llagentpilot.h" | ||
1916 | > | ||
1917 | </File> | ||
1918 | <File | ||
1919 | RelativePath=".\llanimalcontrols.h" | ||
1920 | > | ||
1921 | </File> | ||
1922 | <File | ||
1923 | RelativePath=".\llappearance.h" | ||
1924 | > | ||
1925 | </File> | ||
1926 | <File | ||
1927 | RelativePath=".\llappviewer.h" | ||
1928 | > | ||
1929 | </File> | ||
1930 | <File | ||
1931 | RelativePath=".\llappviewerwin32.h" | ||
1932 | > | ||
1933 | </File> | ||
1934 | <File | ||
1935 | RelativePath=".\llassetuploadresponders.h" | ||
1936 | > | ||
1937 | </File> | ||
1938 | <File | ||
1939 | RelativePath=".\llaudiosourcevo.h" | ||
1940 | > | ||
1941 | </File> | ||
1942 | <File | ||
1943 | RelativePath=".\llautocomplete.h" | ||
1944 | > | ||
1945 | </File> | ||
1946 | <File | ||
1947 | RelativePath=".\llbbox.h" | ||
1948 | > | ||
1949 | </File> | ||
1950 | <File | ||
1951 | RelativePath=".\llbox.h" | ||
1952 | > | ||
1953 | </File> | ||
1954 | <File | ||
1955 | RelativePath=".\llcallbacklist.h" | ||
1956 | > | ||
1957 | </File> | ||
1958 | <File | ||
1959 | RelativePath=".\llcallingcard.h" | ||
1960 | > | ||
1961 | </File> | ||
1962 | <File | ||
1963 | RelativePath=".\llcameraview.h" | ||
1964 | > | ||
1965 | </File> | ||
1966 | <File | ||
1967 | RelativePath=".\llcape.h" | ||
1968 | > | ||
1969 | </File> | ||
1970 | <File | ||
1971 | RelativePath=".\llcaphttpsender.h" | ||
1972 | > | ||
1973 | </File> | ||
1974 | <File | ||
1975 | RelativePath=".\llchatbar.h" | ||
1976 | > | ||
1977 | </File> | ||
1978 | <File | ||
1979 | RelativePath=".\llclassifiedinfo.h" | ||
1980 | > | ||
1981 | </File> | ||
1982 | <File | ||
1983 | RelativePath=".\llclassifiedstatsresponder.h" | ||
1984 | > | ||
1985 | </File> | ||
1986 | <File | ||
1987 | RelativePath=".\llcloud.h" | ||
1988 | > | ||
1989 | </File> | ||
1990 | <File | ||
1991 | RelativePath=".\llcolorscheme.h" | ||
1992 | > | ||
1993 | </File> | ||
1994 | <File | ||
1995 | RelativePath=".\llcolorswatch.h" | ||
1996 | > | ||
1997 | </File> | ||
1998 | <File | ||
1999 | RelativePath=".\llcommandhandler.h" | ||
2000 | > | ||
2001 | </File> | ||
2002 | <File | ||
2003 | RelativePath=".\llcompass.h" | ||
2004 | > | ||
2005 | </File> | ||
2006 | <File | ||
2007 | RelativePath=".\llcompilequeue.h" | ||
2008 | > | ||
2009 | </File> | ||
2010 | <File | ||
2011 | RelativePath=".\llconfirmationmanager.h" | ||
2012 | > | ||
2013 | </File> | ||
2014 | <File | ||
2015 | RelativePath=".\llconsole.h" | ||
2016 | > | ||
2017 | </File> | ||
2018 | <File | ||
2019 | RelativePath=".\llcontainerview.h" | ||
2020 | > | ||
2021 | </File> | ||
2022 | <File | ||
2023 | RelativePath=".\llcubemap.h" | ||
2024 | > | ||
2025 | </File> | ||
2026 | <File | ||
2027 | RelativePath=".\llcurrencyuimanager.h" | ||
2028 | > | ||
2029 | </File> | ||
2030 | <File | ||
2031 | RelativePath=".\llcylinder.h" | ||
2032 | > | ||
2033 | </File> | ||
2034 | <File | ||
2035 | RelativePath=".\lldebugmessagebox.h" | ||
2036 | > | ||
2037 | </File> | ||
2038 | <File | ||
2039 | RelativePath=".\lldebugview.h" | ||
2040 | > | ||
2041 | </File> | ||
2042 | <File | ||
2043 | RelativePath=".\lldirpicker.h" | ||
2044 | > | ||
2045 | </File> | ||
2046 | <File | ||
2047 | RelativePath=".\lldrawable.h" | ||
2048 | > | ||
2049 | </File> | ||
2050 | <File | ||
2051 | RelativePath=".\lldrawpool.h" | ||
2052 | > | ||
2053 | </File> | ||
2054 | <File | ||
2055 | RelativePath=".\lldrawpoolalpha.h" | ||
2056 | > | ||
2057 | </File> | ||
2058 | <File | ||
2059 | RelativePath=".\lldrawpoolavatar.h" | ||
2060 | > | ||
2061 | </File> | ||
2062 | <File | ||
2063 | RelativePath=".\lldrawpoolbump.h" | ||
2064 | > | ||
2065 | </File> | ||
2066 | <File | ||
2067 | RelativePath=".\lldrawpoolground.h" | ||
2068 | > | ||
2069 | </File> | ||
2070 | <File | ||
2071 | RelativePath=".\lldrawpoolsimple.h" | ||
2072 | > | ||
2073 | </File> | ||
2074 | <File | ||
2075 | RelativePath=".\lldrawpoolsky.h" | ||
2076 | > | ||
2077 | </File> | ||
2078 | <File | ||
2079 | RelativePath=".\lldrawpoolstars.h" | ||
2080 | > | ||
2081 | </File> | ||
2082 | <File | ||
2083 | RelativePath=".\lldrawpoolterrain.h" | ||
2084 | > | ||
2085 | </File> | ||
2086 | <File | ||
2087 | RelativePath=".\lldrawpooltree.h" | ||
2088 | > | ||
2089 | </File> | ||
2090 | <File | ||
2091 | RelativePath=".\lldrawpoolwater.h" | ||
2092 | > | ||
2093 | </File> | ||
2094 | <File | ||
2095 | RelativePath=".\lldriverparam.h" | ||
2096 | > | ||
2097 | </File> | ||
2098 | <File | ||
2099 | RelativePath=".\lldynamictexture.h" | ||
2100 | > | ||
2101 | </File> | ||
2102 | <File | ||
2103 | RelativePath=".\llemote.h" | ||
2104 | > | ||
2105 | </File> | ||
2106 | <File | ||
2107 | RelativePath=".\lleventemitter.h" | ||
2108 | > | ||
2109 | </File> | ||
2110 | <File | ||
2111 | RelativePath=".\lleventinfo.h" | ||
2112 | > | ||
2113 | </File> | ||
2114 | <File | ||
2115 | RelativePath=".\lleventnotifier.h" | ||
2116 | > | ||
2117 | </File> | ||
2118 | <File | ||
2119 | RelativePath=".\lleventpoll.h" | ||
2120 | > | ||
2121 | </File> | ||
2122 | <File | ||
2123 | RelativePath=".\llface.h" | ||
2124 | > | ||
2125 | </File> | ||
2126 | <File | ||
2127 | RelativePath=".\llfasttimerview.h" | ||
2128 | > | ||
2129 | </File> | ||
2130 | <File | ||
2131 | RelativePath=".\llfeaturemanager.h" | ||
2132 | > | ||
2133 | </File> | ||
2134 | <File | ||
2135 | RelativePath=".\llfilepicker.h" | ||
2136 | > | ||
2137 | </File> | ||
2138 | <File | ||
2139 | RelativePath=".\llfilist.h" | ||
2140 | > | ||
2141 | </File> | ||
2142 | <File | ||
2143 | RelativePath=".\llfirstuse.h" | ||
2144 | > | ||
2145 | </File> | ||
2146 | <File | ||
2147 | RelativePath=".\llflexibleobject.h" | ||
2148 | > | ||
2149 | </File> | ||
2150 | <File | ||
2151 | RelativePath=".\llfloaterabout.h" | ||
2152 | > | ||
2153 | </File> | ||
2154 | <File | ||
2155 | RelativePath=".\llfloateractivespeakers.h" | ||
2156 | > | ||
2157 | </File> | ||
2158 | <File | ||
2159 | RelativePath=".\llfloateranimpreview.h" | ||
2160 | > | ||
2161 | </File> | ||
2162 | <File | ||
2163 | RelativePath=".\llfloaterauction.h" | ||
2164 | > | ||
2165 | </File> | ||
2166 | <File | ||
2167 | RelativePath=".\llfloateravatarinfo.h" | ||
2168 | > | ||
2169 | </File> | ||
2170 | <File | ||
2171 | RelativePath=".\llfloateravatarpicker.h" | ||
2172 | > | ||
2173 | </File> | ||
2174 | <File | ||
2175 | RelativePath=".\llfloateravatartextures.h" | ||
2176 | > | ||
2177 | </File> | ||
2178 | <File | ||
2179 | RelativePath=".\llfloaterbuildoptions.h" | ||
2180 | > | ||
2181 | </File> | ||
2182 | <File | ||
2183 | RelativePath=".\llfloaterbump.h" | ||
2184 | > | ||
2185 | </File> | ||
2186 | <File | ||
2187 | RelativePath=".\llfloaterbuy.h" | ||
2188 | > | ||
2189 | </File> | ||
2190 | <File | ||
2191 | RelativePath=".\llfloaterbuycontents.h" | ||
2192 | > | ||
2193 | </File> | ||
2194 | <File | ||
2195 | RelativePath=".\llfloaterbuycurrency.h" | ||
2196 | > | ||
2197 | </File> | ||
2198 | <File | ||
2199 | RelativePath=".\llfloaterbuyland.h" | ||
2200 | > | ||
2201 | </File> | ||
2202 | <File | ||
2203 | RelativePath=".\llfloaterchat.h" | ||
2204 | > | ||
2205 | </File> | ||
2206 | <File | ||
2207 | RelativePath=".\llfloaterchatterbox.h" | ||
2208 | > | ||
2209 | </File> | ||
2210 | <File | ||
2211 | RelativePath=".\llfloaterclothing.h" | ||
2212 | > | ||
2213 | </File> | ||
2214 | <File | ||
2215 | RelativePath=".\llfloatercolorpicker.h" | ||
2216 | > | ||
2217 | </File> | ||
2218 | <File | ||
2219 | RelativePath=".\llfloatercustomize.h" | ||
2220 | > | ||
2221 | </File> | ||
2222 | <File | ||
2223 | RelativePath=".\llfloaterdirectory.h" | ||
2224 | > | ||
2225 | </File> | ||
2226 | <File | ||
2227 | RelativePath=".\llfloatereditui.h" | ||
2228 | > | ||
2229 | </File> | ||
2230 | <File | ||
2231 | RelativePath=".\llfloaterfriends.h" | ||
2232 | > | ||
2233 | </File> | ||
2234 | <File | ||
2235 | RelativePath=".\llfloatergesture.h" | ||
2236 | > | ||
2237 | </File> | ||
2238 | <File | ||
2239 | RelativePath=".\llfloatergodtools.h" | ||
2240 | > | ||
2241 | </File> | ||
2242 | <File | ||
2243 | RelativePath=".\llfloatergroupinfo.h" | ||
2244 | > | ||
2245 | </File> | ||
2246 | <File | ||
2247 | RelativePath=".\llfloatergroupinvite.h" | ||
2248 | > | ||
2249 | </File> | ||
2250 | <File | ||
2251 | RelativePath=".\llfloatergroups.h" | ||
2252 | > | ||
2253 | </File> | ||
2254 | <File | ||
2255 | RelativePath=".\llfloaterhtml.h" | ||
2256 | > | ||
2257 | </File> | ||
2258 | <File | ||
2259 | RelativePath=".\llfloaterimagepreview.h" | ||
2260 | > | ||
2261 | </File> | ||
2262 | <File | ||
2263 | RelativePath=".\llfloaterimport.h" | ||
2264 | > | ||
2265 | </File> | ||
2266 | <File | ||
2267 | RelativePath=".\llfloaterinspect.h" | ||
2268 | > | ||
2269 | </File> | ||
2270 | <File | ||
2271 | RelativePath=".\llfloaterlagmeter.h" | ||
2272 | > | ||
2273 | </File> | ||
2274 | <File | ||
2275 | RelativePath=".\llfloaterland.h" | ||
2276 | > | ||
2277 | </File> | ||
2278 | <File | ||
2279 | RelativePath=".\llfloaterlandholdings.h" | ||
2280 | > | ||
2281 | </File> | ||
2282 | <File | ||
2283 | RelativePath=".\llfloaterlandmark.h" | ||
2284 | > | ||
2285 | </File> | ||
2286 | <File | ||
2287 | RelativePath=".\llfloatermap.h" | ||
2288 | > | ||
2289 | </File> | ||
2290 | <File | ||
2291 | RelativePath=".\llfloatermute.h" | ||
2292 | > | ||
2293 | </File> | ||
2294 | <File | ||
2295 | RelativePath=".\llfloaternamedesc.h" | ||
2296 | > | ||
2297 | </File> | ||
2298 | <File | ||
2299 | RelativePath=".\llfloaternewim.h" | ||
2300 | > | ||
2301 | </File> | ||
2302 | <File | ||
2303 | RelativePath=".\llfloateropenobject.h" | ||
2304 | > | ||
2305 | </File> | ||
2306 | <File | ||
2307 | RelativePath=".\llfloaterpermissionsmgr.h" | ||
2308 | > | ||
2309 | </File> | ||
2310 | <File | ||
2311 | RelativePath=".\llfloaterpostcard.h" | ||
2312 | > | ||
2313 | </File> | ||
2314 | <File | ||
2315 | RelativePath=".\llfloaterpreference.h" | ||
2316 | > | ||
2317 | </File> | ||
2318 | <File | ||
2319 | RelativePath=".\llfloaterproperties.h" | ||
2320 | > | ||
2321 | </File> | ||
2322 | <File | ||
2323 | RelativePath=".\llfloaterregioninfo.h" | ||
2324 | > | ||
2325 | </File> | ||
2326 | <File | ||
2327 | RelativePath=".\llfloaterreleasemsg.h" | ||
2328 | > | ||
2329 | </File> | ||
2330 | <File | ||
2331 | RelativePath=".\llfloaterreporter.h" | ||
2332 | > | ||
2333 | </File> | ||
2334 | <File | ||
2335 | RelativePath=".\llfloatersaveavatar.h" | ||
2336 | > | ||
2337 | </File> | ||
2338 | <File | ||
2339 | RelativePath=".\llfloaterscriptdebug.h" | ||
2340 | > | ||
2341 | </File> | ||
2342 | <File | ||
2343 | RelativePath=".\llfloatersellland.h" | ||
2344 | > | ||
2345 | </File> | ||
2346 | <File | ||
2347 | RelativePath=".\llfloatersnapshot.h" | ||
2348 | > | ||
2349 | </File> | ||
2350 | <File | ||
2351 | RelativePath=".\llfloatertelehub.h" | ||
2352 | > | ||
2353 | </File> | ||
2354 | <File | ||
2355 | RelativePath=".\llfloatertest.h" | ||
2356 | > | ||
2357 | </File> | ||
2358 | <File | ||
2359 | RelativePath=".\llfloatertools.h" | ||
2360 | > | ||
2361 | </File> | ||
2362 | <File | ||
2363 | RelativePath=".\llfloatertopobjects.h" | ||
2364 | > | ||
2365 | </File> | ||
2366 | <File | ||
2367 | RelativePath=".\llfloatertos.h" | ||
2368 | > | ||
2369 | </File> | ||
2370 | <File | ||
2371 | RelativePath=".\llfloaterurldisplay.h" | ||
2372 | > | ||
2373 | </File> | ||
2374 | <File | ||
2375 | RelativePath=".\llfloatervoicewizard.h" | ||
2376 | > | ||
2377 | </File> | ||
2378 | <File | ||
2379 | RelativePath=".\llfloaterworldmap.h" | ||
2380 | > | ||
2381 | </File> | ||
2382 | <File | ||
2383 | RelativePath=".\llfolderview.h" | ||
2384 | > | ||
2385 | </File> | ||
2386 | <File | ||
2387 | RelativePath=".\llfollowcam.h" | ||
2388 | > | ||
2389 | </File> | ||
2390 | <File | ||
2391 | RelativePath=".\llframestats.h" | ||
2392 | > | ||
2393 | </File> | ||
2394 | <File | ||
2395 | RelativePath=".\llframestatview.h" | ||
2396 | > | ||
2397 | </File> | ||
2398 | <File | ||
2399 | RelativePath=".\llgenepool.h" | ||
2400 | > | ||
2401 | </File> | ||
2402 | <File | ||
2403 | RelativePath=".\llgesturemgr.h" | ||
2404 | > | ||
2405 | </File> | ||
2406 | <File | ||
2407 | RelativePath=".\llgivemoney.h" | ||
2408 | > | ||
2409 | </File> | ||
2410 | <File | ||
2411 | RelativePath=".\llglslshader.h" | ||
2412 | > | ||
2413 | </File> | ||
2414 | <File | ||
2415 | RelativePath=".\llgroupmgr.h" | ||
2416 | > | ||
2417 | </File> | ||
2418 | <File | ||
2419 | RelativePath=".\llgroupnotify.h" | ||
2420 | > | ||
2421 | </File> | ||
2422 | <File | ||
2423 | RelativePath=".\llhippo.h" | ||
2424 | > | ||
2425 | </File> | ||
2426 | <File | ||
2427 | RelativePath=".\llhoverview.h" | ||
2428 | > | ||
2429 | </File> | ||
2430 | <File | ||
2431 | RelativePath=".\llhudconnector.h" | ||
2432 | > | ||
2433 | </File> | ||
2434 | <File | ||
2435 | RelativePath=".\llhudeffect.h" | ||
2436 | > | ||
2437 | </File> | ||
2438 | <File | ||
2439 | RelativePath=".\llhudeffectbeam.h" | ||
2440 | > | ||
2441 | </File> | ||
2442 | <File | ||
2443 | RelativePath=".\llhudeffectlookat.h" | ||
2444 | > | ||
2445 | </File> | ||
2446 | <File | ||
2447 | RelativePath=".\llhudeffectpointat.h" | ||
2448 | > | ||
2449 | </File> | ||
2450 | <File | ||
2451 | RelativePath=".\llhudeffecttrail.h" | ||
2452 | > | ||
2453 | </File> | ||
2454 | <File | ||
2455 | RelativePath=".\llhudicon.h" | ||
2456 | > | ||
2457 | </File> | ||
2458 | <File | ||
2459 | RelativePath=".\llhudmanager.h" | ||
2460 | > | ||
2461 | </File> | ||
2462 | <File | ||
2463 | RelativePath=".\llhudobject.h" | ||
2464 | > | ||
2465 | </File> | ||
2466 | <File | ||
2467 | RelativePath=".\llhudrender.h" | ||
2468 | > | ||
2469 | </File> | ||
2470 | <File | ||
2471 | RelativePath=".\llhudtext.h" | ||
2472 | > | ||
2473 | </File> | ||
2474 | <File | ||
2475 | RelativePath=".\llhudview.h" | ||
2476 | > | ||
2477 | </File> | ||
2478 | <File | ||
2479 | RelativePath=".\llimpanel.h" | ||
2480 | > | ||
2481 | </File> | ||
2482 | <File | ||
2483 | RelativePath=".\llimview.h" | ||
2484 | > | ||
2485 | </File> | ||
2486 | <File | ||
2487 | RelativePath=".\llinventorybridge.h" | ||
2488 | > | ||
2489 | </File> | ||
2490 | <File | ||
2491 | RelativePath=".\llinventoryclipboard.h" | ||
2492 | > | ||
2493 | </File> | ||
2494 | <File | ||
2495 | RelativePath=".\llinventorymodel.h" | ||
2496 | > | ||
2497 | </File> | ||
2498 | <File | ||
2499 | RelativePath=".\llinventoryview.h" | ||
2500 | > | ||
2501 | </File> | ||
2502 | <File | ||
2503 | RelativePath=".\lljoystickbutton.h" | ||
2504 | > | ||
2505 | </File> | ||
2506 | <File | ||
2507 | RelativePath=".\lllandmarklist.h" | ||
2508 | > | ||
2509 | </File> | ||
2510 | <File | ||
2511 | RelativePath=".\lllcd.h" | ||
2512 | > | ||
2513 | </File> | ||
2514 | <File | ||
2515 | RelativePath=".\lllightconstants.h" | ||
2516 | > | ||
2517 | </File> | ||
2518 | <File | ||
2519 | RelativePath=".\lllocalanimationobject.h" | ||
2520 | > | ||
2521 | </File> | ||
2522 | <File | ||
2523 | RelativePath=".\lllogchat.h" | ||
2524 | > | ||
2525 | </File> | ||
2526 | <File | ||
2527 | RelativePath=".\llmanip.h" | ||
2528 | > | ||
2529 | </File> | ||
2530 | <File | ||
2531 | RelativePath=".\llmaniprotate.h" | ||
2532 | > | ||
2533 | </File> | ||
2534 | <File | ||
2535 | RelativePath=".\llmanipscale.h" | ||
2536 | > | ||
2537 | </File> | ||
2538 | <File | ||
2539 | RelativePath=".\llmaniptranslate.h" | ||
2540 | > | ||
2541 | </File> | ||
2542 | <File | ||
2543 | RelativePath=".\llmediaremotectrl.h" | ||
2544 | > | ||
2545 | </File> | ||
2546 | <File | ||
2547 | RelativePath=".\llmemoryview.h" | ||
2548 | > | ||
2549 | </File> | ||
2550 | <File | ||
2551 | RelativePath=".\llmenucommands.h" | ||
2552 | > | ||
2553 | </File> | ||
2554 | <File | ||
2555 | RelativePath=".\llmorphview.h" | ||
2556 | > | ||
2557 | </File> | ||
2558 | <File | ||
2559 | RelativePath=".\llmoveview.h" | ||
2560 | > | ||
2561 | </File> | ||
2562 | <File | ||
2563 | RelativePath=".\llmutelist.h" | ||
2564 | > | ||
2565 | </File> | ||
2566 | <File | ||
2567 | RelativePath=".\llnamebox.h" | ||
2568 | > | ||
2569 | </File> | ||
2570 | <File | ||
2571 | RelativePath=".\llnameeditor.h" | ||
2572 | > | ||
2573 | </File> | ||
2574 | <File | ||
2575 | RelativePath=".\llnamelistctrl.h" | ||
2576 | > | ||
2577 | </File> | ||
2578 | <File | ||
2579 | RelativePath=".\llnetmap.h" | ||
2580 | > | ||
2581 | </File> | ||
2582 | <File | ||
2583 | RelativePath=".\llnotify.h" | ||
2584 | > | ||
2585 | </File> | ||
2586 | <File | ||
2587 | RelativePath=".\lloverlaybar.h" | ||
2588 | > | ||
2589 | </File> | ||
2590 | <File | ||
2591 | RelativePath=".\llpanelaudioprefs.h" | ||
2592 | > | ||
2593 | </File> | ||
2594 | <File | ||
2595 | RelativePath=".\llpanelaudiovolume.h" | ||
2596 | > | ||
2597 | </File> | ||
2598 | <File | ||
2599 | RelativePath=".\llpanelavatar.h" | ||
2600 | > | ||
2601 | </File> | ||
2602 | <File | ||
2603 | RelativePath=".\llpanelclassified.h" | ||
2604 | > | ||
2605 | </File> | ||
2606 | <File | ||
2607 | RelativePath=".\llpanelcontents.h" | ||
2608 | > | ||
2609 | </File> | ||
2610 | <File | ||
2611 | RelativePath=".\llpanelcreate.h" | ||
2612 | > | ||
2613 | </File> | ||
2614 | <File | ||
2615 | RelativePath=".\llpaneldebug.h" | ||
2616 | > | ||
2617 | </File> | ||
2618 | <File | ||
2619 | RelativePath=".\llpaneldirbrowser.h" | ||
2620 | > | ||
2621 | </File> | ||
2622 | <File | ||
2623 | RelativePath=".\llpaneldirclassified.h" | ||
2624 | > | ||
2625 | </File> | ||
2626 | <File | ||
2627 | RelativePath=".\llpaneldirevents.h" | ||
2628 | > | ||
2629 | </File> | ||
2630 | <File | ||
2631 | RelativePath=".\llpaneldirfind.h" | ||
2632 | > | ||
2633 | </File> | ||
2634 | <File | ||
2635 | RelativePath=".\llpaneldirgroups.h" | ||
2636 | > | ||
2637 | </File> | ||
2638 | <File | ||
2639 | RelativePath=".\llpaneldirland.h" | ||
2640 | > | ||
2641 | </File> | ||
2642 | <File | ||
2643 | RelativePath=".\llpaneldirpeople.h" | ||
2644 | > | ||
2645 | </File> | ||
2646 | <File | ||
2647 | RelativePath=".\llpaneldirplaces.h" | ||
2648 | > | ||
2649 | </File> | ||
2650 | <File | ||
2651 | RelativePath=".\llpaneldirpopular.h" | ||
2652 | > | ||
2653 | </File> | ||
2654 | <File | ||
2655 | RelativePath=".\llpaneldisplay.h" | ||
2656 | > | ||
2657 | </File> | ||
2658 | <File | ||
2659 | RelativePath=".\llpanelevent.h" | ||
2660 | > | ||
2661 | </File> | ||
2662 | <File | ||
2663 | RelativePath=".\llpanelface.h" | ||
2664 | > | ||
2665 | </File> | ||
2666 | <File | ||
2667 | RelativePath=".\llpanelgeneral.h" | ||
2668 | > | ||
2669 | </File> | ||
2670 | <File | ||
2671 | RelativePath=".\llpanelgroup.h" | ||
2672 | > | ||
2673 | </File> | ||
2674 | <File | ||
2675 | RelativePath=".\llpanelgroupgeneral.h" | ||
2676 | > | ||
2677 | </File> | ||
2678 | <File | ||
2679 | RelativePath=".\llpanelgroupinvite.h" | ||
2680 | > | ||
2681 | </File> | ||
2682 | <File | ||
2683 | RelativePath=".\llpanelgrouplandmoney.h" | ||
2684 | > | ||
2685 | </File> | ||
2686 | <File | ||
2687 | RelativePath=".\llpanelgroupnotices.h" | ||
2688 | > | ||
2689 | </File> | ||
2690 | <File | ||
2691 | RelativePath=".\llpanelgrouproles.h" | ||
2692 | > | ||
2693 | </File> | ||
2694 | <File | ||
2695 | RelativePath=".\llpanelgroupvoting.h" | ||
2696 | > | ||
2697 | </File> | ||
2698 | <File | ||
2699 | RelativePath=".\llpanelinput.h" | ||
2700 | > | ||
2701 | </File> | ||
2702 | <File | ||
2703 | RelativePath=".\llpanelinventory.h" | ||
2704 | > | ||
2705 | </File> | ||
2706 | <File | ||
2707 | RelativePath=".\llpanelland.h" | ||
2708 | > | ||
2709 | </File> | ||
2710 | <File | ||
2711 | RelativePath=".\llpanellandobjects.h" | ||
2712 | > | ||
2713 | </File> | ||
2714 | <File | ||
2715 | RelativePath=".\llpanellandoptions.h" | ||
2716 | > | ||
2717 | </File> | ||
2718 | <File | ||
2719 | RelativePath=".\llpanelLCD.h" | ||
2720 | > | ||
2721 | </File> | ||
2722 | <File | ||
2723 | RelativePath=".\llpanellogin.h" | ||
2724 | > | ||
2725 | </File> | ||
2726 | <File | ||
2727 | RelativePath=".\llpanelmorph.h" | ||
2728 | > | ||
2729 | </File> | ||
2730 | <File | ||
2731 | RelativePath=".\llpanelmsgs.h" | ||
2732 | > | ||
2733 | </File> | ||
2734 | <File | ||
2735 | RelativePath=".\llpanelnetwork.h" | ||
2736 | > | ||
2737 | </File> | ||
2738 | <File | ||
2739 | RelativePath=".\llpanelobject.h" | ||
2740 | > | ||
2741 | </File> | ||
2742 | <File | ||
2743 | RelativePath=".\llpanelpermissions.h" | ||
2744 | > | ||
2745 | </File> | ||
2746 | <File | ||
2747 | RelativePath=".\llpanelpick.h" | ||
2748 | > | ||
2749 | </File> | ||
2750 | <File | ||
2751 | RelativePath=".\llpanelplace.h" | ||
2752 | > | ||
2753 | </File> | ||
2754 | <File | ||
2755 | RelativePath=".\llpanelvolume.h" | ||
2756 | > | ||
2757 | </File> | ||
2758 | <File | ||
2759 | RelativePath=".\llpanelweb.h" | ||
2760 | > | ||
2761 | </File> | ||
2762 | <File | ||
2763 | RelativePath=".\llpatchvertexarray.h" | ||
2764 | > | ||
2765 | </File> | ||
2766 | <File | ||
2767 | RelativePath=".\llpbuffer.h" | ||
2768 | > | ||
2769 | </File> | ||
2770 | <File | ||
2771 | RelativePath=".\llpolymesh.h" | ||
2772 | > | ||
2773 | </File> | ||
2774 | <File | ||
2775 | RelativePath=".\llpolymorph.h" | ||
2776 | > | ||
2777 | </File> | ||
2778 | <File | ||
2779 | RelativePath=".\llprefschat.h" | ||
2780 | > | ||
2781 | </File> | ||
2782 | <File | ||
2783 | RelativePath=".\llprefsim.h" | ||
2784 | > | ||
2785 | </File> | ||
2786 | <File | ||
2787 | RelativePath=".\llprefsvoice.h" | ||
2788 | > | ||
2789 | </File> | ||
2790 | <File | ||
2791 | RelativePath=".\llpreview.h" | ||
2792 | > | ||
2793 | </File> | ||
2794 | <File | ||
2795 | RelativePath=".\llpreviewanim.h" | ||
2796 | > | ||
2797 | </File> | ||
2798 | <File | ||
2799 | RelativePath=".\llpreviewgesture.h" | ||
2800 | > | ||
2801 | </File> | ||
2802 | <File | ||
2803 | RelativePath=".\llpreviewlandmark.h" | ||
2804 | > | ||
2805 | </File> | ||
2806 | <File | ||
2807 | RelativePath=".\llpreviewnotecard.h" | ||
2808 | > | ||
2809 | </File> | ||
2810 | <File | ||
2811 | RelativePath=".\llpreviewobject.h" | ||
2812 | > | ||
2813 | </File> | ||
2814 | <File | ||
2815 | RelativePath=".\llpreviewscript.h" | ||
2816 | > | ||
2817 | </File> | ||
2818 | <File | ||
2819 | RelativePath=".\llpreviewsound.h" | ||
2820 | > | ||
2821 | </File> | ||
2822 | <File | ||
2823 | RelativePath=".\llpreviewtexture.h" | ||
2824 | > | ||
2825 | </File> | ||
2826 | <File | ||
2827 | RelativePath=".\llprogressview.h" | ||
2828 | > | ||
2829 | </File> | ||
2830 | <File | ||
2831 | RelativePath=".\llregionposition.h" | ||
2832 | > | ||
2833 | </File> | ||
2834 | <File | ||
2835 | RelativePath=".\llremoteparcelrequest.h" | ||
2836 | > | ||
2837 | </File> | ||
2838 | <File | ||
2839 | RelativePath=".\llresourcedata.h" | ||
2840 | > | ||
2841 | </File> | ||
2842 | <File | ||
2843 | RelativePath=".\llrig.h" | ||
2844 | > | ||
2845 | </File> | ||
2846 | <File | ||
2847 | RelativePath=".\llroam.h" | ||
2848 | > | ||
2849 | </File> | ||
2850 | <File | ||
2851 | RelativePath=".\llsavedsettingsglue.h" | ||
2852 | > | ||
2853 | </File> | ||
2854 | <File | ||
2855 | RelativePath=".\llselectmgr.h" | ||
2856 | > | ||
2857 | </File> | ||
2858 | <File | ||
2859 | RelativePath=".\llsky.h" | ||
2860 | > | ||
2861 | </File> | ||
2862 | <File | ||
2863 | RelativePath=".\llspatialpartition.h" | ||
2864 | > | ||
2865 | </File> | ||
2866 | <File | ||
2867 | RelativePath=".\llsphere.h" | ||
2868 | > | ||
2869 | </File> | ||
2870 | <File | ||
2871 | RelativePath=".\llsprite.h" | ||
2872 | > | ||
2873 | </File> | ||
2874 | <File | ||
2875 | RelativePath=".\llsrv.h" | ||
2876 | > | ||
2877 | </File> | ||
2878 | <File | ||
2879 | RelativePath=".\llstartup.h" | ||
2880 | > | ||
2881 | </File> | ||
2882 | <File | ||
2883 | RelativePath=".\llstatbar.h" | ||
2884 | > | ||
2885 | </File> | ||
2886 | <File | ||
2887 | RelativePath=".\llstatgraph.h" | ||
2888 | > | ||
2889 | </File> | ||
2890 | <File | ||
2891 | RelativePath=".\llstatusbar.h" | ||
2892 | > | ||
2893 | </File> | ||
2894 | <File | ||
2895 | RelativePath=".\llstatview.h" | ||
2896 | > | ||
2897 | </File> | ||
2898 | <File | ||
2899 | RelativePath=".\llsurface.h" | ||
2900 | > | ||
2901 | </File> | ||
2902 | <File | ||
2903 | RelativePath=".\llsurfacepatch.h" | ||
2904 | > | ||
2905 | </File> | ||
2906 | <File | ||
2907 | RelativePath=".\lltable.h" | ||
2908 | > | ||
2909 | </File> | ||
2910 | <File | ||
2911 | RelativePath=".\lltexlayer.h" | ||
2912 | > | ||
2913 | </File> | ||
2914 | <File | ||
2915 | RelativePath=".\lltexturebar.h" | ||
2916 | > | ||
2917 | </File> | ||
2918 | <File | ||
2919 | RelativePath=".\lltexturecache.h" | ||
2920 | > | ||
2921 | </File> | ||
2922 | <File | ||
2923 | RelativePath=".\lltexturectrl.h" | ||
2924 | > | ||
2925 | </File> | ||
2926 | <File | ||
2927 | RelativePath=".\lltexturefetch.h" | ||
2928 | > | ||
2929 | </File> | ||
2930 | <File | ||
2931 | RelativePath=".\lltextureview.h" | ||
2932 | > | ||
2933 | </File> | ||
2934 | <File | ||
2935 | RelativePath=".\lltool.h" | ||
2936 | > | ||
2937 | </File> | ||
2938 | <File | ||
2939 | RelativePath=".\lltoolbar.h" | ||
2940 | > | ||
2941 | </File> | ||
2942 | <File | ||
2943 | RelativePath=".\lltoolbrush.h" | ||
2944 | > | ||
2945 | </File> | ||
2946 | <File | ||
2947 | RelativePath=".\lltoolcomp.h" | ||
2948 | > | ||
2949 | </File> | ||
2950 | <File | ||
2951 | RelativePath=".\lltooldraganddrop.h" | ||
2952 | > | ||
2953 | </File> | ||
2954 | <File | ||
2955 | RelativePath=".\lltoolface.h" | ||
2956 | > | ||
2957 | </File> | ||
2958 | <File | ||
2959 | RelativePath=".\lltoolfocus.h" | ||
2960 | > | ||
2961 | </File> | ||
2962 | <File | ||
2963 | RelativePath=".\lltoolgrab.h" | ||
2964 | > | ||
2965 | </File> | ||
2966 | <File | ||
2967 | RelativePath=".\lltoolgun.h" | ||
2968 | > | ||
2969 | </File> | ||
2970 | <File | ||
2971 | RelativePath=".\lltoolindividual.h" | ||
2972 | > | ||
2973 | </File> | ||
2974 | <File | ||
2975 | RelativePath=".\lltoolmgr.h" | ||
2976 | > | ||
2977 | </File> | ||
2978 | <File | ||
2979 | RelativePath=".\lltoolmorph.h" | ||
2980 | > | ||
2981 | </File> | ||
2982 | <File | ||
2983 | RelativePath=".\lltoolobjpicker.h" | ||
2984 | > | ||
2985 | </File> | ||
2986 | <File | ||
2987 | RelativePath=".\lltoolpie.h" | ||
2988 | > | ||
2989 | </File> | ||
2990 | <File | ||
2991 | RelativePath=".\lltoolpipette.h" | ||
2992 | > | ||
2993 | </File> | ||
2994 | <File | ||
2995 | RelativePath=".\lltoolplacer.h" | ||
2996 | > | ||
2997 | </File> | ||
2998 | <File | ||
2999 | RelativePath=".\lltoolselect.h" | ||
3000 | > | ||
3001 | </File> | ||
3002 | <File | ||
3003 | RelativePath=".\lltoolselectland.h" | ||
3004 | > | ||
3005 | </File> | ||
3006 | <File | ||
3007 | RelativePath=".\lltoolselectrect.h" | ||
3008 | > | ||
3009 | </File> | ||
3010 | <File | ||
3011 | RelativePath=".\lltoolview.h" | ||
3012 | > | ||
3013 | </File> | ||
3014 | <File | ||
3015 | RelativePath=".\lltracker.h" | ||
3016 | > | ||
3017 | </File> | ||
3018 | <File | ||
3019 | RelativePath=".\lluploaddialog.h" | ||
3020 | > | ||
3021 | </File> | ||
3022 | <File | ||
3023 | RelativePath=".\llurl.h" | ||
3024 | > | ||
3025 | </File> | ||
3026 | <File | ||
3027 | RelativePath=".\llurldispatcher.h" | ||
3028 | > | ||
3029 | </File> | ||
3030 | <File | ||
3031 | RelativePath=".\llurlsimstring.h" | ||
3032 | > | ||
3033 | </File> | ||
3034 | <File | ||
3035 | RelativePath=".\llurlwhitelist.h" | ||
3036 | > | ||
3037 | </File> | ||
3038 | <File | ||
3039 | RelativePath=".\lluserauth.h" | ||
3040 | > | ||
3041 | </File> | ||
3042 | <File | ||
3043 | RelativePath=".\lluvscreen.h" | ||
3044 | > | ||
3045 | </File> | ||
3046 | <File | ||
3047 | RelativePath=".\llvectorperfoptions.h" | ||
3048 | > | ||
3049 | </File> | ||
3050 | <File | ||
3051 | RelativePath=".\llvelocitybar.h" | ||
3052 | > | ||
3053 | </File> | ||
3054 | <File | ||
3055 | RelativePath=".\llviewchildren.h" | ||
3056 | > | ||
3057 | </File> | ||
3058 | <File | ||
3059 | RelativePath=".\llvieweraudio.h" | ||
3060 | > | ||
3061 | </File> | ||
3062 | <File | ||
3063 | RelativePath=".\llviewerbuild.h" | ||
3064 | > | ||
3065 | </File> | ||
3066 | <File | ||
3067 | RelativePath=".\llviewercamera.h" | ||
3068 | > | ||
3069 | </File> | ||
3070 | <File | ||
3071 | RelativePath=".\llviewercontrol.h" | ||
3072 | > | ||
3073 | </File> | ||
3074 | <File | ||
3075 | RelativePath=".\llviewerdisplay.h" | ||
3076 | > | ||
3077 | </File> | ||
3078 | <File | ||
3079 | RelativePath=".\llviewergenericmessage.h" | ||
3080 | > | ||
3081 | </File> | ||
3082 | <File | ||
3083 | RelativePath=".\llviewergesture.h" | ||
3084 | > | ||
3085 | </File> | ||
3086 | <File | ||
3087 | RelativePath=".\llviewerimage.h" | ||
3088 | > | ||
3089 | </File> | ||
3090 | <File | ||
3091 | RelativePath=".\llviewerimagelist.h" | ||
3092 | > | ||
3093 | </File> | ||
3094 | <File | ||
3095 | RelativePath=".\llviewerinventory.h" | ||
3096 | > | ||
3097 | </File> | ||
3098 | <File | ||
3099 | RelativePath=".\llviewerjoint.h" | ||
3100 | > | ||
3101 | </File> | ||
3102 | <File | ||
3103 | RelativePath=".\llviewerjointattachment.h" | ||
3104 | > | ||
3105 | </File> | ||
3106 | <File | ||
3107 | RelativePath=".\llviewerjointmesh.h" | ||
3108 | > | ||
3109 | </File> | ||
3110 | <File | ||
3111 | RelativePath=".\llviewerjointshape.h" | ||
3112 | > | ||
3113 | </File> | ||
3114 | <File | ||
3115 | RelativePath=".\llviewerjoystick.h" | ||
3116 | > | ||
3117 | </File> | ||
3118 | <File | ||
3119 | RelativePath=".\llviewerkeyboard.h" | ||
3120 | > | ||
3121 | </File> | ||
3122 | <File | ||
3123 | RelativePath=".\llviewerlayer.h" | ||
3124 | > | ||
3125 | </File> | ||
3126 | <File | ||
3127 | RelativePath=".\llviewermenu.h" | ||
3128 | > | ||
3129 | </File> | ||
3130 | <File | ||
3131 | RelativePath=".\llviewermenufile.h" | ||
3132 | > | ||
3133 | </File> | ||
3134 | <File | ||
3135 | RelativePath=".\llviewermessage.h" | ||
3136 | > | ||
3137 | </File> | ||
3138 | <File | ||
3139 | RelativePath=".\llviewernetwork.h" | ||
3140 | > | ||
3141 | </File> | ||
3142 | <File | ||
3143 | RelativePath=".\llviewerobject.h" | ||
3144 | > | ||
3145 | </File> | ||
3146 | <File | ||
3147 | RelativePath=".\llviewerobjectlist.h" | ||
3148 | > | ||
3149 | </File> | ||
3150 | <File | ||
3151 | RelativePath=".\llviewerparcelmgr.h" | ||
3152 | > | ||
3153 | </File> | ||
3154 | <File | ||
3155 | RelativePath=".\llviewerparceloverlay.h" | ||
3156 | > | ||
3157 | </File> | ||
3158 | <File | ||
3159 | RelativePath=".\llviewerpartsim.h" | ||
3160 | > | ||
3161 | </File> | ||
3162 | <File | ||
3163 | RelativePath=".\llviewerpartsource.h" | ||
3164 | > | ||
3165 | </File> | ||
3166 | <File | ||
3167 | RelativePath=".\llviewerregion.h" | ||
3168 | > | ||
3169 | </File> | ||
3170 | <File | ||
3171 | RelativePath=".\llviewerstats.h" | ||
3172 | > | ||
3173 | </File> | ||
3174 | <File | ||
3175 | RelativePath=".\llviewertexteditor.h" | ||
3176 | > | ||
3177 | </File> | ||
3178 | <File | ||
3179 | RelativePath=".\llviewertextureanim.h" | ||
3180 | > | ||
3181 | </File> | ||
3182 | <File | ||
3183 | RelativePath=".\llviewerthrottle.h" | ||
3184 | > | ||
3185 | </File> | ||
3186 | <File | ||
3187 | RelativePath=".\llvieweruictrlfactory.h" | ||
3188 | > | ||
3189 | </File> | ||
3190 | <File | ||
3191 | RelativePath=".\llviewervisualparam.h" | ||
3192 | > | ||
3193 | </File> | ||
3194 | <File | ||
3195 | RelativePath=".\llviewerwindow.h" | ||
3196 | > | ||
3197 | </File> | ||
3198 | <File | ||
3199 | RelativePath=".\llvlcomposition.h" | ||
3200 | > | ||
3201 | </File> | ||
3202 | <File | ||
3203 | RelativePath=".\llvlmanager.h" | ||
3204 | > | ||
3205 | </File> | ||
3206 | <File | ||
3207 | RelativePath=".\llvoavatar.h" | ||
3208 | > | ||
3209 | </File> | ||
3210 | <File | ||
3211 | RelativePath=".\llvocache.h" | ||
3212 | > | ||
3213 | </File> | ||
3214 | <File | ||
3215 | RelativePath=".\llvoclouds.h" | ||
3216 | > | ||
3217 | </File> | ||
3218 | <File | ||
3219 | RelativePath=".\llvograss.h" | ||
3220 | > | ||
3221 | </File> | ||
3222 | <File | ||
3223 | RelativePath=".\llvoground.h" | ||
3224 | > | ||
3225 | </File> | ||
3226 | <File | ||
3227 | RelativePath=".\llvoiceclient.h" | ||
3228 | > | ||
3229 | </File> | ||
3230 | <File | ||
3231 | RelativePath=".\llvoiceremotectrl.h" | ||
3232 | > | ||
3233 | </File> | ||
3234 | <File | ||
3235 | RelativePath=".\llvoicevisualizer.h" | ||
3236 | > | ||
3237 | </File> | ||
3238 | <File | ||
3239 | RelativePath=".\llvoinventorylistener.h" | ||
3240 | > | ||
3241 | </File> | ||
3242 | <File | ||
3243 | RelativePath=".\llvopartgroup.h" | ||
3244 | > | ||
3245 | </File> | ||
3246 | <File | ||
3247 | RelativePath=".\llvosky.h" | ||
3248 | > | ||
3249 | </File> | ||
3250 | <File | ||
3251 | RelativePath=".\llvostars.h" | ||
3252 | > | ||
3253 | </File> | ||
3254 | <File | ||
3255 | RelativePath=".\llvosurfacepatch.h" | ||
3256 | > | ||
3257 | </File> | ||
3258 | <File | ||
3259 | RelativePath=".\llvotextbubble.h" | ||
3260 | > | ||
3261 | </File> | ||
3262 | <File | ||
3263 | RelativePath=".\llvotree.h" | ||
3264 | > | ||
3265 | </File> | ||
3266 | <File | ||
3267 | RelativePath=".\llvovolume.h" | ||
3268 | > | ||
3269 | </File> | ||
3270 | <File | ||
3271 | RelativePath=".\llvowater.h" | ||
3272 | > | ||
3273 | </File> | ||
3274 | <File | ||
3275 | RelativePath=".\llwearable.h" | ||
3276 | > | ||
3277 | </File> | ||
3278 | <File | ||
3279 | RelativePath=".\llwearablelist.h" | ||
3280 | > | ||
3281 | </File> | ||
3282 | <File | ||
3283 | RelativePath=".\llweb.h" | ||
3284 | > | ||
3285 | </File> | ||
3286 | <File | ||
3287 | RelativePath=".\llwebbrowserctrl.h" | ||
3288 | > | ||
3289 | </File> | ||
3290 | <File | ||
3291 | RelativePath=".\llwind.h" | ||
3292 | > | ||
3293 | </File> | ||
3294 | <File | ||
3295 | RelativePath=".\llwindebug.h" | ||
3296 | > | ||
3297 | </File> | ||
3298 | <File | ||
3299 | RelativePath=".\llworld.h" | ||
3300 | > | ||
3301 | </File> | ||
3302 | <File | ||
3303 | RelativePath=".\llworldmap.h" | ||
3304 | > | ||
3305 | </File> | ||
3306 | <File | ||
3307 | RelativePath=".\llworldmapview.h" | ||
3308 | > | ||
3309 | </File> | ||
3310 | <File | ||
3311 | RelativePath=".\llxmlrpctransaction.h" | ||
3312 | > | ||
3313 | </File> | ||
3314 | <File | ||
3315 | RelativePath=".\macmain.h" | ||
3316 | > | ||
3317 | </File> | ||
3318 | <File | ||
3319 | RelativePath=".\moviemaker.h" | ||
3320 | > | ||
3321 | </File> | ||
3322 | <File | ||
3323 | RelativePath=".\noise.h" | ||
3324 | > | ||
3325 | </File> | ||
3326 | <File | ||
3327 | RelativePath=".\pipeline.h" | ||
3328 | > | ||
3329 | </File> | ||
3330 | <File | ||
3331 | RelativePath=".\randgauss.h" | ||
3332 | > | ||
3333 | </File> | ||
3334 | <File | ||
3335 | RelativePath=".\VertexCache.h" | ||
3336 | > | ||
3337 | </File> | ||
3338 | <File | ||
3339 | RelativePath=".\viewer.h" | ||
3340 | > | ||
3341 | </File> | ||
3342 | <File | ||
3343 | RelativePath=".\VorbisFramework.h" | ||
3344 | > | ||
3345 | </File> | ||
3346 | </Filter> | ||
3347 | <Filter | ||
3348 | Name="Resource Files" | ||
3349 | Filter="xml;rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
3350 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
3351 | > | ||
3352 | <File | ||
3353 | RelativePath=".\skins\xui\en-us\alerts.xml" | ||
3354 | > | ||
3355 | </File> | ||
3356 | <File | ||
3357 | RelativePath=".\app_settings\anim.ini" | ||
3358 | > | ||
3359 | </File> | ||
3360 | <File | ||
3361 | RelativePath=".\res\arrowcop.cur" | ||
3362 | > | ||
3363 | </File> | ||
3364 | <File | ||
3365 | RelativePath=".\res\arrowcopmulti.cur" | ||
3366 | > | ||
3367 | </File> | ||
3368 | <File | ||
3369 | RelativePath=".\res\bitmap2.bmp" | ||
3370 | > | ||
3371 | </File> | ||
3372 | <File | ||
3373 | RelativePath=".\res\bitmap4.bmp" | ||
3374 | > | ||
3375 | </File> | ||
3376 | <File | ||
3377 | RelativePath=".\app_settings\colors.xml" | ||
3378 | > | ||
3379 | </File> | ||
3380 | <File | ||
3381 | RelativePath=".\app_settings\colors_base.xml" | ||
3382 | > | ||
3383 | </File> | ||
3384 | <File | ||
3385 | RelativePath=".\skins\xui\en-us\floater_about.xml" | ||
3386 | > | ||
3387 | </File> | ||
3388 | <File | ||
3389 | RelativePath=".\skins\xui\en-us\floater_about_land.xml" | ||
3390 | > | ||
3391 | </File> | ||
3392 | <File | ||
3393 | RelativePath=".\skins\xui\en-us\floater_active_speakers.xml" | ||
3394 | > | ||
3395 | </File> | ||
3396 | <File | ||
3397 | RelativePath=".\skins\xui\en-us\floater_animation_preview.xml" | ||
3398 | > | ||
3399 | </File> | ||
3400 | <File | ||
3401 | RelativePath=".\skins\xui\en-us\floater_auction.xml" | ||
3402 | > | ||
3403 | </File> | ||
3404 | <File | ||
3405 | RelativePath=".\skins\xui\en-us\floater_audio_volume.xml" | ||
3406 | > | ||
3407 | </File> | ||
3408 | <File | ||
3409 | RelativePath=".\skins\xui\en-us\floater_avatar_picker.xml" | ||
3410 | > | ||
3411 | </File> | ||
3412 | <File | ||
3413 | RelativePath=".\skins\xui\en-us\floater_avatar_textures.xml" | ||
3414 | > | ||
3415 | </File> | ||
3416 | <File | ||
3417 | RelativePath=".\skins\xui\en-us\floater_build_options.xml" | ||
3418 | > | ||
3419 | </File> | ||
3420 | <File | ||
3421 | RelativePath=".\skins\xui\en-us\floater_bumps.xml" | ||
3422 | > | ||
3423 | </File> | ||
3424 | <File | ||
3425 | RelativePath=".\skins\xui\en-us\floater_buy_contents.xml" | ||
3426 | > | ||
3427 | </File> | ||
3428 | <File | ||
3429 | RelativePath=".\skins\xui\en-us\floater_buy_currency.xml" | ||
3430 | > | ||
3431 | </File> | ||
3432 | <File | ||
3433 | RelativePath=".\skins\xui\en-us\floater_buy_land.xml" | ||
3434 | > | ||
3435 | </File> | ||
3436 | <File | ||
3437 | RelativePath=".\skins\xui\en-us\floater_buy_object.xml" | ||
3438 | > | ||
3439 | </File> | ||
3440 | <File | ||
3441 | RelativePath=".\skins\xui\en-us\floater_chat_history.xml" | ||
3442 | > | ||
3443 | </File> | ||
3444 | <File | ||
3445 | RelativePath=".\skins\xui\en-us\floater_chatterbox.xml" | ||
3446 | > | ||
3447 | </File> | ||
3448 | <File | ||
3449 | RelativePath=".\skins\xui\en-us\floater_choose_group.xml" | ||
3450 | > | ||
3451 | </File> | ||
3452 | <File | ||
3453 | RelativePath=".\skins\xui\en-us\floater_clothing.xml" | ||
3454 | > | ||
3455 | </File> | ||
3456 | <File | ||
3457 | RelativePath=".\skins\xui\en-us\floater_color_picker.xml" | ||
3458 | > | ||
3459 | </File> | ||
3460 | <File | ||
3461 | RelativePath=".\skins\xui\en-us\floater_critical.xml" | ||
3462 | > | ||
3463 | </File> | ||
3464 | <File | ||
3465 | RelativePath=".\skins\xui\en-us\floater_customize.xml" | ||
3466 | > | ||
3467 | </File> | ||
3468 | <File | ||
3469 | RelativePath=".\skins\xui\en-us\floater_device_settings.xml" | ||
3470 | > | ||
3471 | </File> | ||
3472 | <File | ||
3473 | RelativePath=".\skins\xui\en-us\floater_directory.xml" | ||
3474 | > | ||
3475 | </File> | ||
3476 | <File | ||
3477 | RelativePath=".\skins\xui\en-us\floater_friends.xml" | ||
3478 | > | ||
3479 | </File> | ||
3480 | <File | ||
3481 | RelativePath=".\skins\xui\en-us\floater_gesture.xml" | ||
3482 | > | ||
3483 | </File> | ||
3484 | <File | ||
3485 | RelativePath=".\skins\xui\en-us\floater_god_tools.xml" | ||
3486 | > | ||
3487 | </File> | ||
3488 | <File | ||
3489 | RelativePath=".\skins\xui\en-us\floater_group_info.xml" | ||
3490 | > | ||
3491 | </File> | ||
3492 | <File | ||
3493 | RelativePath=".\skins\xui\en-us\floater_groups.xml" | ||
3494 | > | ||
3495 | </File> | ||
3496 | <File | ||
3497 | RelativePath=".\skins\xui\en-us\floater_html.xml" | ||
3498 | > | ||
3499 | </File> | ||
3500 | <File | ||
3501 | RelativePath=".\skins\xui\en-us\floater_html_help.xml" | ||
3502 | > | ||
3503 | </File> | ||
3504 | <File | ||
3505 | RelativePath=".\skins\xui\en-us\floater_im.xml" | ||
3506 | > | ||
3507 | </File> | ||
3508 | <File | ||
3509 | RelativePath=".\skins\xui\en-us\floater_image_preview.xml" | ||
3510 | > | ||
3511 | </File> | ||
3512 | <File | ||
3513 | RelativePath=".\skins\xui\en-us\floater_import.xml" | ||
3514 | > | ||
3515 | </File> | ||
3516 | <File | ||
3517 | RelativePath=".\skins\xui\en-us\floater_inspect.xml" | ||
3518 | > | ||
3519 | </File> | ||
3520 | <File | ||
3521 | RelativePath=".\skins\xui\en-us\floater_instant_message.xml" | ||
3522 | > | ||
3523 | </File> | ||
3524 | <File | ||
3525 | RelativePath=".\skins\xui\en-us\floater_instant_message_ad_hoc.xml" | ||
3526 | > | ||
3527 | </File> | ||
3528 | <File | ||
3529 | RelativePath=".\skins\xui\en-us\floater_instant_message_group.xml" | ||
3530 | > | ||
3531 | </File> | ||
3532 | <File | ||
3533 | RelativePath=".\skins\xui\en-us\floater_inventory.xml" | ||
3534 | > | ||
3535 | </File> | ||
3536 | <File | ||
3537 | RelativePath=".\skins\xui\en-us\floater_inventory_item_properties.xml" | ||
3538 | > | ||
3539 | </File> | ||
3540 | <File | ||
3541 | RelativePath=".\skins\xui\en-us\floater_inventory_view_finder.xml" | ||
3542 | > | ||
3543 | </File> | ||
3544 | <File | ||
3545 | RelativePath=".\skins\xui\en-us\floater_joystick.xml" | ||
3546 | > | ||
3547 | </File> | ||
3548 | <File | ||
3549 | RelativePath=".\skins\xui\en-us\floater_lagmeter.xml" | ||
3550 | > | ||
3551 | </File> | ||
3552 | <File | ||
3553 | RelativePath=".\skins\xui\en-us\floater_land_holdings.xml" | ||
3554 | > | ||
3555 | </File> | ||
3556 | <File | ||
3557 | RelativePath=".\skins\xui\en-us\floater_landmark_ctrl.xml" | ||
3558 | > | ||
3559 | </File> | ||
3560 | <File | ||
3561 | RelativePath=".\skins\xui\en-us\floater_live_lsleditor.xml" | ||
3562 | > | ||
3563 | </File> | ||
3564 | <File | ||
3565 | RelativePath=".\skins\xui\en-us\floater_lsl_guide.xml" | ||
3566 | > | ||
3567 | </File> | ||
3568 | <File | ||
3569 | RelativePath=".\skins\xui\en-us\floater_moveview.xml" | ||
3570 | > | ||
3571 | </File> | ||
3572 | <File | ||
3573 | RelativePath=".\skins\xui\en-us\floater_mute.xml" | ||
3574 | > | ||
3575 | </File> | ||
3576 | <File | ||
3577 | RelativePath=".\skins\xui\en-us\floater_my_friends.xml" | ||
3578 | > | ||
3579 | </File> | ||
3580 | <File | ||
3581 | RelativePath=".\skins\xui\en-us\floater_name_description.xml" | ||
3582 | > | ||
3583 | </File> | ||
3584 | <File | ||
3585 | RelativePath=".\skins\xui\en-us\floater_new_im.xml" | ||
3586 | > | ||
3587 | </File> | ||
3588 | <File | ||
3589 | RelativePath=".\skins\xui\en-us\floater_new_outfit_dialog.xml" | ||
3590 | > | ||
3591 | </File> | ||
3592 | <File | ||
3593 | RelativePath=".\skins\xui\en-us\floater_openobject.xml" | ||
3594 | > | ||
3595 | </File> | ||
3596 | <File | ||
3597 | RelativePath=".\skins\xui\en-us\floater_pay.xml" | ||
3598 | > | ||
3599 | </File> | ||
3600 | <File | ||
3601 | RelativePath=".\skins\xui\en-us\floater_pay_object.xml" | ||
3602 | > | ||
3603 | </File> | ||
3604 | <File | ||
3605 | RelativePath=".\skins\xui\en-us\floater_postcard.xml" | ||
3606 | > | ||
3607 | </File> | ||
3608 | <File | ||
3609 | RelativePath=".\skins\xui\en-us\floater_preferences.xml" | ||
3610 | > | ||
3611 | </File> | ||
3612 | <File | ||
3613 | RelativePath=".\skins\xui\en-us\floater_preview_animation.xml" | ||
3614 | > | ||
3615 | </File> | ||
3616 | <File | ||
3617 | RelativePath=".\skins\xui\en-us\floater_preview_classified.xml" | ||
3618 | > | ||
3619 | </File> | ||
3620 | <File | ||
3621 | RelativePath=".\skins\xui\en-us\floater_preview_embedded_texture.xml" | ||
3622 | > | ||
3623 | </File> | ||
3624 | <File | ||
3625 | RelativePath=".\skins\xui\en-us\floater_preview_event.xml" | ||
3626 | > | ||
3627 | </File> | ||
3628 | <File | ||
3629 | RelativePath=".\skins\xui\en-us\floater_preview_existing_landmark.xml" | ||
3630 | > | ||
3631 | </File> | ||
3632 | <File | ||
3633 | RelativePath=".\skins\xui\en-us\floater_preview_gesture.xml" | ||
3634 | > | ||
3635 | </File> | ||
3636 | <File | ||
3637 | RelativePath=".\skins\xui\en-us\floater_preview_new_landmark.xml" | ||
3638 | > | ||
3639 | </File> | ||
3640 | <File | ||
3641 | RelativePath=".\skins\xui\en-us\floater_preview_notecard.xml" | ||
3642 | > | ||
3643 | </File> | ||
3644 | <File | ||
3645 | RelativePath=".\skins\xui\en-us\floater_preview_notecard_keep_discard.xml" | ||
3646 | > | ||
3647 | </File> | ||
3648 | <File | ||
3649 | RelativePath=".\skins\xui\en-us\floater_preview_sound.xml" | ||
3650 | > | ||
3651 | </File> | ||
3652 | <File | ||
3653 | RelativePath=".\skins\xui\en-us\floater_preview_texture.xml" | ||
3654 | > | ||
3655 | </File> | ||
3656 | <File | ||
3657 | RelativePath=".\skins\xui\en-us\floater_preview_texture_keep_discard.xml" | ||
3658 | > | ||
3659 | </File> | ||
3660 | <File | ||
3661 | RelativePath=".\skins\xui\en-us\floater_preview_url.xml" | ||
3662 | > | ||
3663 | </File> | ||
3664 | <File | ||
3665 | RelativePath=".\skins\xui\en-us\floater_price_for_listing.xml" | ||
3666 | > | ||
3667 | </File> | ||
3668 | <File | ||
3669 | RelativePath=".\skins\xui\en-us\floater_profile.xml" | ||
3670 | > | ||
3671 | </File> | ||
3672 | <File | ||
3673 | RelativePath=".\skins\xui\en-us\floater_rate.xml" | ||
3674 | > | ||
3675 | </File> | ||
3676 | <File | ||
3677 | RelativePath=".\skins\xui\en-us\floater_region_info.xml" | ||
3678 | > | ||
3679 | </File> | ||
3680 | <File | ||
3681 | RelativePath=".\skins\xui\en-us\floater_report_abuse.xml" | ||
3682 | > | ||
3683 | </File> | ||
3684 | <File | ||
3685 | RelativePath=".\skins\xui\en-us\floater_report_bug.xml" | ||
3686 | > | ||
3687 | </File> | ||
3688 | <File | ||
3689 | RelativePath=".\skins\xui\en-us\floater_script_debug.xml" | ||
3690 | > | ||
3691 | </File> | ||
3692 | <File | ||
3693 | RelativePath=".\skins\xui\en-us\floater_script_ed_panel.xml" | ||
3694 | > | ||
3695 | </File> | ||
3696 | <File | ||
3697 | RelativePath=".\skins\xui\en-us\floater_script_preview.xml" | ||
3698 | > | ||
3699 | </File> | ||
3700 | <File | ||
3701 | RelativePath=".\skins\xui\en-us\floater_script_preview_new.xml" | ||
3702 | > | ||
3703 | </File> | ||
3704 | <File | ||
3705 | RelativePath=".\skins\xui\en-us\floater_script_queue.xml" | ||
3706 | > | ||
3707 | </File> | ||
3708 | <File | ||
3709 | RelativePath=".\skins\xui\en-us\floater_script_search.xml" | ||
3710 | > | ||
3711 | </File> | ||
3712 | <File | ||
3713 | RelativePath=".\skins\xui\en-us\floater_select_key.xml" | ||
3714 | > | ||
3715 | </File> | ||
3716 | <File | ||
3717 | RelativePath=".\skins\xui\en-us\floater_sell_land.xml" | ||
3718 | > | ||
3719 | </File> | ||
3720 | <File | ||
3721 | RelativePath=".\skins\xui\en-us\floater_settings_debug.xml" | ||
3722 | > | ||
3723 | </File> | ||
3724 | <File | ||
3725 | RelativePath=".\skins\xui\en-us\floater_sim_release_message.xml" | ||
3726 | > | ||
3727 | </File> | ||
3728 | <File | ||
3729 | RelativePath=".\skins\xui\en-us\floater_snapshot.xml" | ||
3730 | > | ||
3731 | </File> | ||
3732 | <File | ||
3733 | RelativePath=".\skins\xui\en-us\floater_sound_preview.xml" | ||
3734 | > | ||
3735 | </File> | ||
3736 | <File | ||
3737 | RelativePath=".\skins\xui\en-us\floater_telehub.xml" | ||
3738 | > | ||
3739 | </File> | ||
3740 | <File | ||
3741 | RelativePath=".\skins\xui\en-us\floater_test.xml" | ||
3742 | > | ||
3743 | </File> | ||
3744 | <File | ||
3745 | RelativePath=".\skins\xui\en-us\floater_texture_ctrl.xml" | ||
3746 | > | ||
3747 | </File> | ||
3748 | <File | ||
3749 | RelativePath=".\skins\xui\en-us\floater_tools.xml" | ||
3750 | > | ||
3751 | </File> | ||
3752 | <File | ||
3753 | RelativePath=".\skins\xui\en-us\floater_top_objects.xml" | ||
3754 | > | ||
3755 | </File> | ||
3756 | <File | ||
3757 | RelativePath=".\skins\xui\en-us\floater_tos.xml" | ||
3758 | > | ||
3759 | </File> | ||
3760 | <File | ||
3761 | RelativePath=".\skins\xui\en-us\floater_voice_wizard.xml" | ||
3762 | > | ||
3763 | </File> | ||
3764 | <File | ||
3765 | RelativePath=".\skins\xui\en-us\floater_wearable_save_as.xml" | ||
3766 | > | ||
3767 | </File> | ||
3768 | <File | ||
3769 | RelativePath=".\skins\xui\en-us\floater_world_map.xml" | ||
3770 | > | ||
3771 | </File> | ||
3772 | <File | ||
3773 | RelativePath=".\app_settings\grass.xml" | ||
3774 | > | ||
3775 | </File> | ||
3776 | <File | ||
3777 | RelativePath=".\res\icon1.ico" | ||
3778 | > | ||
3779 | </File> | ||
3780 | <File | ||
3781 | RelativePath=".\Info-SecondLife.plist" | ||
3782 | > | ||
3783 | </File> | ||
3784 | <File | ||
3785 | RelativePath=".\English.lproj\InfoPlist.strings" | ||
3786 | > | ||
3787 | </File> | ||
3788 | <File | ||
3789 | RelativePath=".\res\install_icon.ico" | ||
3790 | > | ||
3791 | </File> | ||
3792 | <File | ||
3793 | RelativePath=".\app_settings\keys.ini" | ||
3794 | > | ||
3795 | </File> | ||
3796 | <File | ||
3797 | RelativePath=".\app_settings\keywords.ini" | ||
3798 | > | ||
3799 | </File> | ||
3800 | <File | ||
3801 | RelativePath=".\skins\xui\en-us\LCD_text.xml" | ||
3802 | > | ||
3803 | </File> | ||
3804 | <File | ||
3805 | RelativePath=".\res\ll_icon.ico" | ||
3806 | > | ||
3807 | </File> | ||
3808 | <File | ||
3809 | RelativePath=".\res\llarrow.cur" | ||
3810 | > | ||
3811 | </File> | ||
3812 | <File | ||
3813 | RelativePath=".\res\llarrowdrag.cur" | ||
3814 | > | ||
3815 | </File> | ||
3816 | <File | ||
3817 | RelativePath=".\res\llarrowdragmulti.cur" | ||
3818 | > | ||
3819 | </File> | ||
3820 | <File | ||
3821 | RelativePath=".\res\llarrowlocked.cur" | ||
3822 | > | ||
3823 | </File> | ||
3824 | <File | ||
3825 | RelativePath=".\res\llgrablocked.cur" | ||
3826 | > | ||
3827 | </File> | ||
3828 | <File | ||
3829 | RelativePath=".\res\llnolocked.cur" | ||
3830 | > | ||
3831 | </File> | ||
3832 | <File | ||
3833 | RelativePath=".\res\lltoolcamera.cur" | ||
3834 | > | ||
3835 | </File> | ||
3836 | <File | ||
3837 | RelativePath=".\res\lltoolcreate.cur" | ||
3838 | > | ||
3839 | </File> | ||
3840 | <File | ||
3841 | RelativePath=".\res\lltoolfocus.cur" | ||
3842 | > | ||
3843 | </File> | ||
3844 | <File | ||
3845 | RelativePath=".\res\lltoolgrab.cur" | ||
3846 | > | ||
3847 | </File> | ||
3848 | <File | ||
3849 | RelativePath=".\res\lltoolland.cur" | ||
3850 | > | ||
3851 | </File> | ||
3852 | <File | ||
3853 | RelativePath=".\res\lltoolpan.cur" | ||
3854 | > | ||
3855 | </File> | ||
3856 | <File | ||
3857 | RelativePath=".\res\lltoolpipette.cur" | ||
3858 | > | ||
3859 | </File> | ||
3860 | <File | ||
3861 | RelativePath=".\res\lltoolrotate.cur" | ||
3862 | > | ||
3863 | </File> | ||
3864 | <File | ||
3865 | RelativePath=".\res\lltoolscale.cur" | ||
3866 | > | ||
3867 | </File> | ||
3868 | <File | ||
3869 | RelativePath=".\res\lltooltranslate.cur" | ||
3870 | > | ||
3871 | </File> | ||
3872 | <File | ||
3873 | RelativePath=".\res\lltoolzoomin.cur" | ||
3874 | > | ||
3875 | </File> | ||
3876 | <File | ||
3877 | RelativePath=".\res\loginbackground.bmp" | ||
3878 | > | ||
3879 | </File> | ||
3880 | <File | ||
3881 | RelativePath=".\skins\xui\en-us\menu_inventory.xml" | ||
3882 | > | ||
3883 | </File> | ||
3884 | <File | ||
3885 | RelativePath=".\skins\xui\en-us\menu_login.xml" | ||
3886 | > | ||
3887 | </File> | ||
3888 | <File | ||
3889 | RelativePath=".\skins\xui\en-us\menu_pie_attachment.xml" | ||
3890 | > | ||
3891 | </File> | ||
3892 | <File | ||
3893 | RelativePath=".\skins\xui\en-us\menu_pie_avatar.xml" | ||
3894 | > | ||
3895 | </File> | ||
3896 | <File | ||
3897 | RelativePath=".\skins\xui\en-us\menu_pie_land.xml" | ||
3898 | > | ||
3899 | </File> | ||
3900 | <File | ||
3901 | RelativePath=".\skins\xui\en-us\menu_pie_object.xml" | ||
3902 | > | ||
3903 | </File> | ||
3904 | <File | ||
3905 | RelativePath=".\skins\xui\en-us\menu_pie_self.xml" | ||
3906 | > | ||
3907 | </File> | ||
3908 | <File | ||
3909 | RelativePath=".\skins\xui\en-us\menu_slurl.xml" | ||
3910 | > | ||
3911 | </File> | ||
3912 | <File | ||
3913 | RelativePath=".\skins\xui\en-us\menu_viewer.xml" | ||
3914 | > | ||
3915 | </File> | ||
3916 | <File | ||
3917 | RelativePath=".\skins\xui\en-us\menu_viewer.xml.bak" | ||
3918 | > | ||
3919 | </File> | ||
3920 | <File | ||
3921 | RelativePath=".\res\newViewRes.rc" | ||
3922 | > | ||
3923 | </File> | ||
3924 | <File | ||
3925 | RelativePath=".\skins\xui\en-us\notify.xml" | ||
3926 | > | ||
3927 | </File> | ||
3928 | <File | ||
3929 | RelativePath=".\skins\xui\en-us\notify.xml.bak" | ||
3930 | > | ||
3931 | </File> | ||
3932 | <File | ||
3933 | RelativePath=".\skins\xui\en-us\panel_account_details.xml" | ||
3934 | > | ||
3935 | </File> | ||
3936 | <File | ||
3937 | RelativePath=".\skins\xui\en-us\panel_account_planning.xml" | ||
3938 | > | ||
3939 | </File> | ||
3940 | <File | ||
3941 | RelativePath=".\skins\xui\en-us\panel_account_transactions.xml" | ||
3942 | > | ||
3943 | </File> | ||
3944 | <File | ||
3945 | RelativePath=".\skins\xui\en-us\panel_audio.xml" | ||
3946 | > | ||
3947 | </File> | ||
3948 | <File | ||
3949 | RelativePath=".\skins\xui\en-us\panel_audio_device.xml" | ||
3950 | > | ||
3951 | </File> | ||
3952 | <File | ||
3953 | RelativePath=".\skins\xui\en-us\panel_avatar.xml" | ||
3954 | > | ||
3955 | </File> | ||
3956 | <File | ||
3957 | RelativePath=".\skins\xui\en-us\panel_avatar_classified.xml" | ||
3958 | > | ||
3959 | </File> | ||
3960 | <File | ||
3961 | RelativePath=".\skins\xui\en-us\panel_avatar_pick.xml" | ||
3962 | > | ||
3963 | </File> | ||
3964 | <File | ||
3965 | RelativePath=".\skins\xui\en-us\panel_avatar_pick.xml" | ||
3966 | > | ||
3967 | </File> | ||
3968 | <File | ||
3969 | RelativePath=".\skins\xui\en-us\panel_bars.xml" | ||
3970 | > | ||
3971 | </File> | ||
3972 | <File | ||
3973 | RelativePath=".\skins\xui\en-us\panel_bg_tab.xml" | ||
3974 | > | ||
3975 | </File> | ||
3976 | <File | ||
3977 | RelativePath=".\skins\xui\en-us\panel_chat_bar.xml" | ||
3978 | > | ||
3979 | </File> | ||
3980 | <File | ||
3981 | RelativePath=".\skins\xui\en-us\panel_classified.xml" | ||
3982 | > | ||
3983 | </File> | ||
3984 | <File | ||
3985 | RelativePath=".\skins\xui\en-us\panel_event.xml" | ||
3986 | > | ||
3987 | </File> | ||
3988 | <File | ||
3989 | RelativePath=".\skins\xui\en-us\panel_friends.xml" | ||
3990 | > | ||
3991 | </File> | ||
3992 | <File | ||
3993 | RelativePath=".\skins\xui\en-us\panel_group.xml" | ||
3994 | > | ||
3995 | </File> | ||
3996 | <File | ||
3997 | RelativePath=".\skins\xui\en-us\panel_group_finder.xml" | ||
3998 | > | ||
3999 | </File> | ||
4000 | <File | ||
4001 | RelativePath=".\skins\xui\en-us\panel_group_general.xml" | ||
4002 | > | ||
4003 | </File> | ||
4004 | <File | ||
4005 | RelativePath=".\skins\xui\en-us\panel_group_invite.xml" | ||
4006 | > | ||
4007 | </File> | ||
4008 | <File | ||
4009 | RelativePath=".\skins\xui\en-us\panel_group_land_money.xml" | ||
4010 | > | ||
4011 | </File> | ||
4012 | <File | ||
4013 | RelativePath=".\skins\xui\en-us\panel_group_notices.xml" | ||
4014 | > | ||
4015 | </File> | ||
4016 | <File | ||
4017 | RelativePath=".\skins\xui\en-us\panel_group_roles.xml" | ||
4018 | > | ||
4019 | </File> | ||
4020 | <File | ||
4021 | RelativePath=".\skins\xui\en-us\panel_group_voting.xml" | ||
4022 | > | ||
4023 | </File> | ||
4024 | <File | ||
4025 | RelativePath=".\skins\xui\en-us\panel_groups.xml" | ||
4026 | > | ||
4027 | </File> | ||
4028 | <File | ||
4029 | RelativePath=".\skins\xui\en-us\panel_land_covenant.xml" | ||
4030 | > | ||
4031 | </File> | ||
4032 | <File | ||
4033 | RelativePath=".\skins\xui\en-us\panel_login.xml" | ||
4034 | > | ||
4035 | </File> | ||
4036 | <File | ||
4037 | RelativePath=".\skins\xui\en-us\panel_master_volume.xml" | ||
4038 | > | ||
4039 | </File> | ||
4040 | <File | ||
4041 | RelativePath=".\skins\xui\en-us\panel_media_controls.xml" | ||
4042 | > | ||
4043 | </File> | ||
4044 | <File | ||
4045 | RelativePath=".\skins\xui\en-us\panel_media_remote.xml" | ||
4046 | > | ||
4047 | </File> | ||
4048 | <File | ||
4049 | RelativePath=".\skins\xui\en-us\panel_media_remote_expanded.xml" | ||
4050 | > | ||
4051 | </File> | ||
4052 | <File | ||
4053 | RelativePath=".\skins\xui\en-us\panel_music_remote.xml" | ||
4054 | > | ||
4055 | </File> | ||
4056 | <File | ||
4057 | RelativePath=".\skins\xui\en-us\panel_overlaybar.xml" | ||
4058 | > | ||
4059 | </File> | ||
4060 | <File | ||
4061 | RelativePath=".\skins\xui\en-us\panel_place.xml" | ||
4062 | > | ||
4063 | </File> | ||
4064 | <File | ||
4065 | RelativePath=".\skins\xui\en-us\panel_place_small.xml" | ||
4066 | > | ||
4067 | </File> | ||
4068 | <File | ||
4069 | RelativePath=".\skins\xui\en-us\panel_preferences_audio.xml" | ||
4070 | > | ||
4071 | </File> | ||
4072 | <File | ||
4073 | RelativePath=".\skins\xui\en-us\panel_preferences_chat.xml" | ||
4074 | > | ||
4075 | </File> | ||
4076 | <File | ||
4077 | RelativePath=".\skins\xui\en-us\panel_preferences_general.xml" | ||
4078 | > | ||
4079 | </File> | ||
4080 | <File | ||
4081 | RelativePath=".\skins\xui\en-us\panel_preferences_graphics1.xml" | ||
4082 | > | ||
4083 | </File> | ||
4084 | <File | ||
4085 | RelativePath=".\skins\xui\en-us\panel_preferences_graphics2.xml" | ||
4086 | > | ||
4087 | </File> | ||
4088 | <File | ||
4089 | RelativePath=".\skins\xui\en-us\panel_preferences_graphics3.xml" | ||
4090 | > | ||
4091 | </File> | ||
4092 | <File | ||
4093 | RelativePath=".\skins\xui\en-us\panel_preferences_im.xml" | ||
4094 | > | ||
4095 | </File> | ||
4096 | <File | ||
4097 | RelativePath=".\skins\xui\en-us\panel_preferences_input.xml" | ||
4098 | > | ||
4099 | </File> | ||
4100 | <File | ||
4101 | RelativePath=".\skins\xui\en-us\panel_preferences_LCD.xml" | ||
4102 | > | ||
4103 | </File> | ||
4104 | <File | ||
4105 | RelativePath=".\skins\xui\en-us\panel_preferences_network.xml" | ||
4106 | > | ||
4107 | </File> | ||
4108 | <File | ||
4109 | RelativePath=".\skins\xui\en-us\panel_preferences_popups.xml" | ||
4110 | > | ||
4111 | </File> | ||
4112 | <File | ||
4113 | RelativePath=".\skins\xui\en-us\panel_preferences_voice.xml" | ||
4114 | > | ||
4115 | </File> | ||
4116 | <File | ||
4117 | RelativePath=".\skins\xui\en-us\panel_preferences_web.xml" | ||
4118 | > | ||
4119 | </File> | ||
4120 | <File | ||
4121 | RelativePath=".\skins\xui\en-us\panel_region_covenant.xml" | ||
4122 | > | ||
4123 | </File> | ||
4124 | <File | ||
4125 | RelativePath=".\skins\xui\en-us\panel_region_debug.xml" | ||
4126 | > | ||
4127 | </File> | ||
4128 | <File | ||
4129 | RelativePath=".\skins\xui\en-us\panel_region_estate.xml" | ||
4130 | > | ||
4131 | </File> | ||
4132 | <File | ||
4133 | RelativePath=".\skins\xui\en-us\panel_region_general.xml" | ||
4134 | > | ||
4135 | </File> | ||
4136 | <File | ||
4137 | RelativePath=".\skins\xui\en-us\panel_region_terrain.xml" | ||
4138 | > | ||
4139 | </File> | ||
4140 | <File | ||
4141 | RelativePath=".\skins\xui\en-us\panel_region_texture.xml" | ||
4142 | > | ||
4143 | </File> | ||
4144 | <File | ||
4145 | RelativePath=".\skins\xui\en-us\panel_scrolling_param.xml" | ||
4146 | > | ||
4147 | </File> | ||
4148 | <File | ||
4149 | RelativePath=".\skins\xui\en-us\panel_settings_chat.xml" | ||
4150 | > | ||
4151 | </File> | ||
4152 | <File | ||
4153 | RelativePath=".\skins\xui\en-us\panel_settings_im.xml" | ||
4154 | > | ||
4155 | </File> | ||
4156 | <File | ||
4157 | RelativePath=".\skins\xui\en-us\panel_settings_im.xml" | ||
4158 | > | ||
4159 | </File> | ||
4160 | <File | ||
4161 | RelativePath=".\skins\xui\en-us\panel_settings_msgbox.xml" | ||
4162 | > | ||
4163 | </File> | ||
4164 | <File | ||
4165 | RelativePath=".\skins\xui\en-us\panel_settings_network.xml" | ||
4166 | > | ||
4167 | </File> | ||
4168 | <File | ||
4169 | RelativePath=".\skins\xui\en-us\panel_settings_web.xml" | ||
4170 | > | ||
4171 | </File> | ||
4172 | <File | ||
4173 | RelativePath=".\skins\xui\en-us\panel_speaker_controls.xml" | ||
4174 | > | ||
4175 | </File> | ||
4176 | <File | ||
4177 | RelativePath=".\skins\xui\en-us\panel_status_bar.xml" | ||
4178 | > | ||
4179 | </File> | ||
4180 | <File | ||
4181 | RelativePath=".\skins\xui\en-us\panel_toolbar.xml" | ||
4182 | > | ||
4183 | </File> | ||
4184 | <File | ||
4185 | RelativePath=".\skins\xui\en-us\panel_top_pick.xml" | ||
4186 | > | ||
4187 | </File> | ||
4188 | <File | ||
4189 | RelativePath=".\skins\xui\en-us\panel_voice_controls.xml" | ||
4190 | > | ||
4191 | </File> | ||
4192 | <File | ||
4193 | RelativePath=".\skins\xui\en-us\panel_voice_enable.xml" | ||
4194 | > | ||
4195 | </File> | ||
4196 | <File | ||
4197 | RelativePath=".\skins\xui\en-us\panel_voice_options.xml" | ||
4198 | > | ||
4199 | </File> | ||
4200 | <File | ||
4201 | RelativePath=".\skins\xui\en-us\panel_voice_remote.xml" | ||
4202 | > | ||
4203 | </File> | ||
4204 | <File | ||
4205 | RelativePath=".\skins\xui\en-us\panel_voice_remote_expanded.xml" | ||
4206 | > | ||
4207 | </File> | ||
4208 | <File | ||
4209 | RelativePath=".\app_settings\popups.xml" | ||
4210 | > | ||
4211 | </File> | ||
4212 | <File | ||
4213 | RelativePath=".\releasenotes.full.txt" | ||
4214 | > | ||
4215 | </File> | ||
4216 | <File | ||
4217 | RelativePath=".\releasenotes.txt" | ||
4218 | > | ||
4219 | </File> | ||
4220 | <File | ||
4221 | RelativePath=".\res\resource.h" | ||
4222 | > | ||
4223 | </File> | ||
4224 | <File | ||
4225 | RelativePath=".\skins\xui\en-us\role_actions.xml" | ||
4226 | > | ||
4227 | </File> | ||
4228 | <File | ||
4229 | RelativePath=".\app_settings\std_bump.ini" | ||
4230 | > | ||
4231 | </File> | ||
4232 | <File | ||
4233 | RelativePath=".\skins\xui\en-us\teleport_strings.xml" | ||
4234 | > | ||
4235 | </File> | ||
4236 | <File | ||
4237 | RelativePath=".\res\toolbuy.cur" | ||
4238 | > | ||
4239 | </File> | ||
4240 | <File | ||
4241 | RelativePath=".\res\toolopen.cur" | ||
4242 | > | ||
4243 | </File> | ||
4244 | <File | ||
4245 | RelativePath=".\res\toolpay.cur" | ||
4246 | > | ||
4247 | </File> | ||
4248 | <File | ||
4249 | RelativePath=".\res\toolpickobject3.cur" | ||
4250 | > | ||
4251 | </File> | ||
4252 | <File | ||
4253 | RelativePath=".\res\toolpipette.cur" | ||
4254 | > | ||
4255 | </File> | ||
4256 | <File | ||
4257 | RelativePath=".\res\toolsit.cur" | ||
4258 | > | ||
4259 | </File> | ||
4260 | <File | ||
4261 | RelativePath=".\app_settings\trees.xml" | ||
4262 | > | ||
4263 | </File> | ||
4264 | <File | ||
4265 | RelativePath=".\skins\xui\en-us\xui_version.xml" | ||
4266 | > | ||
4267 | </File> | ||
4268 | </Filter> | ||
4269 | <File | ||
4270 | RelativePath=".\llviewerprecompiledheaders.cpp" | ||
4271 | > | ||
4272 | <FileConfiguration | ||
4273 | Name="Debug|Win32" | ||
4274 | > | ||
4275 | <Tool | ||
4276 | Name="VCCLCompilerTool" | ||
4277 | UsePrecompiledHeader="1" | ||
4278 | /> | ||
4279 | </FileConfiguration> | ||
4280 | <FileConfiguration | ||
4281 | Name="Release|Win32" | ||
4282 | > | ||
4283 | <Tool | ||
4284 | Name="VCCLCompilerTool" | ||
4285 | UsePrecompiledHeader="1" | ||
4286 | /> | ||
4287 | </FileConfiguration> | ||
4288 | <FileConfiguration | ||
4289 | Name="ReleaseForDownload|Win32" | ||
4290 | > | ||
4291 | <Tool | ||
4292 | Name="VCCLCompilerTool" | ||
4293 | UsePrecompiledHeader="1" | ||
4294 | /> | ||
4295 | </FileConfiguration> | ||
4296 | <FileConfiguration | ||
4297 | Name="ReleaseNoOpt|Win32" | ||
4298 | > | ||
4299 | <Tool | ||
4300 | Name="VCCLCompilerTool" | ||
4301 | UsePrecompiledHeader="1" | ||
4302 | /> | ||
4303 | </FileConfiguration> | ||
4304 | </File> | ||
4305 | <File | ||
4306 | RelativePath=".\llviewerprecompiledheaders.h" | ||
4307 | > | ||
4308 | </File> | ||
4309 | <File | ||
4310 | RelativePath="..\..\etc\message.xml" | ||
4311 | > | ||
4312 | <FileConfiguration | ||
4313 | Name="Debug|Win32" | ||
4314 | > | ||
4315 | <Tool | ||
4316 | Name="VCCustomBuildTool" | ||
4317 | Description="Copying message.xml" | ||
4318 | CommandLine="copy "$(InputPath)" .\app_settings\message.xml
" | ||
4319 | Outputs="./app_settings/message.xml" | ||
4320 | /> | ||
4321 | </FileConfiguration> | ||
4322 | <FileConfiguration | ||
4323 | Name="Release|Win32" | ||
4324 | > | ||
4325 | <Tool | ||
4326 | Name="VCCustomBuildTool" | ||
4327 | Description="Copying message.xml" | ||
4328 | CommandLine="copy "$(InputPath)" .\app_settings\message.xml
" | ||
4329 | Outputs="./app_settings/message.xml" | ||
4330 | /> | ||
4331 | </FileConfiguration> | ||
4332 | <FileConfiguration | ||
4333 | Name="ReleaseForDownload|Win32" | ||
4334 | > | ||
4335 | <Tool | ||
4336 | Name="VCCustomBuildTool" | ||
4337 | Description="Copying message.xml" | ||
4338 | CommandLine="copy "$(InputPath)" .\app_settings\message.xml
" | ||
4339 | Outputs="./app_settings/message.xml" | ||
4340 | /> | ||
4341 | </FileConfiguration> | ||
4342 | <FileConfiguration | ||
4343 | Name="ReleaseNoOpt|Win32" | ||
4344 | > | ||
4345 | <Tool | ||
4346 | Name="VCCustomBuildTool" | ||
4347 | Description="Copying message.xml" | ||
4348 | CommandLine="copy "$(InputPath)" .\app_settings\message.xml
" | ||
4349 | Outputs="./app_settings/message.xml" | ||
4350 | /> | ||
4351 | </FileConfiguration> | ||
4352 | </File> | ||
4353 | <File | ||
4354 | RelativePath="..\..\scripts\messages\message_template.msg" | ||
4355 | > | ||
4356 | <FileConfiguration | ||
4357 | Name="Debug|Win32" | ||
4358 | > | ||
4359 | <Tool | ||
4360 | Name="VCCustomBuildTool" | ||
4361 | Description="Copying message template" | ||
4362 | CommandLine="copy "$(InputPath)" .\app_settings\message_template.msg
" | ||
4363 | Outputs="./app_settings/message_template.msg" | ||
4364 | /> | ||
4365 | </FileConfiguration> | ||
4366 | <FileConfiguration | ||
4367 | Name="Release|Win32" | ||
4368 | > | ||
4369 | <Tool | ||
4370 | Name="VCCustomBuildTool" | ||
4371 | Description="Copying message template" | ||
4372 | CommandLine="copy "$(InputPath)" .\app_settings\message_template.msg
" | ||
4373 | Outputs="./app_settings/message_template.msg" | ||
4374 | /> | ||
4375 | </FileConfiguration> | ||
4376 | <FileConfiguration | ||
4377 | Name="ReleaseForDownload|Win32" | ||
4378 | > | ||
4379 | <Tool | ||
4380 | Name="VCCustomBuildTool" | ||
4381 | Description="Copying message template" | ||
4382 | CommandLine="copy "$(InputPath)" .\app_settings\message_template.msg
" | ||
4383 | Outputs="./app_settings/message_template.msg" | ||
4384 | /> | ||
4385 | </FileConfiguration> | ||
4386 | <FileConfiguration | ||
4387 | Name="ReleaseNoOpt|Win32" | ||
4388 | > | ||
4389 | <Tool | ||
4390 | Name="VCCustomBuildTool" | ||
4391 | Description="Copying message template" | ||
4392 | CommandLine="copy "$(InputPath)" .\app_settings\message_template.msg
" | ||
4393 | Outputs="./app_settings/message_template.msg" | ||
4394 | /> | ||
4395 | </FileConfiguration> | ||
4396 | </File> | ||
4397 | </Files> | ||
4398 | <Globals> | ||
4399 | </Globals> | ||
4400 | </VisualStudioProject> | ||