sqlite.2008.vcproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libsqlite"
  6. ProjectGUID="{6EDFEFD5-3596-4FA9-8EBA-B331547B35A3}"
  7. RootNamespace="libsqlite"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(ConfigurationName)"
  25. IntermediateDirectory="$(ConfigurationName)"
  26. ConfigurationType="4"
  27. CharacterSet="2"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. CommandLine="if exist &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot;&#x0D;&#x0A;"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\sqlite\src&quot;"
  49. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG;THREADSAFE=1"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="0"
  55. DebugInformationFormat="3"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLibrarianTool"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCXDCMakeTool"
  74. />
  75. <Tool
  76. Name="VCBscMakeTool"
  77. />
  78. <Tool
  79. Name="VCFxCopTool"
  80. />
  81. <Tool
  82. Name="VCPostBuildEventTool"
  83. CommandLine="&#x0D;&#x0A;"
  84. />
  85. </Configuration>
  86. <Configuration
  87. Name="Debug|x64"
  88. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  89. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  90. ConfigurationType="4"
  91. CharacterSet="2"
  92. >
  93. <Tool
  94. Name="VCPreBuildEventTool"
  95. CommandLine="if exist &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot;&#x0D;&#x0A;"
  96. />
  97. <Tool
  98. Name="VCCustomBuildTool"
  99. />
  100. <Tool
  101. Name="VCXMLDataGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCWebServiceProxyGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCMIDLTool"
  108. TargetEnvironment="3"
  109. />
  110. <Tool
  111. Name="VCCLCompilerTool"
  112. Optimization="0"
  113. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\sqlite\src&quot;"
  114. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG;THREADSAFE=1"
  115. MinimalRebuild="true"
  116. BasicRuntimeChecks="3"
  117. RuntimeLibrary="3"
  118. UsePrecompiledHeader="0"
  119. WarningLevel="0"
  120. DebugInformationFormat="3"
  121. />
  122. <Tool
  123. Name="VCManagedResourceCompilerTool"
  124. />
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. />
  128. <Tool
  129. Name="VCPreLinkEventTool"
  130. />
  131. <Tool
  132. Name="VCLibrarianTool"
  133. />
  134. <Tool
  135. Name="VCALinkTool"
  136. />
  137. <Tool
  138. Name="VCXDCMakeTool"
  139. />
  140. <Tool
  141. Name="VCBscMakeTool"
  142. />
  143. <Tool
  144. Name="VCFxCopTool"
  145. />
  146. <Tool
  147. Name="VCPostBuildEventTool"
  148. CommandLine="&#x0D;&#x0A;"
  149. />
  150. </Configuration>
  151. <Configuration
  152. Name="Release|Win32"
  153. OutputDirectory="$(ConfigurationName)"
  154. IntermediateDirectory="$(ConfigurationName)"
  155. ConfigurationType="4"
  156. CharacterSet="2"
  157. >
  158. <Tool
  159. Name="VCPreBuildEventTool"
  160. CommandLine="if exist &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot;&#x0D;&#x0A;"
  161. />
  162. <Tool
  163. Name="VCCustomBuildTool"
  164. />
  165. <Tool
  166. Name="VCXMLDataGeneratorTool"
  167. />
  168. <Tool
  169. Name="VCWebServiceProxyGeneratorTool"
  170. />
  171. <Tool
  172. Name="VCMIDLTool"
  173. />
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\sqlite\src&quot;"
  177. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;THREADSAFE=1"
  178. RuntimeLibrary="2"
  179. UsePrecompiledHeader="0"
  180. WarningLevel="0"
  181. DebugInformationFormat="3"
  182. />
  183. <Tool
  184. Name="VCManagedResourceCompilerTool"
  185. />
  186. <Tool
  187. Name="VCResourceCompilerTool"
  188. />
  189. <Tool
  190. Name="VCPreLinkEventTool"
  191. />
  192. <Tool
  193. Name="VCLibrarianTool"
  194. />
  195. <Tool
  196. Name="VCALinkTool"
  197. />
  198. <Tool
  199. Name="VCXDCMakeTool"
  200. />
  201. <Tool
  202. Name="VCBscMakeTool"
  203. />
  204. <Tool
  205. Name="VCFxCopTool"
  206. />
  207. <Tool
  208. Name="VCPostBuildEventTool"
  209. CommandLine="&#x0D;&#x0A;"
  210. />
  211. </Configuration>
  212. <Configuration
  213. Name="Release|x64"
  214. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  215. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  216. ConfigurationType="4"
  217. CharacterSet="2"
  218. >
  219. <Tool
  220. Name="VCPreBuildEventTool"
  221. CommandLine="if exist &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot;&#x0D;&#x0A;"
  222. />
  223. <Tool
  224. Name="VCCustomBuildTool"
  225. />
  226. <Tool
  227. Name="VCXMLDataGeneratorTool"
  228. />
  229. <Tool
  230. Name="VCWebServiceProxyGeneratorTool"
  231. />
  232. <Tool
  233. Name="VCMIDLTool"
  234. TargetEnvironment="3"
  235. />
  236. <Tool
  237. Name="VCCLCompilerTool"
  238. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\sqlite\src&quot;"
  239. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;THREADSAFE=1"
  240. RuntimeLibrary="2"
  241. UsePrecompiledHeader="0"
  242. WarningLevel="0"
  243. DebugInformationFormat="3"
  244. />
  245. <Tool
  246. Name="VCManagedResourceCompilerTool"
  247. />
  248. <Tool
  249. Name="VCResourceCompilerTool"
  250. />
  251. <Tool
  252. Name="VCPreLinkEventTool"
  253. />
  254. <Tool
  255. Name="VCLibrarianTool"
  256. />
  257. <Tool
  258. Name="VCALinkTool"
  259. />
  260. <Tool
  261. Name="VCXDCMakeTool"
  262. />
  263. <Tool
  264. Name="VCBscMakeTool"
  265. />
  266. <Tool
  267. Name="VCFxCopTool"
  268. />
  269. <Tool
  270. Name="VCPostBuildEventTool"
  271. CommandLine="&#x0D;&#x0A;"
  272. />
  273. </Configuration>
  274. <Configuration
  275. Name="Debug DLL|Win32"
  276. OutputDirectory="$(SolutionDir)Debug"
  277. IntermediateDirectory="$(ConfigurationName)"
  278. ConfigurationType="2"
  279. CharacterSet="2"
  280. >
  281. <Tool
  282. Name="VCPreBuildEventTool"
  283. CommandLine="if exist &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot;&#x0D;&#x0A;"
  284. />
  285. <Tool
  286. Name="VCCustomBuildTool"
  287. />
  288. <Tool
  289. Name="VCXMLDataGeneratorTool"
  290. />
  291. <Tool
  292. Name="VCWebServiceProxyGeneratorTool"
  293. />
  294. <Tool
  295. Name="VCMIDLTool"
  296. />
  297. <Tool
  298. Name="VCCLCompilerTool"
  299. Optimization="0"
  300. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\sqlite\src&quot;"
  301. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG;THREADSAFE=1"
  302. MinimalRebuild="true"
  303. BasicRuntimeChecks="3"
  304. RuntimeLibrary="3"
  305. UsePrecompiledHeader="0"
  306. WarningLevel="0"
  307. DebugInformationFormat="3"
  308. />
  309. <Tool
  310. Name="VCManagedResourceCompilerTool"
  311. />
  312. <Tool
  313. Name="VCResourceCompilerTool"
  314. />
  315. <Tool
  316. Name="VCPreLinkEventTool"
  317. />
  318. <Tool
  319. Name="VCLinkerTool"
  320. LinkIncremental="1"
  321. ModuleDefinitionFile="sqlite3.def"
  322. GenerateDebugInformation="true"
  323. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  324. SubSystem="2"
  325. RandomizedBaseAddress="1"
  326. DataExecutionPrevention="0"
  327. ImportLibrary="$(IntDir)/$(TargetName).lib"
  328. TargetMachine="1"
  329. />
  330. <Tool
  331. Name="VCALinkTool"
  332. />
  333. <Tool
  334. Name="VCManifestTool"
  335. />
  336. <Tool
  337. Name="VCXDCMakeTool"
  338. />
  339. <Tool
  340. Name="VCBscMakeTool"
  341. />
  342. <Tool
  343. Name="VCFxCopTool"
  344. />
  345. <Tool
  346. Name="VCAppVerifierTool"
  347. />
  348. <Tool
  349. Name="VCPostBuildEventTool"
  350. CommandLine="&#x0D;&#x0A;"
  351. />
  352. </Configuration>
  353. <Configuration
  354. Name="Debug DLL|x64"
  355. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  356. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  357. ConfigurationType="2"
  358. CharacterSet="2"
  359. >
  360. <Tool
  361. Name="VCPreBuildEventTool"
  362. CommandLine="if exist &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot;&#x0D;&#x0A;"
  363. />
  364. <Tool
  365. Name="VCCustomBuildTool"
  366. />
  367. <Tool
  368. Name="VCXMLDataGeneratorTool"
  369. />
  370. <Tool
  371. Name="VCWebServiceProxyGeneratorTool"
  372. />
  373. <Tool
  374. Name="VCMIDLTool"
  375. TargetEnvironment="3"
  376. />
  377. <Tool
  378. Name="VCCLCompilerTool"
  379. Optimization="0"
  380. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\sqlite\src&quot;"
  381. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG;THREADSAFE=1"
  382. MinimalRebuild="true"
  383. BasicRuntimeChecks="3"
  384. RuntimeLibrary="3"
  385. UsePrecompiledHeader="0"
  386. WarningLevel="0"
  387. DebugInformationFormat="3"
  388. />
  389. <Tool
  390. Name="VCManagedResourceCompilerTool"
  391. />
  392. <Tool
  393. Name="VCResourceCompilerTool"
  394. />
  395. <Tool
  396. Name="VCPreLinkEventTool"
  397. />
  398. <Tool
  399. Name="VCLinkerTool"
  400. LinkIncremental="1"
  401. ModuleDefinitionFile="sqlite3.def"
  402. GenerateDebugInformation="true"
  403. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  404. SubSystem="2"
  405. RandomizedBaseAddress="1"
  406. DataExecutionPrevention="0"
  407. ImportLibrary="$(IntDir)/$(TargetName).lib"
  408. TargetMachine="17"
  409. />
  410. <Tool
  411. Name="VCALinkTool"
  412. />
  413. <Tool
  414. Name="VCManifestTool"
  415. />
  416. <Tool
  417. Name="VCXDCMakeTool"
  418. />
  419. <Tool
  420. Name="VCBscMakeTool"
  421. />
  422. <Tool
  423. Name="VCFxCopTool"
  424. />
  425. <Tool
  426. Name="VCAppVerifierTool"
  427. />
  428. <Tool
  429. Name="VCPostBuildEventTool"
  430. CommandLine="&#x0D;&#x0A;"
  431. />
  432. </Configuration>
  433. <Configuration
  434. Name="Release DLL|Win32"
  435. OutputDirectory="$(SolutionDir)Release"
  436. IntermediateDirectory="$(ConfigurationName)"
  437. ConfigurationType="2"
  438. CharacterSet="2"
  439. >
  440. <Tool
  441. Name="VCPreBuildEventTool"
  442. CommandLine="if exist &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot;&#x0D;&#x0A;"
  443. />
  444. <Tool
  445. Name="VCCustomBuildTool"
  446. />
  447. <Tool
  448. Name="VCXMLDataGeneratorTool"
  449. />
  450. <Tool
  451. Name="VCWebServiceProxyGeneratorTool"
  452. />
  453. <Tool
  454. Name="VCMIDLTool"
  455. />
  456. <Tool
  457. Name="VCCLCompilerTool"
  458. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\sqlite\src&quot;"
  459. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;THREADSAFE=1"
  460. RuntimeLibrary="2"
  461. UsePrecompiledHeader="0"
  462. WarningLevel="0"
  463. DebugInformationFormat="3"
  464. />
  465. <Tool
  466. Name="VCManagedResourceCompilerTool"
  467. />
  468. <Tool
  469. Name="VCResourceCompilerTool"
  470. />
  471. <Tool
  472. Name="VCPreLinkEventTool"
  473. />
  474. <Tool
  475. Name="VCLinkerTool"
  476. LinkIncremental="1"
  477. ModuleDefinitionFile="sqlite3.def"
  478. RandomizedBaseAddress="1"
  479. DataExecutionPrevention="0"
  480. ImportLibrary="$(IntDir)/$(TargetName).lib"
  481. />
  482. <Tool
  483. Name="VCALinkTool"
  484. />
  485. <Tool
  486. Name="VCManifestTool"
  487. />
  488. <Tool
  489. Name="VCXDCMakeTool"
  490. />
  491. <Tool
  492. Name="VCBscMakeTool"
  493. />
  494. <Tool
  495. Name="VCFxCopTool"
  496. />
  497. <Tool
  498. Name="VCAppVerifierTool"
  499. />
  500. <Tool
  501. Name="VCPostBuildEventTool"
  502. CommandLine="&#x0D;&#x0A;"
  503. />
  504. </Configuration>
  505. <Configuration
  506. Name="Release DLL|x64"
  507. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  508. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  509. ConfigurationType="2"
  510. CharacterSet="2"
  511. >
  512. <Tool
  513. Name="VCPreBuildEventTool"
  514. CommandLine="if exist &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\sqlite3.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\parse.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.h&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot; del &quot;$(ProjectDir)..\..\sqlite\src\opcodes.c&quot;&#x0D;&#x0A;if exist &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot; del &quot;$(ProjectDir)..\..\sqlite\src\keywordhash.h&quot;&#x0D;&#x0A;"
  515. />
  516. <Tool
  517. Name="VCCustomBuildTool"
  518. />
  519. <Tool
  520. Name="VCXMLDataGeneratorTool"
  521. />
  522. <Tool
  523. Name="VCWebServiceProxyGeneratorTool"
  524. />
  525. <Tool
  526. Name="VCMIDLTool"
  527. TargetEnvironment="3"
  528. />
  529. <Tool
  530. Name="VCCLCompilerTool"
  531. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\sqlite\src&quot;"
  532. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;THREADSAFE=1"
  533. RuntimeLibrary="2"
  534. UsePrecompiledHeader="0"
  535. WarningLevel="0"
  536. DebugInformationFormat="3"
  537. />
  538. <Tool
  539. Name="VCManagedResourceCompilerTool"
  540. />
  541. <Tool
  542. Name="VCResourceCompilerTool"
  543. />
  544. <Tool
  545. Name="VCPreLinkEventTool"
  546. />
  547. <Tool
  548. Name="VCLinkerTool"
  549. LinkIncremental="1"
  550. ModuleDefinitionFile="sqlite3.def"
  551. RandomizedBaseAddress="1"
  552. DataExecutionPrevention="0"
  553. ImportLibrary="$(IntDir)/$(TargetName).lib"
  554. TargetMachine="17"
  555. />
  556. <Tool
  557. Name="VCALinkTool"
  558. />
  559. <Tool
  560. Name="VCManifestTool"
  561. />
  562. <Tool
  563. Name="VCXDCMakeTool"
  564. />
  565. <Tool
  566. Name="VCBscMakeTool"
  567. />
  568. <Tool
  569. Name="VCFxCopTool"
  570. />
  571. <Tool
  572. Name="VCAppVerifierTool"
  573. />
  574. <Tool
  575. Name="VCPostBuildEventTool"
  576. CommandLine="&#x0D;&#x0A;"
  577. />
  578. </Configuration>
  579. </Configurations>
  580. <References>
  581. </References>
  582. <Files>
  583. <Filter
  584. Name="Source Files"
  585. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  586. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  587. >
  588. <File
  589. RelativePath="..\..\sqlite\src\alter.c"
  590. >
  591. </File>
  592. <File
  593. RelativePath="..\..\sqlite\src\analyze.c"
  594. >
  595. </File>
  596. <File
  597. RelativePath="..\..\sqlite\src\attach.c"
  598. >
  599. </File>
  600. <File
  601. RelativePath="..\..\sqlite\src\auth.c"
  602. >
  603. </File>
  604. <File
  605. RelativePath="..\..\sqlite\src\btree.c"
  606. >
  607. </File>
  608. <File
  609. RelativePath="..\..\sqlite\src\build.c"
  610. >
  611. </File>
  612. <File
  613. RelativePath="..\..\sqlite\src\callback.c"
  614. >
  615. </File>
  616. <File
  617. RelativePath="..\..\sqlite\src\complete.c"
  618. >
  619. </File>
  620. <File
  621. RelativePath="..\..\sqlite\src\date.c"
  622. >
  623. </File>
  624. <File
  625. RelativePath="..\..\sqlite\src\delete.c"
  626. >
  627. </File>
  628. <File
  629. RelativePath="..\..\sqlite\src\expr.c"
  630. >
  631. </File>
  632. <File
  633. RelativePath="..\..\sqlite\src\func.c"
  634. >
  635. </File>
  636. <File
  637. RelativePath="..\..\sqlite\src\hash.c"
  638. >
  639. </File>
  640. <File
  641. RelativePath="..\..\sqlite\src\insert.c"
  642. >
  643. </File>
  644. <File
  645. RelativePath="..\..\sqlite\src\legacy.c"
  646. >
  647. </File>
  648. <File
  649. RelativePath="..\..\sqlite\src\loadext.c"
  650. >
  651. </File>
  652. <File
  653. RelativePath="..\..\sqlite\src\main.c"
  654. >
  655. </File>
  656. <File
  657. RelativePath=".\opcodes.c"
  658. >
  659. </File>
  660. <File
  661. RelativePath="..\..\sqlite\src\os.c"
  662. >
  663. </File>
  664. <File
  665. RelativePath="..\..\sqlite\src\os_unix.c"
  666. >
  667. <FileConfiguration
  668. Name="Debug|Win32"
  669. ExcludedFromBuild="true"
  670. >
  671. <Tool
  672. Name="VCCLCompilerTool"
  673. />
  674. </FileConfiguration>
  675. <FileConfiguration
  676. Name="Debug|x64"
  677. ExcludedFromBuild="true"
  678. >
  679. <Tool
  680. Name="VCCLCompilerTool"
  681. />
  682. </FileConfiguration>
  683. <FileConfiguration
  684. Name="Release|Win32"
  685. ExcludedFromBuild="true"
  686. >
  687. <Tool
  688. Name="VCCLCompilerTool"
  689. />
  690. </FileConfiguration>
  691. <FileConfiguration
  692. Name="Release|x64"
  693. ExcludedFromBuild="true"
  694. >
  695. <Tool
  696. Name="VCCLCompilerTool"
  697. />
  698. </FileConfiguration>
  699. <FileConfiguration
  700. Name="Debug DLL|Win32"
  701. ExcludedFromBuild="true"
  702. >
  703. <Tool
  704. Name="VCCLCompilerTool"
  705. />
  706. </FileConfiguration>
  707. <FileConfiguration
  708. Name="Debug DLL|x64"
  709. ExcludedFromBuild="true"
  710. >
  711. <Tool
  712. Name="VCCLCompilerTool"
  713. />
  714. </FileConfiguration>
  715. <FileConfiguration
  716. Name="Release DLL|Win32"
  717. ExcludedFromBuild="true"
  718. >
  719. <Tool
  720. Name="VCCLCompilerTool"
  721. />
  722. </FileConfiguration>
  723. <FileConfiguration
  724. Name="Release DLL|x64"
  725. ExcludedFromBuild="true"
  726. >
  727. <Tool
  728. Name="VCCLCompilerTool"
  729. />
  730. </FileConfiguration>
  731. </File>
  732. <File
  733. RelativePath="..\..\sqlite\src\os_win.c"
  734. >
  735. </File>
  736. <File
  737. RelativePath="..\..\sqlite\src\pager.c"
  738. >
  739. </File>
  740. <File
  741. RelativePath=".\parse.c"
  742. >
  743. </File>
  744. <File
  745. RelativePath="..\..\sqlite\src\pragma.c"
  746. >
  747. </File>
  748. <File
  749. RelativePath="..\..\sqlite\src\prepare.c"
  750. >
  751. </File>
  752. <File
  753. RelativePath="..\..\sqlite\src\printf.c"
  754. >
  755. </File>
  756. <File
  757. RelativePath="..\..\sqlite\src\random.c"
  758. >
  759. </File>
  760. <File
  761. RelativePath="..\..\sqlite\src\select.c"
  762. >
  763. </File>
  764. <File
  765. RelativePath="..\..\sqlite\src\shell.c"
  766. >
  767. </File>
  768. <File
  769. RelativePath="..\..\sqlite\src\table.c"
  770. >
  771. </File>
  772. <File
  773. RelativePath="..\..\sqlite\src\tokenize.c"
  774. >
  775. </File>
  776. <File
  777. RelativePath="..\..\sqlite\src\trigger.c"
  778. >
  779. </File>
  780. <File
  781. RelativePath="..\..\sqlite\src\update.c"
  782. >
  783. </File>
  784. <File
  785. RelativePath="..\..\sqlite\src\utf.c"
  786. >
  787. </File>
  788. <File
  789. RelativePath="..\..\sqlite\src\util.c"
  790. >
  791. </File>
  792. <File
  793. RelativePath="..\..\sqlite\src\vacuum.c"
  794. >
  795. </File>
  796. <File
  797. RelativePath="..\..\sqlite\src\vdbe.c"
  798. >
  799. </File>
  800. <File
  801. RelativePath="..\..\sqlite\src\vdbeapi.c"
  802. >
  803. </File>
  804. <File
  805. RelativePath="..\..\sqlite\src\vdbeaux.c"
  806. >
  807. </File>
  808. <File
  809. RelativePath="..\..\sqlite\src\vdbefifo.c"
  810. >
  811. </File>
  812. <File
  813. RelativePath="..\..\sqlite\src\vdbemem.c"
  814. >
  815. </File>
  816. <File
  817. RelativePath="..\..\sqlite\src\vtab.c"
  818. >
  819. </File>
  820. <File
  821. RelativePath="..\..\sqlite\src\where.c"
  822. >
  823. </File>
  824. </Filter>
  825. <Filter
  826. Name="Header Files"
  827. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  828. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  829. >
  830. <File
  831. RelativePath="..\..\sqlite\src\btree.h"
  832. >
  833. </File>
  834. <File
  835. RelativePath="..\..\sqlite\src\hash.h"
  836. >
  837. </File>
  838. <File
  839. RelativePath=".\keywordhash.h"
  840. >
  841. </File>
  842. <File
  843. RelativePath=".\opcodes.h"
  844. >
  845. </File>
  846. <File
  847. RelativePath="..\..\sqlite\src\os.h"
  848. >
  849. </File>
  850. <File
  851. RelativePath="..\..\sqlite\src\os_common.h"
  852. >
  853. </File>
  854. <File
  855. RelativePath="..\..\sqlite\src\pager.h"
  856. >
  857. </File>
  858. <File
  859. RelativePath=".\parse.h"
  860. >
  861. </File>
  862. <File
  863. RelativePath=".\sqlite3.h"
  864. >
  865. </File>
  866. <File
  867. RelativePath="..\..\sqlite\src\sqliteInt.h"
  868. >
  869. </File>
  870. <File
  871. RelativePath="..\..\sqlite\src\vdbe.h"
  872. >
  873. </File>
  874. <File
  875. RelativePath="..\..\sqlite\src\vdbeInt.h"
  876. >
  877. </File>
  878. </Filter>
  879. </Files>
  880. <Globals>
  881. </Globals>
  882. </VisualStudioProject>