CmdUI_vs2005.vcproj
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:7k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="CmdUI"
  6. ProjectGUID="{03208025-D5C2-426A-B0FA-251D4338F30C}"
  7. RootNamespace="CmdUI"
  8. Keyword="Win32Proj"
  9. SignManifests="true"
  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="Debug"
  22. IntermediateDirectory="Debug"
  23. ConfigurationType="4"
  24. UseOfMFC="1"
  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. DisableSpecificWarnings="4995;4996"
  45. Optimization="0"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  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="......libCmdUID.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="Release"
  86. IntermediateDirectory="Release"
  87. ConfigurationType="4"
  88. UseOfMFC="1"
  89. CharacterSet="2"
  90. >
  91. <Tool
  92. Name="VCPreBuildEventTool"
  93. />
  94. <Tool
  95. Name="VCCustomBuildTool"
  96. />
  97. <Tool
  98. Name="VCXMLDataGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCMIDLTool"
  105. />
  106. <Tool
  107. Name="VCCLCompilerTool"
  108. DisableSpecificWarnings="4995;4996"
  109. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
  110. RuntimeLibrary="0"
  111. WarningLevel="3"
  112. Detect64BitPortabilityProblems="true"
  113. DebugInformationFormat="3"
  114. />
  115. <Tool
  116. Name="VCManagedResourceCompilerTool"
  117. />
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCPreLinkEventTool"
  123. />
  124. <Tool
  125. Name="VCLibrarianTool"
  126. OutputFile="......libCmdUIR.lib"
  127. />
  128. <Tool
  129. Name="VCALinkTool"
  130. />
  131. <Tool
  132. Name="VCXDCMakeTool"
  133. />
  134. <Tool
  135. Name="VCBscMakeTool"
  136. />
  137. <Tool
  138. Name="VCFxCopTool"
  139. />
  140. <Tool
  141. Name="VCPostBuildEventTool"
  142. />
  143. </Configuration>
  144. <Configuration
  145. Name="Debug Unicode|Win32"
  146. OutputDirectory="$(ConfigurationName)"
  147. IntermediateDirectory="$(ConfigurationName)"
  148. ConfigurationType="4"
  149. UseOfMFC="1"
  150. CharacterSet="1"
  151. >
  152. <Tool
  153. Name="VCPreBuildEventTool"
  154. />
  155. <Tool
  156. Name="VCCustomBuildTool"
  157. />
  158. <Tool
  159. Name="VCXMLDataGeneratorTool"
  160. />
  161. <Tool
  162. Name="VCWebServiceProxyGeneratorTool"
  163. />
  164. <Tool
  165. Name="VCMIDLTool"
  166. />
  167. <Tool
  168. Name="VCCLCompilerTool"
  169. DisableSpecificWarnings="4995;4996"
  170. Optimization="0"
  171. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
  172. MinimalRebuild="true"
  173. BasicRuntimeChecks="3"
  174. RuntimeLibrary="1"
  175. WarningLevel="3"
  176. Detect64BitPortabilityProblems="true"
  177. DebugInformationFormat="4"
  178. />
  179. <Tool
  180. Name="VCManagedResourceCompilerTool"
  181. />
  182. <Tool
  183. Name="VCResourceCompilerTool"
  184. />
  185. <Tool
  186. Name="VCPreLinkEventTool"
  187. />
  188. <Tool
  189. Name="VCLibrarianTool"
  190. OutputFile="......libCmdUIDU.lib"
  191. />
  192. <Tool
  193. Name="VCALinkTool"
  194. />
  195. <Tool
  196. Name="VCXDCMakeTool"
  197. />
  198. <Tool
  199. Name="VCBscMakeTool"
  200. />
  201. <Tool
  202. Name="VCFxCopTool"
  203. />
  204. <Tool
  205. Name="VCPostBuildEventTool"
  206. />
  207. </Configuration>
  208. <Configuration
  209. Name="Release Unicode|Win32"
  210. OutputDirectory="$(ConfigurationName)"
  211. IntermediateDirectory="$(ConfigurationName)"
  212. ConfigurationType="4"
  213. UseOfMFC="1"
  214. CharacterSet="1"
  215. >
  216. <Tool
  217. Name="VCPreBuildEventTool"
  218. />
  219. <Tool
  220. Name="VCCustomBuildTool"
  221. />
  222. <Tool
  223. Name="VCXMLDataGeneratorTool"
  224. />
  225. <Tool
  226. Name="VCWebServiceProxyGeneratorTool"
  227. />
  228. <Tool
  229. Name="VCMIDLTool"
  230. />
  231. <Tool
  232. Name="VCCLCompilerTool"
  233. DisableSpecificWarnings="4995;4996"
  234. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
  235. RuntimeLibrary="0"
  236. WarningLevel="3"
  237. Detect64BitPortabilityProblems="true"
  238. DebugInformationFormat="3"
  239. />
  240. <Tool
  241. Name="VCManagedResourceCompilerTool"
  242. />
  243. <Tool
  244. Name="VCResourceCompilerTool"
  245. />
  246. <Tool
  247. Name="VCPreLinkEventTool"
  248. />
  249. <Tool
  250. Name="VCLibrarianTool"
  251. OutputFile="......libCmdUIRU.lib"
  252. />
  253. <Tool
  254. Name="VCALinkTool"
  255. />
  256. <Tool
  257. Name="VCXDCMakeTool"
  258. />
  259. <Tool
  260. Name="VCBscMakeTool"
  261. />
  262. <Tool
  263. Name="VCFxCopTool"
  264. />
  265. <Tool
  266. Name="VCPostBuildEventTool"
  267. />
  268. </Configuration>
  269. </Configurations>
  270. <References>
  271. </References>
  272. <Files>
  273. <Filter
  274. Name="Source Files"
  275. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  276. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  277. >
  278. <File
  279. RelativePath=".CmdUI.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".stdafx.cpp"
  284. >
  285. <FileConfiguration
  286. Name="Debug|Win32"
  287. >
  288. <Tool
  289. Name="VCCLCompilerTool"
  290. UsePrecompiledHeader="1"
  291. />
  292. </FileConfiguration>
  293. <FileConfiguration
  294. Name="Release|Win32"
  295. >
  296. <Tool
  297. Name="VCCLCompilerTool"
  298. UsePrecompiledHeader="1"
  299. />
  300. </FileConfiguration>
  301. <FileConfiguration
  302. Name="Debug Unicode|Win32"
  303. >
  304. <Tool
  305. Name="VCCLCompilerTool"
  306. UsePrecompiledHeader="1"
  307. />
  308. </FileConfiguration>
  309. <FileConfiguration
  310. Name="Release Unicode|Win32"
  311. >
  312. <Tool
  313. Name="VCCLCompilerTool"
  314. UsePrecompiledHeader="1"
  315. />
  316. </FileConfiguration>
  317. </File>
  318. </Filter>
  319. <Filter
  320. Name="Header Files"
  321. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  322. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  323. >
  324. <File
  325. RelativePath=".CmdUI.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".stdafx.h"
  330. >
  331. </File>
  332. </Filter>
  333. <Filter
  334. Name="Resource Files"
  335. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  336. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  337. >
  338. </Filter>
  339. </Files>
  340. <Globals>
  341. <Global
  342. Name="DevPartner_IsInstrumented"
  343. Value="0"
  344. />
  345. </Globals>
  346. </VisualStudioProject>