libspeex.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="libspeex"
  6. ProjectGUID="{E972C52F-9E85-4D65-B19C-031E511E9DB4}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="..\..\..\include;..\.."
  23. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"
  31. CompileAs="1"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLibrarianTool"
  36. OutputFile="../../../lib/libspeex.lib"/>
  37. <Tool
  38. Name="VCMIDLTool"/>
  39. <Tool
  40. Name="VCPostBuildEventTool"/>
  41. <Tool
  42. Name="VCPreBuildEventTool"/>
  43. <Tool
  44. Name="VCPreLinkEventTool"/>
  45. <Tool
  46. Name="VCResourceCompilerTool"/>
  47. <Tool
  48. Name="VCWebServiceProxyGeneratorTool"/>
  49. <Tool
  50. Name="VCXMLDataGeneratorTool"/>
  51. <Tool
  52. Name="VCManagedWrapperGeneratorTool"/>
  53. <Tool
  54. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  55. </Configuration>
  56. <Configuration
  57. Name="Release|Win32"
  58. OutputDirectory="Release"
  59. IntermediateDirectory="Release"
  60. ConfigurationType="4"
  61. CharacterSet="2"
  62. WholeProgramOptimization="TRUE">
  63. <Tool
  64. Name="VCCLCompilerTool"
  65. Optimization="3"
  66. GlobalOptimizations="TRUE"
  67. InlineFunctionExpansion="2"
  68. EnableIntrinsicFunctions="TRUE"
  69. FavorSizeOrSpeed="1"
  70. OptimizeForProcessor="2"
  71. AdditionalIncludeDirectories="..\..\..\include;..\.."
  72. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  73. StringPooling="TRUE"
  74. ExceptionHandling="FALSE"
  75. RuntimeLibrary="2"
  76. BufferSecurityCheck="FALSE"
  77. UsePrecompiledHeader="0"
  78. WarningLevel="3"
  79. Detect64BitPortabilityProblems="TRUE"
  80. DebugInformationFormat="3"
  81. CompileAs="1"
  82. DisableSpecificWarnings="4244;4305;4311;4100;4127"/>
  83. <Tool
  84. Name="VCCustomBuildTool"/>
  85. <Tool
  86. Name="VCLibrarianTool"
  87. OutputFile="../../../lib/libspeex.lib"/>
  88. <Tool
  89. Name="VCMIDLTool"/>
  90. <Tool
  91. Name="VCPostBuildEventTool"/>
  92. <Tool
  93. Name="VCPreBuildEventTool"/>
  94. <Tool
  95. Name="VCPreLinkEventTool"/>
  96. <Tool
  97. Name="VCResourceCompilerTool"/>
  98. <Tool
  99. Name="VCWebServiceProxyGeneratorTool"/>
  100. <Tool
  101. Name="VCXMLDataGeneratorTool"/>
  102. <Tool
  103. Name="VCManagedWrapperGeneratorTool"/>
  104. <Tool
  105. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  106. </Configuration>
  107. <Configuration
  108. Name="Release_Static_SSE|Win32"
  109. OutputDirectory="$(ConfigurationName)"
  110. IntermediateDirectory="$(ConfigurationName)"
  111. ConfigurationType="4"
  112. CharacterSet="2"
  113. WholeProgramOptimization="TRUE">
  114. <Tool
  115. Name="VCCLCompilerTool"
  116. Optimization="3"
  117. GlobalOptimizations="TRUE"
  118. InlineFunctionExpansion="2"
  119. EnableIntrinsicFunctions="TRUE"
  120. FavorSizeOrSpeed="1"
  121. OptimizeForProcessor="2"
  122. AdditionalIncludeDirectories="..\..\..\include;..\.."
  123. PreprocessorDefinitions="_USE_SSE;WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  124. StringPooling="TRUE"
  125. ExceptionHandling="FALSE"
  126. RuntimeLibrary="2"
  127. BufferSecurityCheck="FALSE"
  128. EnableEnhancedInstructionSet="1"
  129. UsePrecompiledHeader="0"
  130. WarningLevel="4"
  131. Detect64BitPortabilityProblems="TRUE"
  132. DebugInformationFormat="3"
  133. CompileAs="1"
  134. DisableSpecificWarnings="4244;4305;4311;4100;4127"/>
  135. <Tool
  136. Name="VCCustomBuildTool"/>
  137. <Tool
  138. Name="VCLibrarianTool"
  139. OutputFile="../../../lib/libspeex.lib"/>
  140. <Tool
  141. Name="VCMIDLTool"/>
  142. <Tool
  143. Name="VCPostBuildEventTool"/>
  144. <Tool
  145. Name="VCPreBuildEventTool"/>
  146. <Tool
  147. Name="VCPreLinkEventTool"/>
  148. <Tool
  149. Name="VCResourceCompilerTool"/>
  150. <Tool
  151. Name="VCWebServiceProxyGeneratorTool"/>
  152. <Tool
  153. Name="VCXMLDataGeneratorTool"/>
  154. <Tool
  155. Name="VCManagedWrapperGeneratorTool"/>
  156. <Tool
  157. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  158. </Configuration>
  159. <Configuration
  160. Name="Release_Dynamic_SSE|Win32"
  161. OutputDirectory="$(ConfigurationName)"
  162. IntermediateDirectory="$(ConfigurationName)"
  163. ConfigurationType="2"
  164. CharacterSet="2"
  165. WholeProgramOptimization="TRUE">
  166. <Tool
  167. Name="VCCLCompilerTool"
  168. Optimization="3"
  169. GlobalOptimizations="TRUE"
  170. InlineFunctionExpansion="2"
  171. EnableIntrinsicFunctions="TRUE"
  172. FavorSizeOrSpeed="1"
  173. OptimizeForProcessor="3"
  174. AdditionalIncludeDirectories="..\..\..\include;..\.."
  175. PreprocessorDefinitions="_USE_SSE;WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H"
  176. StringPooling="TRUE"
  177. ExceptionHandling="FALSE"
  178. RuntimeLibrary="0"
  179. BufferSecurityCheck="FALSE"
  180. EnableEnhancedInstructionSet="1"
  181. UsePrecompiledHeader="0"
  182. WarningLevel="3"
  183. Detect64BitPortabilityProblems="TRUE"
  184. DebugInformationFormat="3"
  185. CompileAs="1"
  186. DisableSpecificWarnings="4244;4305;4311;4100;4127"/>
  187. <Tool
  188. Name="VCCustomBuildTool"/>
  189. <Tool
  190. Name="VCLinkerTool"
  191. OutputFile="../../../bin/libspeex.dll"
  192. ModuleDefinitionFile="..\..\libspeex.def"
  193. OptimizeReferences="2"
  194. EnableCOMDATFolding="2"
  195. OptimizeForWindows98="1"
  196. ImportLibrary="../../../lib/libspeex.lib"/>
  197. <Tool
  198. Name="VCMIDLTool"/>
  199. <Tool
  200. Name="VCPostBuildEventTool"/>
  201. <Tool
  202. Name="VCPreBuildEventTool"/>
  203. <Tool
  204. Name="VCPreLinkEventTool"/>
  205. <Tool
  206. Name="VCResourceCompilerTool"/>
  207. <Tool
  208. Name="VCWebServiceProxyGeneratorTool"/>
  209. <Tool
  210. Name="VCXMLDataGeneratorTool"/>
  211. <Tool
  212. Name="VCWebDeploymentTool"/>
  213. <Tool
  214. Name="VCManagedWrapperGeneratorTool"/>
  215. <Tool
  216. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  217. </Configuration>
  218. </Configurations>
  219. <References>
  220. </References>
  221. <Files>
  222. <Filter
  223. Name="Source Files"
  224. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  225. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  226. <File
  227. RelativePath="..\..\..\libspeex\bits.c">
  228. </File>
  229. <File
  230. RelativePath="..\..\..\libspeex\cb_search.c">
  231. </File>
  232. <File
  233. RelativePath="..\..\..\libspeex\exc_10_16_table.c">
  234. </File>
  235. <File
  236. RelativePath="..\..\..\libspeex\exc_10_32_table.c">
  237. </File>
  238. <File
  239. RelativePath="..\..\..\libspeex\exc_20_32_table.c">
  240. </File>
  241. <File
  242. RelativePath="..\..\..\libspeex\exc_5_256_table.c">
  243. </File>
  244. <File
  245. RelativePath="..\..\..\libspeex\exc_5_64_table.c">
  246. </File>
  247. <File
  248. RelativePath="..\..\..\libspeex\exc_8_128_table.c">
  249. </File>
  250. <File
  251. RelativePath="..\..\..\libspeex\filters.c">
  252. </File>
  253. <File
  254. RelativePath="..\..\..\libspeex\gain_table.c">
  255. </File>
  256. <File
  257. RelativePath="..\..\..\libspeex\gain_table_lbr.c">
  258. </File>
  259. <File
  260. RelativePath="..\..\..\libspeex\hexc_10_32_table.c">
  261. </File>
  262. <File
  263. RelativePath="..\..\..\libspeex\hexc_table.c">
  264. </File>
  265. <File
  266. RelativePath="..\..\..\libspeex\high_lsp_tables.c">
  267. </File>
  268. <File
  269. RelativePath="..\..\..\libspeex\lpc.c">
  270. </File>
  271. <File
  272. RelativePath="..\..\..\libspeex\lsp.c">
  273. </File>
  274. <File
  275. RelativePath="..\..\..\libspeex\lsp_tables_nb.c">
  276. </File>
  277. <File
  278. RelativePath="..\..\..\libspeex\ltp.c">
  279. </File>
  280. <File
  281. RelativePath="..\..\..\libspeex\modes.c">
  282. </File>
  283. <File
  284. RelativePath="..\..\..\libspeex\modes_wb.c">
  285. </File>
  286. <File
  287. RelativePath="..\..\..\libspeex\nb_celp.c">
  288. </File>
  289. <File
  290. RelativePath="..\..\..\libspeex\quant_lsp.c">
  291. </File>
  292. <File
  293. RelativePath="..\..\..\libspeex\sb_celp.c">
  294. </File>
  295. <File
  296. RelativePath="..\..\..\libspeex\speex.c">
  297. </File>
  298. <File
  299. RelativePath="..\..\..\libspeex\speex_callbacks.c">
  300. </File>
  301. <File
  302. RelativePath="..\..\..\libspeex\speex_header.c">
  303. </File>
  304. <File
  305. RelativePath="..\..\..\libspeex\stereo.c">
  306. </File>
  307. <File
  308. RelativePath="..\..\..\libspeex\vbr.c">
  309. </File>
  310. <File
  311. RelativePath="..\..\..\libspeex\vq.c">
  312. </File>
  313. <File
  314. RelativePath="..\..\..\libspeex\window.c">
  315. </File>
  316. </Filter>
  317. <Filter
  318. Name="Header Files"
  319. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  320. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  321. <File
  322. RelativePath="..\..\..\libspeex\arch.h">
  323. </File>
  324. <File
  325. RelativePath="..\..\..\libspeex\cb_search.h">
  326. </File>
  327. <File
  328. RelativePath="..\..\..\libspeex\cb_search_sse.h">
  329. </File>
  330. <File
  331. RelativePath="..\..\..\libspeex\filters.h">
  332. </File>
  333. <File
  334. RelativePath="..\..\..\libspeex\filters_sse.h">
  335. </File>
  336. <File
  337. RelativePath="..\..\..\libspeex\fixed_debug.h">
  338. </File>
  339. <File
  340. RelativePath="..\..\..\libspeex\fixed_generic.h">
  341. </File>
  342. <File
  343. RelativePath="..\..\..\libspeex\lpc.h">
  344. </File>
  345. <File
  346. RelativePath="..\..\..\libspeex\lsp.h">
  347. </File>
  348. <File
  349. RelativePath="..\..\..\libspeex\ltp.h">
  350. </File>
  351. <File
  352. RelativePath="..\..\..\libspeex\ltp_sse.h">
  353. </File>
  354. <File
  355. RelativePath="..\..\..\libspeex\math_approx.h">
  356. </File>
  357. <File
  358. RelativePath="..\..\..\libspeex\modes.h">
  359. </File>
  360. <File
  361. RelativePath="..\..\..\libspeex\nb_celp.h">
  362. </File>
  363. <File
  364. RelativePath="..\..\..\libspeex\os_support.h">
  365. </File>
  366. <File
  367. RelativePath="..\..\..\libspeex\quant_lsp.h">
  368. </File>
  369. <File
  370. RelativePath="..\..\..\libspeex\sb_celp.h">
  371. </File>
  372. <File
  373. RelativePath="..\..\..\libspeex\stack_alloc.h">
  374. </File>
  375. <File
  376. RelativePath="..\..\..\libspeex\vbr.h">
  377. </File>
  378. <File
  379. RelativePath="..\..\..\libspeex\vq.h">
  380. </File>
  381. <File
  382. RelativePath="..\..\..\libspeex\vq_sse.h">
  383. </File>
  384. </Filter>
  385. <Filter
  386. Name="Public Header Files"
  387. Filter="">
  388. <File
  389. RelativePath="..\..\..\include\speex\speex.h">
  390. </File>
  391. <File
  392. RelativePath="..\..\..\include\speex\speex_bits.h">
  393. </File>
  394. <File
  395. RelativePath="..\..\..\include\speex\speex_callbacks.h">
  396. </File>
  397. <File
  398. RelativePath="..\..\..\include\speex\speex_header.h">
  399. </File>
  400. <File
  401. RelativePath="..\..\..\include\speex\speex_stereo.h">
  402. </File>
  403. <File
  404. RelativePath="..\..\..\include\speex\speex_types.h">
  405. </File>
  406. </Filter>
  407. <Filter
  408. Name="Resource Files"
  409. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  410. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  411. </Filter>
  412. <File
  413. RelativePath="..\..\config.h">
  414. </File>
  415. <File
  416. RelativePath="..\..\libspeex.def">
  417. </File>
  418. </Files>
  419. <Globals>
  420. </Globals>
  421. </VisualStudioProject>