libdts.vcproj
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:4k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="libdts"
  6. ProjectGUID="{54F609FD-A8CE-43CF-94AD-23E877B97C13}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".Debug"
  17. IntermediateDirectory=".Debug"
  18. ConfigurationType="4"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. AdditionalIncludeDirectories=".,../include"
  26. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. ForceConformanceInForLoopScope="TRUE"
  30. UsePrecompiledHeader="2"
  31. PrecompiledHeaderFile=".Debug/libdts.pch"
  32. AssemblerListingLocation=".Debug/"
  33. ObjectFile=".Debug/"
  34. ProgramDataBaseFileName=".Debug/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. DebugInformationFormat="4"
  38. CompileAs="0"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLibrarianTool"
  43. OutputFile="............liblibdtsD.lib"
  44. SuppressStartupBanner="TRUE"/>
  45. <Tool
  46. Name="VCMIDLTool"/>
  47. <Tool
  48. Name="VCPostBuildEventTool"/>
  49. <Tool
  50. Name="VCPreBuildEventTool"/>
  51. <Tool
  52. Name="VCPreLinkEventTool"/>
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. PreprocessorDefinitions="_DEBUG"
  56. Culture="1033"/>
  57. <Tool
  58. Name="VCWebServiceProxyGeneratorTool"/>
  59. <Tool
  60. Name="VCXMLDataGeneratorTool"/>
  61. <Tool
  62. Name="VCManagedWrapperGeneratorTool"/>
  63. <Tool
  64. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  65. </Configuration>
  66. <Configuration
  67. Name="Release|Win32"
  68. OutputDirectory=".Release"
  69. IntermediateDirectory=".Release"
  70. ConfigurationType="4"
  71. UseOfMFC="0"
  72. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  73. CharacterSet="2">
  74. <Tool
  75. Name="VCCLCompilerTool"
  76. Optimization="2"
  77. InlineFunctionExpansion="1"
  78. AdditionalIncludeDirectories=".,../include"
  79. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  80. StringPooling="TRUE"
  81. RuntimeLibrary="0"
  82. EnableFunctionLevelLinking="TRUE"
  83. ForceConformanceInForLoopScope="TRUE"
  84. UsePrecompiledHeader="2"
  85. PrecompiledHeaderFile=".Release/libdts.pch"
  86. AssemblerListingLocation=".Release/"
  87. ObjectFile=".Release/"
  88. ProgramDataBaseFileName=".Release/"
  89. WarningLevel="3"
  90. SuppressStartupBanner="TRUE"
  91. CompileAs="0"/>
  92. <Tool
  93. Name="VCCustomBuildTool"/>
  94. <Tool
  95. Name="VCLibrarianTool"
  96. OutputFile="............liblibdtsR.lib"
  97. SuppressStartupBanner="TRUE"/>
  98. <Tool
  99. Name="VCMIDLTool"/>
  100. <Tool
  101. Name="VCPostBuildEventTool"/>
  102. <Tool
  103. Name="VCPreBuildEventTool"/>
  104. <Tool
  105. Name="VCPreLinkEventTool"/>
  106. <Tool
  107. Name="VCResourceCompilerTool"
  108. PreprocessorDefinitions="NDEBUG"
  109. Culture="1033"/>
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"/>
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"/>
  114. <Tool
  115. Name="VCManagedWrapperGeneratorTool"/>
  116. <Tool
  117. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  118. </Configuration>
  119. </Configurations>
  120. <References>
  121. </References>
  122. <Files>
  123. <Filter
  124. Name="Source Files"
  125. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  126. <File
  127. RelativePath="..libdtsdts_bitstream.c">
  128. </File>
  129. <File
  130. RelativePath="..libdtsdts_downmix.c">
  131. </File>
  132. <File
  133. RelativePath="..libdtsdts_parse.c">
  134. </File>
  135. </Filter>
  136. <Filter
  137. Name="Header Files"
  138. Filter="h;hpp;hxx;hm;inl">
  139. <File
  140. RelativePath="..libdtsbitstream.h">
  141. </File>
  142. <File
  143. RelativePath="..includedts.h">
  144. </File>
  145. <File
  146. RelativePath="..libdtsdts_internal.h">
  147. </File>
  148. <File
  149. RelativePath="..libdtstables.h">
  150. </File>
  151. <File
  152. RelativePath="..libdtstables_adpcm.h">
  153. </File>
  154. <File
  155. RelativePath="..libdtstables_fir.h">
  156. </File>
  157. <File
  158. RelativePath="..libdtstables_huffman.h">
  159. </File>
  160. <File
  161. RelativePath="..libdtstables_quantization.h">
  162. </File>
  163. <File
  164. RelativePath="..libdtstables_vq.h">
  165. </File>
  166. </Filter>
  167. </Files>
  168. <Globals>
  169. <Global
  170. Name="DevPartner_IsInstrumented"
  171. Value="0"/>
  172. </Globals>
  173. </VisualStudioProject>