blob: 4a612a440cee66b6f7fe811d8e6163d8fdfdb0ec [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++"
4 Version="7.10"
5 Name="_bsddb"
6 SccProjectName="_bsddb"
7 SccLocalPath="..">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-debug\_bsddb"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
Martin v. Löwisf6f79252006-03-13 13:48:05 +000023 AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.4.20\build_win32&quot;"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000024 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
25 RuntimeLibrary="3"
26 UsePrecompiledHeader="2"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000027 WarningLevel="3"
28 SuppressStartupBanner="TRUE"
29 DebugInformationFormat="3"
30 CompileAs="0"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
Martin v. Löwisf6f79252006-03-13 13:48:05 +000035 AdditionalDependencies="..\..\db-4.4.20\build_win32\Debug\libdb44sd.lib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000036 OutputFile="./_bsddb_d.pyd"
37 LinkIncremental="1"
38 SuppressStartupBanner="TRUE"
Martin v. Löwisf6f79252006-03-13 13:48:05 +000039 IgnoreDefaultLibraryNames=""
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000040 GenerateDebugInformation="TRUE"
41 ProgramDatabaseFile=".\./_bsddb_d.pdb"
42 SubSystem="2"
43 BaseAddress="0x1e180000"
44 ImportLibrary=".\./_bsddb_d.lib"
45 TargetMachine="1"/>
46 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +000047 Name="VCMIDLTool"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000048 <Tool
49 Name="VCPostBuildEventTool"/>
50 <Tool
51 Name="VCPreBuildEventTool"/>
52 <Tool
53 Name="VCPreLinkEventTool"/>
54 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +000055 Name="VCResourceCompilerTool"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000056 <Tool
57 Name="VCWebServiceProxyGeneratorTool"/>
58 <Tool
59 Name="VCXMLDataGeneratorTool"/>
60 <Tool
61 Name="VCWebDeploymentTool"/>
62 <Tool
63 Name="VCManagedWrapperGeneratorTool"/>
64 <Tool
65 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66 </Configuration>
67 <Configuration
68 Name="Release|Win32"
69 OutputDirectory=".\."
70 IntermediateDirectory=".\x86-temp-release\_bsddb"
71 ConfigurationType="2"
72 UseOfMFC="0"
73 ATLMinimizesCRunTimeLibraryUsage="FALSE">
74 <Tool
75 Name="VCCLCompilerTool"
76 Optimization="2"
77 InlineFunctionExpansion="1"
Martin v. Löwisf6f79252006-03-13 13:48:05 +000078 AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.4.20\build_win32&quot;"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000079 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
80 StringPooling="TRUE"
81 RuntimeLibrary="2"
82 EnableFunctionLevelLinking="TRUE"
83 UsePrecompiledHeader="2"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000084 WarningLevel="3"
85 SuppressStartupBanner="TRUE"
86 DebugInformationFormat="3"
87 CompileAs="0"/>
88 <Tool
89 Name="VCCustomBuildTool"/>
90 <Tool
91 Name="VCLinkerTool"
Martin v. Löwisf6f79252006-03-13 13:48:05 +000092 AdditionalDependencies="..\..\db-4.4.20\build_win32\Release\libdb44s.lib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000093 OutputFile="./_bsddb.pyd"
94 LinkIncremental="1"
95 SuppressStartupBanner="TRUE"
Martin v. Löwisf6f79252006-03-13 13:48:05 +000096 IgnoreDefaultLibraryNames=""
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000097 GenerateDebugInformation="TRUE"
98 ProgramDatabaseFile=".\./_bsddb.pdb"
99 SubSystem="2"
100 BaseAddress="0x1e180000"
101 ImportLibrary=".\./_bsddb.lib"
102 TargetMachine="1"/>
103 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +0000104 Name="VCMIDLTool"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000105 <Tool
106 Name="VCPostBuildEventTool"/>
107 <Tool
108 Name="VCPreBuildEventTool"/>
109 <Tool
110 Name="VCPreLinkEventTool"/>
111 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +0000112 Name="VCResourceCompilerTool"/>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"/>
115 <Tool
116 Name="VCXMLDataGeneratorTool"/>
117 <Tool
118 Name="VCWebDeploymentTool"/>
119 <Tool
120 Name="VCManagedWrapperGeneratorTool"/>
121 <Tool
122 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
123 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000124 <Configuration
125 Name="ReleaseItanium|Win32"
126 OutputDirectory="./."
127 IntermediateDirectory=".\ia64-temp-release\_bsddb"
128 ConfigurationType="2"
129 UseOfMFC="0"
130 ATLMinimizesCRunTimeLibraryUsage="FALSE">
131 <Tool
132 Name="VCCLCompilerTool"
133 AdditionalOptions=" /USECL:MS_ITANIUM"
134 Optimization="2"
135 InlineFunctionExpansion="1"
Martin v. Löwis07b35082006-04-21 13:48:26 +0000136 AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.4.20\build_win32&quot;"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000137 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
138 StringPooling="TRUE"
139 BasicRuntimeChecks="0"
140 RuntimeLibrary="2"
141 BufferSecurityCheck="FALSE"
142 EnableFunctionLevelLinking="TRUE"
143 UsePrecompiledHeader="2"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000144 WarningLevel="3"
145 SuppressStartupBanner="TRUE"
146 Detect64BitPortabilityProblems="TRUE"
147 DebugInformationFormat="3"
148 CompileAs="0"/>
149 <Tool
150 Name="VCCustomBuildTool"/>
151 <Tool
152 Name="VCLinkerTool"
153 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
Martin v. Löwisb0912412006-03-13 15:37:40 +0000154 AdditionalDependencies="..\..\db-4.4.20\build_win32\Release_IA64\libdb44s.lib"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000155 OutputFile="./_bsddb.pyd"
156 LinkIncremental="1"
157 SuppressStartupBanner="TRUE"
Martin v. Löwisf6f79252006-03-13 13:48:05 +0000158 IgnoreDefaultLibraryNames=""
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000159 GenerateDebugInformation="TRUE"
160 ProgramDatabaseFile=".\./_bsddb.pdb"
161 SubSystem="2"
162 BaseAddress="0x1e180000"
163 ImportLibrary=".\./_bsddb.lib"
164 TargetMachine="0"/>
165 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +0000166 Name="VCMIDLTool"/>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000167 <Tool
168 Name="VCPostBuildEventTool"/>
169 <Tool
170 Name="VCPreBuildEventTool"/>
171 <Tool
172 Name="VCPreLinkEventTool"/>
173 <Tool
Martin v. Löwis532bc032006-01-03 07:38:51 +0000174 Name="VCResourceCompilerTool"/>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000175 <Tool
176 Name="VCWebServiceProxyGeneratorTool"/>
177 <Tool
178 Name="VCXMLDataGeneratorTool"/>
179 <Tool
180 Name="VCWebDeploymentTool"/>
181 <Tool
182 Name="VCManagedWrapperGeneratorTool"/>
183 <Tool
184 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
185 </Configuration>
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000186 <Configuration
187 Name="ReleaseAMD64|Win32"
188 OutputDirectory="."
189 IntermediateDirectory="amd64-temp-release\_bsddb"
190 ConfigurationType="2"
191 UseOfMFC="0"
192 ATLMinimizesCRunTimeLibraryUsage="FALSE">
193 <Tool
194 Name="VCCLCompilerTool"
Martin v. Löwis79b0f852006-04-26 17:19:44 +0000195 AdditionalOptions=" /USECL:MS_OPTERON /GS-"
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000196 Optimization="2"
197 InlineFunctionExpansion="1"
Martin v. Löwis07b35082006-04-21 13:48:26 +0000198 AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.4.20\build_win32&quot;"
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000199 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
200 StringPooling="TRUE"
201 BasicRuntimeChecks="0"
202 RuntimeLibrary="2"
203 BufferSecurityCheck="FALSE"
204 EnableFunctionLevelLinking="TRUE"
205 UsePrecompiledHeader="2"
206 WarningLevel="3"
207 SuppressStartupBanner="TRUE"
208 Detect64BitPortabilityProblems="TRUE"
209 DebugInformationFormat="3"
210 CompileAs="0"/>
211 <Tool
212 Name="VCCustomBuildTool"/>
213 <Tool
214 Name="VCLinkerTool"
215 AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
Martin v. Löwisb0912412006-03-13 15:37:40 +0000216 AdditionalDependencies="..\..\db-4.4.20\build_win32\Release_AMD64\libdb44s.lib"
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000217 OutputFile="./_bsddb.pyd"
218 LinkIncremental="1"
219 SuppressStartupBanner="TRUE"
Martin v. Löwisf6f79252006-03-13 13:48:05 +0000220 IgnoreDefaultLibraryNames=""
Martin v. Löwis856bf9a2006-02-14 20:42:55 +0000221 GenerateDebugInformation="TRUE"
222 ProgramDatabaseFile=".\./_bsddb.pdb"
223 SubSystem="2"
224 BaseAddress="0x1e180000"
225 ImportLibrary=".\./_bsddb.lib"
226 TargetMachine="0"/>
227 <Tool
228 Name="VCMIDLTool"/>
229 <Tool
230 Name="VCPostBuildEventTool"/>
231 <Tool
232 Name="VCPreBuildEventTool"/>
233 <Tool
234 Name="VCPreLinkEventTool"/>
235 <Tool
236 Name="VCResourceCompilerTool"/>
237 <Tool
238 Name="VCWebServiceProxyGeneratorTool"/>
239 <Tool
240 Name="VCXMLDataGeneratorTool"/>
241 <Tool
242 Name="VCWebDeploymentTool"/>
243 <Tool
244 Name="VCManagedWrapperGeneratorTool"/>
245 <Tool
246 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
247 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000248 </Configurations>
249 <References>
250 </References>
251 <Files>
252 <File
253 RelativePath="..\Modules\_bsddb.c">
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000254 </File>
255 </Files>
256 <Globals>
257 </Globals>
258</VisualStudioProject>