winamp.vcproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="winamp"
  6. ProjectGUID="{1DB9C3E7-D670-46EB-B006-CCF94982D484}"
  7. RootNamespace="winamp"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  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. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="..\include"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;_CRT_SECURE_NO_DEPRECATE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. OutputFile="$(OutDir)\in_wv.dll"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="2"
  67. RandomizedBaseAddress="1"
  68. DataExecutionPrevention="0"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  96. IntermediateDirectory="$(ConfigurationName)"
  97. ConfigurationType="2"
  98. >
  99. <Tool
  100. Name="VCPreBuildEventTool"
  101. />
  102. <Tool
  103. Name="VCCustomBuildTool"
  104. />
  105. <Tool
  106. Name="VCXMLDataGeneratorTool"
  107. />
  108. <Tool
  109. Name="VCWebServiceProxyGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCMIDLTool"
  113. />
  114. <Tool
  115. Name="VCCLCompilerTool"
  116. InlineFunctionExpansion="2"
  117. EnableIntrinsicFunctions="true"
  118. FavorSizeOrSpeed="1"
  119. OmitFramePointers="true"
  120. AdditionalIncludeDirectories="..\include"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE"
  122. StringPooling="true"
  123. RuntimeLibrary="2"
  124. BufferSecurityCheck="false"
  125. EnableFunctionLevelLinking="true"
  126. RuntimeTypeInfo="false"
  127. WarningLevel="3"
  128. DebugInformationFormat="0"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. OutputFile="$(OutDir)\in_wv.dll"
  142. LinkIncremental="1"
  143. GenerateManifest="false"
  144. IgnoreDefaultLibraryNames=""
  145. GenerateDebugInformation="false"
  146. SubSystem="2"
  147. OptimizeReferences="2"
  148. EnableCOMDATFolding="2"
  149. EntryPointSymbol=""
  150. RandomizedBaseAddress="1"
  151. DataExecutionPrevention="0"
  152. TargetMachine="1"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. />
  160. <Tool
  161. Name="VCXDCMakeTool"
  162. />
  163. <Tool
  164. Name="VCBscMakeTool"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCAppVerifierTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. CommandLine="lng_generator.exe &quot;$(OutDir)\in_wv.dll&quot; /build&#x0D;&#x0A;copy &quot;$(OutDir)\in_wv.dll&quot; &quot;$(ProgramFiles)\Winamp\plugins&quot; /y&#x0D;&#x0A;"
  175. />
  176. </Configuration>
  177. </Configurations>
  178. <References>
  179. <ProjectReference
  180. ReferencedProjectIdentifier="{5CCCB9CF-0384-458F-BA08-72B73866840F}"
  181. />
  182. </References>
  183. <Files>
  184. <Filter
  185. Name="Header Files"
  186. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  187. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  188. >
  189. <File
  190. RelativePath=".\in2.h"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".\out.h"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\resource.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\wasabi\Wasabi.h"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\include\wavpack.h"
  207. >
  208. </File>
  209. </Filter>
  210. <Filter
  211. Name="Resource Files"
  212. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  213. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  214. >
  215. <File
  216. RelativePath=".\wavpack.rc"
  217. >
  218. </File>
  219. </Filter>
  220. <Filter
  221. Name="Source Files"
  222. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  223. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  224. >
  225. <File
  226. RelativePath=".\in_wv.cpp"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\wasabi\Wasabi.cpp"
  231. >
  232. </File>
  233. </Filter>
  234. </Files>
  235. <Globals>
  236. </Globals>
  237. </VisualStudioProject>