libilbc.vcproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="libilbc"
  6. ProjectGUID="{7C43DBD8-6893-4CD2-B7C0-D2E51F8B1FD3}"
  7. RootNamespace="libilbc"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="4"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="src; src\ilbc; src\msvc"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="4"
  50. Detect64BitPortabilityProblems="false"
  51. DebugInformationFormat="4"
  52. DisableSpecificWarnings="4127"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLibrarianTool"
  65. />
  66. <Tool
  67. Name="VCALinkTool"
  68. />
  69. <Tool
  70. Name="VCXDCMakeTool"
  71. />
  72. <Tool
  73. Name="VCBscMakeTool"
  74. />
  75. <Tool
  76. Name="VCFxCopTool"
  77. />
  78. <Tool
  79. Name="VCPostBuildEventTool"
  80. />
  81. </Configuration>
  82. <Configuration
  83. Name="Release|Win32"
  84. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  85. IntermediateDirectory="$(ConfigurationName)"
  86. ConfigurationType="4"
  87. CharacterSet="1"
  88. WholeProgramOptimization="1"
  89. >
  90. <Tool
  91. Name="VCPreBuildEventTool"
  92. />
  93. <Tool
  94. Name="VCCustomBuildTool"
  95. />
  96. <Tool
  97. Name="VCXMLDataGeneratorTool"
  98. />
  99. <Tool
  100. Name="VCWebServiceProxyGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCMIDLTool"
  104. />
  105. <Tool
  106. Name="VCCLCompilerTool"
  107. AdditionalIncludeDirectories="src; src\ilbc; src\msvc"
  108. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  109. RuntimeLibrary="2"
  110. UsePrecompiledHeader="0"
  111. WarningLevel="4"
  112. Detect64BitPortabilityProblems="false"
  113. DebugInformationFormat="3"
  114. DisableSpecificWarnings="4127"
  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. />
  128. <Tool
  129. Name="VCALinkTool"
  130. />
  131. <Tool
  132. Name="VCXDCMakeTool"
  133. />
  134. <Tool
  135. Name="VCBscMakeTool"
  136. />
  137. <Tool
  138. Name="VCFxCopTool"
  139. />
  140. <Tool
  141. Name="VCPostBuildEventTool"
  142. />
  143. </Configuration>
  144. </Configurations>
  145. <References>
  146. </References>
  147. <Files>
  148. <Filter
  149. Name="Source Files"
  150. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  151. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  152. >
  153. <File
  154. RelativePath=".\src\anaFilter.c"
  155. >
  156. </File>
  157. <File
  158. RelativePath=".\src\constants.c"
  159. >
  160. </File>
  161. <File
  162. RelativePath=".\src\createCB.c"
  163. >
  164. </File>
  165. <File
  166. RelativePath=".\src\doCPLC.c"
  167. >
  168. </File>
  169. <File
  170. RelativePath=".\src\enhancer.c"
  171. >
  172. </File>
  173. <File
  174. RelativePath=".\src\filter.c"
  175. >
  176. </File>
  177. <File
  178. RelativePath=".\src\FrameClassify.c"
  179. >
  180. </File>
  181. <File
  182. RelativePath=".\src\gainquant.c"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".\src\getCBvec.c"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\src\helpfun.c"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".\src\hpInput.c"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\src\hpOutput.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\src\iCBConstruct.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\src\iCBSearch.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\src\iLBC_decode.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\src\iLBC_encode.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\src\LPCdecode.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\src\LPCencode.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\src\lsf.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\src\packing.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\src\StateConstructW.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\src\StateSearchW.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\src\syntFilter.c"
  243. >
  244. </File>
  245. </Filter>
  246. <Filter
  247. Name="Header Files"
  248. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  249. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  250. >
  251. <File
  252. RelativePath=".\src\anaFilter.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\src\constants.h"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\src\createCB.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\src\doCPLC.h"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\src\enhancer.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\src\filter.h"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\src\FrameClassify.h"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\src\gainquant.h"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\src\getCBvec.h"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\src\helpfun.h"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\src\hpInput.h"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\src\hpOutput.h"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\src\iCBConstruct.h"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\src\iCBSearch.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\src\ilbc\ilbc.h"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\src\iLBC_define.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\src\LPCdecode.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\src\LPCencode.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\src\lsf.h"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\src\packing.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\src\StateConstructW.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\src\StateSearchW.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\src\syntFilter.h"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\src\ilbc\version.h"
  345. >
  346. </File>
  347. </Filter>
  348. <Filter
  349. Name="Resource Files"
  350. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  351. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  352. >
  353. </Filter>
  354. </Files>
  355. <Globals>
  356. </Globals>
  357. </VisualStudioProject>