Service.vcproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Service"
  6. ProjectGUID="{C93E8109-260C-46F1-B9DD-58F9424D2FD8}"
  7. Keyword="Win32Proj"
  8. TargetFrameworkVersion="131072"
  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=".\..\..\..\..\temp\Service\Debug"
  21. IntermediateDirectory=".\..\..\..\..\temp\Service\Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  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. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\..\..\log4cproj_c\Log4C;.\..\DB\DB\include;.\..\DB\DB"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;SOCKHANDLE_USE_OVERLAPPED"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="2"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies=".\..\lib\DB.lib"
  67. OutputFile=".\..\..\..\..\tryto\tryto v1.0.0.2\Server\IOServer.exe"
  68. LinkIncremental="2"
  69. GenerateDebugInformation="true"
  70. ProgramDatabaseFile="$(OutDir)/Service.pdb"
  71. SubSystem="1"
  72. RandomizedBaseAddress="1"
  73. DataExecutionPrevention="0"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory=".\..\..\..\..\temp\Service\Release"
  101. IntermediateDirectory=".\..\..\..\..\temp\Service\Release"
  102. ConfigurationType="1"
  103. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  104. UseOfMFC="2"
  105. CharacterSet="2"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. />
  122. <Tool
  123. Name="VCCLCompilerTool"
  124. AdditionalIncludeDirectories=".\..\..\log4cproj_c\Log4C;.\..\DB\DB\include;.\..\DB\DB"
  125. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE;PLATFORM_HAS_INETFUNC"
  126. RuntimeLibrary="2"
  127. UsePrecompiledHeader="2"
  128. WarningLevel="3"
  129. Detect64BitPortabilityProblems="true"
  130. DebugInformationFormat="1"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. AdditionalDependencies=".\..\lib\DB.lib"
  144. OutputFile=".\..\..\..\..\tryto\tryto v1.0.0.2\Server\DBMonitor.exe"
  145. LinkIncremental="1"
  146. GenerateDebugInformation="true"
  147. GenerateMapFile="true"
  148. MapExports="true"
  149. SubSystem="1"
  150. OptimizeReferences="2"
  151. EnableCOMDATFolding="2"
  152. RandomizedBaseAddress="1"
  153. DataExecutionPrevention="0"
  154. TargetMachine="1"
  155. />
  156. <Tool
  157. Name="VCALinkTool"
  158. />
  159. <Tool
  160. Name="VCManifestTool"
  161. />
  162. <Tool
  163. Name="VCXDCMakeTool"
  164. />
  165. <Tool
  166. Name="VCBscMakeTool"
  167. />
  168. <Tool
  169. Name="VCFxCopTool"
  170. />
  171. <Tool
  172. Name="VCAppVerifierTool"
  173. />
  174. <Tool
  175. Name="VCPostBuildEventTool"
  176. />
  177. </Configuration>
  178. </Configurations>
  179. <References>
  180. </References>
  181. <Files>
  182. <Filter
  183. Name="源文件"
  184. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  185. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  186. >
  187. <File
  188. RelativePath=".\Base64.cpp"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\BaseVar.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\crc32.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\FileIni.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\Global.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\MainPro.cpp"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\Service.cpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\stdafx.cpp"
  217. >
  218. <FileConfiguration
  219. Name="Debug|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. UsePrecompiledHeader="1"
  224. />
  225. </FileConfiguration>
  226. <FileConfiguration
  227. Name="Release|Win32"
  228. >
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. UsePrecompiledHeader="1"
  232. />
  233. </FileConfiguration>
  234. </File>
  235. <File
  236. RelativePath=".\SysLib.cpp"
  237. >
  238. </File>
  239. </Filter>
  240. <Filter
  241. Name="头文件"
  242. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  243. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  244. >
  245. <File
  246. RelativePath=".\Base64.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\BaseVar.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\Const.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\crc32.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\CritSection.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\FileIni.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\Global.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\Main.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\MainPro.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\Mtverify.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\Psapi.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\resource.h"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\resource1.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\sal.h"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\stdafx.h"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\struct.h"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\SysLib.h"
  311. >
  312. </File>
  313. </Filter>
  314. <Filter
  315. Name="资源文件"
  316. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  317. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  318. >
  319. <File
  320. RelativePath=".\Service.rc"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\workhome.ico"
  325. >
  326. </File>
  327. </Filter>
  328. <Filter
  329. Name="通信模块"
  330. >
  331. <File
  332. RelativePath=".\AsyncSocketServerImpl.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\Client2SrvType.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\ServerSocket.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\ServerSocket.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\SocketClientImpl.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\SocketHandle.cpp"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\SocketHandle.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\SocketServerImpl.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\ThreadPool.hpp"
  365. >
  366. </File>
  367. </Filter>
  368. <Filter
  369. Name="报警模块"
  370. >
  371. <File
  372. RelativePath=".\NoticeQueue.cpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\NoticeQueue.h"
  377. >
  378. </File>
  379. </Filter>
  380. <Filter
  381. Name="注册模块"
  382. >
  383. <File
  384. RelativePath=".\CheckDog.cpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\CheckDog.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\SoftRegister.cpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\SoftRegister.h"
  397. >
  398. </File>
  399. </Filter>
  400. <Filter
  401. Name="数据库模块"
  402. >
  403. <File
  404. RelativePath=".\DBInterface.cpp"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\DBInterface.h"
  409. >
  410. </File>
  411. </Filter>
  412. <Filter
  413. Name="设备模块"
  414. >
  415. <File
  416. RelativePath=".\ascprocess.cpp"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\ascprocess.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\CarelProcess.cpp"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\CarelProcess.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\Device.cpp"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\Device.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\DevicesManager.cpp"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\DevicesManager.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\greeprocess.cpp"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\greeprocess.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\icpdasprocess.cpp"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".\icpdasprocess.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".\MostDevice.cpp"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\MostDevice.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\ping.cpp"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\ping.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath=".\PowerwareProcess.cpp"
  481. >
  482. </File>
  483. <File
  484. RelativePath=".\PowerwareProcess.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath=".\rtuprocess.cpp"
  489. >
  490. </File>
  491. <File
  492. RelativePath=".\rtuprocess.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath=".\Separate.cpp"
  497. >
  498. </File>
  499. <File
  500. RelativePath=".\Separate.h"
  501. >
  502. </File>
  503. <File
  504. RelativePath=".\SnmpProcess.cpp"
  505. >
  506. </File>
  507. <File
  508. RelativePath=".\SnmpProcess.h"
  509. >
  510. </File>
  511. <File
  512. RelativePath=".\stulzprocess.cpp"
  513. >
  514. </File>
  515. <File
  516. RelativePath=".\stulzprocess.h"
  517. >
  518. </File>
  519. <File
  520. RelativePath=".\tcpprocess.cpp"
  521. >
  522. </File>
  523. <File
  524. RelativePath=".\tcpprocess.h"
  525. >
  526. </File>
  527. <File
  528. RelativePath=".\UpsParadigmProcess.cpp"
  529. >
  530. </File>
  531. <File
  532. RelativePath=".\UpsParadigmProcess.h"
  533. >
  534. </File>
  535. </Filter>
  536. <File
  537. RelativePath=".\ReadMe.txt"
  538. >
  539. </File>
  540. </Files>
  541. <Globals>
  542. </Globals>
  543. </VisualStudioProject>