DSoundManager.vcproj
上传用户:hygd004
上传日期:2022-02-04
资源大小:1841k
文件大小:7k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="DSoundManager"
  6. ProjectGUID="{0CF1F6D1-EC7B-4E48-8473-7C1BBD334386}"
  7. RootNamespace="DSoundManager"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".Release"
  20. IntermediateDirectory=".Release"
  21. ConfigurationType="2"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="NDEBUG"
  42. MkTypLibCompatible="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".Release/DSoundManager.tlb"
  46. HeaderFileName=""
  47. />
  48. <Tool
  49. Name="VCCLCompilerTool"
  50. Optimization="2"
  51. InlineFunctionExpansion="1"
  52. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOUNDMANAGER_EXPORTS"
  53. StringPooling="true"
  54. RuntimeLibrary="0"
  55. EnableFunctionLevelLinking="true"
  56. UsePrecompiledHeader="2"
  57. PrecompiledHeaderThrough="stdafx.h"
  58. PrecompiledHeaderFile=".Release/DSoundManager.pch"
  59. AssemblerListingLocation=".Release/"
  60. ObjectFile=".Release/"
  61. ProgramDataBaseFileName=".Release/"
  62. WarningLevel="3"
  63. SuppressStartupBanner="true"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="NDEBUG"
  71. Culture="2052"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. OutputFile=".Release/DSoundManager.dll"
  79. LinkIncremental="1"
  80. SuppressStartupBanner="true"
  81. ProgramDatabaseFile=".Release/DSoundManager.pdb"
  82. ImportLibrary=".Release/DSoundManager.lib"
  83. TargetMachine="1"
  84. />
  85. <Tool
  86. Name="VCALinkTool"
  87. />
  88. <Tool
  89. Name="VCManifestTool"
  90. />
  91. <Tool
  92. Name="VCXDCMakeTool"
  93. />
  94. <Tool
  95. Name="VCBscMakeTool"
  96. SuppressStartupBanner="true"
  97. OutputFile=".Release/DSoundManager.bsc"
  98. />
  99. <Tool
  100. Name="VCFxCopTool"
  101. />
  102. <Tool
  103. Name="VCAppVerifierTool"
  104. />
  105. <Tool
  106. Name="VCWebDeploymentTool"
  107. />
  108. <Tool
  109. Name="VCPostBuildEventTool"
  110. CommandLine="copy ReleaseDSoundManager.lib ..DSound_demo&#x0D;&#x0A;copy ReleaseDSoundManager.dll ..DSound_demoRelease&#x0D;&#x0A;"
  111. />
  112. </Configuration>
  113. <Configuration
  114. Name="Debug|Win32"
  115. OutputDirectory=".Debug"
  116. IntermediateDirectory=".Debug"
  117. ConfigurationType="2"
  118. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  119. UseOfMFC="0"
  120. ATLMinimizesCRunTimeLibraryUsage="false"
  121. CharacterSet="2"
  122. >
  123. <Tool
  124. Name="VCPreBuildEventTool"
  125. />
  126. <Tool
  127. Name="VCCustomBuildTool"
  128. />
  129. <Tool
  130. Name="VCXMLDataGeneratorTool"
  131. />
  132. <Tool
  133. Name="VCWebServiceProxyGeneratorTool"
  134. />
  135. <Tool
  136. Name="VCMIDLTool"
  137. PreprocessorDefinitions="_DEBUG"
  138. MkTypLibCompatible="true"
  139. SuppressStartupBanner="true"
  140. TargetEnvironment="1"
  141. TypeLibraryName=".Debug/DSoundManager.tlb"
  142. HeaderFileName=""
  143. />
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="0"
  147. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DSOUNDMANAGER_EXPORTS"
  148. MinimalRebuild="true"
  149. BasicRuntimeChecks="3"
  150. RuntimeLibrary="1"
  151. ForceConformanceInForLoopScope="false"
  152. UsePrecompiledHeader="2"
  153. PrecompiledHeaderThrough="stdafx.h"
  154. PrecompiledHeaderFile=".Debug/DSoundManager.pch"
  155. AssemblerListingLocation=".Debug/"
  156. ObjectFile=".Debug/"
  157. ProgramDataBaseFileName=".Debug/"
  158. BrowseInformation="1"
  159. WarningLevel="3"
  160. SuppressStartupBanner="true"
  161. DebugInformationFormat="4"
  162. />
  163. <Tool
  164. Name="VCManagedResourceCompilerTool"
  165. />
  166. <Tool
  167. Name="VCResourceCompilerTool"
  168. PreprocessorDefinitions="_DEBUG"
  169. Culture="2052"
  170. />
  171. <Tool
  172. Name="VCPreLinkEventTool"
  173. />
  174. <Tool
  175. Name="VCLinkerTool"
  176. OutputFile=".Debug/DSoundManager.dll"
  177. LinkIncremental="2"
  178. SuppressStartupBanner="true"
  179. GenerateDebugInformation="true"
  180. ProgramDatabaseFile=".Debug/DSoundManager.pdb"
  181. ImportLibrary=".Debug/DSoundManager.lib"
  182. TargetMachine="1"
  183. />
  184. <Tool
  185. Name="VCALinkTool"
  186. />
  187. <Tool
  188. Name="VCManifestTool"
  189. EmbedManifest="false"
  190. UseFAT32Workaround="true"
  191. />
  192. <Tool
  193. Name="VCXDCMakeTool"
  194. />
  195. <Tool
  196. Name="VCBscMakeTool"
  197. SuppressStartupBanner="true"
  198. OutputFile=".Debug/DSoundManager.bsc"
  199. />
  200. <Tool
  201. Name="VCFxCopTool"
  202. />
  203. <Tool
  204. Name="VCAppVerifierTool"
  205. />
  206. <Tool
  207. Name="VCWebDeploymentTool"
  208. />
  209. <Tool
  210. Name="VCPostBuildEventTool"
  211. CommandLine="copy DebugDSoundManager.dll ..DSound_demoDebug&#x0D;&#x0A;copy DebugDSoundManager.lib ..DSound_demo&#x0D;&#x0A;"
  212. />
  213. </Configuration>
  214. </Configurations>
  215. <References>
  216. </References>
  217. <Files>
  218. <Filter
  219. Name="Source Files"
  220. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  221. >
  222. <File
  223. RelativePath="DirectSound.cpp"
  224. >
  225. <FileConfiguration
  226. Name="Release|Win32"
  227. >
  228. <Tool
  229. Name="VCCLCompilerTool"
  230. PreprocessorDefinitions=""
  231. />
  232. </FileConfiguration>
  233. <FileConfiguration
  234. Name="Debug|Win32"
  235. >
  236. <Tool
  237. Name="VCCLCompilerTool"
  238. PreprocessorDefinitions=""
  239. />
  240. </FileConfiguration>
  241. </File>
  242. <File
  243. RelativePath="DSoundManager.cpp"
  244. >
  245. <FileConfiguration
  246. Name="Release|Win32"
  247. >
  248. <Tool
  249. Name="VCCLCompilerTool"
  250. PreprocessorDefinitions=""
  251. />
  252. </FileConfiguration>
  253. <FileConfiguration
  254. Name="Debug|Win32"
  255. >
  256. <Tool
  257. Name="VCCLCompilerTool"
  258. PreprocessorDefinitions=""
  259. />
  260. </FileConfiguration>
  261. </File>
  262. <File
  263. RelativePath="StdAfx.cpp"
  264. >
  265. <FileConfiguration
  266. Name="Release|Win32"
  267. >
  268. <Tool
  269. Name="VCCLCompilerTool"
  270. PreprocessorDefinitions=""
  271. UsePrecompiledHeader="1"
  272. />
  273. </FileConfiguration>
  274. <FileConfiguration
  275. Name="Debug|Win32"
  276. >
  277. <Tool
  278. Name="VCCLCompilerTool"
  279. PreprocessorDefinitions=""
  280. UsePrecompiledHeader="1"
  281. />
  282. </FileConfiguration>
  283. </File>
  284. </Filter>
  285. <Filter
  286. Name="Header Files"
  287. Filter="h;hpp;hxx;hm;inl"
  288. >
  289. <File
  290. RelativePath="DirectSound.h"
  291. >
  292. </File>
  293. <File
  294. RelativePath="StdAfx.h"
  295. >
  296. </File>
  297. </Filter>
  298. <Filter
  299. Name="Resource Files"
  300. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  301. >
  302. </Filter>
  303. <File
  304. RelativePath="ReadMe.txt"
  305. >
  306. </File>
  307. </Files>
  308. <Globals>
  309. </Globals>
  310. </VisualStudioProject>