MostDevice.7.1.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="MostDevice"
  6. ProjectGUID="{FF59250E-420A-4923-A3E6-CD17A66F7DBA}"
  7. Keyword="MFCDLLProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".\..\temp\7Debug"
  16. IntermediateDirectory=".\..\temp\7Debug"
  17. ConfigurationType="2"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories=".\..\log4cproj_c\Log4C"
  24. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;LOG4C_ENABLE"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. TreatWChar_tAsBuiltInType="TRUE"
  29. UsePrecompiledHeader="3"
  30. WarningLevel="3"
  31. Detect64BitPortabilityProblems="TRUE"
  32. DebugInformationFormat="4"
  33. CallingConvention="2"/>
  34. <Tool
  35. Name="VCCustomBuildTool"/>
  36. <Tool
  37. Name="VCLinkerTool"
  38. AdditionalDependencies=".\..\log4cproj_c\Log4C\lib\Log4c.lib"
  39. OutputFile="F:\3.0.3.2\new_server\dll\MostDevice.dll"
  40. LinkIncremental="2"
  41. ModuleDefinitionFile=".\MostDevice.def"
  42. GenerateDebugInformation="TRUE"
  43. SubSystem="2"
  44. ImportLibrary="lib/MostDevice.lib"
  45. TargetMachine="1"/>
  46. <Tool
  47. Name="VCMIDLTool"
  48. PreprocessorDefinitions="_DEBUG"
  49. MkTypLibCompatible="FALSE"/>
  50. <Tool
  51. Name="VCPostBuildEventTool"/>
  52. <Tool
  53. Name="VCPreBuildEventTool"/>
  54. <Tool
  55. Name="VCPreLinkEventTool"/>
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. PreprocessorDefinitions="_DEBUG"
  59. Culture="2052"
  60. AdditionalIncludeDirectories="$(IntDir)"/>
  61. <Tool
  62. Name="VCWebServiceProxyGeneratorTool"/>
  63. <Tool
  64. Name="VCXMLDataGeneratorTool"/>
  65. <Tool
  66. Name="VCWebDeploymentTool"/>
  67. <Tool
  68. Name="VCManagedWrapperGeneratorTool"/>
  69. <Tool
  70. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  71. </Configuration>
  72. <Configuration
  73. Name="Release|Win32"
  74. OutputDirectory=".\..\temp\7Release"
  75. IntermediateDirectory=".\..\temp\7Release"
  76. ConfigurationType="2"
  77. UseOfMFC="1"
  78. CharacterSet="2">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. AdditionalIncludeDirectories=".\..\log4cproj_c\Log4C"
  82. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;LOG4C_ENABLE"
  83. RuntimeLibrary="0"
  84. TreatWChar_tAsBuiltInType="TRUE"
  85. UsePrecompiledHeader="3"
  86. WarningLevel="3"
  87. Detect64BitPortabilityProblems="TRUE"
  88. DebugInformationFormat="3"
  89. CallingConvention="2"/>
  90. <Tool
  91. Name="VCCustomBuildTool"/>
  92. <Tool
  93. Name="VCLinkerTool"
  94. AdditionalDependencies=".\..\log4cproj_c\Log4C\lib\Log4c.lib"
  95. OutputFile=".\..\MostDevice.dll"
  96. LinkIncremental="1"
  97. ModuleDefinitionFile=".\MostDevice.def"
  98. GenerateDebugInformation="TRUE"
  99. SubSystem="2"
  100. OptimizeReferences="2"
  101. EnableCOMDATFolding="2"
  102. ImportLibrary="$(OutDir)/MostDevice.lib"
  103. TargetMachine="1"/>
  104. <Tool
  105. Name="VCMIDLTool"
  106. PreprocessorDefinitions="NDEBUG"
  107. MkTypLibCompatible="FALSE"/>
  108. <Tool
  109. Name="VCPostBuildEventTool"/>
  110. <Tool
  111. Name="VCPreBuildEventTool"/>
  112. <Tool
  113. Name="VCPreLinkEventTool"/>
  114. <Tool
  115. Name="VCResourceCompilerTool"
  116. PreprocessorDefinitions="NDEBUG"
  117. Culture="2052"
  118. AdditionalIncludeDirectories="$(IntDir)"/>
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"/>
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"/>
  123. <Tool
  124. Name="VCWebDeploymentTool"/>
  125. <Tool
  126. Name="VCManagedWrapperGeneratorTool"/>
  127. <Tool
  128. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  129. </Configuration>
  130. </Configurations>
  131. <References>
  132. </References>
  133. <Files>
  134. <Filter
  135. Name="源文件"
  136. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  137. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  138. <File
  139. RelativePath=".\cpdu.cpp">
  140. </File>
  141. <File
  142. RelativePath=".\lds2011.cpp">
  143. </File>
  144. <File
  145. RelativePath=".\MostDevice.cpp">
  146. </File>
  147. <File
  148. RelativePath=".\MostDevice.def">
  149. </File>
  150. <File
  151. RelativePath=".\stdafx.cpp">
  152. <FileConfiguration
  153. Name="Debug|Win32">
  154. <Tool
  155. Name="VCCLCompilerTool"
  156. UsePrecompiledHeader="1"/>
  157. </FileConfiguration>
  158. <FileConfiguration
  159. Name="Release|Win32">
  160. <Tool
  161. Name="VCCLCompilerTool"
  162. UsePrecompiledHeader="1"/>
  163. </FileConfiguration>
  164. </File>
  165. </Filter>
  166. <Filter
  167. Name="头文件"
  168. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  169. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  170. <File
  171. RelativePath=".\cpdu.h">
  172. </File>
  173. <File
  174. RelativePath=".\lds2011.h">
  175. </File>
  176. <File
  177. RelativePath=".\MostDevice.h">
  178. </File>
  179. <File
  180. RelativePath=".\Resource.h">
  181. </File>
  182. <File
  183. RelativePath=".\stdafx.h">
  184. </File>
  185. </Filter>
  186. <Filter
  187. Name="资源文件"
  188. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  189. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  190. <File
  191. RelativePath=".\MostDevice.rc">
  192. </File>
  193. <File
  194. RelativePath=".\res\MostDevice.rc2">
  195. </File>
  196. </Filter>
  197. <Filter
  198. Name="空调"
  199. Filter="">
  200. <File
  201. RelativePath=".\cm+.cpp">
  202. </File>
  203. <File
  204. RelativePath=".\cm+.h">
  205. </File>
  206. <File
  207. RelativePath=".\cm.cpp">
  208. </File>
  209. <File
  210. RelativePath=".\cm.h">
  211. </File>
  212. <File
  213. RelativePath=".\Daikin.cpp">
  214. </File>
  215. <File
  216. RelativePath=".\Daikin.h">
  217. </File>
  218. <File
  219. RelativePath=".\Daikin_Modify.cpp">
  220. </File>
  221. <File
  222. RelativePath=".\Daikin_Modify.h">
  223. </File>
  224. <File
  225. RelativePath=".\DataMate3000.cpp">
  226. </File>
  227. <File
  228. RelativePath=".\DataMate3000.h">
  229. </File>
  230. <File
  231. RelativePath=".\Emerson_CM.cpp">
  232. </File>
  233. <File
  234. RelativePath=".\Emerson_CM.h">
  235. </File>
  236. <File
  237. RelativePath=".\Sda_ii.cpp">
  238. </File>
  239. <File
  240. RelativePath=".\Sda_ii.h">
  241. </File>
  242. <File
  243. RelativePath=".\stulz6000.cpp">
  244. </File>
  245. <File
  246. RelativePath=".\stulz6000.h">
  247. </File>
  248. <File
  249. RelativePath=".\Tmaster.cpp">
  250. </File>
  251. <File
  252. RelativePath=".\Tmaster.h">
  253. </File>
  254. </Filter>
  255. <Filter
  256. Name="UPS"
  257. Filter="">
  258. <Filter
  259. Name=".h"
  260. Filter="">
  261. <File
  262. RelativePath=".\__UL33.h">
  263. </File>
  264. <File
  265. RelativePath=".\APCSilcon.h">
  266. </File>
  267. <File
  268. RelativePath=".\Bagkee.h">
  269. </File>
  270. <File
  271. RelativePath=".\CMS.h">
  272. </File>
  273. <File
  274. RelativePath=".\Delta.h">
  275. </File>
  276. <File
  277. RelativePath=".\EA800.h">
  278. </File>
  279. <File
  280. RelativePath=".\EA810H.h">
  281. </File>
  282. <File
  283. RelativePath=".\EA99.h">
  284. </File>
  285. <File
  286. RelativePath=".\hipulse_uv130.h">
  287. </File>
  288. <File
  289. RelativePath=".\iTrustAdapt.h">
  290. </File>
  291. <File
  292. RelativePath=".\kehua_fa_uk.h">
  293. </File>
  294. <File
  295. RelativePath=".\ParadigmNxV260.h">
  296. </File>
  297. <File
  298. RelativePath=".\PB9315.h">
  299. </File>
  300. <File
  301. RelativePath=".\PB9355.h">
  302. </File>
  303. <File
  304. RelativePath=".\SanTak.h">
  305. </File>
  306. <File
  307. RelativePath=".\SanTak_3A3120KS.h">
  308. </File>
  309. <File
  310. RelativePath=".\SanTak_ShiWei.h">
  311. </File>
  312. <File
  313. RelativePath=".\SecUPS.h">
  314. </File>
  315. <File
  316. RelativePath=".\ST_3C20KS.h">
  317. </File>
  318. <File
  319. RelativePath=".\ST_3C3Ex40ks.h">
  320. </File>
  321. <File
  322. RelativePath=".\ST_6C20KS_Q1.h">
  323. </File>
  324. <File
  325. RelativePath=".\ST_C620KS_Q6.h">
  326. </File>
  327. <File
  328. RelativePath=".\UL33.h">
  329. </File>
  330. <File
  331. RelativePath=".\UPS_iTrust_Adapt.h">
  332. </File>
  333. <File
  334. RelativePath=".\ups_newave.h">
  335. </File>
  336. <File
  337. RelativePath=".\UPS_NXL.h">
  338. </File>
  339. <File
  340. RelativePath=".\UpsDelta.h">
  341. </File>
  342. <File
  343. RelativePath=".\UpsEast.h">
  344. </File>
  345. <File
  346. RelativePath=".\UpsEaton.h">
  347. </File>
  348. <File
  349. RelativePath=".\UpsKeHua.h">
  350. </File>
  351. <File
  352. RelativePath=".\UPSLan.h">
  353. </File>
  354. <File
  355. RelativePath=".\UpsLink.h">
  356. </File>
  357. <File
  358. RelativePath=".\UPSNxr.h">
  359. </File>
  360. <File
  361. RelativePath=".\UpsUH11.h">
  362. </File>
  363. <File
  364. RelativePath=".\UpsUH31.h">
  365. </File>
  366. </Filter>
  367. <Filter
  368. Name=".cpp"
  369. Filter="">
  370. <File
  371. RelativePath=".\__UL33.cpp">
  372. </File>
  373. <File
  374. RelativePath=".\APCSilcon.cpp">
  375. </File>
  376. <File
  377. RelativePath=".\Bagkee.cpp">
  378. </File>
  379. <File
  380. RelativePath=".\CMS.cpp">
  381. </File>
  382. <File
  383. RelativePath=".\Delta.cpp">
  384. </File>
  385. <File
  386. RelativePath=".\EA800.cpp">
  387. </File>
  388. <File
  389. RelativePath=".\EA810H.cpp">
  390. </File>
  391. <File
  392. RelativePath=".\EA99.cpp">
  393. </File>
  394. <File
  395. RelativePath=".\hipulse_uv130.cpp">
  396. </File>
  397. <File
  398. RelativePath=".\iTrustAdapt.cpp">
  399. </File>
  400. <File
  401. RelativePath=".\kehua_fa_uk.cpp">
  402. </File>
  403. <File
  404. RelativePath=".\ParadigmNxV260.cpp">
  405. </File>
  406. <File
  407. RelativePath=".\PB9315.cpp">
  408. </File>
  409. <File
  410. RelativePath=".\PB9355.cpp">
  411. </File>
  412. <File
  413. RelativePath=".\SanTak.cpp">
  414. </File>
  415. <File
  416. RelativePath=".\SanTak_3A3120KS.cpp">
  417. </File>
  418. <File
  419. RelativePath=".\SanTak_ShiWei.cpp">
  420. </File>
  421. <File
  422. RelativePath=".\SecUPS.cpp">
  423. </File>
  424. <File
  425. RelativePath=".\ST_3C20KS.cpp">
  426. </File>
  427. <File
  428. RelativePath=".\ST_3C3Ex40ks.cpp">
  429. </File>
  430. <File
  431. RelativePath=".\ST_6C20KS_Q1.cpp">
  432. </File>
  433. <File
  434. RelativePath=".\ST_C620KS_Q6.cpp">
  435. </File>
  436. <File
  437. RelativePath=".\UL33.cpp">
  438. </File>
  439. <File
  440. RelativePath=".\UPS_iTrust_Adapt.cpp">
  441. </File>
  442. <File
  443. RelativePath=".\ups_newave.cpp">
  444. </File>
  445. <File
  446. RelativePath=".\UPS_NXL.cpp">
  447. </File>
  448. <File
  449. RelativePath=".\UpsDelta.cpp">
  450. </File>
  451. <File
  452. RelativePath=".\UpsEast.cpp">
  453. </File>
  454. <File
  455. RelativePath=".\UpsEaton.cpp">
  456. </File>
  457. <File
  458. RelativePath=".\UpsKeHua.cpp">
  459. </File>
  460. <File
  461. RelativePath=".\UPSLan.cpp">
  462. </File>
  463. <File
  464. RelativePath=".\UpsLink.cpp">
  465. </File>
  466. <File
  467. RelativePath=".\UPSNxr.cpp">
  468. </File>
  469. <File
  470. RelativePath=".\UpsUH11.cpp">
  471. </File>
  472. <File
  473. RelativePath=".\UpsUH31.cpp">
  474. </File>
  475. </Filter>
  476. </Filter>
  477. <Filter
  478. Name="Common"
  479. Filter="">
  480. <File
  481. RelativePath=".\CommFactory.cpp">
  482. </File>
  483. <File
  484. RelativePath=".\CommFactory.h">
  485. </File>
  486. <File
  487. RelativePath=".\CommInterface.cpp">
  488. </File>
  489. <File
  490. RelativePath=".\CommInterface.h">
  491. </File>
  492. <File
  493. RelativePath=".\CommProcess.cpp">
  494. </File>
  495. <File
  496. RelativePath=".\CommProcess.h">
  497. </File>
  498. <File
  499. RelativePath=".\Global.cpp">
  500. </File>
  501. <File
  502. RelativePath=".\Global.h">
  503. </File>
  504. <File
  505. RelativePath=".\Head.h">
  506. </File>
  507. <File
  508. RelativePath=".\Include.h">
  509. </File>
  510. <File
  511. RelativePath=".\Mtverify.h">
  512. </File>
  513. </Filter>
  514. <Filter
  515. Name="others"
  516. Filter="">
  517. <Filter
  518. Name=".h"
  519. Filter="">
  520. <File
  521. RelativePath=".\BatteryAdu.h">
  522. </File>
  523. <File
  524. RelativePath=".\BatteryAdu2000.h">
  525. </File>
  526. <File
  527. RelativePath=".\eam7000.h">
  528. </File>
  529. <File
  530. RelativePath=".\eda9015.h">
  531. </File>
  532. <File
  533. RelativePath=".\fad.h">
  534. </File>
  535. <File
  536. RelativePath=".\icp_i7017.h">
  537. </File>
  538. <File
  539. RelativePath=".\jb1501a64p.h">
  540. </File>
  541. <File
  542. RelativePath=".\jb1506.h">
  543. </File>
  544. <File
  545. RelativePath=".\leicai.h">
  546. </File>
  547. <File
  548. RelativePath=".\M84c5z.h">
  549. </File>
  550. <File
  551. RelativePath=".\SF6.h">
  552. </File>
  553. <File
  554. RelativePath=".\SK6000.h">
  555. </File>
  556. </Filter>
  557. <Filter
  558. Name=".cpp"
  559. Filter="">
  560. <File
  561. RelativePath=".\BatteryAdu.cpp">
  562. </File>
  563. <File
  564. RelativePath=".\BatteryAdu2000.cpp">
  565. </File>
  566. <File
  567. RelativePath=".\eam7000.cpp">
  568. </File>
  569. <File
  570. RelativePath=".\eda9015.cpp">
  571. </File>
  572. <File
  573. RelativePath=".\fad.cpp">
  574. </File>
  575. <File
  576. RelativePath=".\icp_i7017.cpp">
  577. </File>
  578. <File
  579. RelativePath=".\jb1501a64p.cpp">
  580. </File>
  581. <File
  582. RelativePath=".\jb1506.cpp">
  583. </File>
  584. <File
  585. RelativePath=".\leicai.cpp">
  586. </File>
  587. <File
  588. RelativePath=".\M84c5z.cpp">
  589. </File>
  590. <File
  591. RelativePath=".\SF6.cpp">
  592. </File>
  593. <File
  594. RelativePath=".\SK6000.cpp">
  595. </File>
  596. </Filter>
  597. </Filter>
  598. <File
  599. RelativePath=".\ReadMe.txt">
  600. </File>
  601. </Files>
  602. <Globals>
  603. <Global
  604. Name="RESOURCE_FILE"
  605. Value="MostDevice.rc"/>
  606. </Globals>
  607. </VisualStudioProject>