QZoomViewDemo.vcproj
上传用户:xp9161
上传日期:2009-12-21
资源大小:70k
文件大小:5k
源码类别:

Windows编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="QZoomViewDemo"
  6. ProjectGUID="{FD1F343F-9367-4610-B920-2054A89D47C5}"
  7. Keyword="MFCProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="..QClasses"
  24. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. TreatWChar_tAsBuiltInType="TRUE"
  29. UsePrecompiledHeader="3"
  30. WarningLevel="3"
  31. Detect64BitPortabilityProblems="TRUE"
  32. DebugInformationFormat="4"/>
  33. <Tool
  34. Name="VCCustomBuildTool"/>
  35. <Tool
  36. Name="VCLinkerTool"
  37. LinkIncremental="2"
  38. GenerateDebugInformation="TRUE"
  39. SubSystem="2"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"
  43. PreprocessorDefinitions="_DEBUG"
  44. MkTypLibCompatible="FALSE"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"
  53. PreprocessorDefinitions="_DEBUG"
  54. Culture="1033"
  55. AdditionalIncludeDirectories="$(IntDir)"/>
  56. <Tool
  57. Name="VCWebServiceProxyGeneratorTool"/>
  58. <Tool
  59. Name="VCWebDeploymentTool"/>
  60. </Configuration>
  61. <Configuration
  62. Name="Release|Win32"
  63. OutputDirectory="Release"
  64. IntermediateDirectory="Release"
  65. ConfigurationType="1"
  66. UseOfMFC="2"
  67. CharacterSet="2">
  68. <Tool
  69. Name="VCCLCompilerTool"
  70. Optimization="2"
  71. InlineFunctionExpansion="1"
  72. OmitFramePointers="TRUE"
  73. AdditionalIncludeDirectories="..QClasses"
  74. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  75. StringPooling="TRUE"
  76. MinimalRebuild="FALSE"
  77. RuntimeLibrary="2"
  78. EnableFunctionLevelLinking="TRUE"
  79. TreatWChar_tAsBuiltInType="TRUE"
  80. UsePrecompiledHeader="3"
  81. WarningLevel="3"
  82. Detect64BitPortabilityProblems="TRUE"
  83. DebugInformationFormat="3"/>
  84. <Tool
  85. Name="VCCustomBuildTool"/>
  86. <Tool
  87. Name="VCLinkerTool"
  88. LinkIncremental="1"
  89. GenerateDebugInformation="TRUE"
  90. SubSystem="2"
  91. OptimizeReferences="2"
  92. EnableCOMDATFolding="2"
  93. TargetMachine="1"/>
  94. <Tool
  95. Name="VCMIDLTool"
  96. PreprocessorDefinitions="NDEBUG"
  97. MkTypLibCompatible="FALSE"/>
  98. <Tool
  99. Name="VCPostBuildEventTool"/>
  100. <Tool
  101. Name="VCPreBuildEventTool"/>
  102. <Tool
  103. Name="VCPreLinkEventTool"/>
  104. <Tool
  105. Name="VCResourceCompilerTool"
  106. PreprocessorDefinitions="NDEBUG"
  107. Culture="1033"
  108. AdditionalIncludeDirectories="$(IntDir)"/>
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"/>
  111. <Tool
  112. Name="VCWebDeploymentTool"/>
  113. </Configuration>
  114. </Configurations>
  115. <Files>
  116. <Filter
  117. Name="Source Files"
  118. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  119. <File
  120. RelativePath="MainFrm.cpp">
  121. </File>
  122. <File
  123. RelativePath="QBufferDC.cpp">
  124. </File>
  125. <File
  126. RelativePath="QSelectTracker.cpp">
  127. </File>
  128. <File
  129. RelativePath="QTracker.cpp">
  130. </File>
  131. <File
  132. RelativePath="QZVDemoDoc.cpp">
  133. </File>
  134. <File
  135. RelativePath="QZVDemoView.cpp">
  136. </File>
  137. <File
  138. RelativePath="QZoomView.cpp">
  139. </File>
  140. <File
  141. RelativePath="QZoomViewDemo.cpp">
  142. </File>
  143. <File
  144. RelativePath="stdafx.cpp">
  145. <FileConfiguration
  146. Name="Debug|Win32">
  147. <Tool
  148. Name="VCCLCompilerTool"
  149. UsePrecompiledHeader="1"/>
  150. </FileConfiguration>
  151. <FileConfiguration
  152. Name="Release|Win32">
  153. <Tool
  154. Name="VCCLCompilerTool"
  155. UsePrecompiledHeader="1"/>
  156. </FileConfiguration>
  157. </File>
  158. </Filter>
  159. <Filter
  160. Name="Header Files"
  161. Filter="h;hpp;hxx;hm;inl;inc">
  162. <File
  163. RelativePath="MainFrm.h">
  164. </File>
  165. <File
  166. RelativePath="QBufferDC.h">
  167. </File>
  168. <File
  169. RelativePath="QSelectTracker.h">
  170. </File>
  171. <File
  172. RelativePath="QTracker.h">
  173. </File>
  174. <File
  175. RelativePath="QZVDemoDoc.h">
  176. </File>
  177. <File
  178. RelativePath="QZVDemoView.h">
  179. </File>
  180. <File
  181. RelativePath="QZoomView.h">
  182. </File>
  183. <File
  184. RelativePath="QZoomViewDemo.h">
  185. </File>
  186. <File
  187. RelativePath="Resource.h">
  188. </File>
  189. <File
  190. RelativePath="stdafx.h">
  191. </File>
  192. </Filter>
  193. <Filter
  194. Name="Resource Files"
  195. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  196. <File
  197. RelativePath="resFACE02.ICO">
  198. </File>
  199. <File
  200. RelativePath="resQZoomViewDemo.ico">
  201. </File>
  202. <File
  203. RelativePath="resQZoomViewDemo.manifest">
  204. </File>
  205. <File
  206. RelativePath="QZoomViewDemo.rc">
  207. </File>
  208. <File
  209. RelativePath="resQZoomViewDemo.rc2">
  210. </File>
  211. <File
  212. RelativePath="resQZoomViewDemoDoc.ico">
  213. </File>
  214. <File
  215. RelativePath="resToolbar.bmp">
  216. </File>
  217. <File
  218. RelativePath="resgrip_closed.cur">
  219. </File>
  220. <File
  221. RelativePath="resgrip_open.cur">
  222. </File>
  223. <File
  224. RelativePath="resloupe.cur">
  225. </File>
  226. <File
  227. RelativePath="resloupe_minus.cur">
  228. </File>
  229. <File
  230. RelativePath="resloupe_plus.cur">
  231. </File>
  232. </Filter>
  233. <File
  234. RelativePath="ReadMe.txt">
  235. </File>
  236. </Files>
  237. <Globals>
  238. </Globals>
  239. </VisualStudioProject>