RakVoice_vc9.vcproj 14 KB

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