1
0

resdll.vcproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="burnlibres"
  6. ProjectGUID="{8FBD5E01-B920-44D8-9687-88AE0C3CA833}"
  7. RootNamespace="burnlibres"
  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="Debug"
  22. IntermediateDirectory="Debug"
  23. ConfigurationType="2"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RESDLL_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. IgnoreImportLibrary="true"
  66. ShowProgress="0"
  67. OutputFile="$(ProgramFiles)\Winamp\burnlib.dll"
  68. LinkIncremental="1"
  69. IgnoreAllDefaultLibraries="true"
  70. IgnoreDefaultLibraryNames="msvcrtd.lib"
  71. GenerateDebugInformation="true"
  72. ProgramDatabaseFile="$(OutDir)/resdll.pdb"
  73. SubSystem="2"
  74. OptimizeReferences="2"
  75. EnableCOMDATFolding="2"
  76. ResourceOnlyDLL="true"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. ImportLibrary="../lib/burnlibres.lib"
  80. TargetMachine="1"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCPostBuildEventTool"
  102. />
  103. </Configuration>
  104. <Configuration
  105. Name="Release|Win32"
  106. OutputDirectory="$(ConfigurationName)"
  107. IntermediateDirectory="$(ConfigurationName)"
  108. ConfigurationType="2"
  109. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  110. CharacterSet="2"
  111. WholeProgramOptimization="0"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RESDLL_EXPORTS"
  131. RuntimeLibrary="0"
  132. UsePrecompiledHeader="0"
  133. WarningLevel="3"
  134. Detect64BitPortabilityProblems="true"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCPreLinkEventTool"
  145. />
  146. <Tool
  147. Name="VCLinkerTool"
  148. IgnoreImportLibrary="true"
  149. ShowProgress="0"
  150. OutputFile="$(ProgramFiles)\Winamp\burnlib.dll"
  151. LinkIncremental="1"
  152. GenerateManifest="false"
  153. IgnoreAllDefaultLibraries="true"
  154. GenerateDebugInformation="false"
  155. ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
  156. SubSystem="2"
  157. OptimizeReferences="2"
  158. EnableCOMDATFolding="2"
  159. ResourceOnlyDLL="true"
  160. RandomizedBaseAddress="1"
  161. ImportLibrary="../lib/burnlibres.lib"
  162. TargetMachine="1"
  163. />
  164. <Tool
  165. Name="VCALinkTool"
  166. />
  167. <Tool
  168. Name="VCManifestTool"
  169. />
  170. <Tool
  171. Name="VCXDCMakeTool"
  172. />
  173. <Tool
  174. Name="VCBscMakeTool"
  175. />
  176. <Tool
  177. Name="VCFxCopTool"
  178. />
  179. <Tool
  180. Name="VCAppVerifierTool"
  181. />
  182. <Tool
  183. Name="VCPostBuildEventTool"
  184. />
  185. </Configuration>
  186. </Configurations>
  187. <References>
  188. </References>
  189. <Files>
  190. <Filter
  191. Name="Header Files"
  192. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  193. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  194. >
  195. <File
  196. RelativePath="..\resource.h"
  197. >
  198. </File>
  199. </Filter>
  200. <Filter
  201. Name="Resource Files"
  202. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  203. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  204. >
  205. <File
  206. RelativePath="..\burnlib.rc"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\resources\disc1.bmp"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\resources\drive1.bmp"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\resources\testmode.bmp"
  219. >
  220. </File>
  221. </Filter>
  222. </Files>
  223. <Globals>
  224. </Globals>
  225. </VisualStudioProject>