ClientTest.vcproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ClientTest"
  6. ProjectGUID="{F1DDA76A-E328-4DEA-A1D2-37A0DF2A13E4}"
  7. RootNamespace="ClientTest"
  8. Keyword="MFCProj"
  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\client\debug"
  22. IntermediateDirectory=".\..\output\client\debug"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  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. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="false"
  44. ValidateParameters="true"
  45. />
  46. <Tool
  47. Name="VCCLCompilerTool"
  48. Optimization="0"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;PLATFORM_HAS_INETFUNC"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. CommandLine="rc.exe /fo &quot;$(ProjectDir)$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  69. />
  70. <Tool
  71. Name="VCLinkerTool"
  72. OutputFile=".\..\bin\client\$(ProjectName)_d.exe"
  73. LinkIncremental="2"
  74. AdditionalLibraryDirectories=""
  75. IgnoreDefaultLibraryNames="libcmtd.lib;nafxcwd.lib"
  76. GenerateDebugInformation="true"
  77. SubSystem="2"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory=".\..\output\client\release"
  105. IntermediateDirectory=".\..\output\client\release"
  106. ConfigurationType="1"
  107. UseOfMFC="2"
  108. CharacterSet="2"
  109. WholeProgramOptimization="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. PreprocessorDefinitions="NDEBUG"
  127. MkTypLibCompatible="false"
  128. ValidateParameters="true"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. Optimization="2"
  133. EnableIntrinsicFunctions="true"
  134. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;PLATFORM_HAS_INETFUNC"
  135. MinimalRebuild="false"
  136. RuntimeLibrary="2"
  137. EnableFunctionLevelLinking="true"
  138. UsePrecompiledHeader="2"
  139. WarningLevel="3"
  140. DebugInformationFormat="3"
  141. />
  142. <Tool
  143. Name="VCManagedResourceCompilerTool"
  144. />
  145. <Tool
  146. Name="VCResourceCompilerTool"
  147. PreprocessorDefinitions="NDEBUG"
  148. Culture="2052"
  149. AdditionalIncludeDirectories="$(IntDir)"
  150. />
  151. <Tool
  152. Name="VCPreLinkEventTool"
  153. CommandLine="rc.exe /fo &quot;$(ProjectDir)$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  154. />
  155. <Tool
  156. Name="VCLinkerTool"
  157. AdditionalOptions="/FORCE:MULTIPLE"
  158. OutputFile=".\..\bin\client\$(ProjectName).exe"
  159. LinkIncremental="1"
  160. GenerateDebugInformation="true"
  161. SubSystem="2"
  162. OptimizeReferences="2"
  163. EnableCOMDATFolding="2"
  164. TargetMachine="1"
  165. />
  166. <Tool
  167. Name="VCALinkTool"
  168. />
  169. <Tool
  170. Name="VCManifestTool"
  171. />
  172. <Tool
  173. Name="VCXDCMakeTool"
  174. />
  175. <Tool
  176. Name="VCBscMakeTool"
  177. />
  178. <Tool
  179. Name="VCFxCopTool"
  180. />
  181. <Tool
  182. Name="VCAppVerifierTool"
  183. />
  184. <Tool
  185. Name="VCPostBuildEventTool"
  186. />
  187. </Configuration>
  188. </Configurations>
  189. <References>
  190. </References>
  191. <Files>
  192. <Filter
  193. Name="Ô´Îļþ"
  194. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  195. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  196. >
  197. <File
  198. RelativePath=".\ClientTest.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\ClientTestDlg.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\ClientTunnel.cpp"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\lzari.cpp"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\stdafx.cpp"
  215. >
  216. <FileConfiguration
  217. Name="Debug|Win32"
  218. >
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. UsePrecompiledHeader="1"
  222. />
  223. </FileConfiguration>
  224. <FileConfiguration
  225. Name="Release|Win32"
  226. >
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. UsePrecompiledHeader="1"
  230. />
  231. </FileConfiguration>
  232. </File>
  233. </Filter>
  234. <Filter
  235. Name="Í·Îļþ"
  236. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  237. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  238. >
  239. <File
  240. RelativePath=".\ClientTest.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\ClientTestDlg.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\ClientTunnel.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\lzari.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\msgId_def.h"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\Resource.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\stdafx.h"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\targetver.h"
  269. >
  270. </File>
  271. </Filter>
  272. <Filter
  273. Name="×ÊÔ´Îļþ"
  274. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  275. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  276. >
  277. <File
  278. RelativePath=".\res\ClientTest.ico"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\ClientTest.rc"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\res\ClientTest.rc2"
  287. >
  288. </File>
  289. </Filter>
  290. <Filter
  291. Name="SocketImpl"
  292. >
  293. <File
  294. RelativePath=".\Client2SrvType.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\CritSection.h"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\IClientImpl.cpp"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\IClientImpl.h"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\SockAddrIn.cpp"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\SockAddrIn.h"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".\SocketClientImpl.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".\SocketHandle.cpp"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".\SocketHandle.h"
  327. >
  328. </File>
  329. </Filter>
  330. <File
  331. RelativePath=".\ReadMe.txt"
  332. >
  333. </File>
  334. </Files>
  335. <Globals>
  336. <Global
  337. Name="RESOURCE_FILE"
  338. Value="ClientTest.rc"
  339. />
  340. </Globals>
  341. </VisualStudioProject>