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

DirextX编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="DXUT"
  6. ProjectGUID="{E0CF097B-F22D-465B-A884-D89E55BD7ECD}"
  7. Keyword="Win32Proj"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="Debug"
  20. IntermediateDirectory="Debug"
  21. ConfigurationType="4"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  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;_LIB"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="1"
  47. UsePrecompiledHeader="2"
  48. PrecompiledHeaderThrough="dxstdafx.h"
  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="VCLibrarianTool"
  64. OutputFile="$(OutDir)/DXUT.lib"
  65. />
  66. <Tool
  67. Name="VCALinkTool"
  68. />
  69. <Tool
  70. Name="VCXDCMakeTool"
  71. />
  72. <Tool
  73. Name="VCBscMakeTool"
  74. />
  75. <Tool
  76. Name="VCFxCopTool"
  77. />
  78. <Tool
  79. Name="VCPostBuildEventTool"
  80. />
  81. </Configuration>
  82. <Configuration
  83. Name="Release|Win32"
  84. OutputDirectory="Release"
  85. IntermediateDirectory="Release"
  86. ConfigurationType="4"
  87. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC71.vsprops"
  88. CharacterSet="1"
  89. >
  90. <Tool
  91. Name="VCPreBuildEventTool"
  92. />
  93. <Tool
  94. Name="VCCustomBuildTool"
  95. />
  96. <Tool
  97. Name="VCXMLDataGeneratorTool"
  98. />
  99. <Tool
  100. Name="VCWebServiceProxyGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCMIDLTool"
  104. />
  105. <Tool
  106. Name="VCCLCompilerTool"
  107. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  108. RuntimeLibrary="0"
  109. UsePrecompiledHeader="2"
  110. PrecompiledHeaderThrough="dxstdafx.h"
  111. WarningLevel="3"
  112. Detect64BitPortabilityProblems="true"
  113. DebugInformationFormat="3"
  114. />
  115. <Tool
  116. Name="VCManagedResourceCompilerTool"
  117. />
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCPreLinkEventTool"
  123. />
  124. <Tool
  125. Name="VCLibrarianTool"
  126. OutputFile="$(OutDir)/DXUT.lib"
  127. />
  128. <Tool
  129. Name="VCALinkTool"
  130. />
  131. <Tool
  132. Name="VCXDCMakeTool"
  133. />
  134. <Tool
  135. Name="VCBscMakeTool"
  136. />
  137. <Tool
  138. Name="VCFxCopTool"
  139. />
  140. <Tool
  141. Name="VCPostBuildEventTool"
  142. />
  143. </Configuration>
  144. </Configurations>
  145. <References>
  146. </References>
  147. <Files>
  148. <File
  149. RelativePath=".dxstdafx.cpp"
  150. >
  151. <FileConfiguration
  152. Name="Debug|Win32"
  153. >
  154. <Tool
  155. Name="VCCLCompilerTool"
  156. UsePrecompiledHeader="1"
  157. />
  158. </FileConfiguration>
  159. <FileConfiguration
  160. Name="Release|Win32"
  161. >
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. UsePrecompiledHeader="1"
  165. />
  166. </FileConfiguration>
  167. </File>
  168. <File
  169. RelativePath=".dxstdafx.h"
  170. >
  171. </File>
  172. <File
  173. RelativePath=".DXUT.cpp"
  174. >
  175. </File>
  176. <File
  177. RelativePath=".DXUT.h"
  178. >
  179. </File>
  180. <File
  181. RelativePath=".DXUTenum.cpp"
  182. >
  183. </File>
  184. <File
  185. RelativePath=".DXUTenum.h"
  186. >
  187. </File>
  188. <File
  189. RelativePath=".DXUTgui.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".DXUTgui.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".DXUTMesh.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".DXUTMesh.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".DXUTmisc.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".DXUTmisc.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".DXUTRes.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".DXUTRes.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".DXUTSettingsDlg.cpp"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".DXUTSettingsDlg.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".DXUTsound.cpp"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".DXUTsound.h"
  234. >
  235. </File>
  236. </Files>
  237. <Globals>
  238. </Globals>
  239. </VisualStudioProject>