aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/llcharacter_vc8.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcharacter/llcharacter_vc8.vcproj')
-rw-r--r--linden/indra/llcharacter/llcharacter_vc8.vcproj416
1 files changed, 416 insertions, 0 deletions
diff --git a/linden/indra/llcharacter/llcharacter_vc8.vcproj b/linden/indra/llcharacter/llcharacter_vc8.vcproj
new file mode 100644
index 0000000..415b74f
--- /dev/null
+++ b/linden/indra/llcharacter/llcharacter_vc8.vcproj
@@ -0,0 +1,416 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="llcharacter"
6 ProjectGUID="{5EA5DDF0-C7E1-4F49-BEF5-9246A4656B2E}"
7 Keyword="Win32Proj"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
20 IntermediateDirectory="Debug"
21 ConfigurationType="4"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 CharacterSet="1"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llmessage;..\llxml;..\..\libraries\i686-win32\include;..\..\libraries\include\"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_DEBUG"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="1"
48 StructMemberAlignment="4"
49 TreatWChar_tAsBuiltInType="false"
50 ForceConformanceInForLoopScope="true"
51 UsePrecompiledHeader="0"
52 WarningLevel="3"
53 WarnAsError="true"
54 Detect64BitPortabilityProblems="false"
55 DebugInformationFormat="4"
56 />
57 <Tool
58 Name="VCManagedResourceCompilerTool"
59 />
60 <Tool
61 Name="VCResourceCompilerTool"
62 />
63 <Tool
64 Name="VCPreLinkEventTool"
65 />
66 <Tool
67 Name="VCLibrarianTool"
68 OutputFile="$(OutDir)/llcharacter.lib"
69 />
70 <Tool
71 Name="VCALinkTool"
72 />
73 <Tool
74 Name="VCXDCMakeTool"
75 />
76 <Tool
77 Name="VCBscMakeTool"
78 />
79 <Tool
80 Name="VCFxCopTool"
81 />
82 <Tool
83 Name="VCPostBuildEventTool"
84 />
85 </Configuration>
86 <Configuration
87 Name="Release|Win32"
88 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
89 IntermediateDirectory="Release"
90 ConfigurationType="4"
91 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
92 CharacterSet="1"
93 >
94 <Tool
95 Name="VCPreBuildEventTool"
96 />
97 <Tool
98 Name="VCCustomBuildTool"
99 />
100 <Tool
101 Name="VCXMLDataGeneratorTool"
102 />
103 <Tool
104 Name="VCWebServiceProxyGeneratorTool"
105 />
106 <Tool
107 Name="VCMIDLTool"
108 />
109 <Tool
110 Name="VCCLCompilerTool"
111 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llmessage;..\llxml;..\..\libraries\i686-win32\include;..\..\libraries\include\"
112 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE"
113 RuntimeLibrary="0"
114 StructMemberAlignment="0"
115 TreatWChar_tAsBuiltInType="false"
116 ForceConformanceInForLoopScope="true"
117 UsePrecompiledHeader="0"
118 WarningLevel="3"
119 WarnAsError="true"
120 Detect64BitPortabilityProblems="false"
121 DebugInformationFormat="3"
122 />
123 <Tool
124 Name="VCManagedResourceCompilerTool"
125 />
126 <Tool
127 Name="VCResourceCompilerTool"
128 />
129 <Tool
130 Name="VCPreLinkEventTool"
131 />
132 <Tool
133 Name="VCLibrarianTool"
134 OutputFile="$(OutDir)/llcharacter.lib"
135 />
136 <Tool
137 Name="VCALinkTool"
138 />
139 <Tool
140 Name="VCXDCMakeTool"
141 />
142 <Tool
143 Name="VCBscMakeTool"
144 />
145 <Tool
146 Name="VCFxCopTool"
147 />
148 <Tool
149 Name="VCPostBuildEventTool"
150 />
151 </Configuration>
152 <Configuration
153 Name="ReleaseNoOpt|Win32"
154 OutputDirectory="../lib_$(ConfigurationName)/i686-win32"
155 IntermediateDirectory="$(ConfigurationName)"
156 ConfigurationType="4"
157 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
158 CharacterSet="1"
159 >
160 <Tool
161 Name="VCPreBuildEventTool"
162 />
163 <Tool
164 Name="VCCustomBuildTool"
165 />
166 <Tool
167 Name="VCXMLDataGeneratorTool"
168 />
169 <Tool
170 Name="VCWebServiceProxyGeneratorTool"
171 />
172 <Tool
173 Name="VCMIDLTool"
174 />
175 <Tool
176 Name="VCCLCompilerTool"
177 Optimization="0"
178 AdditionalIncludeDirectories="..\llcommon;..\llmath;..\llvfs;..\llmessage;..\llxml;..\..\libraries\i686-win32\include;..\..\libraries\include\"
179 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE"
180 RuntimeLibrary="0"
181 StructMemberAlignment="0"
182 TreatWChar_tAsBuiltInType="false"
183 ForceConformanceInForLoopScope="true"
184 UsePrecompiledHeader="0"
185 WarningLevel="3"
186 WarnAsError="true"
187 Detect64BitPortabilityProblems="false"
188 DebugInformationFormat="3"
189 />
190 <Tool
191 Name="VCManagedResourceCompilerTool"
192 />
193 <Tool
194 Name="VCResourceCompilerTool"
195 />
196 <Tool
197 Name="VCPreLinkEventTool"
198 />
199 <Tool
200 Name="VCLibrarianTool"
201 OutputFile="$(OutDir)/llcharacter.lib"
202 />
203 <Tool
204 Name="VCALinkTool"
205 />
206 <Tool
207 Name="VCXDCMakeTool"
208 />
209 <Tool
210 Name="VCBscMakeTool"
211 />
212 <Tool
213 Name="VCFxCopTool"
214 />
215 <Tool
216 Name="VCPostBuildEventTool"
217 />
218 </Configuration>
219 </Configurations>
220 <References>
221 </References>
222 <Files>
223 <Filter
224 Name="Source Files"
225 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
226 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
227 >
228 <File
229 RelativePath=".\llanimationstates.cpp"
230 >
231 </File>
232 <File
233 RelativePath=".\llbvhloader.cpp"
234 >
235 </File>
236 <File
237 RelativePath=".\llcharacter.cpp"
238 >
239 </File>
240 <File
241 RelativePath=".\lleditingmotion.cpp"
242 >
243 </File>
244 <File
245 RelativePath=".\llgesture.cpp"
246 >
247 </File>
248 <File
249 RelativePath=".\llhandmotion.cpp"
250 >
251 </File>
252 <File
253 RelativePath=".\llheadrotmotion.cpp"
254 >
255 </File>
256 <File
257 RelativePath=".\lljoint.cpp"
258 >
259 </File>
260 <File
261 RelativePath=".\lljointsolverrp3.cpp"
262 >
263 </File>
264 <File
265 RelativePath=".\llkeyframefallmotion.cpp"
266 >
267 </File>
268 <File
269 RelativePath=".\llkeyframemotion.cpp"
270 >
271 </File>
272 <File
273 RelativePath=".\llkeyframemotionparam.cpp"
274 >
275 </File>
276 <File
277 RelativePath=".\llkeyframestandmotion.cpp"
278 >
279 </File>
280 <File
281 RelativePath=".\llkeyframewalkmotion.cpp"
282 >
283 </File>
284 <File
285 RelativePath=".\llmotion.cpp"
286 >
287 </File>
288 <File
289 RelativePath=".\llmotioncontroller.cpp"
290 >
291 </File>
292 <File
293 RelativePath=".\llmultigesture.cpp"
294 >
295 </File>
296 <File
297 RelativePath=".\llpose.cpp"
298 >
299 </File>
300 <File
301 RelativePath=".\llstatemachine.cpp"
302 >
303 </File>
304 <File
305 RelativePath=".\lltargetingmotion.cpp"
306 >
307 </File>
308 <File
309 RelativePath=".\llvisualparam.cpp"
310 >
311 </File>
312 </Filter>
313 <Filter
314 Name="Header Files"
315 Filter="h;hpp;hxx;hm;inl;inc;xsd"
316 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
317 >
318 <File
319 RelativePath=".\llanimationstates.h"
320 >
321 </File>
322 <File
323 RelativePath=".\llbvhloader.h"
324 >
325 </File>
326 <File
327 RelativePath=".\llcharacter.h"
328 >
329 </File>
330 <File
331 RelativePath=".\lleditingmotion.h"
332 >
333 </File>
334 <File
335 RelativePath=".\llgesture.h"
336 >
337 </File>
338 <File
339 RelativePath=".\llhandmotion.h"
340 >
341 </File>
342 <File
343 RelativePath=".\llheadrotmotion.h"
344 >
345 </File>
346 <File
347 RelativePath=".\lljoint.h"
348 >
349 </File>
350 <File
351 RelativePath=".\lljointsolverrp3.h"
352 >
353 </File>
354 <File
355 RelativePath=".\lljointstate.h"
356 >
357 </File>
358 <File
359 RelativePath=".\llkeyframefallmotion.h"
360 >
361 </File>
362 <File
363 RelativePath=".\llkeyframemotion.h"
364 >
365 </File>
366 <File
367 RelativePath=".\llkeyframemotionparam.h"
368 >
369 </File>
370 <File
371 RelativePath=".\llkeyframestandmotion.h"
372 >
373 </File>
374 <File
375 RelativePath=".\llkeyframewalkmotion.h"
376 >
377 </File>
378 <File
379 RelativePath=".\llmotion.h"
380 >
381 </File>
382 <File
383 RelativePath=".\llmotioncontroller.h"
384 >
385 </File>
386 <File
387 RelativePath=".\llmultigesture.h"
388 >
389 </File>
390 <File
391 RelativePath=".\llpose.h"
392 >
393 </File>
394 <File
395 RelativePath=".\llstatemachine.h"
396 >
397 </File>
398 <File
399 RelativePath=".\lltargetingmotion.h"
400 >
401 </File>
402 <File
403 RelativePath=".\llvisualparam.h"
404 >
405 </File>
406 </Filter>
407 <Filter
408 Name="Resource Files"
409 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
410 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
411 >
412 </Filter>
413 </Files>
414 <Globals>
415 </Globals>
416</VisualStudioProject>