SQLite3.vcproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="SQLite3"
  6. ProjectGUID="{F477BC80-1D91-4875-9AC9-2F2D1C2C1A79}"
  7. RootNamespace="SQLite3"
  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="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="2"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. PreprocessorDefinitions="NO_TCL,SQLITE_OMIT_AUTHORIZATION,SQLITE_OMIT_PROGRESS_CALLBACK,_DEBUG"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. OutputFile="$(OutDir)/SQLite3.dll"
  65. LinkIncremental="2"
  66. ModuleDefinitionFile="$(InputDir)\sqlite3.def"
  67. GenerateDebugInformation="true"
  68. ProgramDatabaseFile="$(OutDir)/SQLite3.pdb"
  69. SubSystem="2"
  70. ImportLibrary="$(OutDir)/SQLite3.lib"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCWebDeploymentTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="Release"
  101. IntermediateDirectory="Release"
  102. ConfigurationType="2"
  103. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  104. CharacterSet="2"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. PreprocessorDefinitions="NO_TCL,SQLITE_OMIT_AUTHORIZATION,SQLITE_OMIT_PROGRESS_CALLBACK,NDEBUG"
  124. RuntimeLibrary="0"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. Detect64BitPortabilityProblems="true"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. OutputFile="$(OutDir)/SQLite3.dll"
  142. LinkIncremental="1"
  143. ModuleDefinitionFile="$(InputDir)\sqlite3.def"
  144. GenerateDebugInformation="true"
  145. SubSystem="2"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. ImportLibrary="$(OutDir)/SQLite3.lib"
  149. TargetMachine="1"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCWebDeploymentTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. />
  175. </Configuration>
  176. </Configurations>
  177. <References>
  178. </References>
  179. <Files>
  180. <Filter
  181. Name="Source Files"
  182. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  183. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  184. >
  185. <File
  186. RelativePath=".\alter.c"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\analyze.c"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".\attach.c"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\auth.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\btmutex.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\btree.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\build.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\callback.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\complete.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\date.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\delete.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\expr.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\func.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\hash.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\helper.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\insert.c"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\journal.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\legacy.c"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\loadext.c"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\main.c"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\malloc.c"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\mem1.c"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\mem2.c"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\mem3.c"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\mem4.c"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\mutex.c"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\mutex_os2.c"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\mutex_unix.c"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\mutex_w32.c"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\opcodes.c"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\os.c"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\os_os2.c"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\os_unix.c"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".\os_win.c"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".\pager.c"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".\parse.c"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".\pragma.c"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".\prepare.c"
  335. >
  336. </File>
  337. <File
  338. RelativePath=".\printf.c"
  339. >
  340. </File>
  341. <File
  342. RelativePath=".\random.c"
  343. >
  344. </File>
  345. <File
  346. RelativePath=".\select.c"
  347. >
  348. </File>
  349. <File
  350. RelativePath=".\sqlite3.def"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".\sqlite3_wrapper.def"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".\table.c"
  359. >
  360. </File>
  361. <File
  362. RelativePath=".\tokenize.c"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".\trigger.c"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\update.c"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\utf.c"
  375. >
  376. </File>
  377. <File
  378. RelativePath=".\util.c"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".\vacuum.c"
  383. >
  384. </File>
  385. <File
  386. RelativePath=".\vdbe.c"
  387. >
  388. </File>
  389. <File
  390. RelativePath=".\vdbeapi.c"
  391. >
  392. </File>
  393. <File
  394. RelativePath=".\vdbeaux.c"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".\vdbeblob.c"
  399. >
  400. </File>
  401. <File
  402. RelativePath=".\vdbefifo.c"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\vdbemem.c"
  407. >
  408. </File>
  409. <File
  410. RelativePath=".\vtab.c"
  411. >
  412. </File>
  413. <File
  414. RelativePath=".\where.c"
  415. >
  416. </File>
  417. </Filter>
  418. <Filter
  419. Name="Header Files"
  420. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  421. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  422. >
  423. <File
  424. RelativePath=".\btree.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\btreeInt.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\hash.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\keywordhash.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\mutex.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\opcodes.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\os.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\os_common.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\pager.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".\parse.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".\sqlite3.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\sqlite3ext.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\sqliteInt.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\sqliteLimit.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath=".\vdbe.h"
  481. >
  482. </File>
  483. <File
  484. RelativePath=".\vdbeInt.h"
  485. >
  486. </File>
  487. </Filter>
  488. <Filter
  489. Name="Resource Files"
  490. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  491. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  492. >
  493. </Filter>
  494. </Files>
  495. <Globals>
  496. </Globals>
  497. </VisualStudioProject>