LYFZSendMsg.vcproj 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="LYFZSendMsg"
  6. ProjectGUID="{090256BA-1094-4D48-84FB-30FA5982D059}"
  7. RootNamespace="LYFZSendMsg"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="..\..\..\..\..\输出文件\LYFZSendMsg\Debug"
  21. IntermediateDirectory="..\..\..\..\..\输出文件\LYFZSendMsg\Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="2"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".\..\..\..\输出文件\LYFZSendMsg\Debug/LYFZSendMsg.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;VC80"
  53. MinimalRebuild="true"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="3"
  56. UsePrecompiledHeader="2"
  57. PrecompiledHeaderThrough="stdafx.h"
  58. BrowseInformation="0"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. DebugInformationFormat="4"
  62. />
  63. <Tool
  64. Name="VCManagedResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="_DEBUG"
  69. Culture="2052"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLinkerTool"
  76. OutputFile="..\..\..\..\lyfzClassicSoft\短信后台\LYFZSendMsg.exe"
  77. LinkIncremental="2"
  78. SuppressStartupBanner="true"
  79. GenerateDebugInformation="true"
  80. SubSystem="2"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. SuppressStartupBanner="true"
  95. OutputFile=""
  96. />
  97. <Tool
  98. Name="VCFxCopTool"
  99. />
  100. <Tool
  101. Name="VCAppVerifierTool"
  102. />
  103. <Tool
  104. Name="VCWebDeploymentTool"
  105. />
  106. <Tool
  107. Name="VCPostBuildEventTool"
  108. />
  109. </Configuration>
  110. <Configuration
  111. Name="Release|Win32"
  112. OutputDirectory="..\..\..\..\..\输出文件\LYFZSendMsg\Release"
  113. IntermediateDirectory="..\..\..\..\..\输出文件\LYFZSendMsg\Release"
  114. ConfigurationType="1"
  115. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  116. UseOfMFC="2"
  117. ATLMinimizesCRunTimeLibraryUsage="false"
  118. CharacterSet="2"
  119. >
  120. <Tool
  121. Name="VCPreBuildEventTool"
  122. />
  123. <Tool
  124. Name="VCCustomBuildTool"
  125. />
  126. <Tool
  127. Name="VCXMLDataGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"
  131. />
  132. <Tool
  133. Name="VCMIDLTool"
  134. PreprocessorDefinitions="NDEBUG"
  135. MkTypLibCompatible="true"
  136. SuppressStartupBanner="true"
  137. TargetEnvironment="1"
  138. TypeLibraryName=".\..\..\..\输出文件\LYFZSendMsg\Release/LYFZSendMsg.tlb"
  139. HeaderFileName=""
  140. />
  141. <Tool
  142. Name="VCCLCompilerTool"
  143. Optimization="2"
  144. InlineFunctionExpansion="1"
  145. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VC80"
  146. StringPooling="true"
  147. RuntimeLibrary="2"
  148. EnableFunctionLevelLinking="true"
  149. UsePrecompiledHeader="2"
  150. PrecompiledHeaderThrough="stdafx.h"
  151. BrowseInformation="0"
  152. WarningLevel="3"
  153. SuppressStartupBanner="true"
  154. />
  155. <Tool
  156. Name="VCManagedResourceCompilerTool"
  157. />
  158. <Tool
  159. Name="VCResourceCompilerTool"
  160. PreprocessorDefinitions="NDEBUG"
  161. Culture="2052"
  162. />
  163. <Tool
  164. Name="VCPreLinkEventTool"
  165. />
  166. <Tool
  167. Name="VCLinkerTool"
  168. OutputFile="..\..\..\..\lyfzClassicSoft\短信后台\LYFZSendMsg.exe"
  169. LinkIncremental="1"
  170. SuppressStartupBanner="true"
  171. SubSystem="2"
  172. TargetMachine="1"
  173. />
  174. <Tool
  175. Name="VCALinkTool"
  176. />
  177. <Tool
  178. Name="VCManifestTool"
  179. />
  180. <Tool
  181. Name="VCXDCMakeTool"
  182. />
  183. <Tool
  184. Name="VCBscMakeTool"
  185. SuppressStartupBanner="true"
  186. OutputFile=""
  187. />
  188. <Tool
  189. Name="VCFxCopTool"
  190. />
  191. <Tool
  192. Name="VCAppVerifierTool"
  193. />
  194. <Tool
  195. Name="VCWebDeploymentTool"
  196. />
  197. <Tool
  198. Name="VCPostBuildEventTool"
  199. />
  200. </Configuration>
  201. </Configurations>
  202. <References>
  203. </References>
  204. <Files>
  205. <Filter
  206. Name="Source Files"
  207. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  208. >
  209. <File
  210. RelativePath="ChildFrm.cpp"
  211. >
  212. <FileConfiguration
  213. Name="Debug|Win32"
  214. >
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. PreprocessorDefinitions=""
  218. />
  219. </FileConfiguration>
  220. <FileConfiguration
  221. Name="Release|Win32"
  222. >
  223. <Tool
  224. Name="VCCLCompilerTool"
  225. PreprocessorDefinitions=""
  226. />
  227. </FileConfiguration>
  228. </File>
  229. <File
  230. RelativePath="ChildFrm.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="ClientWnd.cpp"
  235. >
  236. <FileConfiguration
  237. Name="Debug|Win32"
  238. >
  239. <Tool
  240. Name="VCCLCompilerTool"
  241. PreprocessorDefinitions=""
  242. />
  243. </FileConfiguration>
  244. <FileConfiguration
  245. Name="Release|Win32"
  246. >
  247. <Tool
  248. Name="VCCLCompilerTool"
  249. PreprocessorDefinitions=""
  250. />
  251. </FileConfiguration>
  252. </File>
  253. <File
  254. RelativePath="helper\ffsco.cpp"
  255. >
  256. <FileConfiguration
  257. Name="Debug|Win32"
  258. >
  259. <Tool
  260. Name="VCCLCompilerTool"
  261. PreprocessorDefinitions=""
  262. />
  263. </FileConfiguration>
  264. <FileConfiguration
  265. Name="Release|Win32"
  266. >
  267. <Tool
  268. Name="VCCLCompilerTool"
  269. PreprocessorDefinitions=""
  270. />
  271. </FileConfiguration>
  272. </File>
  273. <File
  274. RelativePath="helper\ffsco.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath="font.cpp"
  279. >
  280. <FileConfiguration
  281. Name="Debug|Win32"
  282. >
  283. <Tool
  284. Name="VCCLCompilerTool"
  285. PreprocessorDefinitions=""
  286. />
  287. </FileConfiguration>
  288. <FileConfiguration
  289. Name="Release|Win32"
  290. >
  291. <Tool
  292. Name="VCCLCompilerTool"
  293. PreprocessorDefinitions=""
  294. />
  295. </FileConfiguration>
  296. </File>
  297. <File
  298. RelativePath="HttpClient.cpp"
  299. >
  300. <FileConfiguration
  301. Name="Debug|Win32"
  302. >
  303. <Tool
  304. Name="VCCLCompilerTool"
  305. PreprocessorDefinitions=""
  306. />
  307. </FileConfiguration>
  308. <FileConfiguration
  309. Name="Release|Win32"
  310. >
  311. <Tool
  312. Name="VCCLCompilerTool"
  313. PreprocessorDefinitions=""
  314. />
  315. </FileConfiguration>
  316. </File>
  317. <File
  318. RelativePath="HttpClient.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath="InputPsw.cpp"
  323. >
  324. <FileConfiguration
  325. Name="Debug|Win32"
  326. >
  327. <Tool
  328. Name="VCCLCompilerTool"
  329. PreprocessorDefinitions=""
  330. />
  331. </FileConfiguration>
  332. <FileConfiguration
  333. Name="Release|Win32"
  334. >
  335. <Tool
  336. Name="VCCLCompilerTool"
  337. PreprocessorDefinitions=""
  338. />
  339. </FileConfiguration>
  340. </File>
  341. <File
  342. RelativePath="InputPsw2.cpp"
  343. >
  344. <FileConfiguration
  345. Name="Debug|Win32"
  346. >
  347. <Tool
  348. Name="VCCLCompilerTool"
  349. PreprocessorDefinitions=""
  350. />
  351. </FileConfiguration>
  352. <FileConfiguration
  353. Name="Release|Win32"
  354. >
  355. <Tool
  356. Name="VCCLCompilerTool"
  357. PreprocessorDefinitions=""
  358. />
  359. </FileConfiguration>
  360. </File>
  361. <File
  362. RelativePath="InputPsw2.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath="LYFZSendMsg.cpp"
  367. >
  368. <FileConfiguration
  369. Name="Debug|Win32"
  370. >
  371. <Tool
  372. Name="VCCLCompilerTool"
  373. PreprocessorDefinitions=""
  374. />
  375. </FileConfiguration>
  376. <FileConfiguration
  377. Name="Release|Win32"
  378. >
  379. <Tool
  380. Name="VCCLCompilerTool"
  381. PreprocessorDefinitions=""
  382. />
  383. </FileConfiguration>
  384. </File>
  385. <File
  386. RelativePath="LYFZSendMsg.rc"
  387. >
  388. <FileConfiguration
  389. Name="Debug|Win32"
  390. >
  391. <Tool
  392. Name="VCResourceCompilerTool"
  393. PreprocessorDefinitions=""
  394. />
  395. </FileConfiguration>
  396. <FileConfiguration
  397. Name="Release|Win32"
  398. >
  399. <Tool
  400. Name="VCResourceCompilerTool"
  401. PreprocessorDefinitions=""
  402. />
  403. </FileConfiguration>
  404. </File>
  405. <File
  406. RelativePath="LYFZSendMsgDoc.cpp"
  407. >
  408. <FileConfiguration
  409. Name="Debug|Win32"
  410. >
  411. <Tool
  412. Name="VCCLCompilerTool"
  413. PreprocessorDefinitions=""
  414. />
  415. </FileConfiguration>
  416. <FileConfiguration
  417. Name="Release|Win32"
  418. >
  419. <Tool
  420. Name="VCCLCompilerTool"
  421. PreprocessorDefinitions=""
  422. />
  423. </FileConfiguration>
  424. </File>
  425. <File
  426. RelativePath="LYFZSendMsgView.cpp"
  427. >
  428. <FileConfiguration
  429. Name="Debug|Win32"
  430. >
  431. <Tool
  432. Name="VCCLCompilerTool"
  433. PreprocessorDefinitions=""
  434. />
  435. </FileConfiguration>
  436. <FileConfiguration
  437. Name="Release|Win32"
  438. >
  439. <Tool
  440. Name="VCCLCompilerTool"
  441. PreprocessorDefinitions=""
  442. />
  443. </FileConfiguration>
  444. </File>
  445. <File
  446. RelativePath="MainFrm.cpp"
  447. >
  448. <FileConfiguration
  449. Name="Debug|Win32"
  450. >
  451. <Tool
  452. Name="VCCLCompilerTool"
  453. PreprocessorDefinitions=""
  454. />
  455. </FileConfiguration>
  456. <FileConfiguration
  457. Name="Release|Win32"
  458. >
  459. <Tool
  460. Name="VCCLCompilerTool"
  461. PreprocessorDefinitions=""
  462. />
  463. </FileConfiguration>
  464. </File>
  465. <File
  466. RelativePath="MainFrm.h"
  467. >
  468. </File>
  469. <File
  470. RelativePath="MyLock.cpp"
  471. >
  472. <FileConfiguration
  473. Name="Debug|Win32"
  474. >
  475. <Tool
  476. Name="VCCLCompilerTool"
  477. PreprocessorDefinitions=""
  478. />
  479. </FileConfiguration>
  480. <FileConfiguration
  481. Name="Release|Win32"
  482. >
  483. <Tool
  484. Name="VCCLCompilerTool"
  485. PreprocessorDefinitions=""
  486. />
  487. </FileConfiguration>
  488. </File>
  489. <File
  490. RelativePath="MyLock.h"
  491. >
  492. </File>
  493. <File
  494. RelativePath="MyMdi.cpp"
  495. >
  496. <FileConfiguration
  497. Name="Debug|Win32"
  498. >
  499. <Tool
  500. Name="VCCLCompilerTool"
  501. PreprocessorDefinitions=""
  502. />
  503. </FileConfiguration>
  504. <FileConfiguration
  505. Name="Release|Win32"
  506. >
  507. <Tool
  508. Name="VCCLCompilerTool"
  509. PreprocessorDefinitions=""
  510. />
  511. </FileConfiguration>
  512. </File>
  513. <File
  514. RelativePath="MyMdi.h"
  515. >
  516. </File>
  517. <File
  518. RelativePath="mysqldata.cpp"
  519. >
  520. <FileConfiguration
  521. Name="Debug|Win32"
  522. >
  523. <Tool
  524. Name="VCCLCompilerTool"
  525. PreprocessorDefinitions=""
  526. />
  527. </FileConfiguration>
  528. <FileConfiguration
  529. Name="Release|Win32"
  530. >
  531. <Tool
  532. Name="VCCLCompilerTool"
  533. PreprocessorDefinitions=""
  534. />
  535. </FileConfiguration>
  536. </File>
  537. <File
  538. RelativePath="mysqldata.h"
  539. >
  540. </File>
  541. <File
  542. RelativePath="ShowHistroy.cpp"
  543. >
  544. <FileConfiguration
  545. Name="Debug|Win32"
  546. >
  547. <Tool
  548. Name="VCCLCompilerTool"
  549. PreprocessorDefinitions=""
  550. />
  551. </FileConfiguration>
  552. <FileConfiguration
  553. Name="Release|Win32"
  554. >
  555. <Tool
  556. Name="VCCLCompilerTool"
  557. PreprocessorDefinitions=""
  558. />
  559. </FileConfiguration>
  560. </File>
  561. <File
  562. RelativePath="SqlDlg.cpp"
  563. >
  564. <FileConfiguration
  565. Name="Debug|Win32"
  566. >
  567. <Tool
  568. Name="VCCLCompilerTool"
  569. PreprocessorDefinitions=""
  570. />
  571. </FileConfiguration>
  572. <FileConfiguration
  573. Name="Release|Win32"
  574. >
  575. <Tool
  576. Name="VCCLCompilerTool"
  577. PreprocessorDefinitions=""
  578. />
  579. </FileConfiguration>
  580. </File>
  581. <File
  582. RelativePath="StdAfx.cpp"
  583. >
  584. <FileConfiguration
  585. Name="Debug|Win32"
  586. >
  587. <Tool
  588. Name="VCCLCompilerTool"
  589. PreprocessorDefinitions=""
  590. UsePrecompiledHeader="1"
  591. />
  592. </FileConfiguration>
  593. <FileConfiguration
  594. Name="Release|Win32"
  595. >
  596. <Tool
  597. Name="VCCLCompilerTool"
  598. PreprocessorDefinitions=""
  599. UsePrecompiledHeader="1"
  600. />
  601. </FileConfiguration>
  602. </File>
  603. <File
  604. RelativePath="TrayIcon.cpp"
  605. >
  606. <FileConfiguration
  607. Name="Debug|Win32"
  608. >
  609. <Tool
  610. Name="VCCLCompilerTool"
  611. PreprocessorDefinitions=""
  612. />
  613. </FileConfiguration>
  614. <FileConfiguration
  615. Name="Release|Win32"
  616. >
  617. <Tool
  618. Name="VCCLCompilerTool"
  619. PreprocessorDefinitions=""
  620. />
  621. </FileConfiguration>
  622. </File>
  623. <File
  624. RelativePath="TrayIcon.h"
  625. >
  626. </File>
  627. <Filter
  628. Name="MenuToolBar"
  629. >
  630. <File
  631. RelativePath="TrueColorToolBar.cpp"
  632. >
  633. <FileConfiguration
  634. Name="Debug|Win32"
  635. >
  636. <Tool
  637. Name="VCCLCompilerTool"
  638. PreprocessorDefinitions=""
  639. />
  640. </FileConfiguration>
  641. <FileConfiguration
  642. Name="Release|Win32"
  643. >
  644. <Tool
  645. Name="VCCLCompilerTool"
  646. PreprocessorDefinitions=""
  647. />
  648. </FileConfiguration>
  649. </File>
  650. <File
  651. RelativePath="TrueColorToolBar.h"
  652. >
  653. </File>
  654. </Filter>
  655. <Filter
  656. Name="ListCtrl"
  657. >
  658. <File
  659. RelativePath="list\SortHeaderCtrl.cpp"
  660. >
  661. <FileConfiguration
  662. Name="Debug|Win32"
  663. >
  664. <Tool
  665. Name="VCCLCompilerTool"
  666. PreprocessorDefinitions=""
  667. />
  668. </FileConfiguration>
  669. <FileConfiguration
  670. Name="Release|Win32"
  671. >
  672. <Tool
  673. Name="VCCLCompilerTool"
  674. PreprocessorDefinitions=""
  675. />
  676. </FileConfiguration>
  677. </File>
  678. <File
  679. RelativePath="list\SortHeaderCtrl.h"
  680. >
  681. </File>
  682. <File
  683. RelativePath="list\SortHeaderCtrl2.cpp"
  684. >
  685. <FileConfiguration
  686. Name="Debug|Win32"
  687. >
  688. <Tool
  689. Name="VCCLCompilerTool"
  690. PreprocessorDefinitions=""
  691. />
  692. </FileConfiguration>
  693. <FileConfiguration
  694. Name="Release|Win32"
  695. >
  696. <Tool
  697. Name="VCCLCompilerTool"
  698. PreprocessorDefinitions=""
  699. />
  700. </FileConfiguration>
  701. </File>
  702. <File
  703. RelativePath="list\SortHeaderCtrl2.h"
  704. >
  705. </File>
  706. <File
  707. RelativePath="list\SortListCtrl.cpp"
  708. >
  709. <FileConfiguration
  710. Name="Debug|Win32"
  711. >
  712. <Tool
  713. Name="VCCLCompilerTool"
  714. PreprocessorDefinitions=""
  715. />
  716. </FileConfiguration>
  717. <FileConfiguration
  718. Name="Release|Win32"
  719. >
  720. <Tool
  721. Name="VCCLCompilerTool"
  722. PreprocessorDefinitions=""
  723. />
  724. </FileConfiguration>
  725. </File>
  726. <File
  727. RelativePath="list\SortListCtrl.h"
  728. >
  729. </File>
  730. <File
  731. RelativePath="list\SortListCtrl2.cpp"
  732. >
  733. <FileConfiguration
  734. Name="Debug|Win32"
  735. >
  736. <Tool
  737. Name="VCCLCompilerTool"
  738. PreprocessorDefinitions=""
  739. />
  740. </FileConfiguration>
  741. <FileConfiguration
  742. Name="Release|Win32"
  743. >
  744. <Tool
  745. Name="VCCLCompilerTool"
  746. PreprocessorDefinitions=""
  747. />
  748. </FileConfiguration>
  749. </File>
  750. <File
  751. RelativePath="list\SortListCtrl2.h"
  752. >
  753. </File>
  754. <File
  755. RelativePath="list\SortListCtrl3.cpp"
  756. >
  757. <FileConfiguration
  758. Name="Debug|Win32"
  759. >
  760. <Tool
  761. Name="VCCLCompilerTool"
  762. PreprocessorDefinitions=""
  763. />
  764. </FileConfiguration>
  765. <FileConfiguration
  766. Name="Release|Win32"
  767. >
  768. <Tool
  769. Name="VCCLCompilerTool"
  770. PreprocessorDefinitions=""
  771. />
  772. </FileConfiguration>
  773. </File>
  774. <File
  775. RelativePath="list\SortListCtrl3.h"
  776. >
  777. </File>
  778. </Filter>
  779. <Filter
  780. Name="InUse"
  781. >
  782. <File
  783. RelativePath="DesignFrom.cpp"
  784. >
  785. <FileConfiguration
  786. Name="Debug|Win32"
  787. >
  788. <Tool
  789. Name="VCCLCompilerTool"
  790. PreprocessorDefinitions=""
  791. />
  792. </FileConfiguration>
  793. <FileConfiguration
  794. Name="Release|Win32"
  795. >
  796. <Tool
  797. Name="VCCLCompilerTool"
  798. PreprocessorDefinitions=""
  799. />
  800. </FileConfiguration>
  801. </File>
  802. <File
  803. RelativePath="DesignFrom.h"
  804. >
  805. </File>
  806. <File
  807. RelativePath="LogForm.cpp"
  808. >
  809. <FileConfiguration
  810. Name="Debug|Win32"
  811. >
  812. <Tool
  813. Name="VCCLCompilerTool"
  814. PreprocessorDefinitions=""
  815. />
  816. </FileConfiguration>
  817. <FileConfiguration
  818. Name="Release|Win32"
  819. >
  820. <Tool
  821. Name="VCCLCompilerTool"
  822. PreprocessorDefinitions=""
  823. />
  824. </FileConfiguration>
  825. </File>
  826. <File
  827. RelativePath="LogForm.h"
  828. >
  829. </File>
  830. <File
  831. RelativePath="MyAccount.cpp"
  832. >
  833. <FileConfiguration
  834. Name="Debug|Win32"
  835. >
  836. <Tool
  837. Name="VCCLCompilerTool"
  838. PreprocessorDefinitions=""
  839. />
  840. </FileConfiguration>
  841. <FileConfiguration
  842. Name="Release|Win32"
  843. >
  844. <Tool
  845. Name="VCCLCompilerTool"
  846. PreprocessorDefinitions=""
  847. />
  848. </FileConfiguration>
  849. </File>
  850. <File
  851. RelativePath="MyAccount.h"
  852. >
  853. </File>
  854. <File
  855. RelativePath="ReCharge.cpp"
  856. >
  857. <FileConfiguration
  858. Name="Debug|Win32"
  859. >
  860. <Tool
  861. Name="VCCLCompilerTool"
  862. PreprocessorDefinitions=""
  863. />
  864. </FileConfiguration>
  865. <FileConfiguration
  866. Name="Release|Win32"
  867. >
  868. <Tool
  869. Name="VCCLCompilerTool"
  870. PreprocessorDefinitions=""
  871. />
  872. </FileConfiguration>
  873. </File>
  874. <File
  875. RelativePath="ReCharge.h"
  876. >
  877. </File>
  878. <File
  879. RelativePath="SetClientIPDlg.cpp"
  880. >
  881. <FileConfiguration
  882. Name="Debug|Win32"
  883. >
  884. <Tool
  885. Name="VCCLCompilerTool"
  886. PreprocessorDefinitions=""
  887. />
  888. </FileConfiguration>
  889. <FileConfiguration
  890. Name="Release|Win32"
  891. >
  892. <Tool
  893. Name="VCCLCompilerTool"
  894. PreprocessorDefinitions=""
  895. />
  896. </FileConfiguration>
  897. </File>
  898. <File
  899. RelativePath="SetClientIPDlg.h"
  900. >
  901. </File>
  902. <File
  903. RelativePath="SetPathDlg.cpp"
  904. >
  905. <FileConfiguration
  906. Name="Debug|Win32"
  907. >
  908. <Tool
  909. Name="VCCLCompilerTool"
  910. PreprocessorDefinitions=""
  911. />
  912. </FileConfiguration>
  913. <FileConfiguration
  914. Name="Release|Win32"
  915. >
  916. <Tool
  917. Name="VCCLCompilerTool"
  918. PreprocessorDefinitions=""
  919. />
  920. </FileConfiguration>
  921. </File>
  922. <File
  923. RelativePath="SetPathDlg.h"
  924. >
  925. </File>
  926. <File
  927. RelativePath="ShowHistoryReg.cpp"
  928. >
  929. <FileConfiguration
  930. Name="Debug|Win32"
  931. >
  932. <Tool
  933. Name="VCCLCompilerTool"
  934. PreprocessorDefinitions=""
  935. />
  936. </FileConfiguration>
  937. <FileConfiguration
  938. Name="Release|Win32"
  939. >
  940. <Tool
  941. Name="VCCLCompilerTool"
  942. PreprocessorDefinitions=""
  943. />
  944. </FileConfiguration>
  945. </File>
  946. <File
  947. RelativePath="ShowHistoryReg.h"
  948. >
  949. </File>
  950. <File
  951. RelativePath="TakeFrom.cpp"
  952. >
  953. <FileConfiguration
  954. Name="Debug|Win32"
  955. >
  956. <Tool
  957. Name="VCCLCompilerTool"
  958. PreprocessorDefinitions=""
  959. />
  960. </FileConfiguration>
  961. <FileConfiguration
  962. Name="Release|Win32"
  963. >
  964. <Tool
  965. Name="VCCLCompilerTool"
  966. PreprocessorDefinitions=""
  967. />
  968. </FileConfiguration>
  969. </File>
  970. <File
  971. RelativePath="TakeFrom.h"
  972. >
  973. </File>
  974. </Filter>
  975. </Filter>
  976. <Filter
  977. Name="Header Files"
  978. Filter="h;hpp;hxx;hm;inl"
  979. >
  980. <File
  981. RelativePath="ClientWnd.h"
  982. >
  983. </File>
  984. <File
  985. RelativePath="DateEdit.cpp"
  986. >
  987. <FileConfiguration
  988. Name="Debug|Win32"
  989. >
  990. <Tool
  991. Name="VCCLCompilerTool"
  992. PreprocessorDefinitions=""
  993. />
  994. </FileConfiguration>
  995. <FileConfiguration
  996. Name="Release|Win32"
  997. >
  998. <Tool
  999. Name="VCCLCompilerTool"
  1000. PreprocessorDefinitions=""
  1001. />
  1002. </FileConfiguration>
  1003. </File>
  1004. <File
  1005. RelativePath="DateEdit.h"
  1006. >
  1007. </File>
  1008. <File
  1009. RelativePath="InputPsw.h"
  1010. >
  1011. </File>
  1012. <File
  1013. RelativePath="LYFZSendMsg.h"
  1014. >
  1015. </File>
  1016. <File
  1017. RelativePath="LYFZSendMsgDoc.h"
  1018. >
  1019. </File>
  1020. <File
  1021. RelativePath="LYFZSendMsgView.h"
  1022. >
  1023. </File>
  1024. <File
  1025. RelativePath="NumEdit.cpp"
  1026. >
  1027. <FileConfiguration
  1028. Name="Debug|Win32"
  1029. >
  1030. <Tool
  1031. Name="VCCLCompilerTool"
  1032. PreprocessorDefinitions=""
  1033. />
  1034. </FileConfiguration>
  1035. <FileConfiguration
  1036. Name="Release|Win32"
  1037. >
  1038. <Tool
  1039. Name="VCCLCompilerTool"
  1040. PreprocessorDefinitions=""
  1041. />
  1042. </FileConfiguration>
  1043. </File>
  1044. <File
  1045. RelativePath="NumEdit.h"
  1046. >
  1047. </File>
  1048. <File
  1049. RelativePath="refreshtable.h"
  1050. >
  1051. </File>
  1052. <File
  1053. RelativePath="Resource.h"
  1054. >
  1055. </File>
  1056. <File
  1057. RelativePath="ShowHistroy.h"
  1058. >
  1059. </File>
  1060. <File
  1061. RelativePath="SqlDlg.h"
  1062. >
  1063. </File>
  1064. <File
  1065. RelativePath="StdAfx.h"
  1066. >
  1067. </File>
  1068. </Filter>
  1069. <Filter
  1070. Name="Resource Files"
  1071. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  1072. >
  1073. <File
  1074. RelativePath="res\5.jpg"
  1075. >
  1076. </File>
  1077. <File
  1078. RelativePath="res\5001.cur"
  1079. >
  1080. </File>
  1081. <File
  1082. RelativePath="res\icon1.ico"
  1083. >
  1084. </File>
  1085. <File
  1086. RelativePath="res\icon10.ico"
  1087. >
  1088. </File>
  1089. <File
  1090. RelativePath="res\icon11.ico"
  1091. >
  1092. </File>
  1093. <File
  1094. RelativePath="res\icon2.ico"
  1095. >
  1096. </File>
  1097. <File
  1098. RelativePath="res\icon3.ico"
  1099. >
  1100. </File>
  1101. <File
  1102. RelativePath="res\icon4.ico"
  1103. >
  1104. </File>
  1105. <File
  1106. RelativePath="res\icon5.ico"
  1107. >
  1108. </File>
  1109. <File
  1110. RelativePath="res\icon6.ico"
  1111. >
  1112. </File>
  1113. <File
  1114. RelativePath="res\icon7.ico"
  1115. >
  1116. </File>
  1117. <File
  1118. RelativePath="res\icon8.ico"
  1119. >
  1120. </File>
  1121. <File
  1122. RelativePath="res\icon9.ico"
  1123. >
  1124. </File>
  1125. <File
  1126. RelativePath="res\LYFZSendMsg.ico"
  1127. >
  1128. </File>
  1129. <File
  1130. RelativePath="res\LYFZSendMsg.rc2"
  1131. >
  1132. </File>
  1133. <File
  1134. RelativePath="res\LYFZSendMsgDoc.ico"
  1135. >
  1136. </File>
  1137. <File
  1138. RelativePath="res\Toolbar.bmp"
  1139. >
  1140. </File>
  1141. <File
  1142. RelativePath="res\toolbar1.bmp"
  1143. >
  1144. </File>
  1145. <File
  1146. RelativePath="res\truecolor.bmp"
  1147. >
  1148. </File>
  1149. <File
  1150. RelativePath="res\truecolor2.bmp"
  1151. >
  1152. </File>
  1153. <File
  1154. RelativePath="res\流程表.jpg"
  1155. >
  1156. </File>
  1157. <File
  1158. RelativePath="res\蒙娜丽莎a片头.jpg"
  1159. >
  1160. </File>
  1161. </Filter>
  1162. <Filter
  1163. Name="Global"
  1164. >
  1165. <File
  1166. RelativePath="AnalysisJXTRespond.cpp"
  1167. >
  1168. <FileConfiguration
  1169. Name="Debug|Win32"
  1170. >
  1171. <Tool
  1172. Name="VCCLCompilerTool"
  1173. PreprocessorDefinitions=""
  1174. />
  1175. </FileConfiguration>
  1176. <FileConfiguration
  1177. Name="Release|Win32"
  1178. >
  1179. <Tool
  1180. Name="VCCLCompilerTool"
  1181. PreprocessorDefinitions=""
  1182. />
  1183. </FileConfiguration>
  1184. </File>
  1185. <File
  1186. RelativePath="AnalysisJXTRespond.h"
  1187. >
  1188. </File>
  1189. <File
  1190. RelativePath=".\Base64.cpp"
  1191. >
  1192. </File>
  1193. <File
  1194. RelativePath=".\Base64.h"
  1195. >
  1196. </File>
  1197. <File
  1198. RelativePath=".\CharacterConvert.cpp"
  1199. >
  1200. </File>
  1201. <File
  1202. RelativePath=".\CharacterConvert.h"
  1203. >
  1204. </File>
  1205. <File
  1206. RelativePath=".\CritSection.h"
  1207. >
  1208. </File>
  1209. <File
  1210. RelativePath=".\des.cpp"
  1211. >
  1212. </File>
  1213. <File
  1214. RelativePath=".\des.h"
  1215. >
  1216. </File>
  1217. <File
  1218. RelativePath=".\Global.cpp"
  1219. >
  1220. </File>
  1221. <File
  1222. RelativePath=".\Global.h"
  1223. >
  1224. </File>
  1225. </Filter>
  1226. <File
  1227. RelativePath="res\di.wav"
  1228. >
  1229. </File>
  1230. <File
  1231. RelativePath="ReadMe.txt"
  1232. >
  1233. </File>
  1234. <File
  1235. RelativePath="res\错误.wav"
  1236. >
  1237. </File>
  1238. </Files>
  1239. <Globals>
  1240. </Globals>
  1241. </VisualStudioProject>