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

DirextX编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="Alpha_blend"
  6. ProjectGUID="{349DC38B-39F1-4D71-9ACE-2F4140C251A9}"
  7. RootNamespace="Alpha_blend"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. UsePrecompiledHeader="0"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. AdditionalDependencies="d3d9.lib d3dx9.lib winmm.lib"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="2"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCWebDeploymentTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  120. RuntimeLibrary="2"
  121. UsePrecompiledHeader="0"
  122. WarningLevel="3"
  123. Detect64BitPortabilityProblems="true"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. LinkIncremental="1"
  138. GenerateDebugInformation="true"
  139. SubSystem="2"
  140. OptimizeReferences="2"
  141. EnableCOMDATFolding="2"
  142. TargetMachine="1"
  143. />
  144. <Tool
  145. Name="VCALinkTool"
  146. />
  147. <Tool
  148. Name="VCManifestTool"
  149. />
  150. <Tool
  151. Name="VCXDCMakeTool"
  152. />
  153. <Tool
  154. Name="VCBscMakeTool"
  155. />
  156. <Tool
  157. Name="VCFxCopTool"
  158. />
  159. <Tool
  160. Name="VCAppVerifierTool"
  161. />
  162. <Tool
  163. Name="VCWebDeploymentTool"
  164. />
  165. <Tool
  166. Name="VCPostBuildEventTool"
  167. />
  168. </Configuration>
  169. </Configurations>
  170. <References>
  171. </References>
  172. <Files>
  173. <Filter
  174. Name="源文件"
  175. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  176. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  177. >
  178. <File
  179. RelativePath=".Alpha_blend.cpp"
  180. >
  181. </File>
  182. <File
  183. RelativePath=".zfxd3dUtility.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".zfxMesh.cpp"
  188. >
  189. </File>
  190. </Filter>
  191. <Filter
  192. Name="头文件"
  193. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  194. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  195. >
  196. <File
  197. RelativePath=".zfxd3dUtility.h"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".zfxMesh.h"
  202. >
  203. </File>
  204. </Filter>
  205. <Filter
  206. Name="资源文件"
  207. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  208. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  209. >
  210. </Filter>
  211. </Files>
  212. <Globals>
  213. </Globals>
  214. </VisualStudioProject>