Donuts4.vcproj
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:10k
源码类别:

游戏

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="Donuts4"
  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. AdditionalIncludeDirectories="....common"
  25. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="0"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile=".Release/Donuts4.pch"
  31. AssemblerListingLocation=".Release/"
  32. ObjectFile=".Release/"
  33. ProgramDataBaseFileName=".Release/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  42. AdditionalDependencies="d3dx9.lib d3d9.lib d3dxof.lib dxguid.lib dinput8.lib dsound.lib dxerr9.lib winmm.lib"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. ProgramDatabaseFile=".Release/Donuts4.pdb"
  46. SubSystem="2"
  47. StackReserveSize="2048000"
  48. StackCommitSize="2048000"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. PreprocessorDefinitions="NDEBUG"
  52. MkTypLibCompatible="TRUE"
  53. SuppressStartupBanner="TRUE"
  54. TargetEnvironment="1"
  55. TypeLibraryName=".Release/Donuts4.tlb"/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="NDEBUG"
  65. Culture="1033"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. </Configuration>
  71. <Configuration
  72. Name="Debug|Win32"
  73. OutputDirectory=".Debug"
  74. IntermediateDirectory=".Debug"
  75. ConfigurationType="1"
  76. UseOfMFC="0"
  77. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  78. CharacterSet="2">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. Optimization="0"
  82. AdditionalIncludeDirectories="....common"
  83. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  84. RuntimeLibrary="1"
  85. UsePrecompiledHeader="3"
  86. PrecompiledHeaderFile=".Debug/Donuts4.pch"
  87. AssemblerListingLocation=".Debug/"
  88. ObjectFile=".Debug/"
  89. ProgramDataBaseFileName=".Debug/"
  90. WarningLevel="3"
  91. SuppressStartupBanner="TRUE"
  92. DebugInformationFormat="4"
  93. CompileAs="0"/>
  94. <Tool
  95. Name="VCCustomBuildTool"/>
  96. <Tool
  97. Name="VCLinkerTool"
  98. AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  99. AdditionalDependencies="d3dx9.lib d3d9.lib d3dxof.lib dxguid.lib dinput8.lib dsound.lib dxerr9.lib winmm.lib"
  100. LinkIncremental="2"
  101. SuppressStartupBanner="TRUE"
  102. GenerateDebugInformation="TRUE"
  103. ProgramDatabaseFile=".Debug/Donuts4.pdb"
  104. SubSystem="2"
  105. StackReserveSize="2048000"
  106. StackCommitSize="2048000"/>
  107. <Tool
  108. Name="VCMIDLTool"
  109. PreprocessorDefinitions="_DEBUG"
  110. MkTypLibCompatible="TRUE"
  111. SuppressStartupBanner="TRUE"
  112. TargetEnvironment="1"
  113. TypeLibraryName=".Debug/Donuts4.tlb"/>
  114. <Tool
  115. Name="VCPostBuildEventTool"/>
  116. <Tool
  117. Name="VCPreBuildEventTool"/>
  118. <Tool
  119. Name="VCPreLinkEventTool"/>
  120. <Tool
  121. Name="VCResourceCompilerTool"
  122. PreprocessorDefinitions="_DEBUG"
  123. Culture="1033"/>
  124. <Tool
  125. Name="VCWebServiceProxyGeneratorTool"/>
  126. <Tool
  127. Name="VCWebDeploymentTool"/>
  128. </Configuration>
  129. </Configurations>
  130. <Files>
  131. <Filter
  132. Name="Common"
  133. Filter="">
  134. <File
  135. RelativePath="....commond3dfile.cpp">
  136. <FileConfiguration
  137. Name="Debug|Win32">
  138. <Tool
  139. Name="VCCLCompilerTool"
  140. UsePrecompiledHeader="0"/>
  141. </FileConfiguration>
  142. </File>
  143. <File
  144. RelativePath="....commond3dfile.h">
  145. </File>
  146. <File
  147. RelativePath="....commond3dfont.cpp">
  148. <FileConfiguration
  149. Name="Debug|Win32">
  150. <Tool
  151. Name="VCCLCompilerTool"
  152. UsePrecompiledHeader="0"/>
  153. </FileConfiguration>
  154. </File>
  155. <File
  156. RelativePath="....commond3dfont.h">
  157. </File>
  158. <File
  159. RelativePath="....commond3dutil.cpp">
  160. <FileConfiguration
  161. Name="Debug|Win32">
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. UsePrecompiledHeader="0"/>
  165. </FileConfiguration>
  166. </File>
  167. <File
  168. RelativePath="....commond3dutil.h">
  169. </File>
  170. <File
  171. RelativePath="....commondiutil.cpp">
  172. <FileConfiguration
  173. Name="Debug|Win32">
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. UsePrecompiledHeader="0"/>
  177. </FileConfiguration>
  178. </File>
  179. <File
  180. RelativePath="....commondiutil.h">
  181. </File>
  182. <File
  183. RelativePath="....commondmutil.cpp">
  184. <FileConfiguration
  185. Name="Debug|Win32">
  186. <Tool
  187. Name="VCCLCompilerTool"
  188. UsePrecompiledHeader="0"/>
  189. </FileConfiguration>
  190. </File>
  191. <File
  192. RelativePath="....commondmutil.h">
  193. </File>
  194. <File
  195. RelativePath="....commondsutil.cpp">
  196. <FileConfiguration
  197. Name="Debug|Win32">
  198. <Tool
  199. Name="VCCLCompilerTool"
  200. UsePrecompiledHeader="0"/>
  201. </FileConfiguration>
  202. </File>
  203. <File
  204. RelativePath="....commondsutil.h">
  205. </File>
  206. <File
  207. RelativePath="....commondxutil.cpp">
  208. <FileConfiguration
  209. Name="Debug|Win32">
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. UsePrecompiledHeader="0"/>
  213. </FileConfiguration>
  214. </File>
  215. <File
  216. RelativePath="....commondxutil.h">
  217. </File>
  218. </Filter>
  219. <File
  220. RelativePath="3DDisplayObject.cpp">
  221. <FileConfiguration
  222. Name="Debug|Win32">
  223. <Tool
  224. Name="VCCLCompilerTool"
  225. UsePrecompiledHeader="3"/>
  226. </FileConfiguration>
  227. </File>
  228. <File
  229. RelativePath="3DDisplayObject.h">
  230. </File>
  231. <File
  232. RelativePath="3DDrawManager.cpp">
  233. </File>
  234. <File
  235. RelativePath="3DDrawManager.h">
  236. </File>
  237. <File
  238. RelativePath="3DModel.cpp">
  239. <FileConfiguration
  240. Name="Debug|Win32">
  241. <Tool
  242. Name="VCCLCompilerTool"
  243. UsePrecompiledHeader="3"/>
  244. </FileConfiguration>
  245. </File>
  246. <File
  247. RelativePath="3DModel.h">
  248. </File>
  249. <File
  250. RelativePath="Bullet.cpp">
  251. <FileConfiguration
  252. Name="Debug|Win32">
  253. <Tool
  254. Name="VCCLCompilerTool"
  255. UsePrecompiledHeader="3"/>
  256. </FileConfiguration>
  257. </File>
  258. <File
  259. RelativePath="Bullet.h">
  260. </File>
  261. <File
  262. RelativePath="DisplayObject.cpp">
  263. </File>
  264. <File
  265. RelativePath="DisplayObject.h">
  266. </File>
  267. <File
  268. RelativePath="EnemyShip.cpp">
  269. </File>
  270. <File
  271. RelativePath="EnemyShip.h">
  272. </File>
  273. <File
  274. RelativePath=".FileWatch.cpp">
  275. <FileConfiguration
  276. Name="Debug|Win32">
  277. <Tool
  278. Name="VCCLCompilerTool"
  279. UsePrecompiledHeader="3"
  280. PrecompiledHeaderThrough="stdafx.h"/>
  281. </FileConfiguration>
  282. </File>
  283. <File
  284. RelativePath=".FileWatch.h">
  285. </File>
  286. <File
  287. RelativePath=".HeightMap.cpp">
  288. <FileConfiguration
  289. Name="Debug|Win32">
  290. <Tool
  291. Name="VCCLCompilerTool"
  292. UsePrecompiledHeader="3"
  293. PrecompiledHeaderThrough="stdafx.h"/>
  294. </FileConfiguration>
  295. </File>
  296. <File
  297. RelativePath=".HeightMap.h">
  298. </File>
  299. <File
  300. RelativePath="InputManager.cpp">
  301. </File>
  302. <File
  303. RelativePath="InputManager.h">
  304. </File>
  305. <File
  306. RelativePath=".NotifyTool.cpp">
  307. <FileConfiguration
  308. Name="Debug|Win32">
  309. <Tool
  310. Name="VCCLCompilerTool"
  311. UsePrecompiledHeader="3"
  312. PrecompiledHeaderThrough="stdafx.h"/>
  313. </FileConfiguration>
  314. </File>
  315. <File
  316. RelativePath=".NotifyTool.h">
  317. </File>
  318. <File
  319. RelativePath="ParticleSystem.cpp">
  320. </File>
  321. <File
  322. RelativePath="ParticleSystem.h">
  323. </File>
  324. <File
  325. RelativePath="PlayerShip.cpp">
  326. </File>
  327. <File
  328. RelativePath="PlayerShip.h">
  329. </File>
  330. <File
  331. RelativePath="Profile.cpp">
  332. <FileConfiguration
  333. Name="Debug|Win32">
  334. <Tool
  335. Name="VCCLCompilerTool"
  336. UsePrecompiledHeader="3"/>
  337. </FileConfiguration>
  338. </File>
  339. <File
  340. RelativePath="Profile.h">
  341. </File>
  342. <File
  343. RelativePath=".StdAfx.cpp">
  344. <FileConfiguration
  345. Name="Debug|Win32">
  346. <Tool
  347. Name="VCCLCompilerTool"
  348. UsePrecompiledHeader="1"
  349. PrecompiledHeaderThrough="stdafx.h"/>
  350. </FileConfiguration>
  351. </File>
  352. <File
  353. RelativePath=".StdAfx.h">
  354. </File>
  355. <File
  356. RelativePath=".TerrainEngine.cpp">
  357. <FileConfiguration
  358. Name="Debug|Win32">
  359. <Tool
  360. Name="VCCLCompilerTool"
  361. UsePrecompiledHeader="3"
  362. PrecompiledHeaderThrough="stdafx.h"/>
  363. </FileConfiguration>
  364. </File>
  365. <File
  366. RelativePath=".TerrainEngine.h">
  367. </File>
  368. <File
  369. RelativePath=".TerrainMesh.cpp">
  370. <FileConfiguration
  371. Name="Debug|Win32">
  372. <Tool
  373. Name="VCCLCompilerTool"
  374. UsePrecompiledHeader="3"
  375. PrecompiledHeaderThrough="stdafx.h"/>
  376. </FileConfiguration>
  377. </File>
  378. <File
  379. RelativePath=".TerrainMesh.h">
  380. </File>
  381. <File
  382. RelativePath=".donuts.cpp">
  383. <FileConfiguration
  384. Name="Debug|Win32">
  385. <Tool
  386. Name="VCCLCompilerTool"
  387. UsePrecompiledHeader="3"
  388. PrecompiledHeaderThrough="stdafx.h"/>
  389. </FileConfiguration>
  390. </File>
  391. <File
  392. RelativePath=".donuts.h">
  393. </File>
  394. <File
  395. RelativePath=".gamemenu.cpp">
  396. <FileConfiguration
  397. Name="Debug|Win32">
  398. <Tool
  399. Name="VCCLCompilerTool"
  400. UsePrecompiledHeader="3"
  401. PrecompiledHeaderThrough="stdafx.h"/>
  402. </FileConfiguration>
  403. </File>
  404. <File
  405. RelativePath=".gamemenu.h">
  406. </File>
  407. </Files>
  408. <Globals>
  409. </Globals>
  410. </VisualStudioProject>