SATHTTP.vcproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SATHTTP"
  6. ProjectGUID="{E3798CCE-0392-42B7-A1D0-0D726BA23CA4}"
  7. RootNamespace="SATHTTP"
  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;SATHTTP_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. CommandLine="copy $(TargetDir)$(TargetName).lib ..\..\SATService\SATService\$(TargetName).lib /y/a&#x0D;&#x0A;copy $(TargetName).h ..\..\SATService\SATService\$(TargetName).h /y/a&#x0D;&#x0A;"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  98. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  99. ConfigurationType="2"
  100. UseOfMFC="2"
  101. CharacterSet="2"
  102. WholeProgramOptimization="1"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. Optimization="2"
  122. EnableIntrinsicFunctions="true"
  123. AdditionalIncludeDirectories="..\Include;..\cJson"
  124. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SATHTTP_EXPORTS;HTTP_ONLY;CURL_STATICLIB;USE_CURL"
  125. RuntimeLibrary="2"
  126. EnableFunctionLevelLinking="true"
  127. UsePrecompiledHeader="2"
  128. WarningLevel="3"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="ws2_32.lib winmm.lib wldap32.lib libcurl.lib"
  143. LinkIncremental="1"
  144. AdditionalLibraryDirectories="..\lib"
  145. GenerateDebugInformation="true"
  146. SubSystem="2"
  147. OptimizeReferences="2"
  148. EnableCOMDATFolding="2"
  149. TargetMachine="1"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. CommandLine="copy $(TargetDir)$(TargetName).lib ..\..\SATService\SATService\$(TargetName).lib /y/a&#x0D;&#x0A;copy $(TargetName).h ..\..\SATService\SATService\$(TargetName).h /y/a&#x0D;&#x0A;"
  172. />
  173. </Configuration>
  174. <Configuration
  175. Name="DebugEXE|Win32"
  176. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  177. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  178. ConfigurationType="1"
  179. UseOfMFC="2"
  180. CharacterSet="2"
  181. >
  182. <Tool
  183. Name="VCPreBuildEventTool"
  184. />
  185. <Tool
  186. Name="VCCustomBuildTool"
  187. />
  188. <Tool
  189. Name="VCXMLDataGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCWebServiceProxyGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCMIDLTool"
  196. />
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. Optimization="0"
  200. AdditionalIncludeDirectories="..\Include;..\cJson"
  201. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SATHTTP_EXPORTS;HTTP_ONLY;CURL_STATICLIB;USE_CURL;__CONSOLE__"
  202. MinimalRebuild="true"
  203. BasicRuntimeChecks="3"
  204. RuntimeLibrary="3"
  205. UsePrecompiledHeader="2"
  206. WarningLevel="3"
  207. DebugInformationFormat="4"
  208. />
  209. <Tool
  210. Name="VCManagedResourceCompilerTool"
  211. />
  212. <Tool
  213. Name="VCResourceCompilerTool"
  214. />
  215. <Tool
  216. Name="VCPreLinkEventTool"
  217. />
  218. <Tool
  219. Name="VCLinkerTool"
  220. AdditionalDependencies="ws2_32.lib winmm.lib wldap32.lib libcurld.lib"
  221. LinkIncremental="2"
  222. AdditionalLibraryDirectories="..\lib"
  223. GenerateDebugInformation="true"
  224. SubSystem="1"
  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. />
  248. </Configuration>
  249. </Configurations>
  250. <References>
  251. </References>
  252. <Files>
  253. <Filter
  254. Name="Ô´Îļþ"
  255. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  256. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  257. >
  258. <File
  259. RelativePath=".\Base64.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\CharConvert.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\CharEncoding.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\CurlClient.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\Global.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\SATHTTP.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\stdafx.cpp"
  284. >
  285. <FileConfiguration
  286. Name="Debug|Win32"
  287. >
  288. <Tool
  289. Name="VCCLCompilerTool"
  290. UsePrecompiledHeader="1"
  291. />
  292. </FileConfiguration>
  293. <FileConfiguration
  294. Name="Release|Win32"
  295. >
  296. <Tool
  297. Name="VCCLCompilerTool"
  298. UsePrecompiledHeader="1"
  299. />
  300. </FileConfiguration>
  301. <FileConfiguration
  302. Name="DebugEXE|Win32"
  303. >
  304. <Tool
  305. Name="VCCLCompilerTool"
  306. UsePrecompiledHeader="1"
  307. />
  308. </FileConfiguration>
  309. </File>
  310. <File
  311. RelativePath=".\tinyxml2.cpp"
  312. >
  313. <FileConfiguration
  314. Name="Debug|Win32"
  315. >
  316. <Tool
  317. Name="VCCLCompilerTool"
  318. UsePrecompiledHeader="0"
  319. />
  320. </FileConfiguration>
  321. <FileConfiguration
  322. Name="Release|Win32"
  323. >
  324. <Tool
  325. Name="VCCLCompilerTool"
  326. UsePrecompiledHeader="0"
  327. />
  328. </FileConfiguration>
  329. <FileConfiguration
  330. Name="DebugEXE|Win32"
  331. >
  332. <Tool
  333. Name="VCCLCompilerTool"
  334. UsePrecompiledHeader="0"
  335. />
  336. </FileConfiguration>
  337. </File>
  338. </Filter>
  339. <Filter
  340. Name="Í·Îļþ"
  341. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  342. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  343. >
  344. <File
  345. RelativePath=".\Base64.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\CharConvert.h"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\CharEncoding.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\CritSection.h"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\CurlClient.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\Global.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\Resource.h"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\SATHTTP.h"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\stdafx.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\stdint.h"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\targetver.h"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\tinyxml2.h"
  390. >
  391. </File>
  392. </Filter>
  393. <Filter
  394. Name="×ÊÔ´Îļþ"
  395. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  396. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  397. >
  398. <File
  399. RelativePath=".\SATHTTP.rc"
  400. >
  401. </File>
  402. </Filter>
  403. <Filter
  404. Name="cJson"
  405. >
  406. <File
  407. RelativePath="..\cJson\cJSON.c"
  408. >
  409. <FileConfiguration
  410. Name="Debug|Win32"
  411. >
  412. <Tool
  413. Name="VCCLCompilerTool"
  414. UsePrecompiledHeader="0"
  415. />
  416. </FileConfiguration>
  417. <FileConfiguration
  418. Name="Release|Win32"
  419. >
  420. <Tool
  421. Name="VCCLCompilerTool"
  422. UsePrecompiledHeader="0"
  423. />
  424. </FileConfiguration>
  425. <FileConfiguration
  426. Name="DebugEXE|Win32"
  427. >
  428. <Tool
  429. Name="VCCLCompilerTool"
  430. UsePrecompiledHeader="0"
  431. />
  432. </FileConfiguration>
  433. </File>
  434. <File
  435. RelativePath="..\cJson\cJSON.h"
  436. >
  437. </File>
  438. </Filter>
  439. <File
  440. RelativePath=".\ReadMe.txt"
  441. >
  442. </File>
  443. </Files>
  444. <Globals>
  445. </Globals>
  446. </VisualStudioProject>