MusicTool.vcproj
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:5k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="MusicTool"
  6. ProjectGUID="{BAAEB8BF-40DA-4D76-9F35-2D53ADF9AB38}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".Release"
  17. IntermediateDirectory=".Release"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. InlineFunctionExpansion="1"
  24. AdditionalIncludeDirectories="....commoninclude"
  25. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="4"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile=".Release/MusicTool.pch"
  31. AssemblerListingLocation=".Release/"
  32. ObjectFile=".Release/"
  33. ProgramDataBaseFileName=".Release/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalOptions="/MACHINE:I386 /IGNORE:4089 "
  42. AdditionalDependencies="dxerr9.lib winmm.lib dxguid.lib odbc32.lib odbccp32.lib"
  43. OutputFile=".Release/MusicTool.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. ProgramDatabaseFile=".Release/MusicTool.pdb"
  47. SubSystem="2"
  48. StackReserveSize="2097152"
  49. StackCommitSize="2097152"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. PreprocessorDefinitions="NDEBUG"
  53. MkTypLibCompatible="TRUE"
  54. SuppressStartupBanner="TRUE"
  55. TargetEnvironment="1"
  56. TypeLibraryName=".Release/MusicTool.tlb"/>
  57. <Tool
  58. Name="VCPostBuildEventTool"/>
  59. <Tool
  60. Name="VCPreBuildEventTool"/>
  61. <Tool
  62. Name="VCPreLinkEventTool"/>
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="NDEBUG"
  66. Culture="1033"/>
  67. <Tool
  68. Name="VCWebServiceProxyGeneratorTool"/>
  69. <Tool
  70. Name="VCWebDeploymentTool"/>
  71. </Configuration>
  72. <Configuration
  73. Name="Debug|Win32"
  74. OutputDirectory=".Debug"
  75. IntermediateDirectory=".Debug"
  76. ConfigurationType="1"
  77. UseOfMFC="0"
  78. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. Optimization="0"
  82. AdditionalIncludeDirectories="....commoninclude"
  83. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  84. RuntimeLibrary="5"
  85. UsePrecompiledHeader="2"
  86. PrecompiledHeaderFile=".Debug/MusicTool.pch"
  87. AssemblerListingLocation=".Debug/"
  88. ObjectFile=".Debug/"
  89. ProgramDataBaseFileName=".Debug/"
  90. WarningLevel="3"
  91. SuppressStartupBanner="TRUE"
  92. DebugInformationFormat="3"
  93. CompileAs="0"/>
  94. <Tool
  95. Name="VCCustomBuildTool"/>
  96. <Tool
  97. Name="VCLinkerTool"
  98. AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  99. AdditionalDependencies="dxerr9.lib winmm.lib dxguid.lib odbc32.lib odbccp32.lib"
  100. OutputFile=".Debug/MusicTool.exe"
  101. LinkIncremental="2"
  102. SuppressStartupBanner="TRUE"
  103. GenerateDebugInformation="TRUE"
  104. ProgramDatabaseFile=".Debug/MusicTool.pdb"
  105. SubSystem="2"
  106. StackReserveSize="2097152"
  107. StackCommitSize="2097152"/>
  108. <Tool
  109. Name="VCMIDLTool"
  110. PreprocessorDefinitions="_DEBUG"
  111. MkTypLibCompatible="TRUE"
  112. SuppressStartupBanner="TRUE"
  113. TargetEnvironment="1"
  114. TypeLibraryName=".Debug/MusicTool.tlb"/>
  115. <Tool
  116. Name="VCPostBuildEventTool"/>
  117. <Tool
  118. Name="VCPreBuildEventTool"/>
  119. <Tool
  120. Name="VCPreLinkEventTool"/>
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. PreprocessorDefinitions="_DEBUG"
  124. Culture="1033"/>
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"/>
  127. <Tool
  128. Name="VCWebDeploymentTool"/>
  129. </Configuration>
  130. </Configurations>
  131. <Files>
  132. <Filter
  133. Name="Source"
  134. Filter="">
  135. <File
  136. RelativePath=".MusicTool.cpp">
  137. </File>
  138. <File
  139. RelativePath=".echotool.cpp">
  140. </File>
  141. <File
  142. RelativePath=".echotool.h">
  143. </File>
  144. <File
  145. RelativePath="meastool.cpp">
  146. </File>
  147. <File
  148. RelativePath="meastool.h">
  149. </File>
  150. </Filter>
  151. <Filter
  152. Name="Resource"
  153. Filter="">
  154. <File
  155. RelativePath=".MusicTool.rc">
  156. </File>
  157. <File
  158. RelativePath="....commondirectx.ico">
  159. </File>
  160. <File
  161. RelativePath=".resource.h">
  162. </File>
  163. </Filter>
  164. <Filter
  165. Name="Common"
  166. Filter="">
  167. <File
  168. RelativePath="....commonsrcdmutil.cpp">
  169. </File>
  170. <File
  171. RelativePath="....commonincludedmutil.h">
  172. </File>
  173. <File
  174. RelativePath="....commonsrcdxutil.cpp">
  175. </File>
  176. <File
  177. RelativePath="....commonincludedxutil.h">
  178. </File>
  179. </Filter>
  180. <File
  181. RelativePath=".readme.txt">
  182. </File>
  183. </Files>
  184. <Globals>
  185. </Globals>
  186. </VisualStudioProject>