blob: 646c5453fc2420ad95adcaa9395c6a81e9046208 [file] [log] [blame]
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00004 Version="9,00"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00005 Name="_sqlite3"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00006 ProjectGUID="{13CECB97-4119-4316-9D42-8534019A5A44}"
7 RootNamespace="_sqlite3"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000011 <Platforms>
12 <Platform
Christian Heimes5b5e81c2007-12-31 16:14:33 +000013 Name="Win32"
14 />
15 <Platform
16 Name="x64"
17 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000018 </Platforms>
Christian Heimes5b5e81c2007-12-31 16:14:33 +000019 <ToolFiles>
20 </ToolFiles>
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000021 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000024 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000025 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 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000043 <Tool
44 Name="VCCLCompilerTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000045 AdditionalIncludeDirectories="$(sqlite3Dir)"
46 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
47 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000048 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000049 Name="VCManagedResourceCompilerTool"
50 />
51 <Tool
52 Name="VCResourceCompilerTool"
53 />
54 <Tool
55 Name="VCPreLinkEventTool"
56 Description="Build sqlite3 libs and dll"
57 CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /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 &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
58 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000059 <Tool
60 Name="VCLinkerTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000061 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000062 BaseAddress="0x1e180000"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000063 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000064 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000065 Name="VCALinkTool"
66 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000067 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000068 Name="VCManifestTool"
69 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000070 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000071 Name="VCXDCMakeTool"
72 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000073 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000074 Name="VCBscMakeTool"
75 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000076 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000077 Name="VCFxCopTool"
78 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000079 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000080 Name="VCAppVerifierTool"
81 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000082 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000083 Name="VCPostBuildEventTool"
84 />
85 </Configuration>
86 <Configuration
87 Name="Debug|x64"
88 ConfigurationType="2"
89 InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops"
90 CharacterSet="0"
91 >
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000092 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000093 Name="VCPreBuildEventTool"
94 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000095 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000096 Name="VCCustomBuildTool"
97 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000098 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000099 Name="VCXMLDataGeneratorTool"
100 />
101 <Tool
102 Name="VCWebServiceProxyGeneratorTool"
103 />
104 <Tool
105 Name="VCMIDLTool"
106 TargetEnvironment="3"
107 />
108 <Tool
109 Name="VCCLCompilerTool"
110 AdditionalIncludeDirectories="$(sqlite3Dir)"
111 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
112 />
113 <Tool
114 Name="VCManagedResourceCompilerTool"
115 />
116 <Tool
117 Name="VCResourceCompilerTool"
118 />
119 <Tool
120 Name="VCPreLinkEventTool"
121 Description="Build sqlite3 libs and dll"
122 CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /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 &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
123 />
124 <Tool
125 Name="VCLinkerTool"
126 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
127 BaseAddress="0x1e180000"
128 />
129 <Tool
130 Name="VCALinkTool"
131 />
132 <Tool
133 Name="VCManifestTool"
134 />
135 <Tool
136 Name="VCXDCMakeTool"
137 />
138 <Tool
139 Name="VCBscMakeTool"
140 />
141 <Tool
142 Name="VCFxCopTool"
143 />
144 <Tool
145 Name="VCAppVerifierTool"
146 />
147 <Tool
148 Name="VCPostBuildEventTool"
149 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000150 </Configuration>
151 <Configuration
152 Name="Release|Win32"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000153 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000154 InheritedPropertySheets=".\pyd.vsprops"
155 CharacterSet="0"
156 WholeProgramOptimization="1"
157 >
158 <Tool
159 Name="VCPreBuildEventTool"
160 />
161 <Tool
162 Name="VCCustomBuildTool"
163 />
164 <Tool
165 Name="VCXMLDataGeneratorTool"
166 />
167 <Tool
168 Name="VCWebServiceProxyGeneratorTool"
169 />
170 <Tool
171 Name="VCMIDLTool"
172 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000173 <Tool
174 Name="VCCLCompilerTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000175 AdditionalIncludeDirectories="$(sqlite3Dir)"
176 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
177 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000178 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000179 Name="VCManagedResourceCompilerTool"
180 />
181 <Tool
182 Name="VCResourceCompilerTool"
183 />
184 <Tool
185 Name="VCPreLinkEventTool"
186 Description="Build sqlite3 libs and dll"
187 CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /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 &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
188 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000189 <Tool
190 Name="VCLinkerTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000191 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000192 BaseAddress="0x1e180000"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000193 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000194 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000195 Name="VCALinkTool"
196 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000197 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000198 Name="VCManifestTool"
199 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000200 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000201 Name="VCXDCMakeTool"
202 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000203 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000204 Name="VCBscMakeTool"
205 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000206 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000207 Name="VCFxCopTool"
208 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000209 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000210 Name="VCAppVerifierTool"
211 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000212 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000213 Name="VCPostBuildEventTool"
214 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000215 </Configuration>
216 <Configuration
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000217 Name="Release|x64"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000218 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000219 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
220 CharacterSet="0"
221 WholeProgramOptimization="1"
222 >
223 <Tool
224 Name="VCPreBuildEventTool"
225 />
226 <Tool
227 Name="VCCustomBuildTool"
228 />
229 <Tool
230 Name="VCXMLDataGeneratorTool"
231 />
232 <Tool
233 Name="VCWebServiceProxyGeneratorTool"
234 />
235 <Tool
236 Name="VCMIDLTool"
237 TargetEnvironment="3"
238 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000239 <Tool
240 Name="VCCLCompilerTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000241 AdditionalIncludeDirectories="$(sqlite3Dir)"
242 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
243 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000244 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000245 Name="VCManagedResourceCompilerTool"
246 />
247 <Tool
248 Name="VCResourceCompilerTool"
249 />
250 <Tool
251 Name="VCPreLinkEventTool"
252 Description="Build sqlite3 libs and dll"
253 CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /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 &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
254 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000255 <Tool
256 Name="VCLinkerTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000257 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000258 BaseAddress="0x1e180000"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000259 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000260 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000261 Name="VCALinkTool"
262 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000263 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000264 Name="VCManifestTool"
265 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000266 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000267 Name="VCXDCMakeTool"
268 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000269 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000270 Name="VCBscMakeTool"
271 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000272 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000273 Name="VCFxCopTool"
274 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000275 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000276 Name="VCAppVerifierTool"
277 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000278 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000279 Name="VCPostBuildEventTool"
280 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000281 </Configuration>
282 <Configuration
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000283 Name="PGInstrument|Win32"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000284 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000285 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
286 CharacterSet="0"
287 WholeProgramOptimization="1"
288 >
289 <Tool
290 Name="VCPreBuildEventTool"
291 />
292 <Tool
293 Name="VCCustomBuildTool"
294 />
295 <Tool
296 Name="VCXMLDataGeneratorTool"
297 />
298 <Tool
299 Name="VCWebServiceProxyGeneratorTool"
300 />
301 <Tool
302 Name="VCMIDLTool"
303 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000304 <Tool
305 Name="VCCLCompilerTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000306 AdditionalIncludeDirectories="$(sqlite3Dir)"
307 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
308 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000309 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000310 Name="VCManagedResourceCompilerTool"
311 />
312 <Tool
313 Name="VCResourceCompilerTool"
314 />
315 <Tool
316 Name="VCPreLinkEventTool"
317 Description="Build sqlite3 libs and dll"
318 CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /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 &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
319 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000320 <Tool
321 Name="VCLinkerTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000322 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000323 BaseAddress="0x1e180000"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000324 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000325 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000326 Name="VCALinkTool"
327 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000328 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000329 Name="VCManifestTool"
330 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000331 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000332 Name="VCXDCMakeTool"
333 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000334 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000335 Name="VCBscMakeTool"
336 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000337 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000338 Name="VCFxCopTool"
339 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000340 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000341 Name="VCAppVerifierTool"
342 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000343 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000344 Name="VCPostBuildEventTool"
345 />
346 </Configuration>
347 <Configuration
348 Name="PGInstrument|x64"
349 ConfigurationType="2"
350 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
351 CharacterSet="0"
352 WholeProgramOptimization="1"
353 >
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000354 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000355 Name="VCPreBuildEventTool"
356 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000357 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000358 Name="VCCustomBuildTool"
359 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000360 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000361 Name="VCXMLDataGeneratorTool"
362 />
363 <Tool
364 Name="VCWebServiceProxyGeneratorTool"
365 />
366 <Tool
367 Name="VCMIDLTool"
368 TargetEnvironment="3"
369 />
370 <Tool
371 Name="VCCLCompilerTool"
372 AdditionalIncludeDirectories="$(sqlite3Dir)"
373 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
374 />
375 <Tool
376 Name="VCManagedResourceCompilerTool"
377 />
378 <Tool
379 Name="VCResourceCompilerTool"
380 />
381 <Tool
382 Name="VCPreLinkEventTool"
383 Description="Build sqlite3 libs and dll"
384 CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /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 &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
385 />
386 <Tool
387 Name="VCLinkerTool"
388 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
389 BaseAddress="0x1e180000"
390 TargetMachine="17"
391 />
392 <Tool
393 Name="VCALinkTool"
394 />
395 <Tool
396 Name="VCManifestTool"
397 />
398 <Tool
399 Name="VCXDCMakeTool"
400 />
401 <Tool
402 Name="VCBscMakeTool"
403 />
404 <Tool
405 Name="VCFxCopTool"
406 />
407 <Tool
408 Name="VCAppVerifierTool"
409 />
410 <Tool
411 Name="VCPostBuildEventTool"
412 />
413 </Configuration>
414 <Configuration
415 Name="PGUpdate|Win32"
416 ConfigurationType="2"
417 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
418 CharacterSet="0"
419 WholeProgramOptimization="1"
420 >
421 <Tool
422 Name="VCPreBuildEventTool"
423 />
424 <Tool
425 Name="VCCustomBuildTool"
426 />
427 <Tool
428 Name="VCXMLDataGeneratorTool"
429 />
430 <Tool
431 Name="VCWebServiceProxyGeneratorTool"
432 />
433 <Tool
434 Name="VCMIDLTool"
435 />
436 <Tool
437 Name="VCCLCompilerTool"
438 AdditionalIncludeDirectories="$(sqlite3Dir)"
439 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
440 />
441 <Tool
442 Name="VCManagedResourceCompilerTool"
443 />
444 <Tool
445 Name="VCResourceCompilerTool"
446 />
447 <Tool
448 Name="VCPreLinkEventTool"
449 Description="Build sqlite3 libs and dll"
450 CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /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 &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
451 />
452 <Tool
453 Name="VCLinkerTool"
454 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
455 BaseAddress="0x1e180000"
456 />
457 <Tool
458 Name="VCALinkTool"
459 />
460 <Tool
461 Name="VCManifestTool"
462 />
463 <Tool
464 Name="VCXDCMakeTool"
465 />
466 <Tool
467 Name="VCBscMakeTool"
468 />
469 <Tool
470 Name="VCFxCopTool"
471 />
472 <Tool
473 Name="VCAppVerifierTool"
474 />
475 <Tool
476 Name="VCPostBuildEventTool"
477 />
478 </Configuration>
479 <Configuration
480 Name="PGUpdate|x64"
481 ConfigurationType="2"
482 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
483 CharacterSet="0"
484 WholeProgramOptimization="1"
485 >
486 <Tool
487 Name="VCPreBuildEventTool"
488 />
489 <Tool
490 Name="VCCustomBuildTool"
491 />
492 <Tool
493 Name="VCXMLDataGeneratorTool"
494 />
495 <Tool
496 Name="VCWebServiceProxyGeneratorTool"
497 />
498 <Tool
499 Name="VCMIDLTool"
500 TargetEnvironment="3"
501 />
502 <Tool
503 Name="VCCLCompilerTool"
504 AdditionalIncludeDirectories="$(sqlite3Dir)"
505 PreprocessorDefinitions="MODULE_NAME=\&quot;sqlite3\&quot;"
506 />
507 <Tool
508 Name="VCManagedResourceCompilerTool"
509 />
510 <Tool
511 Name="VCResourceCompilerTool"
512 />
513 <Tool
514 Name="VCPreLinkEventTool"
515 Description="Build sqlite3 libs and dll"
516 CommandLine="cd &quot;$(sqlite3Dir)&quot;&#x0D;&#x0A;if not exist &quot;$(OutDir)\sqlite3.dll&quot; if exist $(PlatformName)\sqlite3.dll copy $(PlatformName)\sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;if exist $(PlatformName)\sqlite3.lib exit 0&#x0D;&#x0A;if not exist $(PlatformName) mkdir $(PlatformName)&#x0D;&#x0A;cd $(PlatformName)&#x0D;&#x0A;cl /DNO_TCL /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 &quot;$(OutDir)\sqlite3.dll&quot; copy sqlite3.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
517 />
518 <Tool
519 Name="VCLinkerTool"
520 AdditionalDependencies="$(sqlite3Dir)\$(PlatformName)\sqlite3.lib"
521 BaseAddress="0x1e180000"
522 TargetMachine="17"
523 />
524 <Tool
525 Name="VCALinkTool"
526 />
527 <Tool
528 Name="VCManifestTool"
529 />
530 <Tool
531 Name="VCXDCMakeTool"
532 />
533 <Tool
534 Name="VCBscMakeTool"
535 />
536 <Tool
537 Name="VCFxCopTool"
538 />
539 <Tool
540 Name="VCAppVerifierTool"
541 />
542 <Tool
543 Name="VCPostBuildEventTool"
544 />
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000545 </Configuration>
546 </Configurations>
547 <References>
548 </References>
549 <Files>
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000550 <Filter
551 Name="Header Files"
552 >
553 <File
554 RelativePath="..\Modules\_sqlite\cache.h"
555 >
556 </File>
557 <File
558 RelativePath="..\Modules\_sqlite\connection.h"
559 >
560 </File>
561 <File
562 RelativePath="..\Modules\_sqlite\cursor.h"
563 >
564 </File>
565 <File
566 RelativePath="..\Modules\_sqlite\microprotocols.h"
567 >
568 </File>
569 <File
570 RelativePath="..\Modules\_sqlite\module.h"
571 >
572 </File>
573 <File
574 RelativePath="..\Modules\_sqlite\prepare_protocol.h"
575 >
576 </File>
577 <File
578 RelativePath="..\Modules\_sqlite\row.h"
579 >
580 </File>
581 <File
582 RelativePath="..\Modules\_sqlite\sqlitecompat.h"
583 >
584 </File>
585 <File
586 RelativePath="..\Modules\_sqlite\statement.h"
587 >
588 </File>
589 <File
590 RelativePath="..\Modules\_sqlite\util.h"
591 >
592 </File>
593 </Filter>
594 <Filter
595 Name="Source Files"
596 >
597 <File
598 RelativePath="..\Modules\_sqlite\cache.c"
599 >
600 </File>
601 <File
602 RelativePath="..\Modules\_sqlite\connection.c"
603 >
604 </File>
605 <File
606 RelativePath="..\Modules\_sqlite\cursor.c"
607 >
608 </File>
609 <File
610 RelativePath="..\Modules\_sqlite\microprotocols.c"
611 >
612 </File>
613 <File
614 RelativePath="..\Modules\_sqlite\module.c"
615 >
616 </File>
617 <File
618 RelativePath="..\Modules\_sqlite\prepare_protocol.c"
619 >
620 </File>
621 <File
622 RelativePath="..\Modules\_sqlite\row.c"
623 >
624 </File>
625 <File
626 RelativePath="..\Modules\_sqlite\statement.c"
627 >
628 </File>
629 <File
630 RelativePath="..\Modules\_sqlite\util.c"
631 >
632 </File>
633 </Filter>
Thomas Wouters49fd7fa2006-04-21 10:40:58 +0000634 </Files>
635 <Globals>
636 </Globals>
637</VisualStudioProject>