ClientTest.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  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. <Configuration
  189. Name="Debug_Client|Win32"
  190. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  191. IntermediateDirectory="$(ConfigurationName)"
  192. ConfigurationType="1"
  193. UseOfMFC="2"
  194. CharacterSet="2"
  195. >
  196. <Tool
  197. Name="VCPreBuildEventTool"
  198. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  199. />
  200. <Tool
  201. Name="VCCustomBuildTool"
  202. />
  203. <Tool
  204. Name="VCXMLDataGeneratorTool"
  205. />
  206. <Tool
  207. Name="VCWebServiceProxyGeneratorTool"
  208. />
  209. <Tool
  210. Name="VCMIDLTool"
  211. PreprocessorDefinitions="_DEBUG"
  212. MkTypLibCompatible="false"
  213. ValidateParameters="true"
  214. />
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. Optimization="0"
  218. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  219. MinimalRebuild="true"
  220. BasicRuntimeChecks="3"
  221. RuntimeLibrary="3"
  222. UsePrecompiledHeader="2"
  223. WarningLevel="3"
  224. DebugInformationFormat="4"
  225. />
  226. <Tool
  227. Name="VCManagedResourceCompilerTool"
  228. />
  229. <Tool
  230. Name="VCResourceCompilerTool"
  231. PreprocessorDefinitions="_DEBUG"
  232. Culture="2052"
  233. AdditionalIncludeDirectories="$(IntDir)"
  234. />
  235. <Tool
  236. Name="VCPreLinkEventTool"
  237. CommandLine="rc.exe /fo &quot;$(ProjectDir)$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  238. />
  239. <Tool
  240. Name="VCLinkerTool"
  241. LinkIncremental="2"
  242. AdditionalLibraryDirectories=""
  243. GenerateDebugInformation="true"
  244. SubSystem="2"
  245. TargetMachine="1"
  246. />
  247. <Tool
  248. Name="VCALinkTool"
  249. />
  250. <Tool
  251. Name="VCManifestTool"
  252. />
  253. <Tool
  254. Name="VCXDCMakeTool"
  255. />
  256. <Tool
  257. Name="VCBscMakeTool"
  258. />
  259. <Tool
  260. Name="VCFxCopTool"
  261. />
  262. <Tool
  263. Name="VCAppVerifierTool"
  264. />
  265. <Tool
  266. Name="VCPostBuildEventTool"
  267. />
  268. </Configuration>
  269. <Configuration
  270. Name="Debug_AsyncSocket|Win32"
  271. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  272. IntermediateDirectory="$(ConfigurationName)"
  273. ConfigurationType="1"
  274. UseOfMFC="2"
  275. CharacterSet="2"
  276. >
  277. <Tool
  278. Name="VCPreBuildEventTool"
  279. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  280. />
  281. <Tool
  282. Name="VCCustomBuildTool"
  283. />
  284. <Tool
  285. Name="VCXMLDataGeneratorTool"
  286. />
  287. <Tool
  288. Name="VCWebServiceProxyGeneratorTool"
  289. />
  290. <Tool
  291. Name="VCMIDLTool"
  292. PreprocessorDefinitions="_DEBUG"
  293. MkTypLibCompatible="false"
  294. ValidateParameters="true"
  295. />
  296. <Tool
  297. Name="VCCLCompilerTool"
  298. Optimization="0"
  299. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  300. MinimalRebuild="true"
  301. BasicRuntimeChecks="3"
  302. RuntimeLibrary="3"
  303. UsePrecompiledHeader="2"
  304. WarningLevel="3"
  305. DebugInformationFormat="4"
  306. />
  307. <Tool
  308. Name="VCManagedResourceCompilerTool"
  309. />
  310. <Tool
  311. Name="VCResourceCompilerTool"
  312. PreprocessorDefinitions="_DEBUG"
  313. Culture="2052"
  314. AdditionalIncludeDirectories="$(IntDir)"
  315. />
  316. <Tool
  317. Name="VCPreLinkEventTool"
  318. CommandLine="rc.exe /fo &quot;$(ProjectDir)$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  319. />
  320. <Tool
  321. Name="VCLinkerTool"
  322. LinkIncremental="2"
  323. AdditionalLibraryDirectories=""
  324. GenerateDebugInformation="true"
  325. SubSystem="2"
  326. TargetMachine="1"
  327. />
  328. <Tool
  329. Name="VCALinkTool"
  330. />
  331. <Tool
  332. Name="VCManifestTool"
  333. />
  334. <Tool
  335. Name="VCXDCMakeTool"
  336. />
  337. <Tool
  338. Name="VCBscMakeTool"
  339. />
  340. <Tool
  341. Name="VCFxCopTool"
  342. />
  343. <Tool
  344. Name="VCAppVerifierTool"
  345. />
  346. <Tool
  347. Name="VCPostBuildEventTool"
  348. />
  349. </Configuration>
  350. <Configuration
  351. Name="Release_AsyncSocket|Win32"
  352. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  353. IntermediateDirectory="$(ConfigurationName)"
  354. ConfigurationType="1"
  355. UseOfMFC="2"
  356. CharacterSet="2"
  357. WholeProgramOptimization="1"
  358. >
  359. <Tool
  360. Name="VCPreBuildEventTool"
  361. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  362. />
  363. <Tool
  364. Name="VCCustomBuildTool"
  365. />
  366. <Tool
  367. Name="VCXMLDataGeneratorTool"
  368. />
  369. <Tool
  370. Name="VCWebServiceProxyGeneratorTool"
  371. />
  372. <Tool
  373. Name="VCMIDLTool"
  374. PreprocessorDefinitions="NDEBUG"
  375. MkTypLibCompatible="false"
  376. ValidateParameters="true"
  377. />
  378. <Tool
  379. Name="VCCLCompilerTool"
  380. Optimization="2"
  381. EnableIntrinsicFunctions="true"
  382. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  383. MinimalRebuild="false"
  384. RuntimeLibrary="2"
  385. EnableFunctionLevelLinking="true"
  386. UsePrecompiledHeader="2"
  387. WarningLevel="3"
  388. DebugInformationFormat="3"
  389. />
  390. <Tool
  391. Name="VCManagedResourceCompilerTool"
  392. />
  393. <Tool
  394. Name="VCResourceCompilerTool"
  395. PreprocessorDefinitions="NDEBUG"
  396. Culture="2052"
  397. AdditionalIncludeDirectories="$(IntDir)"
  398. />
  399. <Tool
  400. Name="VCPreLinkEventTool"
  401. CommandLine="rc.exe /fo &quot;$(ProjectDir)$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  402. />
  403. <Tool
  404. Name="VCLinkerTool"
  405. LinkIncremental="1"
  406. GenerateDebugInformation="true"
  407. SubSystem="2"
  408. OptimizeReferences="2"
  409. EnableCOMDATFolding="2"
  410. TargetMachine="1"
  411. />
  412. <Tool
  413. Name="VCALinkTool"
  414. />
  415. <Tool
  416. Name="VCManifestTool"
  417. />
  418. <Tool
  419. Name="VCXDCMakeTool"
  420. />
  421. <Tool
  422. Name="VCBscMakeTool"
  423. />
  424. <Tool
  425. Name="VCFxCopTool"
  426. />
  427. <Tool
  428. Name="VCAppVerifierTool"
  429. />
  430. <Tool
  431. Name="VCPostBuildEventTool"
  432. />
  433. </Configuration>
  434. </Configurations>
  435. <References>
  436. </References>
  437. <Files>
  438. <Filter
  439. Name="Ô´Îļþ"
  440. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  441. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  442. >
  443. <File
  444. RelativePath=".\ClientTest.cpp"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\ClientTestDlg.cpp"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\ClientTunnel.cpp"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\lzari.cpp"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".\stdafx.cpp"
  461. >
  462. <FileConfiguration
  463. Name="Debug|Win32"
  464. >
  465. <Tool
  466. Name="VCCLCompilerTool"
  467. UsePrecompiledHeader="1"
  468. />
  469. </FileConfiguration>
  470. <FileConfiguration
  471. Name="Release|Win32"
  472. >
  473. <Tool
  474. Name="VCCLCompilerTool"
  475. UsePrecompiledHeader="1"
  476. />
  477. </FileConfiguration>
  478. <FileConfiguration
  479. Name="Debug_Client|Win32"
  480. >
  481. <Tool
  482. Name="VCCLCompilerTool"
  483. UsePrecompiledHeader="1"
  484. />
  485. </FileConfiguration>
  486. <FileConfiguration
  487. Name="Debug_AsyncSocket|Win32"
  488. >
  489. <Tool
  490. Name="VCCLCompilerTool"
  491. UsePrecompiledHeader="1"
  492. />
  493. </FileConfiguration>
  494. <FileConfiguration
  495. Name="Release_AsyncSocket|Win32"
  496. >
  497. <Tool
  498. Name="VCCLCompilerTool"
  499. UsePrecompiledHeader="1"
  500. />
  501. </FileConfiguration>
  502. </File>
  503. </Filter>
  504. <Filter
  505. Name="Í·Îļþ"
  506. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  507. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  508. >
  509. <File
  510. RelativePath=".\ClientTest.h"
  511. >
  512. </File>
  513. <File
  514. RelativePath=".\ClientTestDlg.h"
  515. >
  516. </File>
  517. <File
  518. RelativePath=".\ClientTunnel.h"
  519. >
  520. </File>
  521. <File
  522. RelativePath=".\lzari.h"
  523. >
  524. </File>
  525. <File
  526. RelativePath=".\msgId_def.h"
  527. >
  528. </File>
  529. <File
  530. RelativePath=".\Resource.h"
  531. >
  532. </File>
  533. <File
  534. RelativePath=".\stdafx.h"
  535. >
  536. </File>
  537. <File
  538. RelativePath=".\targetver.h"
  539. >
  540. </File>
  541. </Filter>
  542. <Filter
  543. Name="×ÊÔ´Îļþ"
  544. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  545. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  546. >
  547. <File
  548. RelativePath=".\res\ClientTest.ico"
  549. >
  550. </File>
  551. <File
  552. RelativePath=".\ClientTest.rc"
  553. >
  554. </File>
  555. <File
  556. RelativePath=".\res\ClientTest.rc2"
  557. >
  558. </File>
  559. </Filter>
  560. <File
  561. RelativePath=".\ReadMe.txt"
  562. >
  563. </File>
  564. </Files>
  565. <Globals>
  566. <Global
  567. Name="RESOURCE_FILE"
  568. Value="ClientTest.rc"
  569. />
  570. </Globals>
  571. </VisualStudioProject>