XAudio2BasicSound_2003.vcproj
上传用户:May-22
上传日期:2015-07-19
资源大小:7113k
文件大小:4k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="XAudio2BasicSound"
  6. ProjectGUID="{AD269CFD-3DE8-4B18-BF01-F08087C2A1CD}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  17. IntermediateDirectory="$(ConfigurationName)"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="1">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. AdditionalIncludeDirectories="....DXUTCore; ....DXUTOptional"
  26. PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PROFILE;_CONSOLE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="5"
  29. UsePrecompiledHeader="0"
  30. PrecompiledHeaderThrough=""
  31. PrecompiledHeaderFile=".Debug/XAudio2BasicSound.pch"
  32. WarningLevel="3"
  33. SuppressStartupBanner="TRUE"
  34. DebugInformationFormat="4"/>
  35. <Tool
  36. Name="VCCustomBuildTool"/>
  37. <Tool
  38. Name="VCLinkerTool"
  39. AdditionalOptions="/IGNORE:4089"
  40. AdditionalDependencies="dxerr.lib dxguid.lib d3dx9d.lib d3d9.lib winmm.lib odbc32.lib odbccp32.lib comctl32.lib"
  41. LinkIncremental="2"
  42. SuppressStartupBanner="TRUE"
  43. GenerateDebugInformation="TRUE"
  44. SubSystem="1"/>
  45. <Tool
  46. Name="VCMIDLTool"
  47. TypeLibraryName=".Debug/XAudio2BasicSound.tlb"/>
  48. <Tool
  49. Name="VCPostBuildEventTool"/>
  50. <Tool
  51. Name="VCPreBuildEventTool"/>
  52. <Tool
  53. Name="VCPreLinkEventTool"/>
  54. <Tool
  55. Name="VCResourceCompilerTool"
  56. PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PROFILE;_WINDOWS"
  57. Culture="1033"/>
  58. <Tool
  59. Name="VCWebServiceProxyGeneratorTool"/>
  60. <Tool
  61. Name="VCXMLDataGeneratorTool"/>
  62. <Tool
  63. Name="VCWebDeploymentTool"/>
  64. <Tool
  65. Name="VCManagedWrapperGeneratorTool"/>
  66. <Tool
  67. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  68. </Configuration>
  69. <Configuration
  70. Name="Release|Win32"
  71. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  72. IntermediateDirectory="$(ConfigurationName)"
  73. ConfigurationType="1"
  74. UseOfMFC="0"
  75. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  76. CharacterSet="1">
  77. <Tool
  78. Name="VCCLCompilerTool"
  79. InlineFunctionExpansion="1"
  80. AdditionalIncludeDirectories="....DXUTCore; ....DXUTOptional"
  81. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  82. StringPooling="TRUE"
  83. RuntimeLibrary="4"
  84. EnableFunctionLevelLinking="TRUE"
  85. UsePrecompiledHeader="0"
  86. PrecompiledHeaderThrough=""
  87. PrecompiledHeaderFile=".Release/XAudio2BasicSound.pch"
  88. WarningLevel="3"
  89. SuppressStartupBanner="TRUE"/>
  90. <Tool
  91. Name="VCCustomBuildTool"/>
  92. <Tool
  93. Name="VCLinkerTool"
  94. AdditionalOptions="/IGNORE:4089"
  95. AdditionalDependencies="dxerr.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib odbc32.lib odbccp32.lib comctl32.lib"
  96. LinkIncremental="1"
  97. SuppressStartupBanner="TRUE"
  98. SubSystem="1"/>
  99. <Tool
  100. Name="VCMIDLTool"
  101. TypeLibraryName=".Release/XAudio2BasicSound.tlb"/>
  102. <Tool
  103. Name="VCPostBuildEventTool"/>
  104. <Tool
  105. Name="VCPreBuildEventTool"/>
  106. <Tool
  107. Name="VCPreLinkEventTool"/>
  108. <Tool
  109. Name="VCResourceCompilerTool"
  110. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  111. Culture="1033"/>
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"/>
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"/>
  116. <Tool
  117. Name="VCWebDeploymentTool"/>
  118. <Tool
  119. Name="VCManagedWrapperGeneratorTool"/>
  120. <Tool
  121. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  122. </Configuration>
  123. </Configurations>
  124. <References>
  125. </References>
  126. <Files>
  127. <Filter
  128. Name="DXUT"
  129. Filter="">
  130. <File
  131. RelativePath="....DXUTOptionalSDKwavefile.cpp">
  132. </File>
  133. <File
  134. RelativePath="....DXUTOptionalSDKwavefile.h">
  135. </File>
  136. </Filter>
  137. <File
  138. RelativePath=".XAudio2BasicSound.cpp">
  139. </File>
  140. <File
  141. RelativePath=".XAudio2BasicSound.manifest">
  142. </File>
  143. <File
  144. RelativePath=".XAudio2BasicSound.rc">
  145. </File>
  146. </Files>
  147. <Globals>
  148. </Globals>
  149. </VisualStudioProject>