libilbc.2008.vcproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libilbc"
  6. ProjectGUID="{9A5DDF08-C88C-4A35-B7F6-D605228446BD}"
  7. RootNamespace="libilbc"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  25. IntermediateDirectory="$(ConfigurationName)"
  26. ConfigurationType="4"
  27. CharacterSet="1"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="src; src\ilbc; src\msvc"
  48. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="4"
  54. Detect64BitPortabilityProblems="false"
  55. DebugInformationFormat="3"
  56. DisableSpecificWarnings="4127"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLibrarianTool"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCXDCMakeTool"
  75. />
  76. <Tool
  77. Name="VCBscMakeTool"
  78. />
  79. <Tool
  80. Name="VCFxCopTool"
  81. />
  82. <Tool
  83. Name="VCPostBuildEventTool"
  84. />
  85. </Configuration>
  86. <Configuration
  87. Name="Release|Win32"
  88. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  89. IntermediateDirectory="$(ConfigurationName)"
  90. ConfigurationType="4"
  91. CharacterSet="1"
  92. WholeProgramOptimization="1"
  93. >
  94. <Tool
  95. Name="VCPreBuildEventTool"
  96. />
  97. <Tool
  98. Name="VCCustomBuildTool"
  99. />
  100. <Tool
  101. Name="VCXMLDataGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCWebServiceProxyGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCMIDLTool"
  108. />
  109. <Tool
  110. Name="VCCLCompilerTool"
  111. AdditionalIncludeDirectories="src; src\ilbc; src\msvc"
  112. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  113. RuntimeLibrary="2"
  114. UsePrecompiledHeader="0"
  115. WarningLevel="4"
  116. Detect64BitPortabilityProblems="false"
  117. DebugInformationFormat="3"
  118. DisableSpecificWarnings="4127"
  119. />
  120. <Tool
  121. Name="VCManagedResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCPreLinkEventTool"
  128. />
  129. <Tool
  130. Name="VCLibrarianTool"
  131. />
  132. <Tool
  133. Name="VCALinkTool"
  134. />
  135. <Tool
  136. Name="VCXDCMakeTool"
  137. />
  138. <Tool
  139. Name="VCBscMakeTool"
  140. />
  141. <Tool
  142. Name="VCFxCopTool"
  143. />
  144. <Tool
  145. Name="VCPostBuildEventTool"
  146. />
  147. </Configuration>
  148. <Configuration
  149. Name="Debug|x64"
  150. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  151. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  152. ConfigurationType="4"
  153. CharacterSet="1"
  154. >
  155. <Tool
  156. Name="VCPreBuildEventTool"
  157. />
  158. <Tool
  159. Name="VCCustomBuildTool"
  160. />
  161. <Tool
  162. Name="VCXMLDataGeneratorTool"
  163. />
  164. <Tool
  165. Name="VCWebServiceProxyGeneratorTool"
  166. />
  167. <Tool
  168. Name="VCMIDLTool"
  169. TargetEnvironment="3"
  170. />
  171. <Tool
  172. Name="VCCLCompilerTool"
  173. Optimization="0"
  174. AdditionalIncludeDirectories="src; src\ilbc; src\msvc"
  175. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  176. MinimalRebuild="true"
  177. BasicRuntimeChecks="3"
  178. RuntimeLibrary="3"
  179. UsePrecompiledHeader="0"
  180. WarningLevel="4"
  181. Detect64BitPortabilityProblems="false"
  182. DebugInformationFormat="3"
  183. DisableSpecificWarnings="4127"
  184. />
  185. <Tool
  186. Name="VCManagedResourceCompilerTool"
  187. />
  188. <Tool
  189. Name="VCResourceCompilerTool"
  190. />
  191. <Tool
  192. Name="VCPreLinkEventTool"
  193. />
  194. <Tool
  195. Name="VCLibrarianTool"
  196. />
  197. <Tool
  198. Name="VCALinkTool"
  199. />
  200. <Tool
  201. Name="VCXDCMakeTool"
  202. />
  203. <Tool
  204. Name="VCBscMakeTool"
  205. />
  206. <Tool
  207. Name="VCFxCopTool"
  208. />
  209. <Tool
  210. Name="VCPostBuildEventTool"
  211. />
  212. </Configuration>
  213. <Configuration
  214. Name="Release|x64"
  215. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  216. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  217. ConfigurationType="4"
  218. CharacterSet="1"
  219. WholeProgramOptimization="1"
  220. >
  221. <Tool
  222. Name="VCPreBuildEventTool"
  223. />
  224. <Tool
  225. Name="VCCustomBuildTool"
  226. />
  227. <Tool
  228. Name="VCXMLDataGeneratorTool"
  229. />
  230. <Tool
  231. Name="VCWebServiceProxyGeneratorTool"
  232. />
  233. <Tool
  234. Name="VCMIDLTool"
  235. TargetEnvironment="3"
  236. />
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. AdditionalIncludeDirectories="src; src\ilbc; src\msvc"
  240. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
  241. RuntimeLibrary="2"
  242. UsePrecompiledHeader="0"
  243. WarningLevel="4"
  244. Detect64BitPortabilityProblems="false"
  245. DebugInformationFormat="3"
  246. DisableSpecificWarnings="4127"
  247. />
  248. <Tool
  249. Name="VCManagedResourceCompilerTool"
  250. />
  251. <Tool
  252. Name="VCResourceCompilerTool"
  253. />
  254. <Tool
  255. Name="VCPreLinkEventTool"
  256. />
  257. <Tool
  258. Name="VCLibrarianTool"
  259. />
  260. <Tool
  261. Name="VCALinkTool"
  262. />
  263. <Tool
  264. Name="VCXDCMakeTool"
  265. />
  266. <Tool
  267. Name="VCBscMakeTool"
  268. />
  269. <Tool
  270. Name="VCFxCopTool"
  271. />
  272. <Tool
  273. Name="VCPostBuildEventTool"
  274. />
  275. </Configuration>
  276. </Configurations>
  277. <References>
  278. </References>
  279. <Files>
  280. <Filter
  281. Name="Source Files"
  282. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  283. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  284. >
  285. <File
  286. RelativePath=".\src\anaFilter.c"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\src\constants.c"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\src\createCB.c"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\src\doCPLC.c"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\src\enhancer.c"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\src\filter.c"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\src\FrameClassify.c"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\src\gainquant.c"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".\src\getCBvec.c"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".\src\helpfun.c"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".\src\hpInput.c"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".\src\hpOutput.c"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".\src\iCBConstruct.c"
  335. >
  336. </File>
  337. <File
  338. RelativePath=".\src\iCBSearch.c"
  339. >
  340. </File>
  341. <File
  342. RelativePath=".\src\iLBC_decode.c"
  343. >
  344. </File>
  345. <File
  346. RelativePath=".\src\iLBC_encode.c"
  347. >
  348. </File>
  349. <File
  350. RelativePath=".\src\LPCdecode.c"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".\src\LPCencode.c"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".\src\lsf.c"
  359. >
  360. </File>
  361. <File
  362. RelativePath=".\src\packing.c"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".\src\StateConstructW.c"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\src\StateSearchW.c"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\src\syntFilter.c"
  375. >
  376. </File>
  377. </Filter>
  378. <Filter
  379. Name="Header Files"
  380. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  381. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  382. >
  383. <File
  384. RelativePath=".\src\anaFilter.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\src\constants.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\src\createCB.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\src\doCPLC.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath=".\src\enhancer.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath=".\src\filter.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\src\FrameClassify.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\src\gainquant.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath=".\src\getCBvec.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\src\helpfun.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\src\hpInput.h"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\src\hpOutput.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\src\iCBConstruct.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\src\iCBSearch.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\src\ilbc\ilbc.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\src\iLBC_define.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\src\LPCdecode.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\src\LPCencode.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\src\lsf.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath=".\src\packing.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".\src\StateConstructW.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\src\StateSearchW.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\src\syntFilter.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\src\ilbc\version.h"
  477. >
  478. </File>
  479. </Filter>
  480. <Filter
  481. Name="Resource Files"
  482. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  483. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  484. >
  485. </Filter>
  486. </Files>
  487. <Globals>
  488. </Globals>
  489. </VisualStudioProject>