beautifulGame.vcproj
上传用户:z3308516
上传日期:2013-01-23
资源大小:703k
文件大小:6k
源码类别:

2D图形编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="beautifulGame"
  6. ProjectGUID="{3B1AEC3D-D662-4866-B740-59E9F07616DE}"
  7. Keyword="Win32Proj">
  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. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="5"
  26. UsePrecompiledHeader="3"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="winmm.lib"
  35. OutputFile="$(OutDir)/beautifulGame.exe"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. ProgramDatabaseFile="$(OutDir)/beautifulGame.pdb"
  39. SubSystem="2"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"/>
  43. <Tool
  44. Name="VCPostBuildEventTool"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCXMLDataGeneratorTool"/>
  55. <Tool
  56. Name="VCWebDeploymentTool"/>
  57. <Tool
  58. Name="VCManagedWrapperGeneratorTool"/>
  59. <Tool
  60. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61. </Configuration>
  62. <Configuration
  63. Name="Release|Win32"
  64. OutputDirectory="Release"
  65. IntermediateDirectory="Release"
  66. ConfigurationType="1"
  67. CharacterSet="2">
  68. <Tool
  69. Name="VCCLCompilerTool"
  70. Optimization="2"
  71. InlineFunctionExpansion="1"
  72. OmitFramePointers="TRUE"
  73. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  74. StringPooling="TRUE"
  75. RuntimeLibrary="4"
  76. EnableFunctionLevelLinking="TRUE"
  77. UsePrecompiledHeader="3"
  78. WarningLevel="3"
  79. Detect64BitPortabilityProblems="TRUE"
  80. DebugInformationFormat="3"/>
  81. <Tool
  82. Name="VCCustomBuildTool"/>
  83. <Tool
  84. Name="VCLinkerTool"
  85. AdditionalDependencies="winmm.lib"
  86. OutputFile="$(OutDir)/beautifulGame.exe"
  87. LinkIncremental="1"
  88. GenerateDebugInformation="TRUE"
  89. SubSystem="2"
  90. OptimizeReferences="2"
  91. EnableCOMDATFolding="2"
  92. TargetMachine="1"/>
  93. <Tool
  94. Name="VCMIDLTool"/>
  95. <Tool
  96. Name="VCPostBuildEventTool"/>
  97. <Tool
  98. Name="VCPreBuildEventTool"/>
  99. <Tool
  100. Name="VCPreLinkEventTool"/>
  101. <Tool
  102. Name="VCResourceCompilerTool"/>
  103. <Tool
  104. Name="VCWebServiceProxyGeneratorTool"/>
  105. <Tool
  106. Name="VCXMLDataGeneratorTool"/>
  107. <Tool
  108. Name="VCWebDeploymentTool"/>
  109. <Tool
  110. Name="VCManagedWrapperGeneratorTool"/>
  111. <Tool
  112. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  113. </Configuration>
  114. </Configurations>
  115. <References>
  116. </References>
  117. <Files>
  118. <Filter
  119. Name="源文件"
  120. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  121. <File
  122. RelativePath="beautifulGame.cpp">
  123. </File>
  124. <File
  125. RelativePath="GridPicture.cpp">
  126. </File>
  127. <File
  128. RelativePath="Registry.cpp">
  129. </File>
  130. <File
  131. RelativePath="stdafx.cpp">
  132. <FileConfiguration
  133. Name="Debug|Win32">
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. UsePrecompiledHeader="1"/>
  137. </FileConfiguration>
  138. <FileConfiguration
  139. Name="Release|Win32">
  140. <Tool
  141. Name="VCCLCompilerTool"
  142. UsePrecompiledHeader="1"/>
  143. </FileConfiguration>
  144. </File>
  145. <File
  146. RelativePath="TimeElapse.cpp">
  147. </File>
  148. </Filter>
  149. <Filter
  150. Name="头文件"
  151. Filter="h;hpp;hxx;hm;inl;inc">
  152. <File
  153. RelativePath="beautifulGame.h">
  154. </File>
  155. <File
  156. RelativePath="GridPicture.h">
  157. </File>
  158. <File
  159. RelativePath="Registry.h">
  160. </File>
  161. <File
  162. RelativePath="Resource.h">
  163. </File>
  164. <File
  165. RelativePath="stdafx.h">
  166. </File>
  167. <File
  168. RelativePath="TimeElapse.h">
  169. </File>
  170. </Filter>
  171. <Filter
  172. Name="资源文件"
  173. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  174. <File
  175. RelativePath="beautifulGame.ico">
  176. </File>
  177. <File
  178. RelativePath="beautifulGame.rc">
  179. </File>
  180. <File
  181. RelativePath="bin00001.bin">
  182. </File>
  183. <File
  184. RelativePath="bin00002.bin">
  185. </File>
  186. <File
  187. RelativePath="bin00003.bin">
  188. </File>
  189. <File
  190. RelativePath="bin00004.bin">
  191. </File>
  192. <File
  193. RelativePath="bin00005.bin">
  194. </File>
  195. <File
  196. RelativePath="bin00006.bin">
  197. </File>
  198. <File
  199. RelativePath="bin00007.bin">
  200. </File>
  201. <File
  202. RelativePath="bin00008.bin">
  203. </File>
  204. <File
  205. RelativePath="bin00009.bin">
  206. </File>
  207. <File
  208. RelativePath="bin00010.bin">
  209. </File>
  210. <File
  211. RelativePath="bin00011.bin">
  212. </File>
  213. <File
  214. RelativePath="bin00012.bin">
  215. </File>
  216. <File
  217. RelativePath="bin00013.bin">
  218. </File>
  219. <File
  220. RelativePath="bkpic.bmp">
  221. </File>
  222. <File
  223. RelativePath="explore.bmp">
  224. </File>
  225. <File
  226. RelativePath="main.bmp">
  227. </File>
  228. <File
  229. RelativePath="main.jpg">
  230. </File>
  231. <File
  232. RelativePath="Pause.jpg">
  233. </File>
  234. <File
  235. RelativePath="pic.bmp">
  236. </File>
  237. <File
  238. RelativePath="rt_jpgda.bin">
  239. </File>
  240. <File
  241. RelativePath="small.ico">
  242. </File>
  243. <File
  244. RelativePath="time.bmp">
  245. </File>
  246. </Filter>
  247. <File
  248. RelativePath="ReadMe.txt">
  249. </File>
  250. </Files>
  251. <Globals>
  252. </Globals>
  253. </VisualStudioProject>