aacdec.vcproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="aacdec"
  6. ProjectGUID="{54B42829-727D-4B31-A370-5FC83F4C30AB}"
  7. RootNamespace="aacdec"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../Wasabi"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AACDEC_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  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="VCLinkerTool"
  64. AdditionalDependencies="../nsutil/nsutil.lib"
  65. OutputFile="$(ProgramFiles)\winamp\system\aacdec.w5s"
  66. LinkIncremental="2"
  67. IgnoreDefaultLibraryNames="libmmd.lib"
  68. GenerateDebugInformation="true"
  69. ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
  70. SubSystem="2"
  71. ImportLibrary="$(IntDir)\$(ProjectName).lib"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="$(ConfigurationName)"
  99. IntermediateDirectory="$(ConfigurationName)"
  100. ConfigurationType="2"
  101. CharacterSet="1"
  102. WholeProgramOptimization="1"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. Optimization="2"
  122. EnableIntrinsicFunctions="true"
  123. FavorSizeOrSpeed="1"
  124. AdditionalIncludeDirectories="../Wasabi"
  125. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AACDEC_EXPORTS"
  126. StringPooling="true"
  127. RuntimeLibrary="2"
  128. BufferSecurityCheck="false"
  129. RuntimeTypeInfo="false"
  130. UsePrecompiledHeader="0"
  131. WarningLevel="3"
  132. DebugInformationFormat="3"
  133. DisableSpecificWarnings="4018"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. AdditionalDependencies="../nsutil/nsutil.lib msvcrt.lib"
  147. OutputFile="$(ProgramFiles)\winamp\system\aacdec.w5s"
  148. LinkIncremental="1"
  149. GenerateManifest="false"
  150. IgnoreAllDefaultLibraries="true"
  151. IgnoreDefaultLibraryNames="libmmd.lib;msvcprt.lib"
  152. GenerateDebugInformation="true"
  153. ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. RandomizedBaseAddress="1"
  158. ImportLibrary="$(IntDir)\$(ProjectName).lib"
  159. TargetMachine="1"
  160. />
  161. <Tool
  162. Name="VCALinkTool"
  163. />
  164. <Tool
  165. Name="VCManifestTool"
  166. />
  167. <Tool
  168. Name="VCXDCMakeTool"
  169. />
  170. <Tool
  171. Name="VCBscMakeTool"
  172. />
  173. <Tool
  174. Name="VCFxCopTool"
  175. />
  176. <Tool
  177. Name="VCAppVerifierTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. </Configurations>
  184. <References>
  185. </References>
  186. <Files>
  187. <Filter
  188. Name="Source Files"
  189. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  190. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  191. >
  192. <File
  193. RelativePath=".\ADTSHeader.c"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\ADTSHeader.h"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\api.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\api.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\main.cpp"
  210. >
  211. </File>
  212. </Filter>
  213. <Filter
  214. Name="AVI"
  215. >
  216. <File
  217. RelativePath=".\AVIAACDecoder.cpp"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\AVIAACDecoder.h"
  222. >
  223. </File>
  224. </Filter>
  225. <Filter
  226. Name="libs"
  227. >
  228. <File
  229. RelativePath=".\libs\Win32\concealMDCTlib.lib"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\libs\Win32\fdreverblib.lib"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\libs\Win32\HdAacDeclib.lib"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\libs\Win32\libirc.lib"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\libs\Win32\limiterlib.lib"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\libs\Win32\mathlib.lib"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\libs\Win32\mp4audiodec.lib"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\libs\Win32\mpegsDeclib.lib"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\libs\Win32\qmflib.lib"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\libs\Win32\readonlybitbuflib.lib"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\libs\Win32\sbrdecoderlib.lib"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\libs\Win32\spaceDeclib.lib"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\libs\Win32\utillib.lib"
  278. >
  279. </File>
  280. </Filter>
  281. <Filter
  282. Name="MKV"
  283. >
  284. <File
  285. RelativePath=".\MKVAACDecoder.cpp"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\MKVAACDecoder.h"
  290. >
  291. </File>
  292. </Filter>
  293. <Filter
  294. Name="MP4"
  295. >
  296. <File
  297. RelativePath=".\MP4AACDecoder.cpp"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\MP4AACDecoder.h"
  302. >
  303. </File>
  304. </Filter>
  305. <Filter
  306. Name="FLV"
  307. >
  308. <File
  309. RelativePath=".\FLVAACDecoder.cpp"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\FLVAACDecoder.h"
  314. >
  315. </File>
  316. </Filter>
  317. <Filter
  318. Name="MPEG Stream"
  319. >
  320. <File
  321. RelativePath=".\ADTSAACDecoder.cpp"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\ADTSAACDecoder.h"
  326. >
  327. </File>
  328. </Filter>
  329. <Filter
  330. Name="NSV"
  331. >
  332. <File
  333. RelativePath=".\NSVAACDecoder.cpp"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\NSVAACDecoder.h"
  338. >
  339. </File>
  340. </Filter>
  341. <Filter
  342. Name="Resource Files"
  343. >
  344. <File
  345. RelativePath=".\aacdec.rc"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\resource.h"
  350. >
  351. </File>
  352. </Filter>
  353. </Files>
  354. <Globals>
  355. </Globals>
  356. </VisualStudioProject>