diff options
Diffstat (limited to 'linden/indra/test/test_vc9.vcproj')
-rw-r--r-- | linden/indra/test/test_vc9.vcproj | 453 |
1 files changed, 453 insertions, 0 deletions
diff --git a/linden/indra/test/test_vc9.vcproj b/linden/indra/test/test_vc9.vcproj new file mode 100644 index 0000000..88c77af --- /dev/null +++ b/linden/indra/test/test_vc9.vcproj | |||
@@ -0,0 +1,453 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="9.00" | ||
5 | Name="test" | ||
6 | ProjectGUID="{BBAA6588-CA96-4A87-A988-B02270B8D02B}" | ||
7 | RootNamespace="test" | ||
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="Debug" | ||
22 | IntermediateDirectory="Debug" | ||
23 | ConfigurationType="1" | ||
24 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
25 | CharacterSet="2" | ||
26 | > | ||
27 | <Tool | ||
28 | Name="VCPreBuildEventTool" | ||
29 | /> | ||
30 | <Tool | ||
31 | Name="VCCustomBuildTool" | ||
32 | /> | ||
33 | <Tool | ||
34 | Name="VCXMLDataGeneratorTool" | ||
35 | /> | ||
36 | <Tool | ||
37 | Name="VCWebServiceProxyGeneratorTool" | ||
38 | /> | ||
39 | <Tool | ||
40 | Name="VCMIDLTool" | ||
41 | /> | ||
42 | <Tool | ||
43 | Name="VCCLCompilerTool" | ||
44 | Optimization="0" | ||
45 | AdditionalIncludeDirectories="..\llcommon;..\lldatabase;..\llmessage;..\llmath;..\llinventory;..\llvfs;..\llxml;..\..\libraries\include;"..\..\libraries\i686-win32\include"" | ||
46 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_DEBUG" | ||
47 | MinimalRebuild="false" | ||
48 | BasicRuntimeChecks="3" | ||
49 | RuntimeLibrary="1" | ||
50 | TreatWChar_tAsBuiltInType="false" | ||
51 | RuntimeTypeInfo="true" | ||
52 | UsePrecompiledHeader="0" | ||
53 | WarningLevel="3" | ||
54 | Detect64BitPortabilityProblems="false" | ||
55 | DebugInformationFormat="3" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCManagedResourceCompilerTool" | ||
59 | /> | ||
60 | <Tool | ||
61 | Name="VCResourceCompilerTool" | ||
62 | /> | ||
63 | <Tool | ||
64 | Name="VCPreLinkEventTool" | ||
65 | /> | ||
66 | <Tool | ||
67 | Name="VCLinkerTool" | ||
68 | AdditionalOptions="/FORCE:MULTIPLE" | ||
69 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc80-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib llcommon.lib llprimitive.lib llvfs.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib opengl32.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib" | ||
70 | OutputFile="$(OutDir)/test.exe" | ||
71 | LinkIncremental="2" | ||
72 | AdditionalLibraryDirectories=""../lib_$(ConfigurationName)/i686-win32";"../../libraries/i686-win32/lib_debug"" | ||
73 | IgnoreDefaultLibraryNames="libcmt.lib" | ||
74 | GenerateDebugInformation="true" | ||
75 | ProgramDatabaseFile="$(OutDir)/test.pdb" | ||
76 | SubSystem="1" | ||
77 | RandomizedBaseAddress="1" | ||
78 | DataExecutionPrevention="0" | ||
79 | TargetMachine="1" | ||
80 | /> | ||
81 | <Tool | ||
82 | Name="VCALinkTool" | ||
83 | /> | ||
84 | <Tool | ||
85 | Name="VCManifestTool" | ||
86 | /> | ||
87 | <Tool | ||
88 | Name="VCXDCMakeTool" | ||
89 | /> | ||
90 | <Tool | ||
91 | Name="VCBscMakeTool" | ||
92 | /> | ||
93 | <Tool | ||
94 | Name="VCFxCopTool" | ||
95 | /> | ||
96 | <Tool | ||
97 | Name="VCAppVerifierTool" | ||
98 | /> | ||
99 | <Tool | ||
100 | Name="VCPostBuildEventTool" | ||
101 | /> | ||
102 | </Configuration> | ||
103 | <Configuration | ||
104 | Name="Release|Win32" | ||
105 | OutputDirectory="Release" | ||
106 | IntermediateDirectory="Release" | ||
107 | ConfigurationType="1" | ||
108 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
109 | CharacterSet="2" | ||
110 | > | ||
111 | <Tool | ||
112 | Name="VCPreBuildEventTool" | ||
113 | /> | ||
114 | <Tool | ||
115 | Name="VCCustomBuildTool" | ||
116 | /> | ||
117 | <Tool | ||
118 | Name="VCXMLDataGeneratorTool" | ||
119 | /> | ||
120 | <Tool | ||
121 | Name="VCWebServiceProxyGeneratorTool" | ||
122 | /> | ||
123 | <Tool | ||
124 | Name="VCMIDLTool" | ||
125 | /> | ||
126 | <Tool | ||
127 | Name="VCCLCompilerTool" | ||
128 | Optimization="2" | ||
129 | InlineFunctionExpansion="2" | ||
130 | EnableIntrinsicFunctions="true" | ||
131 | AdditionalIncludeDirectories="..\llcommon;..\lldatabase;..\llmessage;..\llmath;..\llinventory;..\llvfs;..\llxml;..\..\libraries\include;"..\..\libraries\i686-win32\include"" | ||
132 | PreprocessorDefinitions="WIN32;__WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE;APR_DECLARE_STATIC;LL_HTTPD=1" | ||
133 | StringPooling="true" | ||
134 | MinimalRebuild="false" | ||
135 | BasicRuntimeChecks="0" | ||
136 | RuntimeLibrary="0" | ||
137 | TreatWChar_tAsBuiltInType="false" | ||
138 | ForceConformanceInForLoopScope="true" | ||
139 | RuntimeTypeInfo="true" | ||
140 | UsePrecompiledHeader="0" | ||
141 | WarningLevel="3" | ||
142 | WarnAsError="false" | ||
143 | Detect64BitPortabilityProblems="false" | ||
144 | DebugInformationFormat="3" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCManagedResourceCompilerTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCResourceCompilerTool" | ||
151 | /> | ||
152 | <Tool | ||
153 | Name="VCPreLinkEventTool" | ||
154 | /> | ||
155 | <Tool | ||
156 | Name="VCLinkerTool" | ||
157 | AdditionalOptions="/FORCE:MULTIPLE" | ||
158 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc80-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib llcommon.lib llprimitive.lib llvfs.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib opengl32.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib" | ||
159 | OutputFile="$(OutDir)/test.exe" | ||
160 | LinkIncremental="2" | ||
161 | AdditionalLibraryDirectories=""../lib_$(ConfigurationName)/i686-win32";"../../libraries/i686-win32/lib_release"" | ||
162 | IgnoreDefaultLibraryNames="" | ||
163 | GenerateDebugInformation="true" | ||
164 | ProgramDatabaseFile="$(OutDir)/test.pdb" | ||
165 | SubSystem="1" | ||
166 | OptimizeReferences="1" | ||
167 | EnableCOMDATFolding="1" | ||
168 | RandomizedBaseAddress="1" | ||
169 | DataExecutionPrevention="0" | ||
170 | TargetMachine="1" | ||
171 | /> | ||
172 | <Tool | ||
173 | Name="VCALinkTool" | ||
174 | /> | ||
175 | <Tool | ||
176 | Name="VCManifestTool" | ||
177 | /> | ||
178 | <Tool | ||
179 | Name="VCXDCMakeTool" | ||
180 | /> | ||
181 | <Tool | ||
182 | Name="VCBscMakeTool" | ||
183 | /> | ||
184 | <Tool | ||
185 | Name="VCFxCopTool" | ||
186 | /> | ||
187 | <Tool | ||
188 | Name="VCAppVerifierTool" | ||
189 | /> | ||
190 | <Tool | ||
191 | Name="VCPostBuildEventTool" | ||
192 | CommandLine="$(TargetPath)" | ||
193 | /> | ||
194 | </Configuration> | ||
195 | <Configuration | ||
196 | Name="ReleaseNoOpt|Win32" | ||
197 | OutputDirectory="$(ConfigurationName)" | ||
198 | IntermediateDirectory="$(ConfigurationName)" | ||
199 | ConfigurationType="1" | ||
200 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
201 | CharacterSet="2" | ||
202 | > | ||
203 | <Tool | ||
204 | Name="VCPreBuildEventTool" | ||
205 | /> | ||
206 | <Tool | ||
207 | Name="VCCustomBuildTool" | ||
208 | /> | ||
209 | <Tool | ||
210 | Name="VCXMLDataGeneratorTool" | ||
211 | /> | ||
212 | <Tool | ||
213 | Name="VCWebServiceProxyGeneratorTool" | ||
214 | /> | ||
215 | <Tool | ||
216 | Name="VCMIDLTool" | ||
217 | /> | ||
218 | <Tool | ||
219 | Name="VCCLCompilerTool" | ||
220 | Optimization="0" | ||
221 | AdditionalIncludeDirectories="..\llcommon;..\lldatabase;..\llmessage;..\llmath;..\llinventory;..\llvfs;..\llxml;..\..\libraries\include;"..\..\libraries\i686-win32\include"" | ||
222 | PreprocessorDefinitions="WIN32;__WIN32;NDEBUG;_WINDOWS;LL_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;LL_RELEASE;APR_DECLARE_STATIC;LL_HTTPD=1" | ||
223 | MinimalRebuild="false" | ||
224 | BasicRuntimeChecks="0" | ||
225 | RuntimeLibrary="0" | ||
226 | TreatWChar_tAsBuiltInType="false" | ||
227 | ForceConformanceInForLoopScope="true" | ||
228 | RuntimeTypeInfo="true" | ||
229 | UsePrecompiledHeader="0" | ||
230 | WarningLevel="3" | ||
231 | Detect64BitPortabilityProblems="false" | ||
232 | DebugInformationFormat="3" | ||
233 | /> | ||
234 | <Tool | ||
235 | Name="VCManagedResourceCompilerTool" | ||
236 | /> | ||
237 | <Tool | ||
238 | Name="VCResourceCompilerTool" | ||
239 | /> | ||
240 | <Tool | ||
241 | Name="VCPreLinkEventTool" | ||
242 | /> | ||
243 | <Tool | ||
244 | Name="VCLinkerTool" | ||
245 | AdditionalDependencies="advapi32.lib apr-1.lib aprutil-1.lib comdlg32.lib dinput8.lib dsound.lib dxerr8.lib dxguid.lib freetype.lib gdi32.lib glu32.lib jpeglib_6b.lib kernel32.lib libboost_regex-vc80-mt-s.lib libcurl.lib libeay32.lib libexpatMT.lib llcommon.lib llprimitive.lib llvfs.lib llxml.lib lscript_library.lib mswsock.lib netapi32.lib odbc32.lib odbccp32.lib ole32.lib oleaut32.lib opengl32.lib shell32.lib ssleay32.lib user32.lib Vfw32.lib winmm.lib winspool.lib ws2_32.lib xmlrpcepi.lib zlib.lib" | ||
246 | OutputFile="$(OutDir)/test.exe" | ||
247 | LinkIncremental="2" | ||
248 | AdditionalLibraryDirectories=""../lib_$(ConfigurationName)/i686-win32";"../../libraries/i686-win32/lib_release"" | ||
249 | IgnoreDefaultLibraryNames="libcmtd" | ||
250 | GenerateDebugInformation="true" | ||
251 | ProgramDatabaseFile="$(OutDir)/test.pdb" | ||
252 | SubSystem="1" | ||
253 | RandomizedBaseAddress="1" | ||
254 | DataExecutionPrevention="0" | ||
255 | TargetMachine="1" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCALinkTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCManifestTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCXDCMakeTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCBscMakeTool" | ||
268 | /> | ||
269 | <Tool | ||
270 | Name="VCFxCopTool" | ||
271 | /> | ||
272 | <Tool | ||
273 | Name="VCAppVerifierTool" | ||
274 | /> | ||
275 | <Tool | ||
276 | Name="VCPostBuildEventTool" | ||
277 | CommandLine="$(TargetPath)" | ||
278 | /> | ||
279 | </Configuration> | ||
280 | </Configurations> | ||
281 | <References> | ||
282 | </References> | ||
283 | <Files> | ||
284 | <Filter | ||
285 | Name="Source Files" | ||
286 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
287 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
288 | > | ||
289 | <File | ||
290 | RelativePath=".\common.cpp" | ||
291 | > | ||
292 | </File> | ||
293 | <File | ||
294 | RelativePath=".\inventory.cpp" | ||
295 | > | ||
296 | </File> | ||
297 | <File | ||
298 | RelativePath=".\io.cpp" | ||
299 | > | ||
300 | </File> | ||
301 | <File | ||
302 | RelativePath=".\llapp_tut.cpp" | ||
303 | > | ||
304 | </File> | ||
305 | <File | ||
306 | RelativePath=".\llbase64_tut.cpp" | ||
307 | > | ||
308 | </File> | ||
309 | <File | ||
310 | RelativePath=".\llbitpack_tut.cpp" | ||
311 | > | ||
312 | </File> | ||
313 | <File | ||
314 | RelativePath=".\llblowfish_tut.cpp" | ||
315 | > | ||
316 | </File> | ||
317 | <File | ||
318 | RelativePath=".\lldatabase_tut.cpp" | ||
319 | > | ||
320 | </File> | ||
321 | <File | ||
322 | RelativePath=".\llerror_tut.cpp" | ||
323 | > | ||
324 | </File> | ||
325 | <File | ||
326 | RelativePath=".\llhttpclient_tut.cpp" | ||
327 | > | ||
328 | </File> | ||
329 | <File | ||
330 | RelativePath=".\llhttpnode_tut.cpp" | ||
331 | > | ||
332 | </File> | ||
333 | <File | ||
334 | RelativePath=".\llinventoryparcel_tut.cpp" | ||
335 | > | ||
336 | </File> | ||
337 | <File | ||
338 | RelativePath=".\lliohttpserver_tut.cpp" | ||
339 | > | ||
340 | </File> | ||
341 | <File | ||
342 | RelativePath=".\llmessageconfig_tut.cpp" | ||
343 | > | ||
344 | </File> | ||
345 | <File | ||
346 | RelativePath=".\llmime_tut.cpp" | ||
347 | > | ||
348 | </File> | ||
349 | <File | ||
350 | RelativePath=".\llpipeutil.cpp" | ||
351 | > | ||
352 | </File> | ||
353 | <File | ||
354 | RelativePath=".\llrandom_tut.cpp" | ||
355 | > | ||
356 | </File> | ||
357 | <File | ||
358 | RelativePath=".\llsd_new_tut.cpp" | ||
359 | > | ||
360 | </File> | ||
361 | <File | ||
362 | RelativePath=".\llsdmessagebuilder_tut.cpp" | ||
363 | > | ||
364 | </File> | ||
365 | <File | ||
366 | RelativePath=".\llsdmessagereader_tut.cpp" | ||
367 | > | ||
368 | </File> | ||
369 | <File | ||
370 | RelativePath=".\llsdserialize_tut.cpp" | ||
371 | > | ||
372 | </File> | ||
373 | <File | ||
374 | RelativePath=".\llservicebuilder_tut.cpp" | ||
375 | > | ||
376 | </File> | ||
377 | <File | ||
378 | RelativePath=".\lltiming_tut.cpp" | ||
379 | > | ||
380 | </File> | ||
381 | <File | ||
382 | RelativePath=".\lltut.cpp" | ||
383 | > | ||
384 | </File> | ||
385 | <File | ||
386 | RelativePath=".\lluri_tut.cpp" | ||
387 | > | ||
388 | </File> | ||
389 | <File | ||
390 | RelativePath=".\lluserrelations_tut.cpp" | ||
391 | > | ||
392 | </File> | ||
393 | <File | ||
394 | RelativePath=".\llxfer_tut.cpp" | ||
395 | > | ||
396 | </File> | ||
397 | <File | ||
398 | RelativePath=".\math.cpp" | ||
399 | > | ||
400 | </File> | ||
401 | <File | ||
402 | RelativePath=".\reflection_tut.cpp" | ||
403 | > | ||
404 | </File> | ||
405 | <File | ||
406 | RelativePath=".\test.cpp" | ||
407 | > | ||
408 | </File> | ||
409 | <File | ||
410 | RelativePath=".\v2math_tut.cpp" | ||
411 | > | ||
412 | </File> | ||
413 | <File | ||
414 | RelativePath=".\v3dmath_tut.cpp" | ||
415 | > | ||
416 | </File> | ||
417 | <File | ||
418 | RelativePath=".\v3math_tut.cpp" | ||
419 | > | ||
420 | </File> | ||
421 | <File | ||
422 | RelativePath=".\xform_tut.cpp" | ||
423 | > | ||
424 | </File> | ||
425 | </Filter> | ||
426 | <Filter | ||
427 | Name="Header Files" | ||
428 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
429 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
430 | > | ||
431 | <File | ||
432 | RelativePath=".\llpipeutil.h" | ||
433 | > | ||
434 | </File> | ||
435 | <File | ||
436 | RelativePath=".\llsdtraits.h" | ||
437 | > | ||
438 | </File> | ||
439 | <File | ||
440 | RelativePath=".\lltut.h" | ||
441 | > | ||
442 | </File> | ||
443 | </Filter> | ||
444 | <Filter | ||
445 | Name="Resource Files" | ||
446 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
447 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
448 | > | ||
449 | </Filter> | ||
450 | </Files> | ||
451 | <Globals> | ||
452 | </Globals> | ||
453 | </VisualStudioProject> | ||