Alipay.vcproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Alipay"
  6. ProjectGUID="{20E127EA-86A8-4A9A-8F66-45B7CF488CE6}"
  7. RootNamespace="Alipay"
  8. Keyword="MFCDLLProj"
  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="..\..\..\..\输出文件\Alipay\Debug"
  22. IntermediateDirectory="..\..\..\..\输出文件\Alipay\Debug"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="..\json;..\tinyxml2;..\libs\include;..\..\..\common\EncodingConversion;&quot;..\lyfz-pay&quot;"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;CURL_STATICLIB"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalDependencies="..\libs\libcurl.lib ..\libs\libeay32.lib ..\libs\ssleay32.lib"
  71. OutputFile="..\..\..\..\lyfzClassicSoft\其他程序\$(ProjectName).dll"
  72. LinkIncremental="2"
  73. ModuleDefinitionFile=".\Alipay.def"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="..\..\..\..\输出文件\Alipay\Release"
  103. IntermediateDirectory="..\..\..\..\输出文件\Alipay\Release"
  104. ConfigurationType="2"
  105. UseOfMFC="2"
  106. CharacterSet="2"
  107. WholeProgramOptimization="1"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. MkTypLibCompatible="false"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. Optimization="2"
  129. EnableIntrinsicFunctions="true"
  130. AdditionalIncludeDirectories="..\json;..\tinyxml2;..\libs\include;..\..\..\common\EncodingConversion;&quot;..\lyfz-pay&quot;"
  131. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;CURL_STATICLIB"
  132. RuntimeLibrary="2"
  133. EnableFunctionLevelLinking="true"
  134. UsePrecompiledHeader="2"
  135. WarningLevel="3"
  136. DebugInformationFormat="3"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="2052"
  145. AdditionalIncludeDirectories="$(IntDir)"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. AdditionalDependencies="..\libs\libcurl.lib ..\libs\libeay32.lib ..\libs\ssleay32.lib"
  153. OutputFile="..\..\..\..\lyfzClassicSoft\其他程序\$(ProjectName).dll"
  154. LinkIncremental="1"
  155. ModuleDefinitionFile=".\Alipay.def"
  156. GenerateDebugInformation="true"
  157. SubSystem="2"
  158. OptimizeReferences="2"
  159. EnableCOMDATFolding="2"
  160. TargetMachine="1"
  161. />
  162. <Tool
  163. Name="VCALinkTool"
  164. />
  165. <Tool
  166. Name="VCManifestTool"
  167. />
  168. <Tool
  169. Name="VCXDCMakeTool"
  170. />
  171. <Tool
  172. Name="VCBscMakeTool"
  173. />
  174. <Tool
  175. Name="VCFxCopTool"
  176. />
  177. <Tool
  178. Name="VCAppVerifierTool"
  179. />
  180. <Tool
  181. Name="VCPostBuildEventTool"
  182. />
  183. </Configuration>
  184. <Configuration
  185. Name="Debug_CUSTOMER_MSG_|Win32"
  186. OutputDirectory="..\..\..\..\输出文件\Alipay\Debug_cs"
  187. IntermediateDirectory="..\..\..\..\输出文件\Alipay\Debug_cs"
  188. ConfigurationType="2"
  189. UseOfMFC="2"
  190. CharacterSet="2"
  191. >
  192. <Tool
  193. Name="VCPreBuildEventTool"
  194. />
  195. <Tool
  196. Name="VCCustomBuildTool"
  197. />
  198. <Tool
  199. Name="VCXMLDataGeneratorTool"
  200. />
  201. <Tool
  202. Name="VCWebServiceProxyGeneratorTool"
  203. />
  204. <Tool
  205. Name="VCMIDLTool"
  206. PreprocessorDefinitions="_DEBUG"
  207. MkTypLibCompatible="false"
  208. />
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. Optimization="0"
  212. AdditionalIncludeDirectories="..\json;..\tinyxml2;..\libs\include;..\..\..\common\EncodingConversion;&quot;..\lyfz-pay&quot;"
  213. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;CURL_STATICLIB;_CUSTOMER_MSG_"
  214. MinimalRebuild="true"
  215. BasicRuntimeChecks="3"
  216. RuntimeLibrary="3"
  217. UsePrecompiledHeader="2"
  218. WarningLevel="3"
  219. DebugInformationFormat="4"
  220. />
  221. <Tool
  222. Name="VCManagedResourceCompilerTool"
  223. />
  224. <Tool
  225. Name="VCResourceCompilerTool"
  226. PreprocessorDefinitions="_DEBUG"
  227. Culture="2052"
  228. AdditionalIncludeDirectories="$(IntDir)"
  229. />
  230. <Tool
  231. Name="VCPreLinkEventTool"
  232. />
  233. <Tool
  234. Name="VCLinkerTool"
  235. AdditionalDependencies="..\libs\libcurl.lib ..\libs\libeay32.lib ..\libs\ssleay32.lib"
  236. OutputFile="..\..\..\..\lyfzClassicSoft\其他程序\$(ProjectName).dll"
  237. LinkIncremental="2"
  238. ModuleDefinitionFile=".\Alipay.def"
  239. GenerateDebugInformation="true"
  240. SubSystem="2"
  241. TargetMachine="1"
  242. />
  243. <Tool
  244. Name="VCALinkTool"
  245. />
  246. <Tool
  247. Name="VCManifestTool"
  248. />
  249. <Tool
  250. Name="VCXDCMakeTool"
  251. />
  252. <Tool
  253. Name="VCBscMakeTool"
  254. />
  255. <Tool
  256. Name="VCFxCopTool"
  257. />
  258. <Tool
  259. Name="VCAppVerifierTool"
  260. />
  261. <Tool
  262. Name="VCPostBuildEventTool"
  263. />
  264. </Configuration>
  265. <Configuration
  266. Name="Release_CUSTOMER_MSG_|Win32"
  267. OutputDirectory="..\..\..\..\输出文件\Alipay\Release_cs"
  268. IntermediateDirectory="..\..\..\..\输出文件\Alipay\Release_cs"
  269. ConfigurationType="2"
  270. UseOfMFC="2"
  271. CharacterSet="2"
  272. WholeProgramOptimization="1"
  273. >
  274. <Tool
  275. Name="VCPreBuildEventTool"
  276. />
  277. <Tool
  278. Name="VCCustomBuildTool"
  279. />
  280. <Tool
  281. Name="VCXMLDataGeneratorTool"
  282. />
  283. <Tool
  284. Name="VCWebServiceProxyGeneratorTool"
  285. />
  286. <Tool
  287. Name="VCMIDLTool"
  288. PreprocessorDefinitions="NDEBUG"
  289. MkTypLibCompatible="false"
  290. />
  291. <Tool
  292. Name="VCCLCompilerTool"
  293. Optimization="2"
  294. EnableIntrinsicFunctions="true"
  295. AdditionalIncludeDirectories="..\json;..\tinyxml2;..\libs\include;..\..\..\common\EncodingConversion;&quot;..\lyfz-pay&quot;"
  296. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;CURL_STATICLIB;_CUSTOMER_MSG_"
  297. RuntimeLibrary="2"
  298. EnableFunctionLevelLinking="true"
  299. UsePrecompiledHeader="2"
  300. WarningLevel="3"
  301. DebugInformationFormat="3"
  302. />
  303. <Tool
  304. Name="VCManagedResourceCompilerTool"
  305. />
  306. <Tool
  307. Name="VCResourceCompilerTool"
  308. PreprocessorDefinitions="NDEBUG"
  309. Culture="2052"
  310. AdditionalIncludeDirectories="$(IntDir)"
  311. />
  312. <Tool
  313. Name="VCPreLinkEventTool"
  314. />
  315. <Tool
  316. Name="VCLinkerTool"
  317. AdditionalDependencies="..\libs\libcurl.lib ..\libs\libeay32.lib ..\libs\ssleay32.lib"
  318. OutputFile="..\..\..\..\lyfzClassicSoft\其他程序\$(ProjectName).dll"
  319. LinkIncremental="1"
  320. ModuleDefinitionFile=".\Alipay.def"
  321. GenerateDebugInformation="true"
  322. SubSystem="2"
  323. OptimizeReferences="2"
  324. EnableCOMDATFolding="2"
  325. TargetMachine="1"
  326. />
  327. <Tool
  328. Name="VCALinkTool"
  329. />
  330. <Tool
  331. Name="VCManifestTool"
  332. />
  333. <Tool
  334. Name="VCXDCMakeTool"
  335. />
  336. <Tool
  337. Name="VCBscMakeTool"
  338. />
  339. <Tool
  340. Name="VCFxCopTool"
  341. />
  342. <Tool
  343. Name="VCAppVerifierTool"
  344. />
  345. <Tool
  346. Name="VCPostBuildEventTool"
  347. />
  348. </Configuration>
  349. </Configurations>
  350. <References>
  351. </References>
  352. <Files>
  353. <Filter
  354. Name="源文件"
  355. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  356. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  357. >
  358. <File
  359. RelativePath=".\Alipay.cpp"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\Alipay.def"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\stdafx.cpp"
  368. >
  369. <FileConfiguration
  370. Name="Debug|Win32"
  371. >
  372. <Tool
  373. Name="VCCLCompilerTool"
  374. UsePrecompiledHeader="1"
  375. />
  376. </FileConfiguration>
  377. <FileConfiguration
  378. Name="Release|Win32"
  379. >
  380. <Tool
  381. Name="VCCLCompilerTool"
  382. UsePrecompiledHeader="1"
  383. />
  384. </FileConfiguration>
  385. <FileConfiguration
  386. Name="Debug_CUSTOMER_MSG_|Win32"
  387. >
  388. <Tool
  389. Name="VCCLCompilerTool"
  390. UsePrecompiledHeader="1"
  391. />
  392. </FileConfiguration>
  393. <FileConfiguration
  394. Name="Release_CUSTOMER_MSG_|Win32"
  395. >
  396. <Tool
  397. Name="VCCLCompilerTool"
  398. UsePrecompiledHeader="1"
  399. />
  400. </FileConfiguration>
  401. </File>
  402. </Filter>
  403. <Filter
  404. Name="头文件"
  405. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  406. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  407. >
  408. <File
  409. RelativePath=".\Alipay.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\Resource.h"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\stdafx.h"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\targetver.h"
  422. >
  423. </File>
  424. </Filter>
  425. <Filter
  426. Name="资源文件"
  427. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  428. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  429. >
  430. <File
  431. RelativePath=".\Alipay.rc"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\res\Alipay.rc2"
  436. >
  437. </File>
  438. </Filter>
  439. <Filter
  440. Name="curlhttp"
  441. >
  442. <File
  443. RelativePath=".\http_client.cpp"
  444. >
  445. <FileConfiguration
  446. Name="Debug|Win32"
  447. >
  448. <Tool
  449. Name="VCCLCompilerTool"
  450. UsePrecompiledHeader="0"
  451. />
  452. </FileConfiguration>
  453. <FileConfiguration
  454. Name="Release|Win32"
  455. >
  456. <Tool
  457. Name="VCCLCompilerTool"
  458. UsePrecompiledHeader="0"
  459. />
  460. </FileConfiguration>
  461. <FileConfiguration
  462. Name="Debug_CUSTOMER_MSG_|Win32"
  463. >
  464. <Tool
  465. Name="VCCLCompilerTool"
  466. UsePrecompiledHeader="0"
  467. />
  468. </FileConfiguration>
  469. <FileConfiguration
  470. Name="Release_CUSTOMER_MSG_|Win32"
  471. >
  472. <Tool
  473. Name="VCCLCompilerTool"
  474. UsePrecompiledHeader="0"
  475. />
  476. </FileConfiguration>
  477. </File>
  478. <File
  479. RelativePath=".\http_client.h"
  480. >
  481. </File>
  482. </Filter>
  483. <Filter
  484. Name="Json"
  485. >
  486. <File
  487. RelativePath="..\json\cJSON.c"
  488. >
  489. <FileConfiguration
  490. Name="Debug|Win32"
  491. >
  492. <Tool
  493. Name="VCCLCompilerTool"
  494. UsePrecompiledHeader="0"
  495. />
  496. </FileConfiguration>
  497. <FileConfiguration
  498. Name="Release|Win32"
  499. >
  500. <Tool
  501. Name="VCCLCompilerTool"
  502. UsePrecompiledHeader="0"
  503. />
  504. </FileConfiguration>
  505. <FileConfiguration
  506. Name="Debug_CUSTOMER_MSG_|Win32"
  507. >
  508. <Tool
  509. Name="VCCLCompilerTool"
  510. UsePrecompiledHeader="0"
  511. />
  512. </FileConfiguration>
  513. <FileConfiguration
  514. Name="Release_CUSTOMER_MSG_|Win32"
  515. >
  516. <Tool
  517. Name="VCCLCompilerTool"
  518. UsePrecompiledHeader="0"
  519. />
  520. </FileConfiguration>
  521. </File>
  522. <File
  523. RelativePath="..\json\cJSON.h"
  524. >
  525. </File>
  526. <File
  527. RelativePath="..\json\json_type.cpp"
  528. >
  529. <FileConfiguration
  530. Name="Debug|Win32"
  531. >
  532. <Tool
  533. Name="VCCLCompilerTool"
  534. UsePrecompiledHeader="0"
  535. />
  536. </FileConfiguration>
  537. <FileConfiguration
  538. Name="Release|Win32"
  539. >
  540. <Tool
  541. Name="VCCLCompilerTool"
  542. UsePrecompiledHeader="0"
  543. />
  544. </FileConfiguration>
  545. <FileConfiguration
  546. Name="Debug_CUSTOMER_MSG_|Win32"
  547. >
  548. <Tool
  549. Name="VCCLCompilerTool"
  550. UsePrecompiledHeader="0"
  551. />
  552. </FileConfiguration>
  553. <FileConfiguration
  554. Name="Release_CUSTOMER_MSG_|Win32"
  555. >
  556. <Tool
  557. Name="VCCLCompilerTool"
  558. UsePrecompiledHeader="0"
  559. />
  560. </FileConfiguration>
  561. </File>
  562. <File
  563. RelativePath="..\json\json_type.h"
  564. >
  565. </File>
  566. <File
  567. RelativePath="..\json\json_util.cpp"
  568. >
  569. <FileConfiguration
  570. Name="Debug|Win32"
  571. >
  572. <Tool
  573. Name="VCCLCompilerTool"
  574. UsePrecompiledHeader="0"
  575. />
  576. </FileConfiguration>
  577. <FileConfiguration
  578. Name="Release|Win32"
  579. >
  580. <Tool
  581. Name="VCCLCompilerTool"
  582. UsePrecompiledHeader="0"
  583. />
  584. </FileConfiguration>
  585. <FileConfiguration
  586. Name="Debug_CUSTOMER_MSG_|Win32"
  587. >
  588. <Tool
  589. Name="VCCLCompilerTool"
  590. UsePrecompiledHeader="0"
  591. />
  592. </FileConfiguration>
  593. <FileConfiguration
  594. Name="Release_CUSTOMER_MSG_|Win32"
  595. >
  596. <Tool
  597. Name="VCCLCompilerTool"
  598. UsePrecompiledHeader="0"
  599. />
  600. </FileConfiguration>
  601. </File>
  602. <File
  603. RelativePath="..\json\json_util.h"
  604. >
  605. </File>
  606. </Filter>
  607. <Filter
  608. Name="strconv"
  609. >
  610. <File
  611. RelativePath="..\..\..\common\EncodingConversion\EncodingConversion.cpp"
  612. >
  613. </File>
  614. <File
  615. RelativePath="..\..\..\common\EncodingConversion\EncodingConversion.h"
  616. >
  617. </File>
  618. </Filter>
  619. <Filter
  620. Name="tinyxml2"
  621. >
  622. <File
  623. RelativePath="..\tinyxml2\tinyxml2.cpp"
  624. >
  625. <FileConfiguration
  626. Name="Debug|Win32"
  627. >
  628. <Tool
  629. Name="VCCLCompilerTool"
  630. UsePrecompiledHeader="0"
  631. />
  632. </FileConfiguration>
  633. <FileConfiguration
  634. Name="Release|Win32"
  635. >
  636. <Tool
  637. Name="VCCLCompilerTool"
  638. UsePrecompiledHeader="0"
  639. />
  640. </FileConfiguration>
  641. <FileConfiguration
  642. Name="Debug_CUSTOMER_MSG_|Win32"
  643. >
  644. <Tool
  645. Name="VCCLCompilerTool"
  646. UsePrecompiledHeader="0"
  647. />
  648. </FileConfiguration>
  649. <FileConfiguration
  650. Name="Release_CUSTOMER_MSG_|Win32"
  651. >
  652. <Tool
  653. Name="VCCLCompilerTool"
  654. UsePrecompiledHeader="0"
  655. />
  656. </FileConfiguration>
  657. </File>
  658. <File
  659. RelativePath="..\tinyxml2\tinyxml2.h"
  660. >
  661. </File>
  662. </Filter>
  663. <Filter
  664. Name="PayApi"
  665. >
  666. <File
  667. RelativePath=".\PayApi.cpp"
  668. >
  669. </File>
  670. <File
  671. RelativePath=".\PayApi.h"
  672. >
  673. </File>
  674. </Filter>
  675. <File
  676. RelativePath=".\ReadMe.txt"
  677. >
  678. </File>
  679. </Files>
  680. <Globals>
  681. </Globals>
  682. </VisualStudioProject>