calculator.vcproj
上传用户:luojiayill
上传日期:2022-08-09
资源大小:18342k
文件大小:5k
源码类别:

其他小程序

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="calculator"
  6. ProjectGUID="{BCBB49C4-B704-45BF-A6D6-E2B9B6ADD74B}"
  7. RootNamespace="calculator"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="196613"
  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="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="1"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. UseOfMFC="1"
  103. CharacterSet="1"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. ValidateParameters="true"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="0"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="2052"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. LinkIncremental="1"
  151. GenerateDebugInformation="true"
  152. SubSystem="2"
  153. OptimizeReferences="2"
  154. EnableCOMDATFolding="2"
  155. TargetMachine="1"
  156. />
  157. <Tool
  158. Name="VCALinkTool"
  159. />
  160. <Tool
  161. Name="VCManifestTool"
  162. />
  163. <Tool
  164. Name="VCXDCMakeTool"
  165. />
  166. <Tool
  167. Name="VCBscMakeTool"
  168. />
  169. <Tool
  170. Name="VCFxCopTool"
  171. />
  172. <Tool
  173. Name="VCAppVerifierTool"
  174. />
  175. <Tool
  176. Name="VCPostBuildEventTool"
  177. />
  178. </Configuration>
  179. </Configurations>
  180. <References>
  181. </References>
  182. <Files>
  183. <Filter
  184. Name="源文件"
  185. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  186. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  187. >
  188. <File
  189. RelativePath=".calculator.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".calculatorDlg.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".stdafx.cpp"
  198. >
  199. <FileConfiguration
  200. Name="Debug|Win32"
  201. >
  202. <Tool
  203. Name="VCCLCompilerTool"
  204. UsePrecompiledHeader="1"
  205. />
  206. </FileConfiguration>
  207. <FileConfiguration
  208. Name="Release|Win32"
  209. >
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. UsePrecompiledHeader="1"
  213. />
  214. </FileConfiguration>
  215. </File>
  216. </Filter>
  217. <Filter
  218. Name="头文件"
  219. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  220. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  221. >
  222. <File
  223. RelativePath=".calculator.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".calculatorDlg.h"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".Resource.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".stdafx.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".targetver.h"
  240. >
  241. </File>
  242. </Filter>
  243. <Filter
  244. Name="资源文件"
  245. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  246. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  247. >
  248. <File
  249. RelativePath=".rescalculator.ico"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".calculator.rc"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".rescalculator.rc2"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".resicon1.ico"
  262. >
  263. </File>
  264. </Filter>
  265. <File
  266. RelativePath=".ReadMe.txt"
  267. >
  268. </File>
  269. </Files>
  270. <Globals>
  271. <Global
  272. Name="RESOURCE_FILE"
  273. Value="calculator.rc"
  274. />
  275. </Globals>
  276. </VisualStudioProject>