g729a.vcproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="g729a"
  6. ProjectGUID="{E70DA42C-FE52-4C1F-B85E-9DB825E488A4}"
  7. RootNamespace="g729a"
  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="4"
  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;_LIB"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLibrarianTool"
  63. />
  64. <Tool
  65. Name="VCALinkTool"
  66. />
  67. <Tool
  68. Name="VCXDCMakeTool"
  69. />
  70. <Tool
  71. Name="VCBscMakeTool"
  72. />
  73. <Tool
  74. Name="VCFxCopTool"
  75. />
  76. <Tool
  77. Name="VCPostBuildEventTool"
  78. />
  79. </Configuration>
  80. <Configuration
  81. Name="Release|Win32"
  82. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  83. IntermediateDirectory="$(ConfigurationName)"
  84. ConfigurationType="4"
  85. CharacterSet="1"
  86. WholeProgramOptimization="1"
  87. >
  88. <Tool
  89. Name="VCPreBuildEventTool"
  90. />
  91. <Tool
  92. Name="VCCustomBuildTool"
  93. />
  94. <Tool
  95. Name="VCXMLDataGeneratorTool"
  96. />
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCMIDLTool"
  102. />
  103. <Tool
  104. Name="VCCLCompilerTool"
  105. Optimization="2"
  106. EnableIntrinsicFunctions="true"
  107. WholeProgramOptimization="false"
  108. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  109. RuntimeLibrary="2"
  110. EnableFunctionLevelLinking="true"
  111. UsePrecompiledHeader="0"
  112. WarningLevel="3"
  113. DebugInformationFormat="3"
  114. CompileAs="1"
  115. />
  116. <Tool
  117. Name="VCManagedResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. />
  122. <Tool
  123. Name="VCPreLinkEventTool"
  124. />
  125. <Tool
  126. Name="VCLibrarianTool"
  127. OutputFile="..\thirdparties\win32\lib\g729a\$(ProjectName).a"
  128. />
  129. <Tool
  130. Name="VCALinkTool"
  131. />
  132. <Tool
  133. Name="VCXDCMakeTool"
  134. />
  135. <Tool
  136. Name="VCBscMakeTool"
  137. />
  138. <Tool
  139. Name="VCFxCopTool"
  140. />
  141. <Tool
  142. Name="VCPostBuildEventTool"
  143. />
  144. </Configuration>
  145. <Configuration
  146. Name="Release_Shared|Win32"
  147. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  148. IntermediateDirectory="$(ConfigurationName)"
  149. ConfigurationType="2"
  150. CharacterSet="1"
  151. WholeProgramOptimization="0"
  152. >
  153. <Tool
  154. Name="VCPreBuildEventTool"
  155. />
  156. <Tool
  157. Name="VCCustomBuildTool"
  158. />
  159. <Tool
  160. Name="VCXMLDataGeneratorTool"
  161. />
  162. <Tool
  163. Name="VCWebServiceProxyGeneratorTool"
  164. />
  165. <Tool
  166. Name="VCMIDLTool"
  167. />
  168. <Tool
  169. Name="VCCLCompilerTool"
  170. Optimization="2"
  171. EnableIntrinsicFunctions="true"
  172. WholeProgramOptimization="false"
  173. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  174. RuntimeLibrary="2"
  175. EnableFunctionLevelLinking="true"
  176. UsePrecompiledHeader="0"
  177. WarningLevel="3"
  178. DebugInformationFormat="3"
  179. CompileAs="1"
  180. />
  181. <Tool
  182. Name="VCManagedResourceCompilerTool"
  183. />
  184. <Tool
  185. Name="VCResourceCompilerTool"
  186. />
  187. <Tool
  188. Name="VCPreLinkEventTool"
  189. />
  190. <Tool
  191. Name="VCLinkerTool"
  192. ModuleDefinitionFile="export.def"
  193. LinkTimeCodeGeneration="0"
  194. />
  195. <Tool
  196. Name="VCALinkTool"
  197. />
  198. <Tool
  199. Name="VCManifestTool"
  200. />
  201. <Tool
  202. Name="VCXDCMakeTool"
  203. />
  204. <Tool
  205. Name="VCBscMakeTool"
  206. />
  207. <Tool
  208. Name="VCFxCopTool"
  209. />
  210. <Tool
  211. Name="VCAppVerifierTool"
  212. />
  213. <Tool
  214. Name="VCPostBuildEventTool"
  215. />
  216. </Configuration>
  217. </Configurations>
  218. <References>
  219. </References>
  220. <Files>
  221. <Filter
  222. Name="Source Files"
  223. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  224. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  225. >
  226. <File
  227. RelativePath=".\ACELP_CA.C"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\BASIC_OP.C"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\BITS.C"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\COD_LD8A.C"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\COR_FUNC.C"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\DE_ACELP.C"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\DEC_GAIN.C"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\DEC_LAG3.C"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\DEC_LD8A.C"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\DSPFUNC.C"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\FILTER.C"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\GAINPRED.C"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\LPC.C"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\LPCFUNC.C"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\LSPDEC.C"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\LSPGETQ.C"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\OPER_32B.C"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\P_PARITY.C"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\PITCH_A.C"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\POST_PRO.C"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\POSTFILT.C"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\PRE_PROC.C"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\PRED_LT3.C"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\QUA_GAIN.C"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\QUA_LSP.C"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\TAB_LD8A.C"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\TAMING.C"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\UTIL.C"
  336. >
  337. </File>
  338. </Filter>
  339. <Filter
  340. Name="Header Files"
  341. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  342. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  343. >
  344. <File
  345. RelativePath=".\BASIC_OP.H"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\LD8A.H"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\OPER_32B.H"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\TAB_LD8A.H"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\TYPEDEF.H"
  362. >
  363. </File>
  364. </Filter>
  365. <Filter
  366. Name="Resource Files"
  367. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  368. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  369. >
  370. </Filter>
  371. <File
  372. RelativePath=".\export.def"
  373. >
  374. </File>
  375. </Files>
  376. <Globals>
  377. </Globals>
  378. </VisualStudioProject>