Service.vcproj 9.7 KB

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