blob: 4030e95508dd9c7b1b5e609e8fadd090481a020e [file] [log] [blame]
Christian Heimesad14d112007-11-17 08:15:27 +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 />
Christian Heimes8a48c4c2007-11-19 01:23:57 +000015 <Platform
16 Name="x64"
17 />
Christian Heimesad14d112007-11-17 08:15:27 +000018 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 ConfigurationType="2"
25 InheritedPropertySheets=".\pyd_d.vsprops"
26 CharacterSet="1"
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 UsePrecompiledHeader="0"
48 />
49 <Tool
50 Name="VCManagedResourceCompilerTool"
51 />
52 <Tool
53 Name="VCResourceCompilerTool"
54 />
55 <Tool
56 Name="VCPreLinkEventTool"
Christian Heimesad32deb2007-11-20 05:57:30 +000057 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)"
Christian Heimesad14d112007-11-17 08:15:27 +000058 />
59 <Tool
60 Name="VCLinkerTool"
Christian Heimes97e80292007-11-19 08:36:32 +000061 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
Christian Heimesad14d112007-11-17 08:15:27 +000062 LinkIncremental="2"
63 GenerateDebugInformation="true"
64 SubSystem="2"
65 BaseAddress="0x1e180000"
66 />
67 <Tool
68 Name="VCALinkTool"
69 />
70 <Tool
71 Name="VCManifestTool"
72 />
73 <Tool
74 Name="VCXDCMakeTool"
75 />
76 <Tool
77 Name="VCBscMakeTool"
78 />
79 <Tool
80 Name="VCFxCopTool"
81 />
82 <Tool
83 Name="VCAppVerifierTool"
84 />
85 <Tool
86 Name="VCPostBuildEventTool"
87 />
88 </Configuration>
89 <Configuration
Christian Heimes8a48c4c2007-11-19 01:23:57 +000090 Name="Debug|x64"
91 ConfigurationType="2"
92 InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops"
93 CharacterSet="1"
94 >
95 <Tool
96 Name="VCPreBuildEventTool"
97 />
98 <Tool
99 Name="VCCustomBuildTool"
100 />
101 <Tool
102 Name="VCXMLDataGeneratorTool"
103 />
104 <Tool
105 Name="VCWebServiceProxyGeneratorTool"
106 />
107 <Tool
108 Name="VCMIDLTool"
109 TargetEnvironment="3"
110 />
111 <Tool
112 Name="VCCLCompilerTool"
113 AdditionalIncludeDirectories="$(sqlite3Dir)"
114 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
115 UsePrecompiledHeader="0"
116 />
117 <Tool
118 Name="VCManagedResourceCompilerTool"
119 />
120 <Tool
121 Name="VCResourceCompilerTool"
122 />
123 <Tool
124 Name="VCPreLinkEventTool"
Christian Heimesad32deb2007-11-20 05:57:30 +0000125 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)"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000126 />
127 <Tool
128 Name="VCLinkerTool"
Christian Heimes97e80292007-11-19 08:36:32 +0000129 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000130 LinkIncremental="2"
131 GenerateDebugInformation="true"
132 SubSystem="2"
133 BaseAddress="0x1e180000"
134 />
135 <Tool
136 Name="VCALinkTool"
137 />
138 <Tool
139 Name="VCManifestTool"
140 />
141 <Tool
142 Name="VCXDCMakeTool"
143 />
144 <Tool
145 Name="VCBscMakeTool"
146 />
147 <Tool
148 Name="VCFxCopTool"
149 />
150 <Tool
151 Name="VCAppVerifierTool"
152 />
153 <Tool
154 Name="VCPostBuildEventTool"
155 />
156 </Configuration>
157 <Configuration
Christian Heimesad14d112007-11-17 08:15:27 +0000158 Name="Release|Win32"
159 ConfigurationType="2"
160 InheritedPropertySheets=".\pyd.vsprops"
161 CharacterSet="1"
162 WholeProgramOptimization="1"
163 >
164 <Tool
165 Name="VCPreBuildEventTool"
166 />
167 <Tool
168 Name="VCCustomBuildTool"
169 />
170 <Tool
171 Name="VCXMLDataGeneratorTool"
172 />
173 <Tool
174 Name="VCWebServiceProxyGeneratorTool"
175 />
176 <Tool
177 Name="VCMIDLTool"
178 />
179 <Tool
180 Name="VCCLCompilerTool"
181 EnableIntrinsicFunctions="true"
182 AdditionalIncludeDirectories="$(sqlite3Dir)"
183 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
184 UsePrecompiledHeader="0"
185 WarningLevel="3"
186 DebugInformationFormat="3"
187 />
188 <Tool
189 Name="VCManagedResourceCompilerTool"
190 />
191 <Tool
192 Name="VCResourceCompilerTool"
193 />
194 <Tool
195 Name="VCPreLinkEventTool"
Christian Heimesad32deb2007-11-20 05:57:30 +0000196 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)"
Christian Heimesad14d112007-11-17 08:15:27 +0000197 />
198 <Tool
199 Name="VCLinkerTool"
Christian Heimes97e80292007-11-19 08:36:32 +0000200 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
Christian Heimesad14d112007-11-17 08:15:27 +0000201 LinkIncremental="1"
202 GenerateDebugInformation="true"
203 SubSystem="2"
204 OptimizeReferences="2"
205 EnableCOMDATFolding="2"
206 BaseAddress="0x1e180000"
207 />
208 <Tool
209 Name="VCALinkTool"
210 />
211 <Tool
212 Name="VCManifestTool"
213 />
214 <Tool
215 Name="VCXDCMakeTool"
216 />
217 <Tool
218 Name="VCBscMakeTool"
219 />
220 <Tool
221 Name="VCFxCopTool"
222 />
223 <Tool
224 Name="VCAppVerifierTool"
225 />
226 <Tool
227 Name="VCPostBuildEventTool"
228 />
229 </Configuration>
230 <Configuration
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000231 Name="Release|x64"
Christian Heimesad14d112007-11-17 08:15:27 +0000232 ConfigurationType="2"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000233 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
Christian Heimesad14d112007-11-17 08:15:27 +0000234 CharacterSet="1"
235 WholeProgramOptimization="1"
236 >
237 <Tool
238 Name="VCPreBuildEventTool"
239 />
240 <Tool
241 Name="VCCustomBuildTool"
242 />
243 <Tool
244 Name="VCXMLDataGeneratorTool"
245 />
246 <Tool
247 Name="VCWebServiceProxyGeneratorTool"
248 />
249 <Tool
250 Name="VCMIDLTool"
Christian Heimes8a48c4c2007-11-19 01:23:57 +0000251 TargetEnvironment="3"
Christian Heimesad14d112007-11-17 08:15:27 +0000252 />
253 <Tool
254 Name="VCCLCompilerTool"
255 EnableIntrinsicFunctions="true"
256 AdditionalIncludeDirectories="$(sqlite3Dir)"
257 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
258 UsePrecompiledHeader="0"
259 WarningLevel="3"
260 DebugInformationFormat="3"
261 />
262 <Tool
263 Name="VCManagedResourceCompilerTool"
264 />
265 <Tool
266 Name="VCResourceCompilerTool"
267 />
268 <Tool
269 Name="VCPreLinkEventTool"
Christian Heimesad32deb2007-11-20 05:57:30 +0000270 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)"
Christian Heimesad14d112007-11-17 08:15:27 +0000271 />
272 <Tool
273 Name="VCLinkerTool"
Christian Heimes97e80292007-11-19 08:36:32 +0000274 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
Christian Heimesad14d112007-11-17 08:15:27 +0000275 LinkIncremental="1"
276 GenerateDebugInformation="true"
277 SubSystem="2"
278 OptimizeReferences="2"
279 EnableCOMDATFolding="2"
280 BaseAddress="0x1e180000"
281 />
282 <Tool
283 Name="VCALinkTool"
284 />
285 <Tool
286 Name="VCManifestTool"
287 />
288 <Tool
289 Name="VCXDCMakeTool"
290 />
291 <Tool
292 Name="VCBscMakeTool"
293 />
294 <Tool
295 Name="VCFxCopTool"
296 />
297 <Tool
298 Name="VCAppVerifierTool"
299 />
300 <Tool
301 Name="VCPostBuildEventTool"
302 />
303 </Configuration>
304 </Configurations>
305 <References>
306 </References>
307 <Files>
308 <Filter
309 Name="Header Files"
310 >
311 <File
312 RelativePath="..\Modules\_sqlite\cache.h"
313 >
314 </File>
315 <File
316 RelativePath="..\Modules\_sqlite\connection.h"
317 >
318 </File>
319 <File
320 RelativePath="..\Modules\_sqlite\cursor.h"
321 >
322 </File>
323 <File
324 RelativePath="..\Modules\_sqlite\microprotocols.h"
325 >
326 </File>
327 <File
328 RelativePath="..\Modules\_sqlite\module.h"
329 >
330 </File>
331 <File
332 RelativePath="..\Modules\_sqlite\prepare_protocol.h"
333 >
334 </File>
335 <File
336 RelativePath="..\Modules\_sqlite\row.h"
337 >
338 </File>
339 <File
340 RelativePath="..\Modules\_sqlite\sqlitecompat.h"
341 >
342 </File>
343 <File
344 RelativePath="..\Modules\_sqlite\statement.h"
345 >
346 </File>
347 <File
348 RelativePath="..\Modules\_sqlite\util.h"
349 >
350 </File>
351 </Filter>
352 <Filter
353 Name="Source Files"
354 >
355 <File
356 RelativePath="..\Modules\_sqlite\cache.c"
357 >
358 </File>
359 <File
360 RelativePath="..\Modules\_sqlite\connection.c"
361 >
362 </File>
363 <File
364 RelativePath="..\Modules\_sqlite\cursor.c"
365 >
366 </File>
367 <File
368 RelativePath="..\Modules\_sqlite\microprotocols.c"
369 >
370 </File>
371 <File
372 RelativePath="..\Modules\_sqlite\module.c"
373 >
374 </File>
375 <File
376 RelativePath="..\Modules\_sqlite\prepare_protocol.c"
377 >
378 </File>
379 <File
380 RelativePath="..\Modules\_sqlite\row.c"
381 >
382 </File>
383 <File
384 RelativePath="..\Modules\_sqlite\statement.c"
385 >
386 </File>
387 <File
388 RelativePath="..\Modules\_sqlite\util.c"
389 >
390 </File>
391 </Filter>
392 </Files>
393 <Globals>
394 </Globals>
395</VisualStudioProject>