CPC_GUI.vcproj
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:6k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="CPC_GUI"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".Release"
  16. IntermediateDirectory=".Release"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. InlineFunctionExpansion="1"
  24. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  25. StringPooling="TRUE"
  26. RuntimeLibrary="4"
  27. EnableFunctionLevelLinking="TRUE"
  28. UsePrecompiledHeader="3"
  29. PrecompiledHeaderThrough="stdafx.h"
  30. PrecompiledHeaderFile=".Release/CPC_GUI.pch"
  31. AssemblerListingLocation=".Release/"
  32. ObjectFile=".Release/"
  33. ProgramDataBaseFileName=".Release/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. AdditionalOptions="/MACHINE:I386"
  41. AdditionalDependencies="mfc42.lib"
  42. OutputFile=".Release/CPC_GUI.exe"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. ProgramDatabaseFile=".Release/CPC_GUI.pdb"
  46. SubSystem="2"/>
  47. <Tool
  48. Name="VCMIDLTool"
  49. PreprocessorDefinitions="NDEBUG"
  50. MkTypLibCompatible="TRUE"
  51. SuppressStartupBanner="TRUE"
  52. TargetEnvironment="1"
  53. TypeLibraryName=".Release/CPC_GUI.tlb"/>
  54. <Tool
  55. Name="VCPostBuildEventTool"/>
  56. <Tool
  57. Name="VCPreBuildEventTool"/>
  58. <Tool
  59. Name="VCPreLinkEventTool"/>
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="NDEBUG"
  63. Culture="1033"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. </Configuration>
  69. <Configuration
  70. Name="Debug|Win32"
  71. OutputDirectory=".Debug"
  72. IntermediateDirectory=".Debug"
  73. ConfigurationType="1"
  74. UseOfMFC="0"
  75. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  76. CharacterSet="2">
  77. <Tool
  78. Name="VCCLCompilerTool"
  79. Optimization="0"
  80. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  81. BasicRuntimeChecks="3"
  82. RuntimeLibrary="5"
  83. UsePrecompiledHeader="3"
  84. PrecompiledHeaderThrough="stdafx.h"
  85. PrecompiledHeaderFile=".Debug/CPC_GUI.pch"
  86. AssemblerListingLocation=".Debug/"
  87. ObjectFile=".Debug/"
  88. ProgramDataBaseFileName=".Debug/"
  89. BrowseInformation="1"
  90. WarningLevel="3"
  91. SuppressStartupBanner="TRUE"
  92. DebugInformationFormat="4"/>
  93. <Tool
  94. Name="VCCustomBuildTool"/>
  95. <Tool
  96. Name="VCLinkerTool"
  97. AdditionalOptions="/MACHINE:I386"
  98. AdditionalDependencies="comctl32.lib mfc70d.lib"
  99. OutputFile=".Debug/CPC_GUI.exe"
  100. LinkIncremental="2"
  101. SuppressStartupBanner="TRUE"
  102. GenerateDebugInformation="TRUE"
  103. ProgramDatabaseFile=".Debug/CPC_GUI.pdb"
  104. SubSystem="2"/>
  105. <Tool
  106. Name="VCMIDLTool"
  107. PreprocessorDefinitions="_DEBUG"
  108. MkTypLibCompatible="TRUE"
  109. SuppressStartupBanner="TRUE"
  110. TargetEnvironment="1"
  111. TypeLibraryName=".Debug/CPC_GUI.tlb"/>
  112. <Tool
  113. Name="VCPostBuildEventTool"/>
  114. <Tool
  115. Name="VCPreBuildEventTool"/>
  116. <Tool
  117. Name="VCPreLinkEventTool"/>
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. PreprocessorDefinitions="_DEBUG"
  121. Culture="1033"/>
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"/>
  124. <Tool
  125. Name="VCWebDeploymentTool"/>
  126. </Configuration>
  127. </Configurations>
  128. <Files>
  129. <Filter
  130. Name="Source Files"
  131. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  132. <File
  133. RelativePath=".CPC_GUI.cpp">
  134. </File>
  135. <File
  136. RelativePath=".CPC_GUI.rc">
  137. </File>
  138. <File
  139. RelativePath=".NdbControls.cpp">
  140. </File>
  141. <File
  142. RelativePath=".StdAfx.cpp">
  143. <FileConfiguration
  144. Name="Release|Win32">
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. UsePrecompiledHeader="1"/>
  148. </FileConfiguration>
  149. <FileConfiguration
  150. Name="Debug|Win32">
  151. <Tool
  152. Name="VCCLCompilerTool"
  153. UsePrecompiledHeader="1"/>
  154. </FileConfiguration>
  155. </File>
  156. </Filter>
  157. <Filter
  158. Name="Header Files"
  159. Filter="h;hpp;hxx;hm;inl">
  160. <File
  161. RelativePath=".CPC_GUI.h">
  162. </File>
  163. <File
  164. RelativePath=".NdbControls.h">
  165. </File>
  166. <File
  167. RelativePath=".StdAfx.h">
  168. </File>
  169. <File
  170. RelativePath=".resource.h">
  171. </File>
  172. </Filter>
  173. <Filter
  174. Name="Resource Files"
  175. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  176. <File
  177. RelativePath=".C.bmp">
  178. </File>
  179. <File
  180. RelativePath=".CPC_GUI.ico">
  181. </File>
  182. <File
  183. RelativePath=".Closed.BMP">
  184. </File>
  185. <File
  186. RelativePath=".Closed.ICO">
  187. </File>
  188. <File
  189. RelativePath=".Closed24.bmp">
  190. </File>
  191. <File
  192. RelativePath=".Computer24.BMP">
  193. </File>
  194. <File
  195. RelativePath=".Db.bmp">
  196. </File>
  197. <File
  198. RelativePath=".O.bmp">
  199. </File>
  200. <File
  201. RelativePath=".Open.BMP">
  202. </File>
  203. <File
  204. RelativePath=".Open.ICO">
  205. </File>
  206. <File
  207. RelativePath=".Open24.bmp">
  208. </File>
  209. <File
  210. RelativePath=".Tower2.ICO">
  211. </File>
  212. <File
  213. RelativePath=".TowerIC1.BMP">
  214. </File>
  215. <File
  216. RelativePath=".bitmap1.bmp">
  217. </File>
  218. <File
  219. RelativePath=".bmp00001.bmp">
  220. </File>
  221. <File
  222. RelativePath=".icon1.ico">
  223. </File>
  224. <File
  225. RelativePath=".small.ico">
  226. </File>
  227. <File
  228. RelativePath=".toolbar.bmp">
  229. </File>
  230. <File
  231. RelativePath=".toolbar1.bmp">
  232. </File>
  233. </Filter>
  234. <File
  235. RelativePath=".ReadMe.txt">
  236. </File>
  237. </Files>
  238. <Globals>
  239. </Globals>
  240. </VisualStudioProject>