WatchService.vcproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="WatchService"
  6. ProjectGUID="{5BC096F1-503F-4B3D-AA7A-1AE043F94968}"
  7. RootNamespace="WatchService"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  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="..\..\..\..\输出文件\WatchService\Debug"
  22. IntermediateDirectory="..\..\..\..\输出文件\WatchService\Debug"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  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="..\..\Common\WinSvc"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PLATFORM_HAS_INETFUNC"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="2"
  51. WarningLevel="3"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. OutputFile="..\..\..\..\EMSoft\Services\$(ProjectName).exe"
  66. LinkIncremental="2"
  67. UACExecutionLevel="2"
  68. GenerateDebugInformation="true"
  69. SubSystem="1"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="..\..\..\..\输出文件\WatchService\Release"
  97. IntermediateDirectory="..\..\..\..\输出文件\WatchService\Release"
  98. ConfigurationType="1"
  99. UseOfMFC="2"
  100. CharacterSet="1"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="2"
  121. EnableIntrinsicFunctions="true"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PLATFORM_HAS_INETFUNC"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="true"
  125. UsePrecompiledHeader="2"
  126. WarningLevel="3"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  140. OutputFile="..\..\..\..\EMSoft\Services\$(ProjectName).exe"
  141. LinkIncremental="1"
  142. UACExecutionLevel="2"
  143. GenerateDebugInformation="true"
  144. SubSystem="1"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. />
  170. </Configuration>
  171. </Configurations>
  172. <References>
  173. </References>
  174. <Files>
  175. <Filter
  176. Name="源文件"
  177. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  178. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  179. >
  180. <File
  181. RelativePath=".\MainProcess.cpp"
  182. >
  183. </File>
  184. <File
  185. RelativePath=".\stdafx.cpp"
  186. >
  187. <FileConfiguration
  188. Name="Debug|Win32"
  189. >
  190. <Tool
  191. Name="VCCLCompilerTool"
  192. UsePrecompiledHeader="1"
  193. />
  194. </FileConfiguration>
  195. <FileConfiguration
  196. Name="Release|Win32"
  197. >
  198. <Tool
  199. Name="VCCLCompilerTool"
  200. UsePrecompiledHeader="1"
  201. />
  202. </FileConfiguration>
  203. </File>
  204. <File
  205. RelativePath=".\WatchService.cpp"
  206. >
  207. </File>
  208. </Filter>
  209. <Filter
  210. Name="头文件"
  211. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  212. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  213. >
  214. <File
  215. RelativePath=".\MainProcess.h"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\MTVERIFY.H"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\Resource.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\stdafx.h"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\targetver.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\WatchService.h"
  236. >
  237. </File>
  238. </Filter>
  239. <Filter
  240. Name="资源文件"
  241. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  242. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  243. >
  244. <File
  245. RelativePath=".\Watchdog.ico"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\WatchService.rc"
  250. >
  251. </File>
  252. </Filter>
  253. <Filter
  254. Name="NetWork"
  255. >
  256. <File
  257. RelativePath="..\..\Common\NetWork\AsyncSocketServerImpl.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath="..\..\Common\NetWork\Const.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\..\Common\NetWork\crc32.cpp"
  266. >
  267. </File>
  268. <File
  269. RelativePath="..\..\Common\NetWork\crc32.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\..\Common\NetWork\CritSection.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\..\Common\NetWork\lzari.cpp"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\..\Common\NetWork\lzari.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\..\Common\NetWork\PerSocketContext.cpp"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\..\Common\NetWork\PerSocketContext.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\..\Common\NetWork\SockAddrIn.cpp"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\..\Common\NetWork\SockAddrIn.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath="..\..\Common\NetWork\SocketClientImpl.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath="..\..\Common\NetWork\SocketHandle.cpp"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\..\Common\NetWork\SocketHandle.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\..\Common\NetWork\SocketServerImpl.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\..\Common\NetWork\ThreadPool.hpp"
  318. >
  319. </File>
  320. </Filter>
  321. <Filter
  322. Name="WinSvc"
  323. >
  324. <File
  325. RelativePath="..\..\Common\WinSvc\WindowService.cpp"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\..\Common\WinSvc\WindowService.h"
  330. >
  331. </File>
  332. </Filter>
  333. <Filter
  334. Name="Common"
  335. >
  336. <File
  337. RelativePath=".\Global.cpp"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\Global.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\utility.cpp"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\utility.h"
  350. >
  351. </File>
  352. </Filter>
  353. <File
  354. RelativePath=".\ReadMe.txt"
  355. >
  356. </File>
  357. </Files>
  358. <Globals>
  359. </Globals>
  360. </VisualStudioProject>