RakVoice.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="RakVoice"
  6. ProjectGUID="{25A096E0-645B-4852-913B-400E1C79388E}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. 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"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLinkerTool"
  35. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib Winmm.lib ws2_32.lib"
  36. OutputFile="$(OutDir)/RakVoice.exe"
  37. LinkIncremental="2"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/RakVoice.pdb"
  40. SubSystem="1"
  41. TargetMachine="1"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"/>
  52. <Tool
  53. Name="VCWebServiceProxyGeneratorTool"/>
  54. <Tool
  55. Name="VCXMLDataGeneratorTool"/>
  56. <Tool
  57. Name="VCWebDeploymentTool"/>
  58. <Tool
  59. Name="VCManagedWrapperGeneratorTool"/>
  60. <Tool
  61. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  62. </Configuration>
  63. <Configuration
  64. Name="Release|Win32"
  65. OutputDirectory="Release"
  66. IntermediateDirectory="Release"
  67. ConfigurationType="1"
  68. CharacterSet="2">
  69. <Tool
  70. Name="VCCLCompilerTool"
  71. 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"
  72. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
  73. RuntimeLibrary="0"
  74. UsePrecompiledHeader="0"
  75. WarningLevel="3"
  76. Detect64BitPortabilityProblems="TRUE"
  77. DebugInformationFormat="3"/>
  78. <Tool
  79. Name="VCCustomBuildTool"/>
  80. <Tool
  81. Name="VCLinkerTool"
  82. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib Winmm.lib ws2_32.lib"
  83. OutputFile="$(OutDir)/RakVoice.exe"
  84. LinkIncremental="1"
  85. GenerateDebugInformation="TRUE"
  86. SubSystem="1"
  87. OptimizeReferences="2"
  88. EnableCOMDATFolding="2"
  89. TargetMachine="1"/>
  90. <Tool
  91. Name="VCMIDLTool"/>
  92. <Tool
  93. Name="VCPostBuildEventTool"/>
  94. <Tool
  95. Name="VCPreBuildEventTool"/>
  96. <Tool
  97. Name="VCPreLinkEventTool"/>
  98. <Tool
  99. Name="VCResourceCompilerTool"/>
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"/>
  102. <Tool
  103. Name="VCXMLDataGeneratorTool"/>
  104. <Tool
  105. Name="VCWebDeploymentTool"/>
  106. <Tool
  107. Name="VCManagedWrapperGeneratorTool"/>
  108. <Tool
  109. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  110. </Configuration>
  111. </Configurations>
  112. <References>
  113. </References>
  114. <Files>
  115. <Filter
  116. Name="Source Files"
  117. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  118. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  119. <File
  120. RelativePath=".\main.cpp">
  121. </File>
  122. <File
  123. RelativePath="..\..\DependentExtensions\RakVoice.cpp">
  124. </File>
  125. </Filter>
  126. <Filter
  127. Name="Header Files"
  128. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  129. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  130. <File
  131. RelativePath="..\..\DependentExtensions\RakVoice.h">
  132. </File>
  133. </Filter>
  134. <Filter
  135. Name="PortAudio"
  136. Filter="">
  137. <File
  138. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_convert.c">
  139. </File>
  140. <File
  141. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_host.h">
  142. </File>
  143. <File
  144. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_lib.c">
  145. </File>
  146. <File
  147. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_trace.c">
  148. </File>
  149. <File
  150. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\pa_trace.h">
  151. </File>
  152. <File
  153. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_win_wmme\pa_win_wmme.c">
  154. </File>
  155. <File
  156. RelativePath="..\..\DependentExtensions\portaudio_v18_1\pa_common\portaudio.h">
  157. </File>
  158. </Filter>
  159. <Filter
  160. Name="Speex"
  161. Filter="">
  162. <File
  163. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\bits.c">
  164. </File>
  165. <File
  166. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\cb_search.c">
  167. </File>
  168. <File
  169. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\cb_search.h">
  170. </File>
  171. <File
  172. RelativePath="..\..\DependentExtensions\speex-1.1.12\win32\config.h">
  173. </File>
  174. <File
  175. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_10_16_table.c">
  176. </File>
  177. <File
  178. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_10_32_table.c">
  179. </File>
  180. <File
  181. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_20_32_table.c">
  182. </File>
  183. <File
  184. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_5_256_table.c">
  185. </File>
  186. <File
  187. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_5_64_table.c">
  188. </File>
  189. <File
  190. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\exc_8_128_table.c">
  191. </File>
  192. <File
  193. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fftwrap.c">
  194. </File>
  195. <File
  196. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\fftwrap.h">
  197. </File>
  198. <File
  199. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\filters.c">
  200. </File>
  201. <File
  202. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\filters.h">
  203. </File>
  204. <File
  205. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\gain_table.c">
  206. </File>
  207. <File
  208. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\gain_table_lbr.c">
  209. </File>
  210. <File
  211. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\hexc_10_32_table.c">
  212. </File>
  213. <File
  214. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\hexc_table.c">
  215. </File>
  216. <File
  217. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\high_lsp_tables.c">
  218. </File>
  219. <File
  220. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\kiss_fft.c">
  221. </File>
  222. <File
  223. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\kiss_fft.h">
  224. </File>
  225. <File
  226. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\kiss_fftr.c">
  227. </File>
  228. <File
  229. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\kiss_fftr.h">
  230. </File>
  231. <File
  232. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lpc.c">
  233. </File>
  234. <File
  235. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lpc.h">
  236. </File>
  237. <File
  238. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lsp.c">
  239. </File>
  240. <File
  241. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lsp.h">
  242. </File>
  243. <File
  244. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\lsp_tables_nb.c">
  245. </File>
  246. <File
  247. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\ltp.c">
  248. </File>
  249. <File
  250. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\ltp.h">
  251. </File>
  252. <File
  253. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\math_approx.c">
  254. </File>
  255. <File
  256. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\math_approx.h">
  257. </File>
  258. <File
  259. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\mdf.c">
  260. </File>
  261. <File
  262. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\misc.c">
  263. </File>
  264. <File
  265. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\misc.h">
  266. </File>
  267. <File
  268. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\modes.c">
  269. </File>
  270. <File
  271. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\modes.h">
  272. </File>
  273. <File
  274. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\nb_celp.c">
  275. </File>
  276. <File
  277. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\nb_celp.h">
  278. </File>
  279. <File
  280. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\preprocess.c">
  281. </File>
  282. <File
  283. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\pseudofloat.h">
  284. </File>
  285. <File
  286. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\quant_lsp.c">
  287. </File>
  288. <File
  289. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\quant_lsp.h">
  290. </File>
  291. <File
  292. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\sb_celp.c">
  293. </File>
  294. <File
  295. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\sb_celp.h">
  296. </File>
  297. <File
  298. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\smallft.c">
  299. </File>
  300. <File
  301. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\smallft.h">
  302. </File>
  303. <File
  304. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\speex.c">
  305. </File>
  306. <File
  307. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\speex_callbacks.c">
  308. </File>
  309. <File
  310. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\speex_header.c">
  311. </File>
  312. <File
  313. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\stack_alloc.h">
  314. </File>
  315. <File
  316. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\stereo.c">
  317. </File>
  318. <File
  319. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vbr.c">
  320. </File>
  321. <File
  322. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vbr.h">
  323. </File>
  324. <File
  325. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vq.c">
  326. </File>
  327. <File
  328. RelativePath="..\..\DependentExtensions\speex-1.1.12\libspeex\vq.h">
  329. </File>
  330. </Filter>
  331. </Files>
  332. <Globals>
  333. </Globals>
  334. </VisualStudioProject>
粤ICP备19079148号