BusMath.vcproj
上传用户:zhangbing
上传日期:2020-05-04
资源大小:2k
文件大小:4k
源码类别:

Static控件

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-874"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="BusMath"
  6. ProjectGUID="{78D11CD0-D52C-44CA-BF4D-E2421E525FFB}"
  7. RootNamespace="BusMath"
  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="4"
  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;_LIB"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. UsePrecompiledHeader="2"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLibrarianTool"
  63. />
  64. <Tool
  65. Name="VCALinkTool"
  66. />
  67. <Tool
  68. Name="VCXDCMakeTool"
  69. />
  70. <Tool
  71. Name="VCBscMakeTool"
  72. />
  73. <Tool
  74. Name="VCFxCopTool"
  75. />
  76. <Tool
  77. Name="VCPostBuildEventTool"
  78. />
  79. </Configuration>
  80. <Configuration
  81. Name="Release|Win32"
  82. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  83. IntermediateDirectory="$(ConfigurationName)"
  84. ConfigurationType="4"
  85. CharacterSet="1"
  86. WholeProgramOptimization="1"
  87. >
  88. <Tool
  89. Name="VCPreBuildEventTool"
  90. />
  91. <Tool
  92. Name="VCCustomBuildTool"
  93. />
  94. <Tool
  95. Name="VCXMLDataGeneratorTool"
  96. />
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCMIDLTool"
  102. />
  103. <Tool
  104. Name="VCCLCompilerTool"
  105. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  106. RuntimeLibrary="2"
  107. UsePrecompiledHeader="2"
  108. WarningLevel="3"
  109. Detect64BitPortabilityProblems="true"
  110. DebugInformationFormat="3"
  111. />
  112. <Tool
  113. Name="VCManagedResourceCompilerTool"
  114. />
  115. <Tool
  116. Name="VCResourceCompilerTool"
  117. />
  118. <Tool
  119. Name="VCPreLinkEventTool"
  120. />
  121. <Tool
  122. Name="VCLibrarianTool"
  123. />
  124. <Tool
  125. Name="VCALinkTool"
  126. />
  127. <Tool
  128. Name="VCXDCMakeTool"
  129. />
  130. <Tool
  131. Name="VCBscMakeTool"
  132. />
  133. <Tool
  134. Name="VCFxCopTool"
  135. />
  136. <Tool
  137. Name="VCPostBuildEventTool"
  138. />
  139. </Configuration>
  140. </Configurations>
  141. <References>
  142. </References>
  143. <Files>
  144. <Filter
  145. Name="Source Files"
  146. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  147. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  148. >
  149. <File
  150. RelativePath=".bmcalc.cpp"
  151. >
  152. </File>
  153. <File
  154. RelativePath=".stdafx.cpp"
  155. >
  156. <FileConfiguration
  157. Name="Debug|Win32"
  158. >
  159. <Tool
  160. Name="VCCLCompilerTool"
  161. UsePrecompiledHeader="1"
  162. />
  163. </FileConfiguration>
  164. <FileConfiguration
  165. Name="Release|Win32"
  166. >
  167. <Tool
  168. Name="VCCLCompilerTool"
  169. UsePrecompiledHeader="1"
  170. />
  171. </FileConfiguration>
  172. </File>
  173. </Filter>
  174. <Filter
  175. Name="Header Files"
  176. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  177. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  178. >
  179. <File
  180. RelativePath=".bmcalc.h"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".stdafx.h"
  185. >
  186. </File>
  187. </Filter>
  188. <Filter
  189. Name="Resource Files"
  190. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  191. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  192. >
  193. </Filter>
  194. <File
  195. RelativePath=".ReadMe.txt"
  196. >
  197. </File>
  198. </Files>
  199. <Globals>
  200. </Globals>
  201. </VisualStudioProject>