ToolbarDemo.vcproj
上传用户:sz4588
上传日期:2021-04-13
资源大小:2399k
文件大小:6k
源码类别:

工具条

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="ToolbarDemo"
  6. ProjectGUID="{805C6B14-B75B-4DB7-BB34-500589902A04}"
  7. RootNamespace="ToolbarDemo"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. UsePrecompiledHeader="2"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="3"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. AdditionalDependencies="comctl32.lib"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="2"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. UseFAT32Workaround="true"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCWebDeploymentTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  98. IntermediateDirectory="$(ConfigurationName)"
  99. ConfigurationType="1"
  100. CharacterSet="1"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  121. RuntimeLibrary="2"
  122. UsePrecompiledHeader="2"
  123. WarningLevel="3"
  124. Detect64BitPortabilityProblems="true"
  125. DebugInformationFormat="3"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLinkerTool"
  138. LinkIncremental="1"
  139. GenerateDebugInformation="true"
  140. SubSystem="2"
  141. OptimizeReferences="2"
  142. EnableCOMDATFolding="2"
  143. TargetMachine="1"
  144. />
  145. <Tool
  146. Name="VCALinkTool"
  147. />
  148. <Tool
  149. Name="VCManifestTool"
  150. />
  151. <Tool
  152. Name="VCXDCMakeTool"
  153. />
  154. <Tool
  155. Name="VCBscMakeTool"
  156. />
  157. <Tool
  158. Name="VCFxCopTool"
  159. />
  160. <Tool
  161. Name="VCAppVerifierTool"
  162. />
  163. <Tool
  164. Name="VCWebDeploymentTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. </Configurations>
  171. <References>
  172. <AssemblyReference
  173. RelativePath="System.dll"
  174. AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  175. />
  176. <AssemblyReference
  177. RelativePath="System.Data.dll"
  178. AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
  179. />
  180. <AssemblyReference
  181. RelativePath="System.Drawing.dll"
  182. AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  183. />
  184. <AssemblyReference
  185. RelativePath="System.Windows.Forms.dll"
  186. AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  187. />
  188. <AssemblyReference
  189. RelativePath="System.XML.dll"
  190. AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  191. />
  192. </References>
  193. <Files>
  194. <Filter
  195. Name="Source Files"
  196. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  197. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  198. >
  199. <File
  200. RelativePath=".MyToolBar.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".stdafx.cpp"
  205. >
  206. <FileConfiguration
  207. Name="Debug|Win32"
  208. >
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. UsePrecompiledHeader="1"
  212. />
  213. </FileConfiguration>
  214. <FileConfiguration
  215. Name="Release|Win32"
  216. >
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. UsePrecompiledHeader="1"
  220. />
  221. </FileConfiguration>
  222. </File>
  223. <File
  224. RelativePath=".ToolbarDemo.cpp"
  225. >
  226. </File>
  227. </Filter>
  228. <Filter
  229. Name="Header Files"
  230. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  231. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  232. >
  233. <File
  234. RelativePath=".MyToolBar.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".Resource.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".stdafx.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".ToolbarDemo.h"
  247. >
  248. </File>
  249. </Filter>
  250. <Filter
  251. Name="Resource Files"
  252. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  253. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  254. >
  255. <File
  256. RelativePath=".small.ico"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".ToolbarDemo.ico"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".ToolbarDemo.rc"
  265. >
  266. </File>
  267. </Filter>
  268. <File
  269. RelativePath=".ReadMe.txt"
  270. >
  271. </File>
  272. </Files>
  273. <Globals>
  274. </Globals>
  275. </VisualStudioProject>