lyfzSMSApp.vcproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="lyfzSMSApp"
  6. ProjectGUID="{D253F1B7-3B44-4274-8507-CE75B0E537C2}"
  7. RootNamespace="lyfzSMSApp"
  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="..\..\..\..\输出文件\SMSAppp\Debug"
  22. IntermediateDirectory="..\..\..\..\输出文件\SMSAppp\Debug"
  23. ConfigurationType="1"
  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. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories=".\global;.\SMSHandle;.\db;.\ExcelIO;.\CurlClient"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;BUILDING_LIBCURL;HTTP_ONLY"
  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="odbc32.lib .\CurlClient\libcurl.lib ws2_32.lib winmm.lib wldap32.lib"
  72. OutputFile="..\..\..\..\lyfzbin\Services\$(ProjectName).exe"
  73. LinkIncremental="2"
  74. AdditionalLibraryDirectories=".\lib"
  75. IgnoreDefaultLibraryNames="libc.lib;libcp.lib;LIBCMT.lib"
  76. GenerateDebugInformation="true"
  77. SubSystem="2"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="..\..\..\..\输出文件\SMSAppp\Release"
  105. IntermediateDirectory="..\..\..\..\输出文件\SMSAppp\Release"
  106. ConfigurationType="1"
  107. UseOfMFC="2"
  108. CharacterSet="2"
  109. WholeProgramOptimization="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="NDEBUG"
  126. MkTypLibCompatible="false"
  127. ValidateParameters="true"
  128. />
  129. <Tool
  130. Name="VCCLCompilerTool"
  131. Optimization="2"
  132. EnableIntrinsicFunctions="true"
  133. AdditionalIncludeDirectories=".\global;.\SMSHandle;.\db;.\ExcelIO;.\CurlClient"
  134. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;BUILDING_LIBCURL;HTTP_ONLY"
  135. MinimalRebuild="false"
  136. RuntimeLibrary="2"
  137. EnableFunctionLevelLinking="true"
  138. UsePrecompiledHeader="2"
  139. WarningLevel="3"
  140. DebugInformationFormat="3"
  141. />
  142. <Tool
  143. Name="VCManagedResourceCompilerTool"
  144. />
  145. <Tool
  146. Name="VCResourceCompilerTool"
  147. PreprocessorDefinitions="NDEBUG"
  148. Culture="2052"
  149. AdditionalIncludeDirectories="$(IntDir)"
  150. />
  151. <Tool
  152. Name="VCPreLinkEventTool"
  153. />
  154. <Tool
  155. Name="VCLinkerTool"
  156. AdditionalDependencies="odbc32.lib .\CurlClient\libcurl.lib ws2_32.lib winmm.lib wldap32.lib"
  157. OutputFile="..\..\..\..\lyfzbin\Services\$(ProjectName).exe"
  158. LinkIncremental="1"
  159. AdditionalLibraryDirectories=".\lib"
  160. IgnoreDefaultLibraryNames="libc.lib;libcp.lib;LIBCMT.lib"
  161. GenerateDebugInformation="true"
  162. SubSystem="2"
  163. OptimizeReferences="2"
  164. EnableCOMDATFolding="2"
  165. TargetMachine="1"
  166. />
  167. <Tool
  168. Name="VCALinkTool"
  169. />
  170. <Tool
  171. Name="VCManifestTool"
  172. />
  173. <Tool
  174. Name="VCXDCMakeTool"
  175. />
  176. <Tool
  177. Name="VCBscMakeTool"
  178. />
  179. <Tool
  180. Name="VCFxCopTool"
  181. />
  182. <Tool
  183. Name="VCAppVerifierTool"
  184. />
  185. <Tool
  186. Name="VCPostBuildEventTool"
  187. />
  188. </Configuration>
  189. </Configurations>
  190. <References>
  191. </References>
  192. <Files>
  193. <Filter
  194. Name="源文件"
  195. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  196. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  197. >
  198. <File
  199. RelativePath=".\AddContacts.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\lyfzSMSApp.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\lyfzSMSAppDlg.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\PhoneNumImport.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\SendMsgLogDlg.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\stdafx.cpp"
  220. >
  221. <FileConfiguration
  222. Name="Debug|Win32"
  223. >
  224. <Tool
  225. Name="VCCLCompilerTool"
  226. UsePrecompiledHeader="1"
  227. />
  228. </FileConfiguration>
  229. <FileConfiguration
  230. Name="Release|Win32"
  231. >
  232. <Tool
  233. Name="VCCLCompilerTool"
  234. UsePrecompiledHeader="1"
  235. />
  236. </FileConfiguration>
  237. </File>
  238. </Filter>
  239. <Filter
  240. Name="头文件"
  241. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  242. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  243. >
  244. <File
  245. RelativePath=".\AddContacts.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\lyfzSMSApp.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\lyfzSMSAppDlg.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\PhoneNumImport.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\Resource.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\SendMsgLogDlg.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\stdafx.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\targetver.h"
  274. >
  275. </File>
  276. </Filter>
  277. <Filter
  278. Name="资源文件"
  279. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  280. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  281. >
  282. <File
  283. RelativePath=".\res\icon1.ico"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\res\ItrayIcon.ico"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\res\lyfzSMSApp.ico"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\lyfzSMSApp.rc"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\res\lyfzSMSApp.rc2"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\res\lyfzSMSHandle.ico"
  304. >
  305. </File>
  306. </Filter>
  307. <Filter
  308. Name="global"
  309. >
  310. <File
  311. RelativePath=".\global\CritSection.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\global\Global.cpp"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\global\Global.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\global\ItrayIcon.cpp"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\global\ItrayIcon.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\global\url.cpp"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\global\url.h"
  336. >
  337. </File>
  338. </Filter>
  339. <Filter
  340. Name="SMSHandle"
  341. >
  342. <File
  343. RelativePath=".\SMSHandle\SMSHandle.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\SMSHandle\SMSHandle.h"
  348. >
  349. </File>
  350. </Filter>
  351. <Filter
  352. Name="DB"
  353. >
  354. <File
  355. RelativePath=".\db\AdoInterface.cpp"
  356. >
  357. </File>
  358. <File
  359. RelativePath=".\db\AdoInterface.h"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\db\DataManager.cpp"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\db\DataManager.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\db\SQLStatementImpl.cpp"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\db\SQLStatementImpl.h"
  376. >
  377. </File>
  378. </Filter>
  379. <Filter
  380. Name="ExcelIO"
  381. >
  382. <File
  383. RelativePath=".\ExcelIO\ExcelForODBC.cpp"
  384. >
  385. </File>
  386. <File
  387. RelativePath=".\ExcelIO\ExcelForODBC.h"
  388. >
  389. </File>
  390. </Filter>
  391. <Filter
  392. Name="CurClient"
  393. >
  394. <File
  395. RelativePath=".\CurlClient\CharEncoding.cpp"
  396. >
  397. </File>
  398. <File
  399. RelativePath=".\CurlClient\CharEncoding.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\CurlClient\CurlClient.cpp"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\CurlClient\CurlClient.h"
  408. >
  409. </File>
  410. </Filter>
  411. <File
  412. RelativePath=".\ReadMe.txt"
  413. >
  414. </File>
  415. </Files>
  416. <Globals>
  417. <Global
  418. Name="RESOURCE_FILE"
  419. Value="lyfzSMSApp.rc"
  420. />
  421. </Globals>
  422. </VisualStudioProject>