ScbcCopyKey.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ScbcCopyKey"
  6. ProjectGUID="{AC652CEB-5047-4783-AA18-6B64AA4E78B5}"
  7. RootNamespace="ScbcCopyKey"
  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\$(SolutionName)"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(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="..\Include;..\cJson"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SCBCCOPYKEY_EXPORTS;HTTP_ONLY;CURL_STATICLIB;USE_CURL"
  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="ws2_32.lib winmm.lib wldap32.lib libcurld.lib"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="..\lib"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  97. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  98. ConfigurationType="2"
  99. CharacterSet="2"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="2"
  120. EnableIntrinsicFunctions="true"
  121. AdditionalIncludeDirectories="..\Include;..\cJson"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCBCCOPYKEY_EXPORTS;HTTP_ONLY;CURL_STATICLIB;USE_CURL"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="true"
  125. UsePrecompiledHeader="2"
  126. WarningLevel="3"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  140. AdditionalDependencies="ws2_32.lib winmm.lib wldap32.lib libcurl.lib"
  141. LinkIncremental="1"
  142. AdditionalLibraryDirectories="..\lib"
  143. GenerateDebugInformation="true"
  144. SubSystem="2"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. />
  170. </Configuration>
  171. <Configuration
  172. Name="ReleasePYD|Win32"
  173. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  174. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  175. ConfigurationType="2"
  176. UseOfMFC="2"
  177. CharacterSet="2"
  178. WholeProgramOptimization="1"
  179. >
  180. <Tool
  181. Name="VCPreBuildEventTool"
  182. />
  183. <Tool
  184. Name="VCCustomBuildTool"
  185. />
  186. <Tool
  187. Name="VCXMLDataGeneratorTool"
  188. />
  189. <Tool
  190. Name="VCWebServiceProxyGeneratorTool"
  191. />
  192. <Tool
  193. Name="VCMIDLTool"
  194. />
  195. <Tool
  196. Name="VCCLCompilerTool"
  197. Optimization="2"
  198. EnableIntrinsicFunctions="true"
  199. AdditionalIncludeDirectories="C:\Python27\include;..\Include;..\cJson"
  200. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCBCCOPYKEY_EXPORTS;__MAKE_PYD__;HTTP_ONLY;CURL_STATICLIB;USE_CURL"
  201. RuntimeLibrary="2"
  202. EnableFunctionLevelLinking="true"
  203. UsePrecompiledHeader="2"
  204. WarningLevel="3"
  205. DebugInformationFormat="3"
  206. />
  207. <Tool
  208. Name="VCManagedResourceCompilerTool"
  209. />
  210. <Tool
  211. Name="VCResourceCompilerTool"
  212. />
  213. <Tool
  214. Name="VCPreLinkEventTool"
  215. />
  216. <Tool
  217. Name="VCLinkerTool"
  218. AdditionalDependencies="ws2_32.lib winmm.lib wldap32.lib libcurl.lib"
  219. LinkIncremental="1"
  220. AdditionalLibraryDirectories="C:\Python27\libs;..\lib"
  221. GenerateDebugInformation="true"
  222. SubSystem="2"
  223. OptimizeReferences="2"
  224. EnableCOMDATFolding="2"
  225. TargetMachine="1"
  226. />
  227. <Tool
  228. Name="VCALinkTool"
  229. />
  230. <Tool
  231. Name="VCManifestTool"
  232. />
  233. <Tool
  234. Name="VCXDCMakeTool"
  235. />
  236. <Tool
  237. Name="VCBscMakeTool"
  238. />
  239. <Tool
  240. Name="VCFxCopTool"
  241. />
  242. <Tool
  243. Name="VCAppVerifierTool"
  244. />
  245. <Tool
  246. Name="VCPostBuildEventTool"
  247. CommandLine="copy $(TargetPath) $(TargetDir)$(TargetName).pyd /y/a"
  248. />
  249. </Configuration>
  250. <Configuration
  251. Name="DebugEXE|Win32"
  252. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  253. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(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="..\Include;..\cJson"
  277. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;__CONSOLE__;SCBCCOPYKEY_EXPORTS;HTTP_ONLY;CURL_STATICLIB;USE_CURL"
  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="ws2_32.lib winmm.lib wldap32.lib libcurld.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=".\OTA.cpp"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\ScbcCopyKey.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="ReleasePYD|Win32"
  367. >
  368. <Tool
  369. Name="VCCLCompilerTool"
  370. UsePrecompiledHeader="1"
  371. />
  372. </FileConfiguration>
  373. <FileConfiguration
  374. Name="DebugEXE|Win32"
  375. >
  376. <Tool
  377. Name="VCCLCompilerTool"
  378. UsePrecompiledHeader="1"
  379. />
  380. </FileConfiguration>
  381. </File>
  382. <File
  383. RelativePath=".\SynSerial.cpp"
  384. >
  385. </File>
  386. <File
  387. RelativePath=".\tinyxml2.cpp"
  388. >
  389. <FileConfiguration
  390. Name="Debug|Win32"
  391. >
  392. <Tool
  393. Name="VCCLCompilerTool"
  394. UsePrecompiledHeader="0"
  395. />
  396. </FileConfiguration>
  397. <FileConfiguration
  398. Name="Release|Win32"
  399. >
  400. <Tool
  401. Name="VCCLCompilerTool"
  402. UsePrecompiledHeader="0"
  403. />
  404. </FileConfiguration>
  405. <FileConfiguration
  406. Name="ReleasePYD|Win32"
  407. >
  408. <Tool
  409. Name="VCCLCompilerTool"
  410. UsePrecompiledHeader="0"
  411. />
  412. </FileConfiguration>
  413. <FileConfiguration
  414. Name="DebugEXE|Win32"
  415. >
  416. <Tool
  417. Name="VCCLCompilerTool"
  418. UsePrecompiledHeader="0"
  419. />
  420. </FileConfiguration>
  421. </File>
  422. </Filter>
  423. <Filter
  424. Name="Í·Îļþ"
  425. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  426. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  427. >
  428. <File
  429. RelativePath=".\CritSection.h"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\Global.h"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\OTA.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\Resource.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\ScbcCopyKey.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\stdafx.h"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\stdint.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\SynSerial.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\targetver.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\tinyxml2.h"
  466. >
  467. </File>
  468. </Filter>
  469. <Filter
  470. Name="×ÊÔ´Îļþ"
  471. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  472. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  473. >
  474. <File
  475. RelativePath=".\ScbcCopyKey.rc"
  476. >
  477. </File>
  478. </Filter>
  479. <Filter
  480. Name="curlib"
  481. >
  482. <File
  483. RelativePath=".\Base64.cpp"
  484. >
  485. </File>
  486. <File
  487. RelativePath=".\Base64.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath=".\CharConvert.cpp"
  492. >
  493. </File>
  494. <File
  495. RelativePath=".\CharConvert.h"
  496. >
  497. </File>
  498. <File
  499. RelativePath=".\CharEncoding.cpp"
  500. >
  501. </File>
  502. <File
  503. RelativePath=".\CharEncoding.h"
  504. >
  505. </File>
  506. <File
  507. RelativePath=".\CurlClient.cpp"
  508. >
  509. </File>
  510. <File
  511. RelativePath=".\CurlClient.h"
  512. >
  513. </File>
  514. </Filter>
  515. <Filter
  516. Name="cJson"
  517. >
  518. <File
  519. RelativePath="..\cJson\cJSON.c"
  520. >
  521. <FileConfiguration
  522. Name="Debug|Win32"
  523. >
  524. <Tool
  525. Name="VCCLCompilerTool"
  526. UsePrecompiledHeader="0"
  527. />
  528. </FileConfiguration>
  529. <FileConfiguration
  530. Name="Release|Win32"
  531. >
  532. <Tool
  533. Name="VCCLCompilerTool"
  534. UsePrecompiledHeader="0"
  535. />
  536. </FileConfiguration>
  537. <FileConfiguration
  538. Name="ReleasePYD|Win32"
  539. >
  540. <Tool
  541. Name="VCCLCompilerTool"
  542. UsePrecompiledHeader="0"
  543. />
  544. </FileConfiguration>
  545. <FileConfiguration
  546. Name="DebugEXE|Win32"
  547. >
  548. <Tool
  549. Name="VCCLCompilerTool"
  550. UsePrecompiledHeader="0"
  551. />
  552. </FileConfiguration>
  553. </File>
  554. <File
  555. RelativePath="..\cJson\cJSON.h"
  556. >
  557. </File>
  558. </Filter>
  559. <File
  560. RelativePath=".\ReadMe.txt"
  561. >
  562. </File>
  563. </Files>
  564. <Globals>
  565. </Globals>
  566. </VisualStudioProject>