Service.vcproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="Service"
  6. ProjectGUID="{C93E8109-260C-46F1-B9DD-58F9424D2FD8}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".\..\..\tmp\Servertmp\Service\Debug"
  16. IntermediateDirectory=".\..\..\tmp\Servertmp\Service\Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories=".\..\..\IDE\DB\DB\include;.\..\..\IDE\DB\DB"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;SOCKHANDLE_USE_OVERLAPPED"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. AdditionalDependencies=".\..\..\IDE\lib\DEBUG_DB.lib"
  37. OutputFile="E:\iSP-CMS(测试)\new_server/IOServer.exe"
  38. LinkIncremental="2"
  39. GenerateDebugInformation="TRUE"
  40. ProgramDatabaseFile="$(OutDir)/Service.pdb"
  41. SubSystem="1"
  42. TargetMachine="1"/>
  43. <Tool
  44. Name="VCMIDLTool"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"/>
  53. <Tool
  54. Name="VCWebServiceProxyGeneratorTool"/>
  55. <Tool
  56. Name="VCXMLDataGeneratorTool"/>
  57. <Tool
  58. Name="VCWebDeploymentTool"/>
  59. <Tool
  60. Name="VCManagedWrapperGeneratorTool"/>
  61. <Tool
  62. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  63. </Configuration>
  64. <Configuration
  65. Name="Release|Win32"
  66. OutputDirectory=".\..\..\tmp\Servertmp\Service\Release"
  67. IntermediateDirectory=".\..\..\tmp\Servertmp\Service\Release"
  68. ConfigurationType="1"
  69. UseOfMFC="2"
  70. CharacterSet="2">
  71. <Tool
  72. Name="VCCLCompilerTool"
  73. AdditionalIncludeDirectories=".\..\..\IDE\DB\DB\include;.\..\..\IDE\DB\DB"
  74. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
  75. RuntimeLibrary="2"
  76. UsePrecompiledHeader="3"
  77. WarningLevel="3"
  78. Detect64BitPortabilityProblems="TRUE"
  79. DebugInformationFormat="3"/>
  80. <Tool
  81. Name="VCCustomBuildTool"/>
  82. <Tool
  83. Name="VCLinkerTool"
  84. AdditionalDependencies=".\..\..\IDE\lib\DB.lib"
  85. OutputFile="E:\iSP-CMS(测试)\new_server/IOServer.exe"
  86. LinkIncremental="1"
  87. GenerateDebugInformation="TRUE"
  88. SubSystem="1"
  89. OptimizeReferences="2"
  90. EnableCOMDATFolding="2"
  91. TargetMachine="1"/>
  92. <Tool
  93. Name="VCMIDLTool"/>
  94. <Tool
  95. Name="VCPostBuildEventTool"/>
  96. <Tool
  97. Name="VCPreBuildEventTool"/>
  98. <Tool
  99. Name="VCPreLinkEventTool"/>
  100. <Tool
  101. Name="VCResourceCompilerTool"/>
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"/>
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"/>
  106. <Tool
  107. Name="VCWebDeploymentTool"/>
  108. <Tool
  109. Name="VCManagedWrapperGeneratorTool"/>
  110. <Tool
  111. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  112. </Configuration>
  113. </Configurations>
  114. <References>
  115. </References>
  116. <Files>
  117. <Filter
  118. Name="源文件"
  119. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  120. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  121. <File
  122. RelativePath=".\ascprocess.cpp">
  123. </File>
  124. <File
  125. RelativePath=".\Base64.cpp">
  126. </File>
  127. <File
  128. RelativePath=".\BaseVar.cpp">
  129. </File>
  130. <File
  131. RelativePath=".\CarelProcess.cpp">
  132. </File>
  133. <File
  134. RelativePath=".\CheckDog.cpp">
  135. </File>
  136. <File
  137. RelativePath=".\crc32.cpp">
  138. </File>
  139. <File
  140. RelativePath=".\DaiKinProcess.cpp">
  141. </File>
  142. <File
  143. RelativePath=".\DBInterface.cpp">
  144. </File>
  145. <File
  146. RelativePath=".\Device.cpp">
  147. </File>
  148. <File
  149. RelativePath=".\DevicesManager.cpp">
  150. </File>
  151. <File
  152. RelativePath=".\FileIni.cpp">
  153. </File>
  154. <File
  155. RelativePath=".\Global.cpp">
  156. </File>
  157. <File
  158. RelativePath=".\greeprocess.cpp">
  159. </File>
  160. <File
  161. RelativePath=".\icpdasprocess.cpp">
  162. </File>
  163. <File
  164. RelativePath=".\MainPro.cpp">
  165. </File>
  166. <File
  167. RelativePath=".\MostDevice.cpp">
  168. </File>
  169. <File
  170. RelativePath=".\NoticeQueue.cpp">
  171. </File>
  172. <File
  173. RelativePath=".\ping.cpp">
  174. </File>
  175. <File
  176. RelativePath=".\PowerwareProcess.cpp">
  177. </File>
  178. <File
  179. RelativePath=".\rtuprocess.cpp">
  180. </File>
  181. <File
  182. RelativePath=".\Separate.cpp">
  183. </File>
  184. <File
  185. RelativePath=".\ServerSocket.cpp">
  186. </File>
  187. <File
  188. RelativePath=".\Service.cpp">
  189. </File>
  190. <File
  191. RelativePath=".\SnmpProcess.cpp">
  192. </File>
  193. <File
  194. RelativePath=".\SocketHandle.cpp">
  195. </File>
  196. <File
  197. RelativePath=".\stdafx.cpp">
  198. <FileConfiguration
  199. Name="Debug|Win32">
  200. <Tool
  201. Name="VCCLCompilerTool"
  202. UsePrecompiledHeader="1"/>
  203. </FileConfiguration>
  204. <FileConfiguration
  205. Name="Release|Win32">
  206. <Tool
  207. Name="VCCLCompilerTool"
  208. UsePrecompiledHeader="1"/>
  209. </FileConfiguration>
  210. </File>
  211. <File
  212. RelativePath=".\stulzprocess.cpp">
  213. </File>
  214. <File
  215. RelativePath=".\SysLib.cpp">
  216. </File>
  217. <File
  218. RelativePath=".\tcpprocess.cpp">
  219. </File>
  220. <File
  221. RelativePath=".\UpsParadigmProcess.cpp">
  222. </File>
  223. </Filter>
  224. <Filter
  225. Name="头文件"
  226. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  227. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  228. <File
  229. RelativePath=".\ascprocess.h">
  230. </File>
  231. <File
  232. RelativePath=".\AsyncSocketServerImpl.h">
  233. </File>
  234. <File
  235. RelativePath=".\Base64.h">
  236. </File>
  237. <File
  238. RelativePath=".\BaseVar.h">
  239. </File>
  240. <File
  241. RelativePath=".\CarelProcess.h">
  242. </File>
  243. <File
  244. RelativePath=".\CheckDog.h">
  245. </File>
  246. <File
  247. RelativePath=".\Client2SrvType.h">
  248. </File>
  249. <File
  250. RelativePath=".\Const.h">
  251. </File>
  252. <File
  253. RelativePath=".\crc32.h">
  254. </File>
  255. <File
  256. RelativePath=".\CritSection.h">
  257. </File>
  258. <File
  259. RelativePath=".\DaiKinProcess.h">
  260. </File>
  261. <File
  262. RelativePath=".\DBInterface.h">
  263. </File>
  264. <File
  265. RelativePath=".\Device.h">
  266. </File>
  267. <File
  268. RelativePath=".\DevicesManager.h">
  269. </File>
  270. <File
  271. RelativePath=".\FileIni.h">
  272. </File>
  273. <File
  274. RelativePath=".\Global.h">
  275. </File>
  276. <File
  277. RelativePath=".\greeprocess.h">
  278. </File>
  279. <File
  280. RelativePath=".\icpdasprocess.h">
  281. </File>
  282. <File
  283. RelativePath=".\Main.h">
  284. </File>
  285. <File
  286. RelativePath=".\MainPro.h">
  287. </File>
  288. <File
  289. RelativePath=".\MostDevice.h">
  290. </File>
  291. <File
  292. RelativePath=".\Mtverify.h">
  293. </File>
  294. <File
  295. RelativePath=".\NoticeQueue.h">
  296. </File>
  297. <File
  298. RelativePath=".\ping.h">
  299. </File>
  300. <File
  301. RelativePath=".\PowerwareProcess.h">
  302. </File>
  303. <File
  304. RelativePath=".\Psapi.h">
  305. </File>
  306. <File
  307. RelativePath=".\resource.h">
  308. </File>
  309. <File
  310. RelativePath=".\rtuprocess.h">
  311. </File>
  312. <File
  313. RelativePath=".\sal.h">
  314. </File>
  315. <File
  316. RelativePath=".\Separate.h">
  317. </File>
  318. <File
  319. RelativePath=".\ServerSocket.h">
  320. </File>
  321. <File
  322. RelativePath=".\SnmpProcess.h">
  323. </File>
  324. <File
  325. RelativePath=".\SocketClientImpl.h">
  326. </File>
  327. <File
  328. RelativePath=".\SocketHandle.h">
  329. </File>
  330. <File
  331. RelativePath=".\SocketServerImpl.h">
  332. </File>
  333. <File
  334. RelativePath=".\stdafx.h">
  335. </File>
  336. <File
  337. RelativePath=".\struct.h">
  338. </File>
  339. <File
  340. RelativePath=".\stulzprocess.h">
  341. </File>
  342. <File
  343. RelativePath=".\SysLib.h">
  344. </File>
  345. <File
  346. RelativePath=".\tcpprocess.h">
  347. </File>
  348. <File
  349. RelativePath=".\ThreadPool.hpp">
  350. </File>
  351. <File
  352. RelativePath=".\UpsParadigmProcess.h">
  353. </File>
  354. </Filter>
  355. <Filter
  356. Name="资源文件"
  357. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  358. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  359. </Filter>
  360. <File
  361. RelativePath=".\ReadMe.txt">
  362. </File>
  363. </Files>
  364. <Globals>
  365. </Globals>
  366. </VisualStudioProject>