scbc.tools.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="scbc.tools"
  6. ProjectGUID="{95CA9F08-85F6-4FD6-A80D-15EEC854B118}"
  7. RootNamespace="scbctools"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  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="..\..\..\bin\$(ProjectName)"
  22. IntermediateDirectory="$(OutDir)\$(ConfigurationName)"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\cJson;..\filehelper;..\Include;..\Log4C;..\MD5"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SCBCTOOLS_EXPORTS;LOG4C_ENABLE;CURL_STATICLIB"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="2"
  51. WarningLevel="3"
  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="crypt32.lib ws2_32.lib winmm.lib wldap32.lib libcurld.lib libeay32.lib ssleay32.lib sqlite3d.lib"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="..\lib"
  68. IgnoreDefaultLibraryNames=""
  69. GenerateDebugInformation="true"
  70. SubSystem="2"
  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="VCPostBuildEventTool"
  93. CommandLine="copy $(TargetDir)\$(SolutionName).lib $(SolutionDir)\test\$(ProjectName).lib /y/a&#x0D;&#x0A;copy $(TargetPath) $(SolutionDir)\test\$(TargetFileName) /y/a&#x0D;&#x0A;copy $(SolutionDir)$(SolutionName)\TableInfo.h $(SolutionDir)\test\TableInfo.h /y/a&#x0D;&#x0A;copy $(SolutionDir)$(SolutionName)\$(SolutionName).h $(SolutionDir)\test\$(SolutionName).h /y/a"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="..\..\..\bin\$(ProjectName)"
  99. IntermediateDirectory="$(OutDir)\$(ConfigurationName)"
  100. ConfigurationType="2"
  101. UseOfMFC="2"
  102. CharacterSet="2"
  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. Optimization="2"
  123. EnableIntrinsicFunctions="true"
  124. AdditionalIncludeDirectories="..\cJson;..\filehelper;..\Include;..\MD5"
  125. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCBCTOOLS_EXPORTS;LOG4C_ENABLE;CURL_STATICLIB"
  126. RuntimeLibrary="2"
  127. EnableFunctionLevelLinking="true"
  128. UsePrecompiledHeader="2"
  129. WarningLevel="3"
  130. DebugInformationFormat="3"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. AdditionalDependencies="crypt32.lib ws2_32.lib winmm.lib wldap32.lib libcurl.lib libeay32.lib ssleay32.lib sqlite3.lib"
  144. LinkIncremental="1"
  145. AdditionalLibraryDirectories="..\lib"
  146. GenerateDebugInformation="true"
  147. SubSystem="2"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  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 $(TargetDir)\$(SolutionName).lib $(SolutionDir)\test\$(ProjectName).lib /y/a&#x0D;&#x0A;copy $(TargetPath) $(SolutionDir)\test\$(TargetFileName) /y/a&#x0D;&#x0A;copy $(SolutionDir)$(SolutionName)\TableInfo.h $(SolutionDir)\test\TableInfo.h /y/a&#x0D;&#x0A;copy $(SolutionDir)$(SolutionName)\$(SolutionName).h $(SolutionDir)\test\$(SolutionName).h /y/a&#x0D;&#x0A;"
  173. />
  174. </Configuration>
  175. <Configuration
  176. Name="DebugExe|Win32"
  177. OutputDirectory="..\..\..\bin\$(ProjectName)"
  178. IntermediateDirectory="$(OutDir)\$(ConfigurationName)"
  179. ConfigurationType="1"
  180. UseOfMFC="2"
  181. CharacterSet="2"
  182. >
  183. <Tool
  184. Name="VCPreBuildEventTool"
  185. />
  186. <Tool
  187. Name="VCCustomBuildTool"
  188. />
  189. <Tool
  190. Name="VCXMLDataGeneratorTool"
  191. />
  192. <Tool
  193. Name="VCWebServiceProxyGeneratorTool"
  194. />
  195. <Tool
  196. Name="VCMIDLTool"
  197. />
  198. <Tool
  199. Name="VCCLCompilerTool"
  200. Optimization="0"
  201. AdditionalIncludeDirectories="..\cJson;..\filehelper;..\Include;..\Log4C;..\MD5"
  202. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SCBCTOOLS_EXPORTS;LOG4C_ENABLE;CURL_STATICLIB;TEST_MODE"
  203. MinimalRebuild="true"
  204. BasicRuntimeChecks="3"
  205. RuntimeLibrary="3"
  206. UsePrecompiledHeader="2"
  207. WarningLevel="3"
  208. DebugInformationFormat="4"
  209. />
  210. <Tool
  211. Name="VCManagedResourceCompilerTool"
  212. />
  213. <Tool
  214. Name="VCResourceCompilerTool"
  215. />
  216. <Tool
  217. Name="VCPreLinkEventTool"
  218. />
  219. <Tool
  220. Name="VCLinkerTool"
  221. AdditionalDependencies="crypt32.lib ws2_32.lib winmm.lib wldap32.lib libcurld.lib libeay32.lib sqlite3d.lib ssleay32.lib"
  222. LinkIncremental="2"
  223. AdditionalLibraryDirectories="..\lib"
  224. GenerateDebugInformation="true"
  225. SubSystem="1"
  226. TargetMachine="1"
  227. />
  228. <Tool
  229. Name="VCALinkTool"
  230. />
  231. <Tool
  232. Name="VCManifestTool"
  233. />
  234. <Tool
  235. Name="VCXDCMakeTool"
  236. />
  237. <Tool
  238. Name="VCBscMakeTool"
  239. />
  240. <Tool
  241. Name="VCFxCopTool"
  242. />
  243. <Tool
  244. Name="VCAppVerifierTool"
  245. />
  246. <Tool
  247. Name="VCPostBuildEventTool"
  248. />
  249. </Configuration>
  250. <Configuration
  251. Name="ReleaseExe|Win32"
  252. OutputDirectory="..\..\..\bin\$(ProjectName)"
  253. IntermediateDirectory="$(OutDir)\$(ConfigurationName)"
  254. ConfigurationType="1"
  255. UseOfMFC="2"
  256. CharacterSet="2"
  257. >
  258. <Tool
  259. Name="VCPreBuildEventTool"
  260. />
  261. <Tool
  262. Name="VCCustomBuildTool"
  263. />
  264. <Tool
  265. Name="VCXMLDataGeneratorTool"
  266. />
  267. <Tool
  268. Name="VCWebServiceProxyGeneratorTool"
  269. />
  270. <Tool
  271. Name="VCMIDLTool"
  272. />
  273. <Tool
  274. Name="VCCLCompilerTool"
  275. Optimization="0"
  276. AdditionalIncludeDirectories="..\cJson;..\filehelper;..\Include;..\Log4C;..\MD5"
  277. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SCBCTOOLS_EXPORTS;LOG4C_ENABLE;CURL_STATICLIB;TEST_MODE"
  278. MinimalRebuild="true"
  279. BasicRuntimeChecks="3"
  280. RuntimeLibrary="3"
  281. UsePrecompiledHeader="2"
  282. WarningLevel="3"
  283. DebugInformationFormat="4"
  284. />
  285. <Tool
  286. Name="VCManagedResourceCompilerTool"
  287. />
  288. <Tool
  289. Name="VCResourceCompilerTool"
  290. />
  291. <Tool
  292. Name="VCPreLinkEventTool"
  293. />
  294. <Tool
  295. Name="VCLinkerTool"
  296. AdditionalDependencies="crypt32.lib ws2_32.lib winmm.lib wldap32.lib libcurl.lib libeay32.lib sqlite3.lib ssleay32.lib"
  297. LinkIncremental="2"
  298. AdditionalLibraryDirectories="..\lib"
  299. GenerateDebugInformation="true"
  300. SubSystem="1"
  301. TargetMachine="1"
  302. />
  303. <Tool
  304. Name="VCALinkTool"
  305. />
  306. <Tool
  307. Name="VCManifestTool"
  308. />
  309. <Tool
  310. Name="VCXDCMakeTool"
  311. />
  312. <Tool
  313. Name="VCBscMakeTool"
  314. />
  315. <Tool
  316. Name="VCFxCopTool"
  317. />
  318. <Tool
  319. Name="VCAppVerifierTool"
  320. />
  321. <Tool
  322. Name="VCPostBuildEventTool"
  323. />
  324. </Configuration>
  325. </Configurations>
  326. <References>
  327. </References>
  328. <Files>
  329. <Filter
  330. Name="Ô´Îļþ"
  331. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  332. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  333. >
  334. <File
  335. RelativePath=".\Global.cpp"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\scbc.tools.cpp"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\SDK.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\stdafx.cpp"
  348. >
  349. <FileConfiguration
  350. Name="Debug|Win32"
  351. >
  352. <Tool
  353. Name="VCCLCompilerTool"
  354. UsePrecompiledHeader="1"
  355. />
  356. </FileConfiguration>
  357. <FileConfiguration
  358. Name="Release|Win32"
  359. >
  360. <Tool
  361. Name="VCCLCompilerTool"
  362. UsePrecompiledHeader="1"
  363. />
  364. </FileConfiguration>
  365. <FileConfiguration
  366. Name="DebugExe|Win32"
  367. >
  368. <Tool
  369. Name="VCCLCompilerTool"
  370. UsePrecompiledHeader="1"
  371. />
  372. </FileConfiguration>
  373. <FileConfiguration
  374. Name="ReleaseExe|Win32"
  375. >
  376. <Tool
  377. Name="VCCLCompilerTool"
  378. UsePrecompiledHeader="1"
  379. />
  380. </FileConfiguration>
  381. </File>
  382. </Filter>
  383. <Filter
  384. Name="Í·Îļþ"
  385. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  386. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  387. >
  388. <File
  389. RelativePath=".\Global.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\Resource.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\scbc.tools.h"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\SDK.h"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\stdafx.h"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\targetver.h"
  410. >
  411. </File>
  412. </Filter>
  413. <Filter
  414. Name="×ÊÔ´Îļþ"
  415. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  416. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  417. >
  418. <File
  419. RelativePath=".\scbc.tools.rc"
  420. >
  421. </File>
  422. </Filter>
  423. <Filter
  424. Name="curlib"
  425. >
  426. <File
  427. RelativePath=".\Base64.cpp"
  428. >
  429. </File>
  430. <File
  431. RelativePath=".\Base64.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\CharConvert.cpp"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\CharConvert.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\CharEncoding.cpp"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\CharEncoding.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath=".\CurlClient.cpp"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\CurlClient.h"
  456. >
  457. </File>
  458. </Filter>
  459. <Filter
  460. Name="tinyxml2"
  461. >
  462. <File
  463. RelativePath=".\tinyxml2.cpp"
  464. >
  465. <FileConfiguration
  466. Name="Debug|Win32"
  467. >
  468. <Tool
  469. Name="VCCLCompilerTool"
  470. UsePrecompiledHeader="0"
  471. />
  472. </FileConfiguration>
  473. <FileConfiguration
  474. Name="Release|Win32"
  475. >
  476. <Tool
  477. Name="VCCLCompilerTool"
  478. UsePrecompiledHeader="0"
  479. />
  480. </FileConfiguration>
  481. <FileConfiguration
  482. Name="DebugExe|Win32"
  483. >
  484. <Tool
  485. Name="VCCLCompilerTool"
  486. UsePrecompiledHeader="0"
  487. />
  488. </FileConfiguration>
  489. <FileConfiguration
  490. Name="ReleaseExe|Win32"
  491. >
  492. <Tool
  493. Name="VCCLCompilerTool"
  494. UsePrecompiledHeader="0"
  495. />
  496. </FileConfiguration>
  497. </File>
  498. <File
  499. RelativePath=".\tinyxml2.h"
  500. >
  501. </File>
  502. </Filter>
  503. <Filter
  504. Name="sqlite3"
  505. >
  506. <File
  507. RelativePath=".\CritSection.h"
  508. >
  509. </File>
  510. <File
  511. RelativePath=".\DataImpl.cpp"
  512. >
  513. </File>
  514. <File
  515. RelativePath=".\DataImpl.h"
  516. >
  517. </File>
  518. <File
  519. RelativePath=".\sqlite3.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath=".\TableInfo.h"
  524. >
  525. </File>
  526. </Filter>
  527. <Filter
  528. Name="cJSON"
  529. >
  530. <File
  531. RelativePath="..\cJson\cJSON.c"
  532. >
  533. <FileConfiguration
  534. Name="Debug|Win32"
  535. >
  536. <Tool
  537. Name="VCCLCompilerTool"
  538. UsePrecompiledHeader="0"
  539. />
  540. </FileConfiguration>
  541. <FileConfiguration
  542. Name="Release|Win32"
  543. >
  544. <Tool
  545. Name="VCCLCompilerTool"
  546. UsePrecompiledHeader="0"
  547. />
  548. </FileConfiguration>
  549. <FileConfiguration
  550. Name="DebugExe|Win32"
  551. >
  552. <Tool
  553. Name="VCCLCompilerTool"
  554. UsePrecompiledHeader="0"
  555. />
  556. </FileConfiguration>
  557. <FileConfiguration
  558. Name="ReleaseExe|Win32"
  559. >
  560. <Tool
  561. Name="VCCLCompilerTool"
  562. UsePrecompiledHeader="0"
  563. />
  564. </FileConfiguration>
  565. </File>
  566. <File
  567. RelativePath="..\cJson\cJSON.h"
  568. >
  569. </File>
  570. <File
  571. RelativePath="..\cJson\Json_Type.h"
  572. >
  573. </File>
  574. </Filter>
  575. <Filter
  576. Name="MD5"
  577. >
  578. <File
  579. RelativePath="..\MD5\MD5.cpp"
  580. >
  581. </File>
  582. <File
  583. RelativePath="..\MD5\MD5.h"
  584. >
  585. </File>
  586. </Filter>
  587. <File
  588. RelativePath=".\ReadMe.txt"
  589. >
  590. </File>
  591. </Files>
  592. <Globals>
  593. </Globals>
  594. </VisualStudioProject>