SQLiteServerLogger.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SQLiteServerLogger"
  6. ProjectGUID="{E0B645F2-CDE7-4C1B-A0E2-A0457DCCD0E3}"
  7. RootNamespace="SQLiteServerLogger"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(ProjectDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. CharacterSet="1"
  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. AdditionalIncludeDirectories="&quot;$(SolutionDir)Source&quot;;&quot;$(SolutionDir)DependentExtensions\DXTCompressor\Src&quot;;&quot;$(SolutionDir)DependentExtensions\DXTCompressor\External\include&quot;;&quot;$(SolutionDir)DependentExtensions\jpeg-7&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ServerOnly&quot;"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="$(SolutionDir)Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="$(SolutionDir)\DependentExtensions\DXTCompressor\External\lib"
  68. GenerateDebugInformation="true"
  69. SubSystem="1"
  70. RandomizedBaseAddress="1"
  71. DataExecutionPrevention="0"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. CommandLine="copy $(SolutionDir)DependentExtensions\DXTCompressor\*.dll .\"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(ProjectDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. CharacterSet="1"
  103. WholeProgramOptimization="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. AdditionalIncludeDirectories="&quot;$(SolutionDir)Source&quot;;&quot;$(SolutionDir)DependentExtensions\DXTCompressor\Src&quot;;&quot;$(SolutionDir)DependentExtensions\DXTCompressor\External\include&quot;;&quot;$(SolutionDir)DependentExtensions\jpeg-7&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger&quot;;&quot;$(SolutionDir)DependentExtensions\SQLite3Plugin\Logger\ServerOnly&quot;"
  123. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  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. AdditionalDependencies="$(SolutionDir)Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib"
  142. LinkIncremental="1"
  143. AdditionalLibraryDirectories="$(SolutionDir)\DependentExtensions\DXTCompressor\External\lib"
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. RandomizedBaseAddress="1"
  149. DataExecutionPrevention="0"
  150. TargetMachine="1"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCManifestTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. />
  164. <Tool
  165. Name="VCFxCopTool"
  166. />
  167. <Tool
  168. Name="VCAppVerifierTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. CommandLine="copy $(SolutionDir)DependentExtensions\DXTCompressor\*.dll .\"
  173. />
  174. </Configuration>
  175. </Configurations>
  176. <References>
  177. </References>
  178. <Files>
  179. <Filter
  180. Name="jpeg"
  181. >
  182. <File
  183. RelativePath="..\..\..\jpeg-7\cderror.h"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\..\..\jpeg-7\cdjpeg.c"
  188. >
  189. </File>
  190. <File
  191. RelativePath="..\..\..\jpeg-7\cdjpeg.h"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\..\..\jpeg-7\jaricom.c"
  196. >
  197. </File>
  198. <File
  199. RelativePath="..\..\..\jpeg-7\jcapimin.c"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\..\..\jpeg-7\jcapistd.c"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\..\..\jpeg-7\jcarith.c"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\..\..\jpeg-7\jccoefct.c"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\..\..\jpeg-7\jccolor.c"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\..\..\jpeg-7\jcdctmgr.c"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\..\jpeg-7\jchuff.c"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\..\jpeg-7\jcinit.c"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\..\jpeg-7\jcmainct.c"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\..\..\jpeg-7\jcmarker.c"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\..\..\jpeg-7\jcmaster.c"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\..\jpeg-7\jcomapi.c"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\..\..\jpeg-7\jconfig.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\..\..\jpeg-7\jcparam.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\..\..\jpeg-7\jcprepct.c"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\..\..\jpeg-7\jcsample.c"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\..\..\jpeg-7\jctrans.c"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\..\..\jpeg-7\jdapimin.c"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\..\..\jpeg-7\jdapistd.c"
  272. >
  273. </File>
  274. <File
  275. RelativePath="..\..\..\jpeg-7\jdarith.c"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\..\..\jpeg-7\jdatadst.c"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\..\..\jpeg-7\jdatasrc.c"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\..\..\jpeg-7\jdcoefct.c"
  288. >
  289. </File>
  290. <File
  291. RelativePath="..\..\..\jpeg-7\jdcolor.c"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\..\..\jpeg-7\jdct.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\..\..\jpeg-7\jddctmgr.c"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\..\..\jpeg-7\jdhuff.c"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\..\..\jpeg-7\jdinput.c"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\..\..\jpeg-7\jdmainct.c"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\..\..\jpeg-7\jdmarker.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\..\..\jpeg-7\jdmaster.c"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\..\..\jpeg-7\jdmerge.c"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\..\..\jpeg-7\jdpostct.c"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\..\..\jpeg-7\jdsample.c"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\..\..\jpeg-7\jdtrans.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\..\..\jpeg-7\jerror.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\..\..\jpeg-7\jerror.h"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\..\..\jpeg-7\jfdctflt.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\..\..\jpeg-7\jfdctfst.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\..\..\jpeg-7\jfdctint.c"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\..\..\jpeg-7\jidctflt.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\..\..\jpeg-7\jidctfst.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\..\..\jpeg-7\jidctint.c"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\..\..\jpeg-7\jinclude.h"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\..\..\jpeg-7\jmemansi.c"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\..\..\jpeg-7\jmemmgr.c"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\..\..\jpeg-7\jmemsys.h"
  384. >
  385. </File>
  386. <File
  387. RelativePath="..\..\..\jpeg-7\jmorecfg.h"
  388. >
  389. </File>
  390. <File
  391. RelativePath="..\..\..\jpeg-7\jpegint.h"
  392. >
  393. </File>
  394. <File
  395. RelativePath="..\..\..\jpeg-7\jpeglib.h"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\..\..\jpeg-7\jquant1.c"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\..\..\jpeg-7\jquant2.c"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\..\..\jpeg-7\jutils.c"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\..\..\jpeg-7\jversion.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\..\..\jpeg-7\memsrc.c"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\..\..\jpeg-7\rdbmp.c"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\..\..\jpeg-7\rdcolmap.c"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\..\..\jpeg-7\rdgif.c"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\..\..\jpeg-7\rdppm.c"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\..\..\jpeg-7\rdrle.c"
  436. >
  437. </File>
  438. <File
  439. RelativePath="..\..\..\jpeg-7\rdswitch.c"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\..\..\jpeg-7\rdtarga.c"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\..\..\jpeg-7\transupp.c"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\..\..\jpeg-7\transupp.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\..\..\jpeg-7\wrbmp.c"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\..\..\jpeg-7\wrgif.c"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\..\..\jpeg-7\wrppm.c"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\..\..\jpeg-7\wrrle.c"
  468. >
  469. </File>
  470. <File
  471. RelativePath="..\..\..\jpeg-7\wrtarga.c"
  472. >
  473. </File>
  474. </Filter>
  475. <Filter
  476. Name="DXTCompressor"
  477. >
  478. <File
  479. RelativePath="..\..\..\DXTCompressor\Src\DDSHeader.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\..\..\DXTCompressor\Src\DXTCompressor.cpp"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\..\..\DXTCompressor\Src\DXTCompressor.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\..\..\DXTCompressor\Src\FrameBufferRenderBuffer.hpp"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\..\..\DXTCompressor\Src\OpenGLWindow.hpp"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\..\..\DXTCompressor\Src\ShaderSource.h"
  500. >
  501. </File>
  502. </Filter>
  503. <Filter
  504. Name="SQLite"
  505. >
  506. <File
  507. RelativePath="..\..\sqlite3.c"
  508. >
  509. </File>
  510. <File
  511. RelativePath="..\..\sqlite3.h"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\..\sqlite3ext.h"
  516. >
  517. </File>
  518. </Filter>
  519. <File
  520. RelativePath=".\jpeg_memory_dest.cpp"
  521. >
  522. </File>
  523. <File
  524. RelativePath=".\jpeg_memory_dest.h"
  525. >
  526. </File>
  527. <File
  528. RelativePath="..\..\SQLite3PluginCommon.cpp"
  529. >
  530. </File>
  531. <File
  532. RelativePath="..\..\SQLite3PluginCommon.h"
  533. >
  534. </File>
  535. <File
  536. RelativePath="..\..\SQLite3ServerPlugin.cpp"
  537. >
  538. </File>
  539. <File
  540. RelativePath="..\..\SQLite3ServerPlugin.h"
  541. >
  542. </File>
  543. <File
  544. RelativePath="..\SQLiteLoggerCommon.cpp"
  545. >
  546. </File>
  547. <File
  548. RelativePath="..\SQLiteLoggerCommon.h"
  549. >
  550. </File>
  551. <File
  552. RelativePath=".\SQLiteServerLoggerPlugin.cpp"
  553. >
  554. </File>
  555. <File
  556. RelativePath=".\SQLiteServerLoggerPlugin.h"
  557. >
  558. </File>
  559. <File
  560. RelativePath=".\SQLiteServerLoggerSample.cpp"
  561. >
  562. </File>
  563. </Files>
  564. <Globals>
  565. </Globals>
  566. </VisualStudioProject>
粤ICP备19079148号