ToolBarsDemo.vcproj
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:9k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ToolBarsDemo"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".....bin"
  17. IntermediateDirectory=".Debug"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. AdditionalIncludeDirectories="....GuiLib"
  26. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. UsePrecompiledHeader="3"
  30. PrecompiledHeaderThrough="stdafx.h"
  31. PrecompiledHeaderFile=".Debug/ToolBarsDemo.pch"
  32. AssemblerListingLocation=".Debug/"
  33. ObjectFile=".Debug/"
  34. ProgramDataBaseFileName=".Debug/"
  35. BrowseInformation="1"
  36. WarningLevel="3"
  37. SuppressStartupBanner="TRUE"
  38. DebugInformationFormat="4"
  39. CompileAs="0"/>
  40. <Tool
  41. Name="VCCustomBuildTool"/>
  42. <Tool
  43. Name="VCLinkerTool"
  44. OutputFile="....bin/ToolBarsDemoD.exe"
  45. LinkIncremental="1"
  46. SuppressStartupBanner="TRUE"
  47. AdditionalLibraryDirectories="....bin"
  48. GenerateDebugInformation="TRUE"
  49. ProgramDatabaseFile=".....bin/ToolBarsDemoD.pdb"
  50. SubSystem="2"
  51. TargetMachine="1"/>
  52. <Tool
  53. Name="VCMIDLTool"
  54. PreprocessorDefinitions="_DEBUG"
  55. MkTypLibCompatible="TRUE"
  56. SuppressStartupBanner="TRUE"
  57. TargetEnvironment="1"
  58. TypeLibraryName=".....bin/ToolBarsDemo.tlb"
  59. HeaderFileName=""/>
  60. <Tool
  61. Name="VCPostBuildEventTool"/>
  62. <Tool
  63. Name="VCPreBuildEventTool"/>
  64. <Tool
  65. Name="VCPreLinkEventTool"/>
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="_DEBUG"
  69. Culture="1033"/>
  70. <Tool
  71. Name="VCWebServiceProxyGeneratorTool"/>
  72. <Tool
  73. Name="VCXMLDataGeneratorTool"/>
  74. <Tool
  75. Name="VCWebDeploymentTool"/>
  76. <Tool
  77. Name="VCManagedWrapperGeneratorTool"/>
  78. <Tool
  79. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory=".....bin"
  84. IntermediateDirectory=".Release"
  85. ConfigurationType="1"
  86. UseOfMFC="2"
  87. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  88. CharacterSet="2">
  89. <Tool
  90. Name="VCCLCompilerTool"
  91. Optimization="2"
  92. InlineFunctionExpansion="1"
  93. AdditionalIncludeDirectories="....GuiLib"
  94. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  95. StringPooling="TRUE"
  96. RuntimeLibrary="2"
  97. EnableFunctionLevelLinking="TRUE"
  98. UsePrecompiledHeader="3"
  99. PrecompiledHeaderThrough="stdafx.h"
  100. PrecompiledHeaderFile=".Release/ToolBarsDemo.pch"
  101. AssemblerListingLocation=".Release/"
  102. ObjectFile=".Release/"
  103. ProgramDataBaseFileName=".Release/"
  104. WarningLevel="3"
  105. SuppressStartupBanner="TRUE"
  106. CompileAs="0"/>
  107. <Tool
  108. Name="VCCustomBuildTool"/>
  109. <Tool
  110. Name="VCLinkerTool"
  111. OutputFile=".....bin/ToolBarsDemo.exe"
  112. LinkIncremental="1"
  113. SuppressStartupBanner="TRUE"
  114. AdditionalLibraryDirectories="....bin"
  115. ProgramDatabaseFile=".....bin/ToolBarsDemo.pdb"
  116. SubSystem="2"
  117. TargetMachine="1"/>
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="TRUE"
  122. SuppressStartupBanner="TRUE"
  123. TargetEnvironment="1"
  124. TypeLibraryName=".....bin/ToolBarsDemo.tlb"
  125. HeaderFileName=""/>
  126. <Tool
  127. Name="VCPostBuildEventTool"/>
  128. <Tool
  129. Name="VCPreBuildEventTool"/>
  130. <Tool
  131. Name="VCPreLinkEventTool"/>
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. PreprocessorDefinitions="NDEBUG"
  135. Culture="1033"/>
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"/>
  138. <Tool
  139. Name="VCXMLDataGeneratorTool"/>
  140. <Tool
  141. Name="VCWebDeploymentTool"/>
  142. <Tool
  143. Name="VCManagedWrapperGeneratorTool"/>
  144. <Tool
  145. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  146. </Configuration>
  147. </Configurations>
  148. <References>
  149. </References>
  150. <Files>
  151. <Filter
  152. Name="Source Files"
  153. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  154. <File
  155. RelativePath="ChildFrm.cpp">
  156. <FileConfiguration
  157. Name="Debug|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. Optimization="0"
  161. AdditionalIncludeDirectories=""
  162. PreprocessorDefinitions=""
  163. BasicRuntimeChecks="3"
  164. BrowseInformation="1"/>
  165. </FileConfiguration>
  166. <FileConfiguration
  167. Name="Release|Win32">
  168. <Tool
  169. Name="VCCLCompilerTool"
  170. Optimization="2"
  171. AdditionalIncludeDirectories=""
  172. PreprocessorDefinitions=""/>
  173. </FileConfiguration>
  174. </File>
  175. <File
  176. RelativePath="MainFrm.cpp">
  177. <FileConfiguration
  178. Name="Debug|Win32">
  179. <Tool
  180. Name="VCCLCompilerTool"
  181. Optimization="0"
  182. AdditionalIncludeDirectories=""
  183. PreprocessorDefinitions=""
  184. BasicRuntimeChecks="3"
  185. BrowseInformation="1"/>
  186. </FileConfiguration>
  187. <FileConfiguration
  188. Name="Release|Win32">
  189. <Tool
  190. Name="VCCLCompilerTool"
  191. Optimization="2"
  192. AdditionalIncludeDirectories=""
  193. PreprocessorDefinitions=""/>
  194. </FileConfiguration>
  195. </File>
  196. <File
  197. RelativePath="StdAfx.cpp">
  198. <FileConfiguration
  199. Name="Debug|Win32">
  200. <Tool
  201. Name="VCCLCompilerTool"
  202. Optimization="0"
  203. AdditionalIncludeDirectories=""
  204. PreprocessorDefinitions=""
  205. BasicRuntimeChecks="3"
  206. UsePrecompiledHeader="1"
  207. BrowseInformation="1"/>
  208. </FileConfiguration>
  209. <FileConfiguration
  210. Name="Release|Win32">
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. Optimization="2"
  214. AdditionalIncludeDirectories=""
  215. PreprocessorDefinitions=""
  216. UsePrecompiledHeader="1"/>
  217. </FileConfiguration>
  218. </File>
  219. <File
  220. RelativePath="ToolBarsDemo.cpp">
  221. <FileConfiguration
  222. Name="Debug|Win32">
  223. <Tool
  224. Name="VCCLCompilerTool"
  225. Optimization="0"
  226. AdditionalIncludeDirectories=""
  227. PreprocessorDefinitions=""
  228. BasicRuntimeChecks="3"
  229. BrowseInformation="1"/>
  230. </FileConfiguration>
  231. <FileConfiguration
  232. Name="Release|Win32">
  233. <Tool
  234. Name="VCCLCompilerTool"
  235. Optimization="2"
  236. AdditionalIncludeDirectories=""
  237. PreprocessorDefinitions=""/>
  238. </FileConfiguration>
  239. </File>
  240. <File
  241. RelativePath="ToolBarsDemo.rc">
  242. </File>
  243. <File
  244. RelativePath="ToolBarsDemoDoc.cpp">
  245. <FileConfiguration
  246. Name="Debug|Win32">
  247. <Tool
  248. Name="VCCLCompilerTool"
  249. Optimization="0"
  250. AdditionalIncludeDirectories=""
  251. PreprocessorDefinitions=""
  252. BasicRuntimeChecks="3"
  253. BrowseInformation="1"/>
  254. </FileConfiguration>
  255. <FileConfiguration
  256. Name="Release|Win32">
  257. <Tool
  258. Name="VCCLCompilerTool"
  259. Optimization="2"
  260. AdditionalIncludeDirectories=""
  261. PreprocessorDefinitions=""/>
  262. </FileConfiguration>
  263. </File>
  264. <File
  265. RelativePath="ToolBarsDemoView.cpp">
  266. <FileConfiguration
  267. Name="Debug|Win32">
  268. <Tool
  269. Name="VCCLCompilerTool"
  270. Optimization="0"
  271. AdditionalIncludeDirectories=""
  272. PreprocessorDefinitions=""
  273. BasicRuntimeChecks="3"
  274. BrowseInformation="1"/>
  275. </FileConfiguration>
  276. <FileConfiguration
  277. Name="Release|Win32">
  278. <Tool
  279. Name="VCCLCompilerTool"
  280. Optimization="2"
  281. AdditionalIncludeDirectories=""
  282. PreprocessorDefinitions=""/>
  283. </FileConfiguration>
  284. </File>
  285. </Filter>
  286. <Filter
  287. Name="Header Files"
  288. Filter="h;hpp;hxx;hm;inl">
  289. <File
  290. RelativePath="ChildFrm.h">
  291. </File>
  292. <File
  293. RelativePath="MainFrm.h">
  294. </File>
  295. <File
  296. RelativePath="Resource.h">
  297. </File>
  298. <File
  299. RelativePath="StdAfx.h">
  300. </File>
  301. <File
  302. RelativePath="ToolBarsDemo.h">
  303. </File>
  304. <File
  305. RelativePath="ToolBarsDemoDoc.h">
  306. </File>
  307. <File
  308. RelativePath="ToolBarsDemoView.h">
  309. </File>
  310. </Filter>
  311. <Filter
  312. Name="Resource Files"
  313. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  314. <File
  315. RelativePath="resbitmap1.bmp">
  316. </File>
  317. <File
  318. RelativePath="resToolbar.bmp">
  319. </File>
  320. <File
  321. RelativePath="resToolBarsDemo.ico">
  322. </File>
  323. <File
  324. RelativePath="resToolBarsDemo.rc2">
  325. </File>
  326. <File
  327. RelativePath="resToolBarsDemoDoc.ico">
  328. </File>
  329. </Filter>
  330. <File
  331. RelativePath="ReadMe.txt">
  332. </File>
  333. </Files>
  334. <Globals>
  335. </Globals>
  336. </VisualStudioProject>