QQ.vcproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="QQ"
  6. ProjectGUID="{2EB815C4-E70E-4039-9CE6-CE7707132B8C}"
  7. RootNamespace="QQ"
  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="../Bin"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. OutputFile="../Bin/QQ_d.exe"
  71. LinkIncremental="2"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="../Bin"
  101. IntermediateDirectory="$(ConfigurationName)"
  102. ConfigurationType="1"
  103. UseOfMFC="2"
  104. CharacterSet="2"
  105. WholeProgramOptimization="1"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. MkTypLibCompatible="false"
  123. ValidateParameters="true"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="2"
  128. EnableIntrinsicFunctions="true"
  129. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  130. MinimalRebuild="false"
  131. RuntimeLibrary="2"
  132. EnableFunctionLevelLinking="true"
  133. UsePrecompiledHeader="2"
  134. WarningLevel="3"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. PreprocessorDefinitions="NDEBUG"
  143. Culture="2052"
  144. AdditionalIncludeDirectories="$(IntDir)"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. OutputFile="../Bin/QQ.exe"
  152. LinkIncremental="1"
  153. GenerateDebugInformation="true"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. TargetMachine="1"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. />
  171. <Tool
  172. Name="VCFxCopTool"
  173. />
  174. <Tool
  175. Name="VCAppVerifierTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. <Configuration
  182. Name="Debug_Unicode|Win32"
  183. OutputDirectory="../Bin"
  184. IntermediateDirectory="$(ConfigurationName)"
  185. ConfigurationType="1"
  186. UseOfMFC="2"
  187. CharacterSet="1"
  188. >
  189. <Tool
  190. Name="VCPreBuildEventTool"
  191. />
  192. <Tool
  193. Name="VCCustomBuildTool"
  194. />
  195. <Tool
  196. Name="VCXMLDataGeneratorTool"
  197. />
  198. <Tool
  199. Name="VCWebServiceProxyGeneratorTool"
  200. />
  201. <Tool
  202. Name="VCMIDLTool"
  203. PreprocessorDefinitions="_DEBUG"
  204. MkTypLibCompatible="false"
  205. ValidateParameters="true"
  206. />
  207. <Tool
  208. Name="VCCLCompilerTool"
  209. Optimization="0"
  210. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  211. MinimalRebuild="true"
  212. BasicRuntimeChecks="3"
  213. RuntimeLibrary="3"
  214. UsePrecompiledHeader="2"
  215. WarningLevel="3"
  216. DebugInformationFormat="4"
  217. />
  218. <Tool
  219. Name="VCManagedResourceCompilerTool"
  220. />
  221. <Tool
  222. Name="VCResourceCompilerTool"
  223. PreprocessorDefinitions="_DEBUG"
  224. Culture="2052"
  225. AdditionalIncludeDirectories="$(IntDir)"
  226. />
  227. <Tool
  228. Name="VCPreLinkEventTool"
  229. />
  230. <Tool
  231. Name="VCLinkerTool"
  232. OutputFile="../Bin/QQ_ud.exe"
  233. LinkIncremental="2"
  234. GenerateDebugInformation="true"
  235. SubSystem="2"
  236. TargetMachine="1"
  237. />
  238. <Tool
  239. Name="VCALinkTool"
  240. />
  241. <Tool
  242. Name="VCManifestTool"
  243. />
  244. <Tool
  245. Name="VCXDCMakeTool"
  246. />
  247. <Tool
  248. Name="VCBscMakeTool"
  249. />
  250. <Tool
  251. Name="VCFxCopTool"
  252. />
  253. <Tool
  254. Name="VCAppVerifierTool"
  255. />
  256. <Tool
  257. Name="VCPostBuildEventTool"
  258. />
  259. </Configuration>
  260. <Configuration
  261. Name="Release_Unicode|Win32"
  262. OutputDirectory="../Bin"
  263. IntermediateDirectory="$(ConfigurationName)"
  264. ConfigurationType="1"
  265. UseOfMFC="2"
  266. CharacterSet="1"
  267. WholeProgramOptimization="1"
  268. >
  269. <Tool
  270. Name="VCPreBuildEventTool"
  271. />
  272. <Tool
  273. Name="VCCustomBuildTool"
  274. />
  275. <Tool
  276. Name="VCXMLDataGeneratorTool"
  277. />
  278. <Tool
  279. Name="VCWebServiceProxyGeneratorTool"
  280. />
  281. <Tool
  282. Name="VCMIDLTool"
  283. PreprocessorDefinitions="NDEBUG"
  284. MkTypLibCompatible="false"
  285. ValidateParameters="true"
  286. />
  287. <Tool
  288. Name="VCCLCompilerTool"
  289. Optimization="2"
  290. EnableIntrinsicFunctions="true"
  291. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  292. MinimalRebuild="false"
  293. RuntimeLibrary="2"
  294. EnableFunctionLevelLinking="true"
  295. UsePrecompiledHeader="2"
  296. WarningLevel="3"
  297. DebugInformationFormat="3"
  298. />
  299. <Tool
  300. Name="VCManagedResourceCompilerTool"
  301. />
  302. <Tool
  303. Name="VCResourceCompilerTool"
  304. PreprocessorDefinitions="NDEBUG"
  305. Culture="2052"
  306. AdditionalIncludeDirectories="$(IntDir)"
  307. />
  308. <Tool
  309. Name="VCPreLinkEventTool"
  310. />
  311. <Tool
  312. Name="VCLinkerTool"
  313. OutputFile="../Bin/QQ_ud.exe"
  314. LinkIncremental="1"
  315. GenerateDebugInformation="true"
  316. SubSystem="2"
  317. OptimizeReferences="2"
  318. EnableCOMDATFolding="2"
  319. TargetMachine="1"
  320. />
  321. <Tool
  322. Name="VCALinkTool"
  323. />
  324. <Tool
  325. Name="VCManifestTool"
  326. />
  327. <Tool
  328. Name="VCXDCMakeTool"
  329. />
  330. <Tool
  331. Name="VCBscMakeTool"
  332. />
  333. <Tool
  334. Name="VCFxCopTool"
  335. />
  336. <Tool
  337. Name="VCAppVerifierTool"
  338. />
  339. <Tool
  340. Name="VCPostBuildEventTool"
  341. />
  342. </Configuration>
  343. </Configurations>
  344. <References>
  345. </References>
  346. <Files>
  347. <Filter
  348. Name="Ô´Îļþ"
  349. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  350. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  351. >
  352. <File
  353. RelativePath=".\ChatDlg.cpp"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\GlobalUnits.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\HideWindow.cpp"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\LogonDlg.cpp"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\QQ.cpp"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\QQDlg.cpp"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\SkinDlg.cpp"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\SkinManager.cpp"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\stdafx.cpp"
  386. >
  387. <FileConfiguration
  388. Name="Debug|Win32"
  389. >
  390. <Tool
  391. Name="VCCLCompilerTool"
  392. UsePrecompiledHeader="1"
  393. />
  394. </FileConfiguration>
  395. <FileConfiguration
  396. Name="Release|Win32"
  397. >
  398. <Tool
  399. Name="VCCLCompilerTool"
  400. UsePrecompiledHeader="1"
  401. />
  402. </FileConfiguration>
  403. <FileConfiguration
  404. Name="Debug_Unicode|Win32"
  405. >
  406. <Tool
  407. Name="VCCLCompilerTool"
  408. UsePrecompiledHeader="1"
  409. />
  410. </FileConfiguration>
  411. <FileConfiguration
  412. Name="Release_Unicode|Win32"
  413. >
  414. <Tool
  415. Name="VCCLCompilerTool"
  416. UsePrecompiledHeader="1"
  417. />
  418. </FileConfiguration>
  419. </File>
  420. </Filter>
  421. <Filter
  422. Name="Í·Îļþ"
  423. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  424. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  425. >
  426. <File
  427. RelativePath=".\BuddyListBox.cpp"
  428. >
  429. </File>
  430. <File
  431. RelativePath=".\BuddyListBox.h"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\ChatDlg.h"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\GlobalUnits.h"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\HideWindow.h"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\LogonDlg.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath=".\PasswordControl.cpp"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\PasswordControl.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\QQ.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath=".\QQDlg.h"
  464. >
  465. </File>
  466. <File
  467. RelativePath=".\Resource.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\ScrollBarEx.cpp"
  472. >
  473. </File>
  474. <File
  475. RelativePath=".\ScrollBarEx.h"
  476. >
  477. </File>
  478. <File
  479. RelativePath=".\SkinDlg.h"
  480. >
  481. </File>
  482. <File
  483. RelativePath=".\SkinManager.h"
  484. >
  485. </File>
  486. <File
  487. RelativePath=".\stdafx.h"
  488. >
  489. </File>
  490. <File
  491. RelativePath=".\targetver.h"
  492. >
  493. </File>
  494. </Filter>
  495. <Filter
  496. Name="×ÊÔ´Îļþ"
  497. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  498. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  499. >
  500. <File
  501. RelativePath=".\res\QQ.ico"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\QQ.rc"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\res\QQ.rc2"
  510. >
  511. </File>
  512. </Filter>
  513. <File
  514. RelativePath=".\ReadMe.txt"
  515. >
  516. </File>
  517. </Files>
  518. <Globals>
  519. <Global
  520. Name="RESOURCE_FILE"
  521. Value="QQ.rc"
  522. />
  523. </Globals>
  524. </VisualStudioProject>