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

2D图形编程

开发平台:

Visual C++

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