QQ.vcproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="QQ"
  6. ProjectGUID="{08D89172-3F88-4FEA-AC74-F6C1903F865E}"
  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="$(SolutionDir)\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. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)\Bin"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. UseOfMFC="1"
  103. CharacterSet="2"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. ValidateParameters="true"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="0"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="2052"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. LinkIncremental="1"
  151. GenerateManifest="true"
  152. GenerateDebugInformation="true"
  153. SubSystem="2"
  154. OptimizeReferences="2"
  155. EnableCOMDATFolding="2"
  156. TargetMachine="1"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. EmbedManifest="true"
  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. </Configurations>
  182. <References>
  183. </References>
  184. <Files>
  185. <Filter
  186. Name="Ô´Îļþ"
  187. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  188. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  189. >
  190. <File
  191. RelativePath=".\EnBitmap.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\GfxOutBarCtrl.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\MyListCtrl.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\QQ.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\QQDlg.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\SkinButton.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\SkinEdit.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\SkinStatic.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\SkinTab.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\SkinWin.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\stdafx.cpp"
  232. >
  233. <FileConfiguration
  234. Name="Debug|Win32"
  235. >
  236. <Tool
  237. Name="VCCLCompilerTool"
  238. UsePrecompiledHeader="1"
  239. />
  240. </FileConfiguration>
  241. <FileConfiguration
  242. Name="Release|Win32"
  243. >
  244. <Tool
  245. Name="VCCLCompilerTool"
  246. UsePrecompiledHeader="1"
  247. />
  248. </FileConfiguration>
  249. </File>
  250. <File
  251. RelativePath=".\Subclass.cpp"
  252. >
  253. </File>
  254. </Filter>
  255. <Filter
  256. Name="Í·Îļþ"
  257. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  258. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  259. >
  260. <File
  261. RelativePath=".\EnBitmap.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\GfxOutBarCtrl.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\MyListCtrl.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\QQ.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\QQDlg.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\Resource.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\SkinButton.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\SkinEdit.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\SkinStatic.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\SkinTab.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\SkinWin.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\stdafx.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\Subclass.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\targetver.h"
  314. >
  315. </File>
  316. </Filter>
  317. <Filter
  318. Name="×ÊÔ´Îļþ"
  319. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  320. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  321. >
  322. <File
  323. RelativePath=".\Skin\DefaultTheme\icon\color.ico"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\res\dragging.cur"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\res\Hand.cur"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\Skin\DefaultTheme\icon\icon3.ico"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\Skin\DefaultTheme\icon\mail.ico"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\res\nodraggi.cur"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\res\QQ.ico"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\QQ.rc"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\res\QQ.rc2"
  356. >
  357. </File>
  358. </Filter>
  359. <File
  360. RelativePath=".\ReadMe.txt"
  361. >
  362. </File>
  363. </Files>
  364. <Globals>
  365. <Global
  366. Name="RESOURCE_FILE"
  367. Value="QQ.rc"
  368. />
  369. </Globals>
  370. </VisualStudioProject>