lyfzSMSHandle.vcproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="lyfzSMSHandle"
  6. ProjectGUID="{FB9E06F6-F2BE-477C-AB1B-05C91689F150}"
  7. RootNamespace="lyfzSMSHandle"
  8. Keyword="MFCProj"
  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="..\..\..\..\..\输出文件\lyfzSMSHandle_Internal\Debug"
  22. IntermediateDirectory="..\..\..\..\..\输出文件\lyfzSMSHandle_Internal\Debug"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  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. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\..\..\..\common\log4cproj_c\Log4C"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="..\..\..\..\common\log4cproj_c\Log4C\lib\log4c.lib"
  72. OutputFile="..\..\..\..\..\lyfzbin\InternalServices\SMSHandle.exe"
  73. LinkIncremental="2"
  74. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  75. GenerateDebugInformation="true"
  76. SubSystem="2"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="..\..\..\..\..\输出文件\lyfzSMSHandle_Internal\Release"
  104. IntermediateDirectory="..\..\..\..\..\输出文件\lyfzSMSHandle_Internal\Release"
  105. ConfigurationType="1"
  106. UseOfMFC="1"
  107. CharacterSet="1"
  108. WholeProgramOptimization="1"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. />
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. />
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="false"
  126. ValidateParameters="true"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="2"
  131. EnableIntrinsicFunctions="true"
  132. AdditionalIncludeDirectories="..\..\..\..\common\log4cproj_c\Log4C"
  133. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;LOG4C_ENABLE"
  134. MinimalRebuild="false"
  135. RuntimeLibrary="0"
  136. EnableFunctionLevelLinking="true"
  137. UsePrecompiledHeader="2"
  138. WarningLevel="3"
  139. DebugInformationFormat="3"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. PreprocessorDefinitions="NDEBUG"
  147. Culture="2052"
  148. AdditionalIncludeDirectories="$(IntDir)"
  149. />
  150. <Tool
  151. Name="VCPreLinkEventTool"
  152. />
  153. <Tool
  154. Name="VCLinkerTool"
  155. AdditionalDependencies="..\..\..\..\common\log4cproj_c\Log4C\lib\log4c.lib"
  156. OutputFile="..\..\..\..\..\lyfzbin\InternalServices\SMSHandle.exe"
  157. LinkIncremental="1"
  158. IgnoreDefaultLibraryNames="libc.lib;libcp.lib"
  159. GenerateDebugInformation="true"
  160. SubSystem="2"
  161. OptimizeReferences="2"
  162. EnableCOMDATFolding="2"
  163. TargetMachine="1"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCPostBuildEventTool"
  185. />
  186. </Configuration>
  187. </Configurations>
  188. <References>
  189. </References>
  190. <Files>
  191. <Filter
  192. Name="源文件"
  193. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  194. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  195. >
  196. <File
  197. RelativePath=".\lyfzSMSHandle.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\lyfzSMSHandleDlg.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\stdafx.cpp"
  206. >
  207. <FileConfiguration
  208. Name="Debug|Win32"
  209. >
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. UsePrecompiledHeader="1"
  213. />
  214. </FileConfiguration>
  215. <FileConfiguration
  216. Name="Release|Win32"
  217. >
  218. <Tool
  219. Name="VCCLCompilerTool"
  220. UsePrecompiledHeader="1"
  221. />
  222. </FileConfiguration>
  223. </File>
  224. </Filter>
  225. <Filter
  226. Name="头文件"
  227. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  228. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  229. >
  230. <File
  231. RelativePath=".\lyfzSMSHandle.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\lyfzSMSHandleDlg.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\Resource.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\stdafx.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\targetver.h"
  248. >
  249. </File>
  250. </Filter>
  251. <Filter
  252. Name="资源文件"
  253. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  254. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  255. >
  256. <File
  257. RelativePath=".\res\itrayicon.ico"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\res\lyfzSMSHandle.ico"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\lyfzSMSHandle.rc"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\res\lyfzSMSHandle.rc2"
  270. >
  271. </File>
  272. </Filter>
  273. <Filter
  274. Name="odbc"
  275. >
  276. <File
  277. RelativePath=".\DBInterface.cpp"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\DBInterface.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\SQLStatementImpl.cpp"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\SQLStatementImpl.h"
  290. >
  291. </File>
  292. <Filter
  293. Name=".h"
  294. >
  295. <File
  296. RelativePath=".\DBViewDindanclient.h"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\TableChildmsg.h"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\TableClient2.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\TableClient3.h"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\TableHospitalclient.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\TableSendreg.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\TableSendregcard.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\TableVersion.h"
  325. >
  326. </File>
  327. </Filter>
  328. <Filter
  329. Name=".cpp"
  330. >
  331. <File
  332. RelativePath=".\DBViewDindanclient.cpp"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\TableChildmsg.cpp"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\TableClient2.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\TableClient3.cpp"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\TableHospitalclient.cpp"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\TableSendreg.cpp"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\TableSendregcard.cpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\TableVersion.cpp"
  361. >
  362. </File>
  363. </Filter>
  364. </Filter>
  365. <Filter
  366. Name="winhttp"
  367. >
  368. <File
  369. RelativePath=".\HttpClientSyn.cpp"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\HttpClientSyn.h"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\HttpTransByGet.cpp"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\HttpTransByGet.h"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\HttpUploadFiles.cpp"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\HttpUploadFiles.h"
  390. >
  391. </File>
  392. </Filter>
  393. <Filter
  394. Name="offsco"
  395. >
  396. <File
  397. RelativePath=".\ffsco.cpp"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\ffsco.h"
  402. >
  403. </File>
  404. </Filter>
  405. <Filter
  406. Name="global"
  407. >
  408. <File
  409. RelativePath=".\CritSection.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\Global.cpp"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\Global.h"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\ItrayIcon.cpp"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\ItrayIcon.h"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\LunarCalendar.cpp"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\LunarCalendar.h"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\lzari.cpp"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\lzari.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\my32.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\url.cpp"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\url.h"
  454. >
  455. </File>
  456. </Filter>
  457. <Filter
  458. Name="SMSHandle"
  459. >
  460. <File
  461. RelativePath=".\SMSHandle.cpp"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\SMSHandle.h"
  466. >
  467. </File>
  468. </Filter>
  469. <File
  470. RelativePath=".\ReadMe.txt"
  471. >
  472. </File>
  473. </Files>
  474. <Globals>
  475. <Global
  476. Name="RESOURCE_FILE"
  477. Value="lyfzSMSHandle.rc"
  478. />
  479. </Globals>
  480. </VisualStudioProject>