PhmsHttp.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="PhmsHttp"
  6. ProjectGUID="{F7D673F4-D599-4CBB-9AE6-A1B1F69E9A93}"
  7. RootNamespace="PhmsHttp"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="2"
  22. CharacterSet="2"
  23. >
  24. <Tool
  25. Name="VCPreBuildEventTool"
  26. />
  27. <Tool
  28. Name="VCCustomBuildTool"
  29. />
  30. <Tool
  31. Name="VCXMLDataGeneratorTool"
  32. />
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCCLCompilerTool"
  41. Optimization="0"
  42. AdditionalIncludeDirectories="&quot;D:\POCO\poco-1.4.3p1-all-changed\Foundation\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Util\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\XML\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Net\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\NetSSL_OpenSSL\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Crypto\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Data\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Data\ODBC\include&quot;;&quot;D:\Projects\PhmsHttp\PhmsHttp\jsoncpp-src-0.5.0\include&quot;;&quot;D:\DOC\__nethttp_git\PhmsHttp\jsoncpp-src-0.5.0\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\OpenSSL-Win32\include&quot;"
  43. MinimalRebuild="true"
  44. BasicRuntimeChecks="3"
  45. RuntimeLibrary="3"
  46. WarningLevel="3"
  47. Detect64BitPortabilityProblems="true"
  48. DebugInformationFormat="4"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. />
  59. <Tool
  60. Name="VCLinkerTool"
  61. AdditionalDependencies="PocoFoundationd.lib PocoNetd.lib PocoNetSSLd.lib PocoUtild.lib PocoXMLd.lib PocoDatad.lib PocoDataODBCd.lib"
  62. OutputFile="$(OutDir)\PhmsHttpd.dll"
  63. Version="1.0"
  64. AdditionalLibraryDirectories="&quot;D:\POCO\poco-1.4.3p1-all-changed\lib&quot;"
  65. GenerateDebugInformation="true"
  66. ResourceOnlyDLL="false"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCWebDeploymentTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(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. AdditionalIncludeDirectories="&quot;D:\POCO\poco-1.4.3p1-all-changed\Foundation\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Util\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\XML\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Net\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\NetSSL_OpenSSL\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Crypto\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Data\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\Data\ODBC\include&quot;;&quot;D:\Projects\PhmsHttp\PhmsHttp\jsoncpp-src-0.5.0\include&quot;;&quot;D:\DOC\__nethttp_git\PhmsHttp\jsoncpp-src-0.5.0\include&quot;;&quot;D:\POCO\poco-1.4.3p1-all-changed\OpenSSL-Win32\include&quot;"
  120. RuntimeLibrary="2"
  121. WarningLevel="3"
  122. Detect64BitPortabilityProblems="true"
  123. DebugInformationFormat="3"
  124. />
  125. <Tool
  126. Name="VCManagedResourceCompilerTool"
  127. />
  128. <Tool
  129. Name="VCResourceCompilerTool"
  130. />
  131. <Tool
  132. Name="VCPreLinkEventTool"
  133. />
  134. <Tool
  135. Name="VCLinkerTool"
  136. AdditionalDependencies="PocoFoundation.lib PocoNet.lib PocoNetSSL.lib PocoUtil.lib PocoXML.lib PocoData.lib PocoDataODBC.lib"
  137. Version="1.0"
  138. AdditionalLibraryDirectories="&quot;D:\POCO\poco-1.4.3p1-all-changed\lib&quot;"
  139. GenerateDebugInformation="true"
  140. GenerateMapFile="true"
  141. MapFileName="PhmsHttp.map"
  142. MapExports="true"
  143. OptimizeReferences="2"
  144. EnableCOMDATFolding="2"
  145. ResourceOnlyDLL="false"
  146. TargetMachine="1"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCWebDeploymentTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. </Configurations>
  174. <References>
  175. </References>
  176. <Files>
  177. <Filter
  178. Name="Source Files"
  179. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  180. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  181. >
  182. <File
  183. RelativePath=".\AllObjectManagerUtil.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".\CommonNetInterface.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\DeviceNetInterface.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\DoctorNetInterface.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\DownloadThreadCallback.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\DownloadTimerCallback.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\ExternalNetInterface.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\HandleMutexManager.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\HttpPushSession.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\HttpSession.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\InternalNetIntetface.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\MsgListPush.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\NetConfig.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\NetThreadManager.cpp"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\PhmsLogger.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\PhmsPushSession.cpp"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\PhmsRequest.cpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\PhmsRequestBody.cpp"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\PhmsRequestHead.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\PhmsResponse.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\PhmsResponseBody.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\PhmsResponseHead.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\PhmsSession.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\PushBase.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\PushObjectManager.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\SessionIdManager.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\TelecomHealthInterface.cpp"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\UploadTimerCallback.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\UserNetInterface.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\Util.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\WithinHospitalNetInterface.cpp"
  304. >
  305. </File>
  306. <Filter
  307. Name="jsoncpp-src-0.5.0"
  308. >
  309. <File
  310. RelativePath=".\jsoncpp-src-0.5.0\src\lib_json\json_reader.cpp"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\jsoncpp-src-0.5.0\src\lib_json\json_value.cpp"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".\jsoncpp-src-0.5.0\src\lib_json\json_writer.cpp"
  319. >
  320. </File>
  321. </Filter>
  322. </Filter>
  323. <Filter
  324. Name="Header Files"
  325. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  326. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  327. >
  328. <File
  329. RelativePath=".\AllObjectManagerUtil.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\CommonNetInterface.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\DeviceNetInterface.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\DoctorNetInterface.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\DownloadThreadCallback.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\DownloadTimerCallback.h"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\ErrorCode.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\ExternalNetInterface.h"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\GlobalTerminalLogoString.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\HandleMutexManager.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\HttpPushSession.h"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\HttpSession.h"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\InternalNetIntetface.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\MsgListPush.h"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\NetConfig.h"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\NetThreadManager.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\PhmsDataType.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\PhmsLogger.h"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\PhmsPushSession.h"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\PhmsRequest.h"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\PhmsRequestBody.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\PhmsRequestHead.h"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\PhmsResponse.h"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\PhmsResponseBody.h"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\PhmsResponseHead.h"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\PhmsSession.h"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\PushBase.h"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\PushObjectManager.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\SessionIdManager.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\TelecomHealthInterface.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\UploadTimerCallback.h"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\UserNetInterface.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\Util.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\WithinHospitalNetInterface.h"
  462. >
  463. </File>
  464. </Filter>
  465. <Filter
  466. Name="Resource Files"
  467. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  468. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  469. >
  470. </Filter>
  471. </Files>
  472. <Globals>
  473. </Globals>
  474. </VisualStudioProject>