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

游戏引擎

开发平台:

Visual Basic

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="UFO"
  6. ProjectGUID="{6AD4C90D-D6A7-4A19-841E-1BE80E6FB121}"
  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="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="msimg32.lib"
  35. OutputFile="$(OutDir)/UFO.exe"
  36. LinkIncremental="2"
  37. AdditionalLibraryDirectories=""
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/UFO.pdb"
  40. SubSystem="2"
  41. TargetMachine="1"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"/>
  52. <Tool
  53. Name="VCWebServiceProxyGeneratorTool"/>
  54. <Tool
  55. Name="VCWebDeploymentTool"/>
  56. </Configuration>
  57. <Configuration
  58. Name="Release|Win32"
  59. OutputDirectory="Release"
  60. IntermediateDirectory="Release"
  61. ConfigurationType="1"
  62. CharacterSet="2">
  63. <Tool
  64. Name="VCCLCompilerTool"
  65. Optimization="2"
  66. InlineFunctionExpansion="1"
  67. OmitFramePointers="TRUE"
  68. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  69. StringPooling="TRUE"
  70. RuntimeLibrary="4"
  71. EnableFunctionLevelLinking="TRUE"
  72. UsePrecompiledHeader="0"
  73. WarningLevel="3"
  74. Detect64BitPortabilityProblems="TRUE"
  75. DebugInformationFormat="3"/>
  76. <Tool
  77. Name="VCCustomBuildTool"/>
  78. <Tool
  79. Name="VCLinkerTool"
  80. AdditionalDependencies="msimg32.lib"
  81. OutputFile="$(OutDir)/UFO.exe"
  82. LinkIncremental="1"
  83. AdditionalLibraryDirectories=""
  84. GenerateDebugInformation="TRUE"
  85. SubSystem="2"
  86. OptimizeReferences="2"
  87. EnableCOMDATFolding="2"
  88. TargetMachine="1"/>
  89. <Tool
  90. Name="VCMIDLTool"/>
  91. <Tool
  92. Name="VCPostBuildEventTool"/>
  93. <Tool
  94. Name="VCPreBuildEventTool"/>
  95. <Tool
  96. Name="VCPreLinkEventTool"/>
  97. <Tool
  98. Name="VCResourceCompilerTool"/>
  99. <Tool
  100. Name="VCWebServiceProxyGeneratorTool"/>
  101. <Tool
  102. Name="VCWebDeploymentTool"/>
  103. </Configuration>
  104. </Configurations>
  105. <Files>
  106. <Filter
  107. Name="Source Files"
  108. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  109. <File
  110. RelativePath="Bitmap.cpp">
  111. </File>
  112. <File
  113. RelativePath="GameEngine.cpp">
  114. </File>
  115. <File
  116. RelativePath="UFO.cpp">
  117. </File>
  118. </Filter>
  119. <Filter
  120. Name="Header Files"
  121. Filter="h;hpp;hxx;hm;inl;inc">
  122. <File
  123. RelativePath="Bitmap.h">
  124. </File>
  125. <File
  126. RelativePath="GameEngine.h">
  127. </File>
  128. <File
  129. RelativePath="Resource.h">
  130. </File>
  131. <File
  132. RelativePath="UFO.h">
  133. </File>
  134. </Filter>
  135. <Filter
  136. Name="Resource Files"
  137. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  138. <File
  139. RelativePath="ResBackground.bmp">
  140. </File>
  141. <File
  142. RelativePath="ResSaucer.bmp">
  143. </File>
  144. <File
  145. RelativePath="ResUFO.ico">
  146. </File>
  147. <File
  148. RelativePath="UFO.rc">
  149. </File>
  150. <File
  151. RelativePath="ResUFO_sm.ico">
  152. </File>
  153. </Filter>
  154. </Files>
  155. <Globals>
  156. </Globals>
  157. </VisualStudioProject>