SQLImageBuffer.vcproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="SQLImageBuffer"
  6. ProjectGUID="{E617472A-6541-43B8-A149-CFA8A61694D3}"
  7. RootNamespace="SQLImageBuffer"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="1"
  22. CharacterSet="0"
  23. >
  24. <Tool
  25. Name="VCPreBuildEventTool"
  26. />
  27. <Tool
  28. Name="VCCustomBuildTool"
  29. />
  30. <Tool
  31. Name="VCXMLDataGeneratorTool"
  32. />
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCCLCompilerTool"
  41. Optimization="0"
  42. AdditionalIncludeDirectories="../SQLite3Plugin;../../Source;&quot;../jpeg-7&quot;"
  43. MinimalRebuild="true"
  44. BasicRuntimeChecks="3"
  45. RuntimeLibrary="3"
  46. WarningLevel="3"
  47. Detect64BitPortabilityProblems="true"
  48. DebugInformationFormat="4"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. />
  59. <Tool
  60. Name="VCLinkerTool"
  61. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib"
  62. GenerateDebugInformation="true"
  63. TargetMachine="1"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCManifestTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCAppVerifierTool"
  82. />
  83. <Tool
  84. Name="VCWebDeploymentTool"
  85. />
  86. <Tool
  87. Name="VCPostBuildEventTool"
  88. />
  89. </Configuration>
  90. <Configuration
  91. Name="Release|Win32"
  92. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  93. IntermediateDirectory="$(ConfigurationName)"
  94. ConfigurationType="1"
  95. CharacterSet="0"
  96. WholeProgramOptimization="1"
  97. >
  98. <Tool
  99. Name="VCPreBuildEventTool"
  100. />
  101. <Tool
  102. Name="VCCustomBuildTool"
  103. />
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCMIDLTool"
  112. />
  113. <Tool
  114. Name="VCCLCompilerTool"
  115. AdditionalIncludeDirectories="../SQLite3Plugin;../../Source;&quot;../jpeg-7&quot;"
  116. RuntimeLibrary="2"
  117. WarningLevel="3"
  118. Detect64BitPortabilityProblems="true"
  119. DebugInformationFormat="3"
  120. />
  121. <Tool
  122. Name="VCManagedResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCResourceCompilerTool"
  126. />
  127. <Tool
  128. Name="VCPreLinkEventTool"
  129. />
  130. <Tool
  131. Name="VCLinkerTool"
  132. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib"
  133. GenerateDebugInformation="true"
  134. OptimizeReferences="2"
  135. EnableCOMDATFolding="2"
  136. TargetMachine="1"
  137. />
  138. <Tool
  139. Name="VCALinkTool"
  140. />
  141. <Tool
  142. Name="VCManifestTool"
  143. />
  144. <Tool
  145. Name="VCXDCMakeTool"
  146. />
  147. <Tool
  148. Name="VCBscMakeTool"
  149. />
  150. <Tool
  151. Name="VCFxCopTool"
  152. />
  153. <Tool
  154. Name="VCAppVerifierTool"
  155. />
  156. <Tool
  157. Name="VCWebDeploymentTool"
  158. />
  159. <Tool
  160. Name="VCPostBuildEventTool"
  161. />
  162. </Configuration>
  163. </Configurations>
  164. <References>
  165. </References>
  166. <Files>
  167. <Filter
  168. Name="Source Files"
  169. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  170. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  171. >
  172. <File
  173. RelativePath=".\main.cpp"
  174. >
  175. </File>
  176. <Filter
  177. Name="sqlite"
  178. >
  179. <File
  180. RelativePath="..\SQLite3Plugin\sqlite3.c"
  181. >
  182. </File>
  183. <File
  184. RelativePath="..\SQLite3Plugin\sqlite3.h"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\SQLite3Plugin\sqlite3ext.h"
  189. >
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="jpeg"
  194. >
  195. <File
  196. RelativePath="..\jpeg-7\cderror.h"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\jpeg-7\cdjpeg.c"
  201. >
  202. </File>
  203. <File
  204. RelativePath="..\jpeg-7\cdjpeg.h"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\jpeg-7\jaricom.c"
  209. >
  210. </File>
  211. <File
  212. RelativePath="..\jpeg-7\jcapimin.c"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\jpeg-7\jcapistd.c"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\jpeg-7\jcarith.c"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\jpeg-7\jccoefct.c"
  225. >
  226. </File>
  227. <File
  228. RelativePath="..\jpeg-7\jccolor.c"
  229. >
  230. </File>
  231. <File
  232. RelativePath="..\jpeg-7\jcdctmgr.c"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\jpeg-7\jchuff.c"
  237. >
  238. </File>
  239. <File
  240. RelativePath="..\jpeg-7\jcinit.c"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\jpeg-7\jcmainct.c"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\jpeg-7\jcmarker.c"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\jpeg-7\jcmaster.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\jpeg-7\jcomapi.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath="..\jpeg-7\jcparam.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\jpeg-7\jcprepct.c"
  265. >
  266. </File>
  267. <File
  268. RelativePath="..\jpeg-7\jcsample.c"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\jpeg-7\jctrans.c"
  273. >
  274. </File>
  275. <File
  276. RelativePath="..\jpeg-7\jdapimin.c"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\jpeg-7\jdapistd.c"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\jpeg-7\jdarith.c"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\jpeg-7\jdatadst.c"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\jpeg-7\jdatasrc.c"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\jpeg-7\jdcoefct.c"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\jpeg-7\jdcolor.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\jpeg-7\jdct.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\jpeg-7\jddctmgr.c"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\jpeg-7\jdhuff.c"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\jpeg-7\jdinput.c"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\jpeg-7\jdmainct.c"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\jpeg-7\jdmarker.c"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\jpeg-7\jdmaster.c"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\jpeg-7\jdmerge.c"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\jpeg-7\jdpostct.c"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\jpeg-7\jdsample.c"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\jpeg-7\jdtrans.c"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\jpeg-7\jerror.c"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\jpeg-7\jerror.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\jpeg-7\jfdctflt.c"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\jpeg-7\jfdctfst.c"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\jpeg-7\jfdctint.c"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\jpeg-7\jidctflt.c"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\jpeg-7\jidctfst.c"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\jpeg-7\jidctint.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\jpeg-7\jinclude.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\jpeg-7\jmemansi.c"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\jpeg-7\jmemmgr.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\jpeg-7\jmemsys.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\jpeg-7\jmorecfg.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\jpeg-7\jpegint.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\jpeg-7\jpeglib.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\jpeg-7\jquant1.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\jpeg-7\jquant2.c"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\jpeg-7\jutils.c"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\jpeg-7\jversion.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\jpeg-7\memsrc.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\jpeg-7\rdbmp.c"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\jpeg-7\rdcolmap.c"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\jpeg-7\rdgif.c"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\jpeg-7\rdppm.c"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\jpeg-7\rdrle.c"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\jpeg-7\rdswitch.c"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\jpeg-7\rdtarga.c"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\jpeg-7\transupp.c"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\jpeg-7\transupp.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\jpeg-7\wrbmp.c"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..\jpeg-7\wrgif.c"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..\jpeg-7\wrppm.c"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..\jpeg-7\wrrle.c"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\jpeg-7\wrtarga.c"
  481. >
  482. </File>
  483. </Filter>
  484. </Filter>
  485. <Filter
  486. Name="Header Files"
  487. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  488. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  489. >
  490. </Filter>
  491. <Filter
  492. Name="Resource Files"
  493. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  494. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  495. >
  496. </Filter>
  497. </Files>
  498. <Globals>
  499. </Globals>
  500. </VisualStudioProject>
粤ICP备19079148号