blob: 7711c68451cdcbffe4ebeec9c8e2b2f6d6b6710f [file] [log] [blame]
Christian Heimese8954f82007-11-22 11:21:16 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="_sqlite3"
6 ProjectGUID="{13CECB97-4119-4316-9D42-8534019A5A44}"
7 RootNamespace="_sqlite3"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 <Platform
16 Name="x64"
17 />
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 ConfigurationType="2"
25 InheritedPropertySheets=".\pyd_d.vsprops"
26 CharacterSet="0"
27 >
28 <Tool
29 Name="VCPreBuildEventTool"
30 />
31 <Tool
32 Name="VCCustomBuildTool"
33 />
34 <Tool
35 Name="VCXMLDataGeneratorTool"
36 />
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
39 />
40 <Tool
41 Name="VCMIDLTool"
42 />
43 <Tool
44 Name="VCCLCompilerTool"
45 AdditionalIncludeDirectories="$(sqlite3Dir)"
46 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
47 />
48 <Tool
49 Name="VCManagedResourceCompilerTool"
50 />
51 <Tool
52 Name="VCResourceCompilerTool"
53 />
54 <Tool
55 Name="VCPreLinkEventTool"
56 CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
57 />
58 <Tool
59 Name="VCLinkerTool"
60 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
61 BaseAddress="0x1e180000"
62 />
63 <Tool
64 Name="VCALinkTool"
65 />
66 <Tool
67 Name="VCManifestTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCAppVerifierTool"
80 />
81 <Tool
82 Name="VCPostBuildEventTool"
83 />
84 </Configuration>
85 <Configuration
86 Name="Debug|x64"
87 ConfigurationType="2"
88 InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops"
89 CharacterSet="0"
90 >
91 <Tool
92 Name="VCPreBuildEventTool"
93 />
94 <Tool
95 Name="VCCustomBuildTool"
96 />
97 <Tool
98 Name="VCXMLDataGeneratorTool"
99 />
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
102 />
103 <Tool
104 Name="VCMIDLTool"
105 TargetEnvironment="3"
106 />
107 <Tool
108 Name="VCCLCompilerTool"
109 AdditionalIncludeDirectories="$(sqlite3Dir)"
110 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
111 />
112 <Tool
113 Name="VCManagedResourceCompilerTool"
114 />
115 <Tool
116 Name="VCResourceCompilerTool"
117 />
118 <Tool
119 Name="VCPreLinkEventTool"
120 CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
121 />
122 <Tool
123 Name="VCLinkerTool"
124 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
125 BaseAddress="0x1e180000"
126 />
127 <Tool
128 Name="VCALinkTool"
129 />
130 <Tool
131 Name="VCManifestTool"
132 />
133 <Tool
134 Name="VCXDCMakeTool"
135 />
136 <Tool
137 Name="VCBscMakeTool"
138 />
139 <Tool
140 Name="VCFxCopTool"
141 />
142 <Tool
143 Name="VCAppVerifierTool"
144 />
145 <Tool
146 Name="VCPostBuildEventTool"
147 />
148 </Configuration>
149 <Configuration
150 Name="Release|Win32"
151 ConfigurationType="2"
152 InheritedPropertySheets=".\pyd.vsprops"
153 CharacterSet="0"
154 WholeProgramOptimization="1"
155 >
156 <Tool
157 Name="VCPreBuildEventTool"
158 />
159 <Tool
160 Name="VCCustomBuildTool"
161 />
162 <Tool
163 Name="VCXMLDataGeneratorTool"
164 />
165 <Tool
166 Name="VCWebServiceProxyGeneratorTool"
167 />
168 <Tool
169 Name="VCMIDLTool"
170 />
171 <Tool
172 Name="VCCLCompilerTool"
173 AdditionalIncludeDirectories="$(sqlite3Dir)"
174 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
175 />
176 <Tool
177 Name="VCManagedResourceCompilerTool"
178 />
179 <Tool
180 Name="VCResourceCompilerTool"
181 />
182 <Tool
183 Name="VCPreLinkEventTool"
184 CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
185 />
186 <Tool
187 Name="VCLinkerTool"
188 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
189 BaseAddress="0x1e180000"
190 />
191 <Tool
192 Name="VCALinkTool"
193 />
194 <Tool
195 Name="VCManifestTool"
196 />
197 <Tool
198 Name="VCXDCMakeTool"
199 />
200 <Tool
201 Name="VCBscMakeTool"
202 />
203 <Tool
204 Name="VCFxCopTool"
205 />
206 <Tool
207 Name="VCAppVerifierTool"
208 />
209 <Tool
210 Name="VCPostBuildEventTool"
211 />
212 </Configuration>
213 <Configuration
214 Name="Release|x64"
215 ConfigurationType="2"
216 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
217 CharacterSet="0"
218 WholeProgramOptimization="1"
219 >
220 <Tool
221 Name="VCPreBuildEventTool"
222 />
223 <Tool
224 Name="VCCustomBuildTool"
225 />
226 <Tool
227 Name="VCXMLDataGeneratorTool"
228 />
229 <Tool
230 Name="VCWebServiceProxyGeneratorTool"
231 />
232 <Tool
233 Name="VCMIDLTool"
234 TargetEnvironment="3"
235 />
236 <Tool
237 Name="VCCLCompilerTool"
238 AdditionalIncludeDirectories="$(sqlite3Dir)"
239 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
240 />
241 <Tool
242 Name="VCManagedResourceCompilerTool"
243 />
244 <Tool
245 Name="VCResourceCompilerTool"
246 />
247 <Tool
248 Name="VCPreLinkEventTool"
249 CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
250 />
251 <Tool
252 Name="VCLinkerTool"
253 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
254 BaseAddress="0x1e180000"
255 />
256 <Tool
257 Name="VCALinkTool"
258 />
259 <Tool
260 Name="VCManifestTool"
261 />
262 <Tool
263 Name="VCXDCMakeTool"
264 />
265 <Tool
266 Name="VCBscMakeTool"
267 />
268 <Tool
269 Name="VCFxCopTool"
270 />
271 <Tool
272 Name="VCAppVerifierTool"
273 />
274 <Tool
275 Name="VCPostBuildEventTool"
276 />
277 </Configuration>
278 <Configuration
279 Name="PGInstrument|Win32"
280 ConfigurationType="2"
281 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
282 CharacterSet="0"
283 WholeProgramOptimization="1"
284 >
285 <Tool
286 Name="VCPreBuildEventTool"
287 />
288 <Tool
289 Name="VCCustomBuildTool"
290 />
291 <Tool
292 Name="VCXMLDataGeneratorTool"
293 />
294 <Tool
295 Name="VCWebServiceProxyGeneratorTool"
296 />
297 <Tool
298 Name="VCMIDLTool"
299 />
300 <Tool
301 Name="VCCLCompilerTool"
302 AdditionalIncludeDirectories="$(sqlite3Dir)"
303 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
304 />
305 <Tool
306 Name="VCManagedResourceCompilerTool"
307 />
308 <Tool
309 Name="VCResourceCompilerTool"
310 />
311 <Tool
312 Name="VCPreLinkEventTool"
313 CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
314 />
315 <Tool
316 Name="VCLinkerTool"
317 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
318 BaseAddress="0x1e180000"
319 />
320 <Tool
321 Name="VCALinkTool"
322 />
323 <Tool
324 Name="VCManifestTool"
325 />
326 <Tool
327 Name="VCXDCMakeTool"
328 />
329 <Tool
330 Name="VCBscMakeTool"
331 />
332 <Tool
333 Name="VCFxCopTool"
334 />
335 <Tool
336 Name="VCAppVerifierTool"
337 />
338 <Tool
339 Name="VCPostBuildEventTool"
340 />
341 </Configuration>
342 <Configuration
343 Name="PGInstrument|x64"
344 ConfigurationType="2"
345 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
346 CharacterSet="0"
347 WholeProgramOptimization="1"
348 >
349 <Tool
350 Name="VCPreBuildEventTool"
351 />
352 <Tool
353 Name="VCCustomBuildTool"
354 />
355 <Tool
356 Name="VCXMLDataGeneratorTool"
357 />
358 <Tool
359 Name="VCWebServiceProxyGeneratorTool"
360 />
361 <Tool
362 Name="VCMIDLTool"
363 TargetEnvironment="3"
364 />
365 <Tool
366 Name="VCCLCompilerTool"
367 AdditionalIncludeDirectories="$(sqlite3Dir)"
368 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
369 />
370 <Tool
371 Name="VCManagedResourceCompilerTool"
372 />
373 <Tool
374 Name="VCResourceCompilerTool"
375 />
376 <Tool
377 Name="VCPreLinkEventTool"
378 CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
379 />
380 <Tool
381 Name="VCLinkerTool"
382 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
383 BaseAddress="0x1e180000"
384 TargetMachine="17"
385 />
386 <Tool
387 Name="VCALinkTool"
388 />
389 <Tool
390 Name="VCManifestTool"
391 />
392 <Tool
393 Name="VCXDCMakeTool"
394 />
395 <Tool
396 Name="VCBscMakeTool"
397 />
398 <Tool
399 Name="VCFxCopTool"
400 />
401 <Tool
402 Name="VCAppVerifierTool"
403 />
404 <Tool
405 Name="VCPostBuildEventTool"
406 />
407 </Configuration>
408 <Configuration
409 Name="PGUpdate|Win32"
410 ConfigurationType="2"
411 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
412 CharacterSet="0"
413 WholeProgramOptimization="1"
414 >
415 <Tool
416 Name="VCPreBuildEventTool"
417 />
418 <Tool
419 Name="VCCustomBuildTool"
420 />
421 <Tool
422 Name="VCXMLDataGeneratorTool"
423 />
424 <Tool
425 Name="VCWebServiceProxyGeneratorTool"
426 />
427 <Tool
428 Name="VCMIDLTool"
429 />
430 <Tool
431 Name="VCCLCompilerTool"
432 AdditionalIncludeDirectories="$(sqlite3Dir)"
433 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
434 />
435 <Tool
436 Name="VCManagedResourceCompilerTool"
437 />
438 <Tool
439 Name="VCResourceCompilerTool"
440 />
441 <Tool
442 Name="VCPreLinkEventTool"
443 CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
444 />
445 <Tool
446 Name="VCLinkerTool"
447 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
448 BaseAddress="0x1e180000"
449 />
450 <Tool
451 Name="VCALinkTool"
452 />
453 <Tool
454 Name="VCManifestTool"
455 />
456 <Tool
457 Name="VCXDCMakeTool"
458 />
459 <Tool
460 Name="VCBscMakeTool"
461 />
462 <Tool
463 Name="VCFxCopTool"
464 />
465 <Tool
466 Name="VCAppVerifierTool"
467 />
468 <Tool
469 Name="VCPostBuildEventTool"
470 />
471 </Configuration>
472 <Configuration
473 Name="PGUpdate|x64"
474 ConfigurationType="2"
475 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
476 CharacterSet="0"
477 WholeProgramOptimization="1"
478 >
479 <Tool
480 Name="VCPreBuildEventTool"
481 />
482 <Tool
483 Name="VCCustomBuildTool"
484 />
485 <Tool
486 Name="VCXMLDataGeneratorTool"
487 />
488 <Tool
489 Name="VCWebServiceProxyGeneratorTool"
490 />
491 <Tool
492 Name="VCMIDLTool"
493 TargetEnvironment="3"
494 />
495 <Tool
496 Name="VCCLCompilerTool"
497 AdditionalIncludeDirectories="$(sqlite3Dir)"
498 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
499 />
500 <Tool
501 Name="VCManagedResourceCompilerTool"
502 />
503 <Tool
504 Name="VCResourceCompilerTool"
505 />
506 <Tool
507 Name="VCPreLinkEventTool"
508 CommandLine="cd $(sqlite3Dir)&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll if exist sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /Ox /Ob1 /Oi /GL /GF /FD /MD /Gy ..\*.c&#x0D;&#x0A;link /INCREMENTAL:NO /NOLOGO /DLL /OPT:REF /OPT:ICF /def:..\sqlite3.def /dll /out:sqlite3.dll *.obj&#x0D;&#x0A;if not exist $(OutDir)\sqlite3.dll copy sqlite3.dll $(OutDir)&#x0D;&#x0A;"
509 />
510 <Tool
511 Name="VCLinkerTool"
512 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
513 BaseAddress="0x1e180000"
514 TargetMachine="17"
515 />
516 <Tool
517 Name="VCALinkTool"
518 />
519 <Tool
520 Name="VCManifestTool"
521 />
522 <Tool
523 Name="VCXDCMakeTool"
524 />
525 <Tool
526 Name="VCBscMakeTool"
527 />
528 <Tool
529 Name="VCFxCopTool"
530 />
531 <Tool
532 Name="VCAppVerifierTool"
533 />
534 <Tool
535 Name="VCPostBuildEventTool"
536 />
537 </Configuration>
538 </Configurations>
539 <References>
540 </References>
541 <Files>
542 <Filter
543 Name="Header Files"
544 >
545 <File
546 RelativePath="..\Modules\_sqlite\cache.h"
547 >
548 </File>
549 <File
550 RelativePath="..\Modules\_sqlite\connection.h"
551 >
552 </File>
553 <File
554 RelativePath="..\Modules\_sqlite\cursor.h"
555 >
556 </File>
557 <File
558 RelativePath="..\Modules\_sqlite\microprotocols.h"
559 >
560 </File>
561 <File
562 RelativePath="..\Modules\_sqlite\module.h"
563 >
564 </File>
565 <File
566 RelativePath="..\Modules\_sqlite\prepare_protocol.h"
567 >
568 </File>
569 <File
570 RelativePath="..\Modules\_sqlite\row.h"
571 >
572 </File>
573 <File
574 RelativePath="..\Modules\_sqlite\sqlitecompat.h"
575 >
576 </File>
577 <File
578 RelativePath="..\Modules\_sqlite\statement.h"
579 >
580 </File>
581 <File
582 RelativePath="..\Modules\_sqlite\util.h"
583 >
584 </File>
585 </Filter>
586 <Filter
587 Name="Source Files"
588 >
589 <File
590 RelativePath="..\Modules\_sqlite\cache.c"
591 >
592 </File>
593 <File
594 RelativePath="..\Modules\_sqlite\connection.c"
595 >
596 </File>
597 <File
598 RelativePath="..\Modules\_sqlite\cursor.c"
599 >
600 </File>
601 <File
602 RelativePath="..\Modules\_sqlite\microprotocols.c"
603 >
604 </File>
605 <File
606 RelativePath="..\Modules\_sqlite\module.c"
607 >
608 </File>
609 <File
610 RelativePath="..\Modules\_sqlite\prepare_protocol.c"
611 >
612 </File>
613 <File
614 RelativePath="..\Modules\_sqlite\row.c"
615 >
616 </File>
617 <File
618 RelativePath="..\Modules\_sqlite\statement.c"
619 >
620 </File>
621 <File
622 RelativePath="..\Modules\_sqlite\util.c"
623 >
624 </File>
625 </Filter>
626 </Files>
627 <Globals>
628 </Globals>
629</VisualStudioProject>