vc9_lame_mp3rtp.vcproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="app mp3rtp"
  6. ProjectGUID="{C04BA4EA-F719-456D-A332-6C3AF92D7BEA}"
  7. RootNamespace="mp3rtp"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="ReleaseNASM|Win32"
  20. ConfigurationType="1"
  21. InheritedPropertySheets=".\vc9_lame_config.vsprops;.\arch_nasm.vsprops"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  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. TypeLibraryName="..\output\ReleaseNASM/mp3rtp.tlb"
  40. HeaderFileName=""
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="3"
  45. InlineFunctionExpansion="2"
  46. EnableIntrinsicFunctions="true"
  47. FavorSizeOrSpeed="1"
  48. AdditionalIncludeDirectories="..,../mpglib,../libmp3lame,../include,../"
  49. PreprocessorDefinitions="NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;HAVE_MPGLIB;HAVE_CONFIG_H;HAVE_NASM;MMX_choose_table"
  50. />
  51. <Tool
  52. Name="VCManagedResourceCompilerTool"
  53. />
  54. <Tool
  55. Name="VCResourceCompilerTool"
  56. PreprocessorDefinitions="NDEBUG;_APP=$(TargetFileName)"
  57. Culture="1033"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="wsock32.lib"
  65. OutputFile="$(OutDir)\mp3rtp.exe"
  66. SubSystem="1"
  67. />
  68. <Tool
  69. Name="VCALinkTool"
  70. />
  71. <Tool
  72. Name="VCManifestTool"
  73. />
  74. <Tool
  75. Name="VCXDCMakeTool"
  76. />
  77. <Tool
  78. Name="VCBscMakeTool"
  79. />
  80. <Tool
  81. Name="VCFxCopTool"
  82. />
  83. <Tool
  84. Name="VCAppVerifierTool"
  85. />
  86. <Tool
  87. Name="VCPostBuildEventTool"
  88. />
  89. </Configuration>
  90. <Configuration
  91. Name="Debug|Win32"
  92. ConfigurationType="1"
  93. InheritedPropertySheets=".\vc9_lame_config.vsprops;.\arch_x87.vsprops"
  94. UseOfMFC="0"
  95. ATLMinimizesCRunTimeLibraryUsage="false"
  96. >
  97. <Tool
  98. Name="VCPreBuildEventTool"
  99. />
  100. <Tool
  101. Name="VCCustomBuildTool"
  102. />
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCWebServiceProxyGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCMIDLTool"
  111. TypeLibraryName="..\output\Debug/mp3rtp.tlb"
  112. HeaderFileName=""
  113. />
  114. <Tool
  115. Name="VCCLCompilerTool"
  116. Optimization="0"
  117. AdditionalIncludeDirectories="../,../mpglib,../libmp3lame,../include"
  118. PreprocessorDefinitions="_DEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;HAVE_MPGLIB;HAVE_CONFIG_H"
  119. RuntimeLibrary="1"
  120. DebugInformationFormat="3"
  121. />
  122. <Tool
  123. Name="VCManagedResourceCompilerTool"
  124. />
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. PreprocessorDefinitions="_DEBUG;_APP=$(TargetFileName)"
  128. Culture="1033"
  129. />
  130. <Tool
  131. Name="VCPreLinkEventTool"
  132. />
  133. <Tool
  134. Name="VCLinkerTool"
  135. AdditionalDependencies="wsock32.lib"
  136. OutputFile="$(OutDir)\mp3rtp.exe"
  137. GenerateDebugInformation="true"
  138. SubSystem="1"
  139. />
  140. <Tool
  141. Name="VCALinkTool"
  142. />
  143. <Tool
  144. Name="VCManifestTool"
  145. />
  146. <Tool
  147. Name="VCXDCMakeTool"
  148. />
  149. <Tool
  150. Name="VCBscMakeTool"
  151. />
  152. <Tool
  153. Name="VCFxCopTool"
  154. />
  155. <Tool
  156. Name="VCAppVerifierTool"
  157. />
  158. <Tool
  159. Name="VCPostBuildEventTool"
  160. />
  161. </Configuration>
  162. <Configuration
  163. Name="Release|Win32"
  164. ConfigurationType="1"
  165. InheritedPropertySheets=".\vc9_lame_config.vsprops;.\arch_x87.vsprops"
  166. UseOfMFC="0"
  167. ATLMinimizesCRunTimeLibraryUsage="false"
  168. >
  169. <Tool
  170. Name="VCPreBuildEventTool"
  171. />
  172. <Tool
  173. Name="VCCustomBuildTool"
  174. />
  175. <Tool
  176. Name="VCXMLDataGeneratorTool"
  177. />
  178. <Tool
  179. Name="VCWebServiceProxyGeneratorTool"
  180. />
  181. <Tool
  182. Name="VCMIDLTool"
  183. TypeLibraryName="..\output\Release/mp3rtp.tlb"
  184. HeaderFileName=""
  185. />
  186. <Tool
  187. Name="VCCLCompilerTool"
  188. Optimization="3"
  189. InlineFunctionExpansion="2"
  190. EnableIntrinsicFunctions="true"
  191. FavorSizeOrSpeed="1"
  192. AdditionalIncludeDirectories="..,../mpglib,../libmp3lame,../include,../"
  193. PreprocessorDefinitions="NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;HAVE_MPGLIB;HAVE_CONFIG_H"
  194. />
  195. <Tool
  196. Name="VCManagedResourceCompilerTool"
  197. />
  198. <Tool
  199. Name="VCResourceCompilerTool"
  200. PreprocessorDefinitions="NDEBUG;_APP=$(TargetFileName)"
  201. Culture="1033"
  202. />
  203. <Tool
  204. Name="VCPreLinkEventTool"
  205. />
  206. <Tool
  207. Name="VCLinkerTool"
  208. AdditionalDependencies="wsock32.lib"
  209. OutputFile="$(OutDir)\mp3rtp.exe"
  210. SubSystem="1"
  211. />
  212. <Tool
  213. Name="VCALinkTool"
  214. />
  215. <Tool
  216. Name="VCManifestTool"
  217. />
  218. <Tool
  219. Name="VCXDCMakeTool"
  220. />
  221. <Tool
  222. Name="VCBscMakeTool"
  223. />
  224. <Tool
  225. Name="VCFxCopTool"
  226. />
  227. <Tool
  228. Name="VCAppVerifierTool"
  229. />
  230. <Tool
  231. Name="VCPostBuildEventTool"
  232. />
  233. </Configuration>
  234. <Configuration
  235. Name="ReleaseSSE2|Win32"
  236. ConfigurationType="1"
  237. InheritedPropertySheets=".\vc9_lame_config.vsprops;.\arch_sse2.vsprops"
  238. UseOfMFC="0"
  239. ATLMinimizesCRunTimeLibraryUsage="false"
  240. >
  241. <Tool
  242. Name="VCPreBuildEventTool"
  243. />
  244. <Tool
  245. Name="VCCustomBuildTool"
  246. />
  247. <Tool
  248. Name="VCXMLDataGeneratorTool"
  249. />
  250. <Tool
  251. Name="VCWebServiceProxyGeneratorTool"
  252. />
  253. <Tool
  254. Name="VCMIDLTool"
  255. TypeLibraryName="..\output\Release/mp3rtp.tlb"
  256. HeaderFileName=""
  257. />
  258. <Tool
  259. Name="VCCLCompilerTool"
  260. Optimization="3"
  261. InlineFunctionExpansion="2"
  262. EnableIntrinsicFunctions="true"
  263. FavorSizeOrSpeed="1"
  264. AdditionalIncludeDirectories="..,../mpglib,../libmp3lame,../include,../"
  265. PreprocessorDefinitions="NDEBUG;WIN32;_WIN32;_CONSOLE;_WINDOWS;HAVE_MPGLIB;HAVE_CONFIG_H"
  266. />
  267. <Tool
  268. Name="VCManagedResourceCompilerTool"
  269. />
  270. <Tool
  271. Name="VCResourceCompilerTool"
  272. PreprocessorDefinitions="NDEBUG;_APP=$(TargetFileName)"
  273. Culture="1033"
  274. />
  275. <Tool
  276. Name="VCPreLinkEventTool"
  277. />
  278. <Tool
  279. Name="VCLinkerTool"
  280. AdditionalDependencies="wsock32.lib"
  281. OutputFile="$(OutDir)\mp3rtp.exe"
  282. SubSystem="1"
  283. />
  284. <Tool
  285. Name="VCALinkTool"
  286. />
  287. <Tool
  288. Name="VCManifestTool"
  289. />
  290. <Tool
  291. Name="VCXDCMakeTool"
  292. />
  293. <Tool
  294. Name="VCBscMakeTool"
  295. />
  296. <Tool
  297. Name="VCFxCopTool"
  298. />
  299. <Tool
  300. Name="VCAppVerifierTool"
  301. />
  302. <Tool
  303. Name="VCPostBuildEventTool"
  304. />
  305. </Configuration>
  306. </Configurations>
  307. <References>
  308. </References>
  309. <Files>
  310. <Filter
  311. Name="Source Files"
  312. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  313. >
  314. <File
  315. RelativePath="..\frontend\brhist.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\frontend\console.c"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\frontend\get_audio.c"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\frontend\lametime.c"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\frontend\main.c"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\frontend\mp3rtp.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\frontend\parse.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\frontend\rtp.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\frontend\timestatus.c"
  348. >
  349. </File>
  350. </Filter>
  351. <Filter
  352. Name="Header Files"
  353. Filter="h;hpp;hxx;hm;inl"
  354. >
  355. <File
  356. RelativePath="..\frontend\brhist.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\frontend\console.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\frontend\get_audio.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\frontend\lametime.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\frontend\main.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\frontend\parse.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\frontend\rtp.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\frontend\timestatus.h"
  385. >
  386. </File>
  387. </Filter>
  388. <File
  389. RelativePath="..\libmp3lame\lame.rc"
  390. >
  391. </File>
  392. </Files>
  393. <Globals>
  394. </Globals>
  395. </VisualStudioProject>