IocpServer.vcproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="IocpServer"
  6. ProjectGUID="{B74D1D92-95FD-4F92-B51B-99799558FFEF}"
  7. RootNamespace="IocpServer"
  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=".\..\output\IocpServer\debug"
  22. IntermediateDirectory=".\..\output\IocpServer\debug"
  23. ConfigurationType="4"
  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=".\;.\..\Commom;.\..\Commom\ThreadPool"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  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="VCLibrarianTool"
  65. OutputFile="..\lib\lyfz$(ProjectName)_d.lib"
  66. />
  67. <Tool
  68. Name="VCALinkTool"
  69. />
  70. <Tool
  71. Name="VCXDCMakeTool"
  72. />
  73. <Tool
  74. Name="VCBscMakeTool"
  75. />
  76. <Tool
  77. Name="VCFxCopTool"
  78. />
  79. <Tool
  80. Name="VCPostBuildEventTool"
  81. />
  82. </Configuration>
  83. <Configuration
  84. Name="Release|Win32"
  85. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  86. IntermediateDirectory="$(ConfigurationName)"
  87. ConfigurationType="4"
  88. UseOfMFC="2"
  89. CharacterSet="1"
  90. WholeProgramOptimization="1"
  91. >
  92. <Tool
  93. Name="VCPreBuildEventTool"
  94. />
  95. <Tool
  96. Name="VCCustomBuildTool"
  97. />
  98. <Tool
  99. Name="VCXMLDataGeneratorTool"
  100. />
  101. <Tool
  102. Name="VCWebServiceProxyGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCMIDLTool"
  106. />
  107. <Tool
  108. Name="VCCLCompilerTool"
  109. Optimization="2"
  110. EnableIntrinsicFunctions="true"
  111. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  112. RuntimeLibrary="2"
  113. EnableFunctionLevelLinking="true"
  114. UsePrecompiledHeader="2"
  115. WarningLevel="3"
  116. DebugInformationFormat="3"
  117. />
  118. <Tool
  119. Name="VCManagedResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCPreLinkEventTool"
  126. />
  127. <Tool
  128. Name="VCLibrarianTool"
  129. />
  130. <Tool
  131. Name="VCALinkTool"
  132. />
  133. <Tool
  134. Name="VCXDCMakeTool"
  135. />
  136. <Tool
  137. Name="VCBscMakeTool"
  138. />
  139. <Tool
  140. Name="VCFxCopTool"
  141. />
  142. <Tool
  143. Name="VCPostBuildEventTool"
  144. />
  145. </Configuration>
  146. </Configurations>
  147. <References>
  148. </References>
  149. <Files>
  150. <Filter
  151. Name="Ô´Îļþ"
  152. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  153. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  154. >
  155. <File
  156. RelativePath=".\stdafx.cpp"
  157. >
  158. <FileConfiguration
  159. Name="Debug|Win32"
  160. >
  161. <Tool
  162. Name="VCCLCompilerTool"
  163. UsePrecompiledHeader="1"
  164. />
  165. </FileConfiguration>
  166. <FileConfiguration
  167. Name="Release|Win32"
  168. >
  169. <Tool
  170. Name="VCCLCompilerTool"
  171. UsePrecompiledHeader="1"
  172. />
  173. </FileConfiguration>
  174. </File>
  175. </Filter>
  176. <Filter
  177. Name="Í·Îļþ"
  178. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  179. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  180. >
  181. <File
  182. RelativePath=".\stdafx.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".\targetver.h"
  187. >
  188. </File>
  189. </Filter>
  190. <Filter
  191. Name="×ÊÔ´Îļþ"
  192. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  193. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  194. >
  195. </Filter>
  196. <Filter
  197. Name="Iocp"
  198. >
  199. <File
  200. RelativePath=".\TCPSrv.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\TCPSrv.h"
  205. >
  206. </File>
  207. </Filter>
  208. <Filter
  209. Name="Interface"
  210. >
  211. </Filter>
  212. <Filter
  213. Name="Commom"
  214. >
  215. <File
  216. RelativePath="..\Commom\Lock.cpp"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\Commom\Lock.h"
  221. >
  222. </File>
  223. <Filter
  224. Name="Thread"
  225. >
  226. <File
  227. RelativePath="..\Commom\Thread\Thread.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\Commom\Thread\Thread.h"
  232. >
  233. </File>
  234. </Filter>
  235. </Filter>
  236. <File
  237. RelativePath=".\ReadMe.txt"
  238. >
  239. </File>
  240. </Files>
  241. <Globals>
  242. </Globals>
  243. </VisualStudioProject>