vc9_lame_dll.vcproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="lame_enc_dll"
  6. ProjectGUID="{0E4820D3-DBE3-477A-910B-7C020D6066D1}"
  7. RootNamespace="lame_enc_dll"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. ConfigurationType="2"
  21. InheritedPropertySheets=".\vc9_lame_config.vsprops"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  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. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="true"
  42. SuppressStartupBanner="true"
  43. TargetEnvironment="1"
  44. TypeLibraryName="..\output\Debug/LameDll.tlb"
  45. HeaderFileName=""
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. AdditionalIncludeDirectories="../include"
  51. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LAMEMP3ENCDLL_EXPORTS"
  52. StringPooling="true"
  53. RuntimeLibrary="3"
  54. DebugInformationFormat="3"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="1036"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. AdditionalDependencies="libmp3lame.lib odbc32.lib odbccp32.lib"
  70. OutputFile="..\output\Debug\lame_enc.dll"
  71. AdditionalLibraryDirectories=""
  72. GenerateDebugInformation="true"
  73. ImportLibrary="$(OutDir)/lame_enc.lib"
  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. ConfigurationType="2"
  100. InheritedPropertySheets=".\vc9_lame_config.vsprops"
  101. UseOfMFC="0"
  102. ATLMinimizesCRunTimeLibraryUsage="false"
  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. PreprocessorDefinitions="NDEBUG"
  120. MkTypLibCompatible="true"
  121. SuppressStartupBanner="true"
  122. TargetEnvironment="1"
  123. TypeLibraryName="..\output\Release/LameDll.tlb"
  124. HeaderFileName=""
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. InlineFunctionExpansion="2"
  129. AdditionalIncludeDirectories="../include"
  130. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LAMEMP3ENCDLL_EXPORTS"
  131. StringPooling="true"
  132. RuntimeLibrary="2"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. PreprocessorDefinitions="NDEBUG"
  140. Culture="1036"
  141. />
  142. <Tool
  143. Name="VCPreLinkEventTool"
  144. />
  145. <Tool
  146. Name="VCLinkerTool"
  147. AdditionalDependencies="libmp3lame.lib"
  148. OutputFile="..\output\Release\lame_enc.dll"
  149. LinkIncremental="1"
  150. AdditionalLibraryDirectories=""
  151. ImportLibrary="$(OutDir)/lame_enc.lib"
  152. />
  153. <Tool
  154. Name="VCALinkTool"
  155. />
  156. <Tool
  157. Name="VCManifestTool"
  158. />
  159. <Tool
  160. Name="VCXDCMakeTool"
  161. />
  162. <Tool
  163. Name="VCBscMakeTool"
  164. />
  165. <Tool
  166. Name="VCFxCopTool"
  167. />
  168. <Tool
  169. Name="VCAppVerifierTool"
  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;rc;def;r;odl;idl;hpj;bat"
  182. >
  183. <File
  184. RelativePath="..\Dll\BladeMP3EncDLL.c"
  185. >
  186. <FileConfiguration
  187. Name="Debug|Win32"
  188. >
  189. <Tool
  190. Name="VCCLCompilerTool"
  191. AdditionalIncludeDirectories=""
  192. PreprocessorDefinitions=""
  193. />
  194. </FileConfiguration>
  195. <FileConfiguration
  196. Name="Release|Win32"
  197. >
  198. <Tool
  199. Name="VCCLCompilerTool"
  200. AdditionalIncludeDirectories=""
  201. PreprocessorDefinitions=""
  202. />
  203. </FileConfiguration>
  204. </File>
  205. <File
  206. RelativePath="..\Dll\BladeMP3EncDLL.def"
  207. >
  208. <FileConfiguration
  209. Name="Debug|Win32"
  210. ExcludedFromBuild="true"
  211. >
  212. <Tool
  213. Name="VCCustomBuildTool"
  214. />
  215. </FileConfiguration>
  216. <FileConfiguration
  217. Name="Release|Win32"
  218. ExcludedFromBuild="true"
  219. >
  220. <Tool
  221. Name="VCCustomBuildTool"
  222. />
  223. </FileConfiguration>
  224. </File>
  225. </Filter>
  226. <Filter
  227. Name="Header Files"
  228. Filter="h;hpp;hxx;hm;inl"
  229. >
  230. <File
  231. RelativePath="..\Dll\BladeMP3EncDLL.h"
  232. >
  233. </File>
  234. </Filter>
  235. <Filter
  236. Name="Resource Files"
  237. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  238. >
  239. </Filter>
  240. </Files>
  241. <Globals>
  242. </Globals>
  243. </VisualStudioProject>