vc9_lame_dll_example.vcproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="lame_enc_dll_example"
  6. ProjectGUID="{D169F06E-6607-4A9F-A075-2335717B9AB5}"
  7. RootNamespace="lame_enc_dll_example"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release|Win32"
  20. ConfigurationType="1"
  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. TypeLibraryName="..\obj\Release\LameMp3EncDll/Example.tlb"
  41. HeaderFileName=""
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. InlineFunctionExpansion="2"
  46. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  47. StringPooling="true"
  48. RuntimeLibrary="2"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. PreprocessorDefinitions="NDEBUG"
  56. Culture="1033"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. AdditionalLibraryDirectories=""
  64. SubSystem="1"
  65. />
  66. <Tool
  67. Name="VCALinkTool"
  68. />
  69. <Tool
  70. Name="VCManifestTool"
  71. />
  72. <Tool
  73. Name="VCXDCMakeTool"
  74. />
  75. <Tool
  76. Name="VCBscMakeTool"
  77. />
  78. <Tool
  79. Name="VCFxCopTool"
  80. />
  81. <Tool
  82. Name="VCAppVerifierTool"
  83. />
  84. <Tool
  85. Name="VCPostBuildEventTool"
  86. />
  87. </Configuration>
  88. <Configuration
  89. Name="Debug|Win32"
  90. ConfigurationType="1"
  91. InheritedPropertySheets=".\vc9_lame_config.vsprops"
  92. UseOfMFC="0"
  93. ATLMinimizesCRunTimeLibraryUsage="false"
  94. CharacterSet="2"
  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="..\obj\Debug\LameMp3EncDll/Example.tlb"
  111. HeaderFileName=""
  112. />
  113. <Tool
  114. Name="VCCLCompilerTool"
  115. Optimization="0"
  116. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  117. StringPooling="true"
  118. RuntimeLibrary="3"
  119. DebugInformationFormat="3"
  120. />
  121. <Tool
  122. Name="VCManagedResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCResourceCompilerTool"
  126. PreprocessorDefinitions="_DEBUG"
  127. Culture="1033"
  128. />
  129. <Tool
  130. Name="VCPreLinkEventTool"
  131. />
  132. <Tool
  133. Name="VCLinkerTool"
  134. AdditionalLibraryDirectories=""
  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. </Configurations>
  161. <References>
  162. </References>
  163. <Files>
  164. <File
  165. RelativePath="..\Dll\Example.cpp"
  166. >
  167. <FileConfiguration
  168. Name="Release|Win32"
  169. >
  170. <Tool
  171. Name="VCCLCompilerTool"
  172. PreprocessorDefinitions=""
  173. />
  174. </FileConfiguration>
  175. <FileConfiguration
  176. Name="Debug|Win32"
  177. >
  178. <Tool
  179. Name="VCCLCompilerTool"
  180. PreprocessorDefinitions=""
  181. />
  182. </FileConfiguration>
  183. </File>
  184. </Files>
  185. <Globals>
  186. </Globals>
  187. </VisualStudioProject>