diff options
Diffstat (limited to '')
4 files changed, 713 insertions, 0 deletions
diff --git a/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005.sln b/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005.sln new file mode 100755 index 0000000..a1f2084 --- /dev/null +++ b/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005.sln | |||
@@ -0,0 +1,20 @@ | |||
1 | | ||
2 | Microsoft Visual Studio Solution File, Format Version 9.00 | ||
3 | # Visual C++ Express 2005 | ||
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite_vs2005", "sqlite_vs2005\sqlite_vs2005.vcproj", "{5E4E7BB0-CF29-493E-A983-C0E5FCF66F44}" | ||
5 | EndProject | ||
6 | Global | ||
7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
8 | Debug|Win32 = Debug|Win32 | ||
9 | Release|Win32 = Release|Win32 | ||
10 | EndGlobalSection | ||
11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
12 | {5E4E7BB0-CF29-493E-A983-C0E5FCF66F44}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
13 | {5E4E7BB0-CF29-493E-A983-C0E5FCF66F44}.Debug|Win32.Build.0 = Debug|Win32 | ||
14 | {5E4E7BB0-CF29-493E-A983-C0E5FCF66F44}.Release|Win32.ActiveCfg = Release|Win32 | ||
15 | {5E4E7BB0-CF29-493E-A983-C0E5FCF66F44}.Release|Win32.Build.0 = Release|Win32 | ||
16 | EndGlobalSection | ||
17 | GlobalSection(SolutionProperties) = preSolution | ||
18 | HideSolutionNode = FALSE | ||
19 | EndGlobalSection | ||
20 | EndGlobal | ||
diff --git a/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite3.def b/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite3.def new file mode 100755 index 0000000..9eb6a4e --- /dev/null +++ b/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite3.def | |||
@@ -0,0 +1,131 @@ | |||
1 | EXPORTS | ||
2 | sqlite3_aggregate_context | ||
3 | sqlite3_aggregate_count | ||
4 | sqlite3_apis | ||
5 | sqlite3_auto_extension | ||
6 | sqlite3_bind_blob | ||
7 | sqlite3_bind_double | ||
8 | sqlite3_bind_int | ||
9 | sqlite3_bind_int64 | ||
10 | sqlite3_bind_null | ||
11 | sqlite3_bind_parameter_count | ||
12 | sqlite3_bind_parameter_index | ||
13 | sqlite3_bind_parameter_name | ||
14 | sqlite3_bind_text | ||
15 | sqlite3_bind_text16 | ||
16 | sqlite3_bind_value | ||
17 | sqlite3_bind_zeroblob | ||
18 | sqlite3_blob_bytes | ||
19 | sqlite3_blob_close | ||
20 | sqlite3_blob_open | ||
21 | sqlite3_blob_read | ||
22 | sqlite3_blob_write | ||
23 | sqlite3_busy_handler | ||
24 | sqlite3_busy_timeout | ||
25 | sqlite3_changes | ||
26 | sqlite3_clear_bindings | ||
27 | sqlite3_close | ||
28 | sqlite3_collation_needed | ||
29 | sqlite3_collation_needed16 | ||
30 | sqlite3_column_blob | ||
31 | sqlite3_column_bytes | ||
32 | sqlite3_column_bytes16 | ||
33 | sqlite3_column_count | ||
34 | sqlite3_column_decltype | ||
35 | sqlite3_column_decltype16 | ||
36 | sqlite3_column_double | ||
37 | sqlite3_column_int | ||
38 | sqlite3_column_int64 | ||
39 | sqlite3_column_name | ||
40 | sqlite3_column_name16 | ||
41 | sqlite3_column_text | ||
42 | sqlite3_column_text16 | ||
43 | sqlite3_column_type | ||
44 | sqlite3_column_value | ||
45 | sqlite3_commit_hook | ||
46 | sqlite3_complete | ||
47 | sqlite3_complete16 | ||
48 | sqlite3_create_collation | ||
49 | sqlite3_create_collation16 | ||
50 | sqlite3_create_collation_v2 | ||
51 | sqlite3_create_function | ||
52 | sqlite3_create_function16 | ||
53 | sqlite3_create_module | ||
54 | sqlite3_create_module_v2 | ||
55 | sqlite3_data_count | ||
56 | sqlite3_db_handle | ||
57 | sqlite3_declare_vtab | ||
58 | sqlite3_enable_load_extension | ||
59 | sqlite3_enable_shared_cache | ||
60 | sqlite3_errcode | ||
61 | sqlite3_errmsg | ||
62 | sqlite3_errmsg16 | ||
63 | sqlite3_exec | ||
64 | sqlite3_expired | ||
65 | sqlite3_extended_result_codes | ||
66 | sqlite3_finalize | ||
67 | sqlite3_free | ||
68 | sqlite3_free_table | ||
69 | sqlite3_get_autocommit | ||
70 | sqlite3_get_auxdata | ||
71 | sqlite3_get_table | ||
72 | sqlite3_global_recover | ||
73 | sqlite3_interrupt | ||
74 | sqlite3_last_insert_rowid | ||
75 | sqlite3_libversion | ||
76 | sqlite3_libversion_number | ||
77 | sqlite3_load_extension | ||
78 | sqlite3_malloc | ||
79 | sqlite3_mprintf | ||
80 | sqlite3_open | ||
81 | sqlite3_open16 | ||
82 | sqlite3_overload_function | ||
83 | sqlite3_prepare | ||
84 | sqlite3_prepare16 | ||
85 | sqlite3_prepare16_v2 | ||
86 | sqlite3_prepare_v2 | ||
87 | sqlite3_profile | ||
88 | sqlite3_progress_handler | ||
89 | sqlite3_realloc | ||
90 | sqlite3_reset | ||
91 | sqlite3_reset_auto_extension | ||
92 | sqlite3_result_blob | ||
93 | sqlite3_result_double | ||
94 | sqlite3_result_error | ||
95 | sqlite3_result_error16 | ||
96 | sqlite3_result_error_toobig | ||
97 | sqlite3_result_int | ||
98 | sqlite3_result_int64 | ||
99 | sqlite3_result_null | ||
100 | sqlite3_result_text | ||
101 | sqlite3_result_text16 | ||
102 | sqlite3_result_text16be | ||
103 | sqlite3_result_text16le | ||
104 | sqlite3_result_value | ||
105 | sqlite3_result_zeroblob | ||
106 | sqlite3_rollback_hook | ||
107 | sqlite3_set_authorizer | ||
108 | sqlite3_set_auxdata | ||
109 | sqlite3_sleep | ||
110 | sqlite3_snprintf | ||
111 | sqlite3_step | ||
112 | sqlite3_thread_cleanup | ||
113 | sqlite3_total_changes | ||
114 | sqlite3_trace | ||
115 | sqlite3_transfer_bindings | ||
116 | sqlite3_update_hook | ||
117 | sqlite3_user_data | ||
118 | sqlite3_value_blob | ||
119 | sqlite3_value_bytes | ||
120 | sqlite3_value_bytes16 | ||
121 | sqlite3_value_double | ||
122 | sqlite3_value_int | ||
123 | sqlite3_value_int64 | ||
124 | sqlite3_value_numeric_type | ||
125 | sqlite3_value_text | ||
126 | sqlite3_value_text16 | ||
127 | sqlite3_value_text16be | ||
128 | sqlite3_value_text16le | ||
129 | sqlite3_value_type | ||
130 | sqlite3_version | ||
131 | sqlite3_vmprintf | ||
diff --git a/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite_vs2005.vcproj b/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite_vs2005.vcproj new file mode 100755 index 0000000..0e76661 --- /dev/null +++ b/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite_vs2005.vcproj | |||
@@ -0,0 +1,497 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="sqlite_vs2005" | ||
6 | ProjectGUID="{5E4E7BB0-CF29-493E-A983-C0E5FCF66F44}" | ||
7 | RootNamespace="sqlite_vs2005" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="Debug|Win32" | ||
20 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
21 | IntermediateDirectory="$(ConfigurationName)" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="1" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | ||
44 | MinimalRebuild="true" | ||
45 | BasicRuntimeChecks="3" | ||
46 | RuntimeLibrary="3" | ||
47 | UsePrecompiledHeader="0" | ||
48 | WarningLevel="3" | ||
49 | Detect64BitPortabilityProblems="true" | ||
50 | DebugInformationFormat="4" | ||
51 | /> | ||
52 | <Tool | ||
53 | Name="VCManagedResourceCompilerTool" | ||
54 | /> | ||
55 | <Tool | ||
56 | Name="VCResourceCompilerTool" | ||
57 | /> | ||
58 | <Tool | ||
59 | Name="VCPreLinkEventTool" | ||
60 | /> | ||
61 | <Tool | ||
62 | Name="VCLinkerTool" | ||
63 | AdditionalDependencies="kernel32.lib $(NoInherit)" | ||
64 | LinkIncremental="2" | ||
65 | GenerateDebugInformation="true" | ||
66 | SubSystem="1" | ||
67 | TargetMachine="1" | ||
68 | /> | ||
69 | <Tool | ||
70 | Name="VCALinkTool" | ||
71 | /> | ||
72 | <Tool | ||
73 | Name="VCManifestTool" | ||
74 | /> | ||
75 | <Tool | ||
76 | Name="VCXDCMakeTool" | ||
77 | /> | ||
78 | <Tool | ||
79 | Name="VCBscMakeTool" | ||
80 | /> | ||
81 | <Tool | ||
82 | Name="VCFxCopTool" | ||
83 | /> | ||
84 | <Tool | ||
85 | Name="VCAppVerifierTool" | ||
86 | /> | ||
87 | <Tool | ||
88 | Name="VCWebDeploymentTool" | ||
89 | /> | ||
90 | <Tool | ||
91 | Name="VCPostBuildEventTool" | ||
92 | /> | ||
93 | </Configuration> | ||
94 | <Configuration | ||
95 | Name="Release|Win32" | ||
96 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
97 | IntermediateDirectory="$(ConfigurationName)" | ||
98 | ConfigurationType="2" | ||
99 | CharacterSet="1" | ||
100 | WholeProgramOptimization="1" | ||
101 | > | ||
102 | <Tool | ||
103 | Name="VCPreBuildEventTool" | ||
104 | /> | ||
105 | <Tool | ||
106 | Name="VCCustomBuildTool" | ||
107 | /> | ||
108 | <Tool | ||
109 | Name="VCXMLDataGeneratorTool" | ||
110 | /> | ||
111 | <Tool | ||
112 | Name="VCWebServiceProxyGeneratorTool" | ||
113 | /> | ||
114 | <Tool | ||
115 | Name="VCMIDLTool" | ||
116 | /> | ||
117 | <Tool | ||
118 | Name="VCCLCompilerTool" | ||
119 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | ||
120 | RuntimeLibrary="2" | ||
121 | UsePrecompiledHeader="0" | ||
122 | WarningLevel="3" | ||
123 | Detect64BitPortabilityProblems="true" | ||
124 | DebugInformationFormat="3" | ||
125 | /> | ||
126 | <Tool | ||
127 | Name="VCManagedResourceCompilerTool" | ||
128 | /> | ||
129 | <Tool | ||
130 | Name="VCResourceCompilerTool" | ||
131 | /> | ||
132 | <Tool | ||
133 | Name="VCPreLinkEventTool" | ||
134 | /> | ||
135 | <Tool | ||
136 | Name="VCLinkerTool" | ||
137 | AdditionalDependencies="kernel32.lib $(NoInherit)" | ||
138 | LinkIncremental="1" | ||
139 | AdditionalLibraryDirectories="Kernel32.lib" | ||
140 | ModuleDefinitionFile="sqlite3.def" | ||
141 | GenerateDebugInformation="true" | ||
142 | SubSystem="2" | ||
143 | OptimizeReferences="2" | ||
144 | EnableCOMDATFolding="2" | ||
145 | TargetMachine="1" | ||
146 | /> | ||
147 | <Tool | ||
148 | Name="VCALinkTool" | ||
149 | /> | ||
150 | <Tool | ||
151 | Name="VCManifestTool" | ||
152 | /> | ||
153 | <Tool | ||
154 | Name="VCXDCMakeTool" | ||
155 | /> | ||
156 | <Tool | ||
157 | Name="VCBscMakeTool" | ||
158 | /> | ||
159 | <Tool | ||
160 | Name="VCFxCopTool" | ||
161 | /> | ||
162 | <Tool | ||
163 | Name="VCAppVerifierTool" | ||
164 | /> | ||
165 | <Tool | ||
166 | Name="VCWebDeploymentTool" | ||
167 | /> | ||
168 | <Tool | ||
169 | Name="VCPostBuildEventTool" | ||
170 | /> | ||
171 | </Configuration> | ||
172 | </Configurations> | ||
173 | <References> | ||
174 | </References> | ||
175 | <Files> | ||
176 | <Filter | ||
177 | Name="Source Files" | ||
178 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
179 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
180 | > | ||
181 | <File | ||
182 | RelativePath="..\..\alter.c" | ||
183 | > | ||
184 | </File> | ||
185 | <File | ||
186 | RelativePath="..\..\analyze.c" | ||
187 | > | ||
188 | </File> | ||
189 | <File | ||
190 | RelativePath="..\..\attach.c" | ||
191 | > | ||
192 | </File> | ||
193 | <File | ||
194 | RelativePath="..\..\auth.c" | ||
195 | > | ||
196 | </File> | ||
197 | <File | ||
198 | RelativePath="..\..\btmutex.c" | ||
199 | > | ||
200 | </File> | ||
201 | <File | ||
202 | RelativePath="..\..\btree.c" | ||
203 | > | ||
204 | </File> | ||
205 | <File | ||
206 | RelativePath="..\..\btree.h" | ||
207 | > | ||
208 | </File> | ||
209 | <File | ||
210 | RelativePath="..\..\btreeInt.h" | ||
211 | > | ||
212 | </File> | ||
213 | <File | ||
214 | RelativePath="..\..\build.c" | ||
215 | > | ||
216 | </File> | ||
217 | <File | ||
218 | RelativePath="..\..\callback.c" | ||
219 | > | ||
220 | </File> | ||
221 | <File | ||
222 | RelativePath="..\..\complete.c" | ||
223 | > | ||
224 | </File> | ||
225 | <File | ||
226 | RelativePath="..\..\date.c" | ||
227 | > | ||
228 | </File> | ||
229 | <File | ||
230 | RelativePath="..\..\delete.c" | ||
231 | > | ||
232 | </File> | ||
233 | <File | ||
234 | RelativePath="..\..\expr.c" | ||
235 | > | ||
236 | </File> | ||
237 | <File | ||
238 | RelativePath="..\..\fts1.h" | ||
239 | > | ||
240 | </File> | ||
241 | <File | ||
242 | RelativePath="..\..\fts1_hash.c" | ||
243 | > | ||
244 | </File> | ||
245 | <File | ||
246 | RelativePath="..\..\fts1_hash.h" | ||
247 | > | ||
248 | </File> | ||
249 | <File | ||
250 | RelativePath="..\..\fts1_porter.c" | ||
251 | > | ||
252 | </File> | ||
253 | <File | ||
254 | RelativePath="..\..\fts1_tokenizer.h" | ||
255 | > | ||
256 | </File> | ||
257 | <File | ||
258 | RelativePath="..\..\fts1_tokenizer1.c" | ||
259 | > | ||
260 | </File> | ||
261 | <File | ||
262 | RelativePath="..\..\func.c" | ||
263 | > | ||
264 | </File> | ||
265 | <File | ||
266 | RelativePath="..\..\hash.c" | ||
267 | > | ||
268 | </File> | ||
269 | <File | ||
270 | RelativePath="..\..\hash.h" | ||
271 | > | ||
272 | </File> | ||
273 | <File | ||
274 | RelativePath="..\..\insert.c" | ||
275 | > | ||
276 | </File> | ||
277 | <File | ||
278 | RelativePath="..\..\journal.c" | ||
279 | > | ||
280 | </File> | ||
281 | <File | ||
282 | RelativePath="..\..\keywordhash.h" | ||
283 | > | ||
284 | </File> | ||
285 | <File | ||
286 | RelativePath="..\..\legacy.c" | ||
287 | > | ||
288 | </File> | ||
289 | <File | ||
290 | RelativePath="..\..\loadext.c" | ||
291 | > | ||
292 | </File> | ||
293 | <File | ||
294 | RelativePath="..\..\main.c" | ||
295 | > | ||
296 | </File> | ||
297 | <File | ||
298 | RelativePath="..\..\malloc.c" | ||
299 | > | ||
300 | </File> | ||
301 | <File | ||
302 | RelativePath="..\..\mem1.c" | ||
303 | > | ||
304 | </File> | ||
305 | <File | ||
306 | RelativePath="..\..\mem2.c" | ||
307 | > | ||
308 | </File> | ||
309 | <File | ||
310 | RelativePath="..\..\mutex.c" | ||
311 | > | ||
312 | </File> | ||
313 | <File | ||
314 | RelativePath="..\..\mutex.h" | ||
315 | > | ||
316 | </File> | ||
317 | <File | ||
318 | RelativePath="..\..\mutex_w32.c" | ||
319 | > | ||
320 | </File> | ||
321 | <File | ||
322 | RelativePath="..\..\opcodes.c" | ||
323 | > | ||
324 | </File> | ||
325 | <File | ||
326 | RelativePath="..\..\opcodes.h" | ||
327 | > | ||
328 | </File> | ||
329 | <File | ||
330 | RelativePath="..\..\os.c" | ||
331 | > | ||
332 | </File> | ||
333 | <File | ||
334 | RelativePath="..\..\os.h" | ||
335 | > | ||
336 | </File> | ||
337 | <File | ||
338 | RelativePath="..\..\os_common.h" | ||
339 | > | ||
340 | </File> | ||
341 | <File | ||
342 | RelativePath="..\..\os_os2.c" | ||
343 | > | ||
344 | </File> | ||
345 | <File | ||
346 | RelativePath="..\..\os_unix.c" | ||
347 | > | ||
348 | </File> | ||
349 | <File | ||
350 | RelativePath="..\..\os_win.c" | ||
351 | > | ||
352 | </File> | ||
353 | <File | ||
354 | RelativePath="..\..\pager.c" | ||
355 | > | ||
356 | </File> | ||
357 | <File | ||
358 | RelativePath="..\..\pager.h" | ||
359 | > | ||
360 | </File> | ||
361 | <File | ||
362 | RelativePath="..\..\parse.c" | ||
363 | > | ||
364 | </File> | ||
365 | <File | ||
366 | RelativePath="..\..\parse.h" | ||
367 | > | ||
368 | </File> | ||
369 | <File | ||
370 | RelativePath="..\..\pragma.c" | ||
371 | > | ||
372 | </File> | ||
373 | <File | ||
374 | RelativePath="..\..\prepare.c" | ||
375 | > | ||
376 | </File> | ||
377 | <File | ||
378 | RelativePath="..\..\printf.c" | ||
379 | > | ||
380 | </File> | ||
381 | <File | ||
382 | RelativePath="..\..\random.c" | ||
383 | > | ||
384 | </File> | ||
385 | <File | ||
386 | RelativePath="..\..\select.c" | ||
387 | > | ||
388 | </File> | ||
389 | <File | ||
390 | RelativePath="..\..\shell.c" | ||
391 | > | ||
392 | </File> | ||
393 | <File | ||
394 | RelativePath="..\..\sqlite3.h" | ||
395 | > | ||
396 | </File> | ||
397 | <File | ||
398 | RelativePath="..\..\sqlite3ext.h" | ||
399 | > | ||
400 | </File> | ||
401 | <File | ||
402 | RelativePath="..\..\sqliteInt.h" | ||
403 | > | ||
404 | </File> | ||
405 | <File | ||
406 | RelativePath="..\..\sqliteLimit.h" | ||
407 | > | ||
408 | </File> | ||
409 | <File | ||
410 | RelativePath="..\..\table.c" | ||
411 | > | ||
412 | </File> | ||
413 | <File | ||
414 | RelativePath="..\..\tokenize.c" | ||
415 | > | ||
416 | </File> | ||
417 | <File | ||
418 | RelativePath="..\..\trigger.c" | ||
419 | > | ||
420 | </File> | ||
421 | <File | ||
422 | RelativePath="..\..\update.c" | ||
423 | > | ||
424 | </File> | ||
425 | <File | ||
426 | RelativePath="..\..\utf.c" | ||
427 | > | ||
428 | </File> | ||
429 | <File | ||
430 | RelativePath="..\..\util.c" | ||
431 | > | ||
432 | </File> | ||
433 | <File | ||
434 | RelativePath="..\..\vacuum.c" | ||
435 | > | ||
436 | </File> | ||
437 | <File | ||
438 | RelativePath="..\..\vdbe.c" | ||
439 | > | ||
440 | </File> | ||
441 | <File | ||
442 | RelativePath="..\..\vdbe.h" | ||
443 | > | ||
444 | </File> | ||
445 | <File | ||
446 | RelativePath="..\..\vdbeapi.c" | ||
447 | > | ||
448 | </File> | ||
449 | <File | ||
450 | RelativePath="..\..\vdbeaux.c" | ||
451 | > | ||
452 | </File> | ||
453 | <File | ||
454 | RelativePath="..\..\vdbeblob.c" | ||
455 | > | ||
456 | </File> | ||
457 | <File | ||
458 | RelativePath="..\..\vdbefifo.c" | ||
459 | > | ||
460 | </File> | ||
461 | <File | ||
462 | RelativePath="..\..\vdbeInt.h" | ||
463 | > | ||
464 | </File> | ||
465 | <File | ||
466 | RelativePath="..\..\vdbemem.c" | ||
467 | > | ||
468 | </File> | ||
469 | <File | ||
470 | RelativePath="..\..\vtab.c" | ||
471 | > | ||
472 | </File> | ||
473 | <File | ||
474 | RelativePath="..\..\where.c" | ||
475 | > | ||
476 | </File> | ||
477 | </Filter> | ||
478 | <Filter | ||
479 | Name="Header Files" | ||
480 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
481 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
482 | > | ||
483 | </Filter> | ||
484 | <Filter | ||
485 | Name="Resource Files" | ||
486 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" | ||
487 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
488 | > | ||
489 | </Filter> | ||
490 | <File | ||
491 | RelativePath=".\ReadMe.txt" | ||
492 | > | ||
493 | </File> | ||
494 | </Files> | ||
495 | <Globals> | ||
496 | </Globals> | ||
497 | </VisualStudioProject> | ||
diff --git a/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite_vs2005.vcproj.dan-PC.dan.user b/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite_vs2005.vcproj.dan-PC.dan.user new file mode 100755 index 0000000..ebf4b0f --- /dev/null +++ b/libraries/sqlite/win32/sqlite_vs2005/sqlite_vs2005/sqlite_vs2005.vcproj.dan-PC.dan.user | |||
@@ -0,0 +1,65 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioUserFile | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | ShowAllFiles="false" | ||
6 | > | ||
7 | <Configurations> | ||
8 | <Configuration | ||
9 | Name="Debug|Win32" | ||
10 | > | ||
11 | <DebugSettings | ||
12 | Command="$(TargetPath)" | ||
13 | WorkingDirectory="" | ||
14 | CommandArguments="" | ||
15 | Attach="false" | ||
16 | DebuggerType="3" | ||
17 | Remote="1" | ||
18 | RemoteMachine="DAN-PC" | ||
19 | RemoteCommand="" | ||
20 | HttpUrl="" | ||
21 | PDBPath="" | ||
22 | SQLDebugging="" | ||
23 | Environment="" | ||
24 | EnvironmentMerge="true" | ||
25 | DebuggerFlavor="" | ||
26 | MPIRunCommand="" | ||
27 | MPIRunArguments="" | ||
28 | MPIRunWorkingDirectory="" | ||
29 | ApplicationCommand="" | ||
30 | ApplicationArguments="" | ||
31 | ShimCommand="" | ||
32 | MPIAcceptMode="" | ||
33 | MPIAcceptFilter="" | ||
34 | /> | ||
35 | </Configuration> | ||
36 | <Configuration | ||
37 | Name="Release|Win32" | ||
38 | > | ||
39 | <DebugSettings | ||
40 | Command="" | ||
41 | WorkingDirectory="" | ||
42 | CommandArguments="" | ||
43 | Attach="false" | ||
44 | DebuggerType="3" | ||
45 | Remote="1" | ||
46 | RemoteMachine="DAN-PC" | ||
47 | RemoteCommand="" | ||
48 | HttpUrl="" | ||
49 | PDBPath="" | ||
50 | SQLDebugging="" | ||
51 | Environment="" | ||
52 | EnvironmentMerge="true" | ||
53 | DebuggerFlavor="" | ||
54 | MPIRunCommand="" | ||
55 | MPIRunArguments="" | ||
56 | MPIRunWorkingDirectory="" | ||
57 | ApplicationCommand="" | ||
58 | ApplicationArguments="" | ||
59 | ShimCommand="" | ||
60 | MPIAcceptMode="" | ||
61 | MPIAcceptFilter="" | ||
62 | /> | ||
63 | </Configuration> | ||
64 | </Configurations> | ||
65 | </VisualStudioUserFile> | ||