vc9_lame_lame.vcproj 7.4 KB

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