UFO.vcproj
上传用户:slhang369
上传日期:2022-04-19
资源大小:2452k
文件大小:5k
源码类别:

游戏引擎

开发平台:

Visual Basic

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="UFO"
  6. ProjectGUID="{6AD4C90D-D6A7-4A19-841E-1BE80E6FB121}"
  7. RootNamespace="UFO"
  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="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC70.vsprops"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="msimg32.lib"
  65. OutputFile="$(OutDir)/UFO.exe"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories=""
  68. GenerateDebugInformation="true"
  69. ProgramDatabaseFile="$(OutDir)/UFO.pdb"
  70. SubSystem="2"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCWebDeploymentTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="Release"
  101. IntermediateDirectory="Release"
  102. ConfigurationType="1"
  103. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC70.vsprops"
  104. CharacterSet="2"
  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. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. Optimization="2"
  124. InlineFunctionExpansion="1"
  125. OmitFramePointers="true"
  126. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  127. StringPooling="true"
  128. RuntimeLibrary="0"
  129. EnableFunctionLevelLinking="true"
  130. UsePrecompiledHeader="0"
  131. WarningLevel="3"
  132. Detect64BitPortabilityProblems="true"
  133. DebugInformationFormat="3"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. AdditionalDependencies="msimg32.lib"
  147. OutputFile="$(OutDir)/UFO.exe"
  148. LinkIncremental="1"
  149. AdditionalLibraryDirectories=""
  150. GenerateDebugInformation="true"
  151. SubSystem="2"
  152. OptimizeReferences="2"
  153. EnableCOMDATFolding="2"
  154. TargetMachine="1"
  155. />
  156. <Tool
  157. Name="VCALinkTool"
  158. />
  159. <Tool
  160. Name="VCManifestTool"
  161. />
  162. <Tool
  163. Name="VCXDCMakeTool"
  164. />
  165. <Tool
  166. Name="VCBscMakeTool"
  167. />
  168. <Tool
  169. Name="VCFxCopTool"
  170. />
  171. <Tool
  172. Name="VCAppVerifierTool"
  173. />
  174. <Tool
  175. Name="VCWebDeploymentTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. </Configurations>
  182. <References>
  183. </References>
  184. <Files>
  185. <Filter
  186. Name="Source Files"
  187. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
  188. >
  189. <File
  190. RelativePath="Bitmap.cpp"
  191. >
  192. </File>
  193. <File
  194. RelativePath="GameEngine.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath="UFO.cpp"
  199. >
  200. </File>
  201. </Filter>
  202. <Filter
  203. Name="Header Files"
  204. Filter="h;hpp;hxx;hm;inl;inc"
  205. >
  206. <File
  207. RelativePath="Bitmap.h"
  208. >
  209. </File>
  210. <File
  211. RelativePath="GameEngine.h"
  212. >
  213. </File>
  214. <File
  215. RelativePath="Resource.h"
  216. >
  217. </File>
  218. <File
  219. RelativePath="UFO.h"
  220. >
  221. </File>
  222. </Filter>
  223. <Filter
  224. Name="Resource Files"
  225. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  226. >
  227. <File
  228. RelativePath="ResBackground.bmp"
  229. >
  230. </File>
  231. <File
  232. RelativePath="....Chap14BattleOfficeMusic.mid"
  233. >
  234. </File>
  235. <File
  236. RelativePath="ResSaucer.bmp"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".Ressound1.bin"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".Ressound2.bin"
  245. >
  246. </File>
  247. <File
  248. RelativePath="ResUFO.ico"
  249. >
  250. </File>
  251. <File
  252. RelativePath="UFO.rc"
  253. >
  254. </File>
  255. <File
  256. RelativePath="ResUFO_sm.ico"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".Reswave1.bin"
  261. >
  262. </File>
  263. <File
  264. RelativePath="....Chap14BattleOfficeResWhack.wav"
  265. >
  266. </File>
  267. </Filter>
  268. </Files>
  269. <Globals>
  270. </Globals>
  271. </VisualStudioProject>