RakVoice_vc8.vcproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="RakVoice"
  6. ProjectGUID="{25A096E0-645B-4852-913B-400E1C79388E}"
  7. Keyword="Win32Proj"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23. CharacterSet="2"
  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="./../../Source;./../../DependentExtensions;./../../DependentExtensions/portaudio_v18_1/pa_common;./../../DependentExtensions/portaudio_v18_1/pa_win_wmme;./../../DependentExtensions/speex-1.1.12/include;./../../DependentExtensions/speex-1.1.12/win32"
  44. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  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. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib Winmm.lib ws2_32.lib"
  65. OutputFile="$(OutDir)/RakVoice.exe"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. ProgramDatabaseFile="$(OutDir)/RakVoice.pdb"
  69. SubSystem="1"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCWebDeploymentTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  103. CharacterSet="2"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. AdditionalIncludeDirectories="./../../Source;./../../DependentExtensions;./../../DependentExtensions/portaudio_v18_1/pa_common;./../../DependentExtensions/portaudio_v18_1/pa_win_wmme;./../../DependentExtensions/speex-1.1.12/include;./../../DependentExtensions/speex-1.1.12/win32"
  123. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
  124. RuntimeLibrary="0"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. Detect64BitPortabilityProblems="true"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib Winmm.lib ws2_32.lib"
  142. OutputFile="$(OutDir)/RakVoice.exe"
  143. LinkIncremental="1"
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. TargetMachine="1"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCManifestTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCAppVerifierTool"
  167. />
  168. <Tool
  169. Name="VCWebDeploymentTool"
  170. />
  171. <Tool
  172. Name="VCPostBuildEventTool"
  173. />
  174. </Configuration>
  175. </Configurations>
  176. <References>
  177. </References>
  178. <Files>
  179. <Filter
  180. Name="Source Files"
  181. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  182. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  183. >
  184. <File
  185. RelativePath=".\main.cpp"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\..\DependentExtensions\RakVoice.cpp"
  190. >
  191. </File>
  192. </Filter>
  193. <Filter
  194. Name="Header Files"
  195. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  196. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  197. >
  198. <File
  199. RelativePath="..\..\DependentExtensions\RakVoice.h"
  200. >
  201. </File>
  202. </Filter>
  203. <Filter
  204. Name="PortAudio"
  205. >
  206. <File
  207. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_convert.c"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_host.h"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_lib.c"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_trace.c"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_trace.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_win_wmme\pa_win_wmme.c"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\portaudio.h"
  232. >
  233. </File>
  234. </Filter>
  235. <Filter
  236. Name="Speex"
  237. >
  238. <File
  239. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\_kiss_fft_guts.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\arch.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\bits.c"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\cb_search.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\cb_search.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\cb_search_arm4.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\cb_search_bfin.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\cb_search_sse.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_10_16_table.c"
  272. >
  273. </File>
  274. <File
  275. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_10_32_table.c"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_20_32_table.c"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_5_256_table.c"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_5_64_table.c"
  288. >
  289. </File>
  290. <File
  291. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_8_128_table.c"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fftwrap.c"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fftwrap.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\filters.c"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\filters.h"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\filters_arm4.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\filters_bfin.h"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\filters_sse.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fixed_arm4.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fixed_arm5e.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fixed_bfin.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fixed_debug.h"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fixed_generic.h"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\gain_table.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\gain_table_lbr.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\hexc_10_32_table.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\hexc_table.c"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\high_lsp_tables.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\jitter.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\kiss_fft.c"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\kiss_fft.h"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\kiss_fftr.c"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\kiss_fftr.h"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lbr_48k_tables.c"
  384. >
  385. </File>
  386. <File
  387. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lpc.c"
  388. >
  389. </File>
  390. <File
  391. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lpc.h"
  392. >
  393. </File>
  394. <File
  395. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lpc_bfin.h"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lsp.c"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lsp.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lsp_tables_nb.c"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\ltp.c"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\ltp.h"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\ltp_arm4.h"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\ltp_bfin.h"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\ltp_sse.h"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\math_approx.c"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\math_approx.h"
  436. >
  437. </File>
  438. <File
  439. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\mdf.c"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\misc.c"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\misc.h"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\misc_bfin.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\modes.c"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\modes.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\nb_celp.c"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\nb_celp.h"
  468. >
  469. </File>
  470. <File
  471. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\preprocess.c"
  472. >
  473. </File>
  474. <File
  475. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\pseudofloat.h"
  476. >
  477. </File>
  478. <File
  479. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\quant_lsp.c"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\quant_lsp.h"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\sb_celp.c"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\sb_celp.h"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\smallft.c"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\smallft.h"
  500. >
  501. </File>
  502. <File
  503. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\speex.c"
  504. >
  505. </File>
  506. <File
  507. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\speex_callbacks.c"
  508. >
  509. </File>
  510. <File
  511. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\speex_header.c"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\stack_alloc.h"
  516. >
  517. </File>
  518. <File
  519. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\stereo.c"
  520. >
  521. </File>
  522. <File
  523. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vbr.c"
  524. >
  525. </File>
  526. <File
  527. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vbr.h"
  528. >
  529. </File>
  530. <File
  531. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vorbis_psy.c"
  532. >
  533. </File>
  534. <File
  535. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vorbis_psy.h"
  536. >
  537. </File>
  538. <File
  539. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vq.c"
  540. >
  541. </File>
  542. <File
  543. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vq.h"
  544. >
  545. </File>
  546. <File
  547. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vq_arm4.h"
  548. >
  549. </File>
  550. <File
  551. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vq_bfin.h"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vq_sse.h"
  556. >
  557. </File>
  558. </Filter>
  559. <File
  560. RelativePath=".\readme.txt"
  561. >
  562. </File>
  563. </Files>
  564. <Globals>
  565. </Globals>
  566. </VisualStudioProject>
粤ICP备19079148号