blob: f9d77e86578733b269ac94ce4cae1823b8f0dd44 [file] [log] [blame]
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +00004 Version="9.00"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00005 Name="_bsddb"
Christian Heimes5b5e81c2007-12-31 16:14:33 +00006 ProjectGUID="{B4D38F3F-68FB-42EC-A45D-E00657BB3627}"
7 RootNamespace="_bsddb"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000011 <Platforms>
12 <Platform
Christian Heimes5b5e81c2007-12-31 16:14:33 +000013 Name="Win32"
14 />
15 <Platform
16 Name="x64"
17 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000018 </Platforms>
Christian Heimes5b5e81c2007-12-31 16:14:33 +000019 <ToolFiles>
20 </ToolFiles>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000021 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +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 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000043 <Tool
44 Name="VCCLCompilerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +000045 AdditionalIncludeDirectories="$(bsddbDir),$(bsddbDir)\.."
Christian Heimes5b5e81c2007-12-31 16:14:33 +000046 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000047 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000048 Name="VCManagedResourceCompilerTool"
49 />
50 <Tool
51 Name="VCResourceCompilerTool"
52 />
53 <Tool
54 Name="VCPreLinkEventTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000055 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000056 <Tool
57 Name="VCLinkerTool"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000058 BaseAddress="0x1e180000"
Christian Heimes5b5e81c2007-12-31 16:14:33 +000059 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000060 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000061 Name="VCALinkTool"
62 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000063 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000064 Name="VCManifestTool"
65 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000066 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000067 Name="VCXDCMakeTool"
68 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000069 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000070 Name="VCBscMakeTool"
71 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000072 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000073 Name="VCFxCopTool"
74 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000075 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000076 Name="VCAppVerifierTool"
77 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000078 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000079 Name="VCPostBuildEventTool"
80 />
81 </Configuration>
82 <Configuration
83 Name="Debug|x64"
84 ConfigurationType="2"
85 InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops"
86 CharacterSet="0"
87 >
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000088 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000089 Name="VCPreBuildEventTool"
90 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000091 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000092 Name="VCCustomBuildTool"
93 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000094 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +000095 Name="VCXMLDataGeneratorTool"
96 />
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"
99 />
100 <Tool
101 Name="VCMIDLTool"
102 TargetEnvironment="3"
103 />
104 <Tool
105 Name="VCCLCompilerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000106 AdditionalIncludeDirectories="$(bsddbDir),$(bsddbDir)\.."
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000107 />
108 <Tool
109 Name="VCManagedResourceCompilerTool"
110 />
111 <Tool
112 Name="VCResourceCompilerTool"
113 />
114 <Tool
115 Name="VCPreLinkEventTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000116 CommandLine=""
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000117 />
118 <Tool
119 Name="VCLinkerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000120 AdditionalDependencies="$(bsddbDepLibs)"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000121 BaseAddress="0x1e180000"
122 />
123 <Tool
124 Name="VCALinkTool"
125 />
126 <Tool
127 Name="VCManifestTool"
128 />
129 <Tool
130 Name="VCXDCMakeTool"
131 />
132 <Tool
133 Name="VCBscMakeTool"
134 />
135 <Tool
136 Name="VCFxCopTool"
137 />
138 <Tool
139 Name="VCAppVerifierTool"
140 />
141 <Tool
142 Name="VCPostBuildEventTool"
143 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000144 </Configuration>
145 <Configuration
146 Name="Release|Win32"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000147 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000148 InheritedPropertySheets=".\pyd.vsprops"
149 CharacterSet="0"
150 WholeProgramOptimization="1"
151 >
152 <Tool
153 Name="VCPreBuildEventTool"
154 />
155 <Tool
156 Name="VCCustomBuildTool"
157 />
158 <Tool
159 Name="VCXMLDataGeneratorTool"
160 />
161 <Tool
162 Name="VCWebServiceProxyGeneratorTool"
163 />
164 <Tool
165 Name="VCMIDLTool"
166 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000167 <Tool
168 Name="VCCLCompilerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000169 AdditionalIncludeDirectories="$(bsddbDir),$(bsddbDir)\.."
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000170 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000171 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000172 Name="VCManagedResourceCompilerTool"
173 />
174 <Tool
175 Name="VCResourceCompilerTool"
176 />
177 <Tool
178 Name="VCPreLinkEventTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000179 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000180 <Tool
181 Name="VCLinkerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000182 AdditionalDependencies="$(bsddbDepLibs)"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000183 BaseAddress="0x1e180000"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000184 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000185 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000186 Name="VCALinkTool"
187 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000188 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000189 Name="VCManifestTool"
190 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000191 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000192 Name="VCXDCMakeTool"
193 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000194 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000195 Name="VCBscMakeTool"
196 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000197 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000198 Name="VCFxCopTool"
199 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000200 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000201 Name="VCAppVerifierTool"
202 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000203 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000204 Name="VCPostBuildEventTool"
205 />
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000206 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000207 <Configuration
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000208 Name="Release|x64"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000209 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000210 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
211 CharacterSet="0"
212 WholeProgramOptimization="1"
213 >
214 <Tool
215 Name="VCPreBuildEventTool"
216 />
217 <Tool
218 Name="VCCustomBuildTool"
219 />
220 <Tool
221 Name="VCXMLDataGeneratorTool"
222 />
223 <Tool
224 Name="VCWebServiceProxyGeneratorTool"
225 />
226 <Tool
227 Name="VCMIDLTool"
228 TargetEnvironment="3"
229 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000230 <Tool
231 Name="VCCLCompilerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000232 AdditionalIncludeDirectories="$(bsddbDir),$(bsddbDir)\.."
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000233 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000234 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000235 Name="VCManagedResourceCompilerTool"
236 />
237 <Tool
238 Name="VCResourceCompilerTool"
239 />
240 <Tool
241 Name="VCPreLinkEventTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000242 CommandLine=""
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000243 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000244 <Tool
245 Name="VCLinkerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000246 AdditionalDependencies="$(bsddbDepLibs)"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000247 BaseAddress="0x1e180000"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000248 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000249 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000250 Name="VCALinkTool"
251 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000252 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000253 Name="VCManifestTool"
254 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000255 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000256 Name="VCXDCMakeTool"
257 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000258 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000259 Name="VCBscMakeTool"
260 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000261 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000262 Name="VCFxCopTool"
263 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000264 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000265 Name="VCAppVerifierTool"
266 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000267 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000268 Name="VCPostBuildEventTool"
269 />
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000270 </Configuration>
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000271 <Configuration
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000272 Name="PGInstrument|Win32"
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000273 ConfigurationType="2"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000274 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
275 CharacterSet="0"
276 WholeProgramOptimization="1"
277 >
278 <Tool
279 Name="VCPreBuildEventTool"
280 />
281 <Tool
282 Name="VCCustomBuildTool"
283 />
284 <Tool
285 Name="VCXMLDataGeneratorTool"
286 />
287 <Tool
288 Name="VCWebServiceProxyGeneratorTool"
289 />
290 <Tool
291 Name="VCMIDLTool"
292 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000293 <Tool
294 Name="VCCLCompilerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000295 AdditionalIncludeDirectories="$(bsddbDir),$(bsddbDir)\.."
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000296 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000297 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000298 Name="VCManagedResourceCompilerTool"
299 />
300 <Tool
301 Name="VCResourceCompilerTool"
302 />
303 <Tool
304 Name="VCPreLinkEventTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000305 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000306 <Tool
307 Name="VCLinkerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000308 AdditionalDependencies="$(bsddbDepLibs)"
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000309 BaseAddress="0x1e180000"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000310 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000311 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000312 Name="VCALinkTool"
313 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000314 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000315 Name="VCManifestTool"
316 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000317 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000318 Name="VCXDCMakeTool"
319 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000320 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000321 Name="VCBscMakeTool"
322 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000323 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000324 Name="VCFxCopTool"
325 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000326 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000327 Name="VCAppVerifierTool"
328 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000329 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000330 Name="VCPostBuildEventTool"
331 />
332 </Configuration>
333 <Configuration
334 Name="PGInstrument|x64"
335 ConfigurationType="2"
336 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
337 CharacterSet="0"
338 WholeProgramOptimization="1"
339 >
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000340 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000341 Name="VCPreBuildEventTool"
342 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000343 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000344 Name="VCCustomBuildTool"
345 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000346 <Tool
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000347 Name="VCXMLDataGeneratorTool"
348 />
349 <Tool
350 Name="VCWebServiceProxyGeneratorTool"
351 />
352 <Tool
353 Name="VCMIDLTool"
354 TargetEnvironment="3"
355 />
356 <Tool
357 Name="VCCLCompilerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000358 AdditionalIncludeDirectories="$(bsddbDir),$(bsddbDir)\.."
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000359 />
360 <Tool
361 Name="VCManagedResourceCompilerTool"
362 />
363 <Tool
364 Name="VCResourceCompilerTool"
365 />
366 <Tool
367 Name="VCPreLinkEventTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000368 />
369 <Tool
370 Name="VCLinkerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000371 AdditionalDependencies="$(bsddbDepLibs)"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000372 BaseAddress="0x1e180000"
373 TargetMachine="17"
374 />
375 <Tool
376 Name="VCALinkTool"
377 />
378 <Tool
379 Name="VCManifestTool"
380 />
381 <Tool
382 Name="VCXDCMakeTool"
383 />
384 <Tool
385 Name="VCBscMakeTool"
386 />
387 <Tool
388 Name="VCFxCopTool"
389 />
390 <Tool
391 Name="VCAppVerifierTool"
392 />
393 <Tool
394 Name="VCPostBuildEventTool"
395 />
396 </Configuration>
397 <Configuration
398 Name="PGUpdate|Win32"
399 ConfigurationType="2"
400 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
401 CharacterSet="0"
402 WholeProgramOptimization="1"
403 >
404 <Tool
405 Name="VCPreBuildEventTool"
406 />
407 <Tool
408 Name="VCCustomBuildTool"
409 />
410 <Tool
411 Name="VCXMLDataGeneratorTool"
412 />
413 <Tool
414 Name="VCWebServiceProxyGeneratorTool"
415 />
416 <Tool
417 Name="VCMIDLTool"
418 />
419 <Tool
420 Name="VCCLCompilerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000421 AdditionalIncludeDirectories="$(bsddbDir),$(bsddbDir)\.."
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000422 />
423 <Tool
424 Name="VCManagedResourceCompilerTool"
425 />
426 <Tool
427 Name="VCResourceCompilerTool"
428 />
429 <Tool
430 Name="VCPreLinkEventTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000431 />
432 <Tool
433 Name="VCLinkerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000434 AdditionalDependencies="$(bsddbDepLibs)"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000435 BaseAddress="0x1e180000"
436 />
437 <Tool
438 Name="VCALinkTool"
439 />
440 <Tool
441 Name="VCManifestTool"
442 />
443 <Tool
444 Name="VCXDCMakeTool"
445 />
446 <Tool
447 Name="VCBscMakeTool"
448 />
449 <Tool
450 Name="VCFxCopTool"
451 />
452 <Tool
453 Name="VCAppVerifierTool"
454 />
455 <Tool
456 Name="VCPostBuildEventTool"
457 />
458 </Configuration>
459 <Configuration
460 Name="PGUpdate|x64"
461 ConfigurationType="2"
462 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
463 CharacterSet="0"
464 WholeProgramOptimization="1"
465 >
466 <Tool
467 Name="VCPreBuildEventTool"
468 />
469 <Tool
470 Name="VCCustomBuildTool"
471 />
472 <Tool
473 Name="VCXMLDataGeneratorTool"
474 />
475 <Tool
476 Name="VCWebServiceProxyGeneratorTool"
477 />
478 <Tool
479 Name="VCMIDLTool"
480 TargetEnvironment="3"
481 />
482 <Tool
483 Name="VCCLCompilerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000484 AdditionalIncludeDirectories="$(bsddbDir),$(bsddbDir)\.."
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000485 />
486 <Tool
487 Name="VCManagedResourceCompilerTool"
488 />
489 <Tool
490 Name="VCResourceCompilerTool"
491 />
492 <Tool
493 Name="VCPreLinkEventTool"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000494 />
495 <Tool
496 Name="VCLinkerTool"
Christian Heimesd5e2b6f2008-03-19 21:50:51 +0000497 AdditionalDependencies="$(bsddbDepLibs)"
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000498 BaseAddress="0x1e180000"
499 TargetMachine="17"
500 />
501 <Tool
502 Name="VCALinkTool"
503 />
504 <Tool
505 Name="VCManifestTool"
506 />
507 <Tool
508 Name="VCXDCMakeTool"
509 />
510 <Tool
511 Name="VCBscMakeTool"
512 />
513 <Tool
514 Name="VCFxCopTool"
515 />
516 <Tool
517 Name="VCAppVerifierTool"
518 />
519 <Tool
520 Name="VCPostBuildEventTool"
521 />
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000522 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000523 </Configurations>
524 <References>
525 </References>
526 <Files>
Christian Heimes5b5e81c2007-12-31 16:14:33 +0000527 <Filter
528 Name="Header Files"
529 >
530 <File
531 RelativePath="..\Modules\bsddb.h"
532 >
533 </File>
534 </Filter>
535 <Filter
536 Name="Source Files"
537 >
538 <File
539 RelativePath="..\Modules\_bsddb.c"
540 >
541 </File>
542 </Filter>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000543 </Files>
544 <Globals>
545 </Globals>
546</VisualStudioProject>