g729b.vcproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="g729b"
  6. ProjectGUID="{6AE3B85D-7696-4AF3-AFFF-2DC7BB153E58}"
  7. RootNamespace="g729b"
  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. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G729B_EXPORTS"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. DebugInformationFormat="4"
  51. CompileAs="1"
  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. LinkIncremental="2"
  65. ModuleDefinitionFile="export.def"
  66. GenerateDebugInformation="true"
  67. SubSystem="2"
  68. TargetMachine="1"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCManifestTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Release|Win32"
  94. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  95. IntermediateDirectory="$(ConfigurationName)"
  96. ConfigurationType="2"
  97. CharacterSet="1"
  98. WholeProgramOptimization="1"
  99. >
  100. <Tool
  101. Name="VCPreBuildEventTool"
  102. />
  103. <Tool
  104. Name="VCCustomBuildTool"
  105. />
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCMIDLTool"
  114. />
  115. <Tool
  116. Name="VCCLCompilerTool"
  117. Optimization="2"
  118. EnableIntrinsicFunctions="true"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;G729B_EXPORTS"
  120. RuntimeLibrary="2"
  121. EnableFunctionLevelLinking="true"
  122. UsePrecompiledHeader="0"
  123. WarningLevel="3"
  124. DebugInformationFormat="3"
  125. CompileAs="1"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLinkerTool"
  138. LinkIncremental="1"
  139. ModuleDefinitionFile="export.def"
  140. GenerateDebugInformation="true"
  141. SubSystem="2"
  142. OptimizeReferences="2"
  143. EnableCOMDATFolding="2"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. <Configuration
  169. Name="Release_Static|Win32"
  170. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  171. IntermediateDirectory="$(ConfigurationName)"
  172. ConfigurationType="4"
  173. CharacterSet="1"
  174. WholeProgramOptimization="0"
  175. >
  176. <Tool
  177. Name="VCPreBuildEventTool"
  178. />
  179. <Tool
  180. Name="VCCustomBuildTool"
  181. />
  182. <Tool
  183. Name="VCXMLDataGeneratorTool"
  184. />
  185. <Tool
  186. Name="VCWebServiceProxyGeneratorTool"
  187. />
  188. <Tool
  189. Name="VCMIDLTool"
  190. />
  191. <Tool
  192. Name="VCCLCompilerTool"
  193. Optimization="2"
  194. EnableIntrinsicFunctions="true"
  195. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;G729B_EXPORTS"
  196. RuntimeLibrary="2"
  197. EnableFunctionLevelLinking="true"
  198. UsePrecompiledHeader="0"
  199. WarningLevel="3"
  200. DebugInformationFormat="3"
  201. CompileAs="1"
  202. />
  203. <Tool
  204. Name="VCManagedResourceCompilerTool"
  205. />
  206. <Tool
  207. Name="VCResourceCompilerTool"
  208. />
  209. <Tool
  210. Name="VCPreLinkEventTool"
  211. />
  212. <Tool
  213. Name="VCLibrarianTool"
  214. OutputFile="..\thirdparties\win32\lib\g729b\$(ProjectName).a"
  215. ModuleDefinitionFile=""
  216. />
  217. <Tool
  218. Name="VCALinkTool"
  219. />
  220. <Tool
  221. Name="VCXDCMakeTool"
  222. />
  223. <Tool
  224. Name="VCBscMakeTool"
  225. />
  226. <Tool
  227. Name="VCFxCopTool"
  228. />
  229. <Tool
  230. Name="VCPostBuildEventTool"
  231. />
  232. </Configuration>
  233. </Configurations>
  234. <References>
  235. </References>
  236. <Files>
  237. <Filter
  238. Name="Source Files"
  239. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  240. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  241. >
  242. <File
  243. RelativePath=".\acelp_ca.c"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\basic_op.c"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\bits.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\calcexc.c"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\cod_ld8a.c"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\cor_func.c"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\de_acelp.c"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\dec_gain.c"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\dec_lag3.c"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\dec_ld8a.c"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\dec_sid.c"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\dspfunc.c"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\dtx.c"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\filter.c"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\gainpred.c"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\lpc.c"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\lpcfunc.c"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\lspdec.c"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\lspgetq.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\oper_32b.c"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\p_parity.c"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\pitch_a.c"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\post_pro.c"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\postfilt.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\pre_proc.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\pred_lt3.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\qsidgain.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\qsidlsf.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\qua_gain.c"
  356. >
  357. </File>
  358. <File
  359. RelativePath=".\qua_lsp.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\tab_dtx.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\tab_ld8a.c"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\taming.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\util.c"
  376. >
  377. </File>
  378. <File
  379. RelativePath=".\vad.c"
  380. >
  381. </File>
  382. </Filter>
  383. <Filter
  384. Name="Header Files"
  385. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  386. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  387. >
  388. <File
  389. RelativePath=".\basic_op.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\dtx.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\ld8a.h"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\octet.h"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\oper_32b.h"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\sid.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\tab_dtx.h"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\tab_ld8a.h"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\typedef.h"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\vad.h"
  426. >
  427. </File>
  428. </Filter>
  429. <Filter
  430. Name="Resource Files"
  431. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  432. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  433. >
  434. </Filter>
  435. <File
  436. RelativePath=".\export.def"
  437. >
  438. </File>
  439. </Files>
  440. <Globals>
  441. </Globals>
  442. </VisualStudioProject>