ZFXDream.vcproj
上传用户:junlon
上传日期:2022-01-05
资源大小:39075k
文件大小:5k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ZFXDream"
  6. ProjectGUID="{0B375999-5BD8-4D5E-9671-A3C83DF3994A}"
  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="d3d9.lib d3dx9.lib dxerr9.lib dinput8.lib dxguid.lib"
  35. OutputFile="$(OutDir)/ZFXDream.exe"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. ProgramDatabaseFile="$(OutDir)/ZFXDream.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. GlobalOptimizations="TRUE"
  71. FavorSizeOrSpeed="1"
  72. OptimizeForProcessor="3"
  73. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  74. RuntimeLibrary="4"
  75. UsePrecompiledHeader="3"
  76. WarningLevel="3"
  77. Detect64BitPortabilityProblems="TRUE"
  78. DebugInformationFormat="3"/>
  79. <Tool
  80. Name="VCCustomBuildTool"/>
  81. <Tool
  82. Name="VCLinkerTool"
  83. AdditionalDependencies="d3d9.lib d3dx9.lib dxerr9.lib dinput8.lib dxguid.lib Vfw32.lib"
  84. OutputFile="$(OutDir)/ZFXDream.exe"
  85. LinkIncremental="1"
  86. GenerateDebugInformation="TRUE"
  87. SubSystem="2"
  88. OptimizeReferences="2"
  89. EnableCOMDATFolding="2"
  90. TargetMachine="1"/>
  91. <Tool
  92. Name="VCMIDLTool"/>
  93. <Tool
  94. Name="VCPostBuildEventTool"/>
  95. <Tool
  96. Name="VCPreBuildEventTool"/>
  97. <Tool
  98. Name="VCPreLinkEventTool"/>
  99. <Tool
  100. Name="VCResourceCompilerTool"/>
  101. <Tool
  102. Name="VCWebServiceProxyGeneratorTool"/>
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"/>
  105. <Tool
  106. Name="VCWebDeploymentTool"/>
  107. <Tool
  108. Name="VCManagedWrapperGeneratorTool"/>
  109. <Tool
  110. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  111. </Configuration>
  112. </Configurations>
  113. <References>
  114. </References>
  115. <Files>
  116. <Filter
  117. Name="源文件"
  118. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  119. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  120. <File
  121. RelativePath=".d3dUtility.cpp">
  122. </File>
  123. <File
  124. RelativePath=".Particle.cpp">
  125. </File>
  126. <File
  127. RelativePath=".stdafx.cpp">
  128. <FileConfiguration
  129. Name="Debug|Win32">
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. UsePrecompiledHeader="1"/>
  133. </FileConfiguration>
  134. <FileConfiguration
  135. Name="Release|Win32">
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. UsePrecompiledHeader="1"/>
  139. </FileConfiguration>
  140. </File>
  141. <File
  142. RelativePath=".zfxBillBoard.cpp">
  143. </File>
  144. <File
  145. RelativePath=".zfxCamera.cpp">
  146. </File>
  147. <File
  148. RelativePath=".ZFXDream.cpp">
  149. </File>
  150. <File
  151. RelativePath=".zfxFrustum.cpp">
  152. </File>
  153. <File
  154. RelativePath=".zfxLODTerrain.cpp">
  155. </File>
  156. <File
  157. RelativePath=".ZFXMeshX.cpp">
  158. </File>
  159. </Filter>
  160. <Filter
  161. Name="头文件"
  162. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  163. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  164. <File
  165. RelativePath=".d3dUtility.h">
  166. </File>
  167. <File
  168. RelativePath=".Particle.h">
  169. </File>
  170. <File
  171. RelativePath=".Resource.h">
  172. </File>
  173. <File
  174. RelativePath=".stdafx.h">
  175. </File>
  176. <File
  177. RelativePath=".zfxBillBoard.h">
  178. </File>
  179. <File
  180. RelativePath=".zfxCamera.h">
  181. </File>
  182. <File
  183. RelativePath=".ZFXDream.h">
  184. </File>
  185. <File
  186. RelativePath=".zfxFrustum.h">
  187. </File>
  188. <File
  189. RelativePath=".zfxLODTerrain.h">
  190. </File>
  191. <File
  192. RelativePath=".ZFXMeshX.h">
  193. </File>
  194. </Filter>
  195. <Filter
  196. Name="资源文件"
  197. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  198. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  199. <File
  200. RelativePath=".small.ico">
  201. </File>
  202. <File
  203. RelativePath=".ZFXDream.ico">
  204. </File>
  205. <File
  206. RelativePath=".ZFXDream.rc">
  207. </File>
  208. </Filter>
  209. <File
  210. RelativePath=".ReadMe.txt">
  211. </File>
  212. </Files>
  213. <Globals>
  214. </Globals>
  215. </VisualStudioProject>