BurnDVD.vcproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="BurnDVD"
  6. ProjectGUID="{2B26D8CB-E9A4-4219-B6E1-85F87397C170}"
  7. Keyword="Win32Proj"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="2"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  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. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../../Include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;BURNDVD_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. AdditionalDependencies="Lib\NeroAPIGlue.lib"
  66. OutputFile="$(OutDir)/BurnDVD.dll"
  67. LinkIncremental="2"
  68. IgnoreDefaultLibraryNames="libcmt"
  69. GenerateDebugInformation="true"
  70. ProgramDatabaseFile="$(OutDir)/BurnDVD.pdb"
  71. SubSystem="2"
  72. RandomizedBaseAddress="1"
  73. DataExecutionPrevention="0"
  74. ImportLibrary="$(OutDir)/BurnDVD.lib"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCAppVerifierTool"
  94. />
  95. <Tool
  96. Name="VCPostBuildEventTool"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Release|Win32"
  101. OutputDirectory="Release"
  102. IntermediateDirectory="Release"
  103. ConfigurationType="2"
  104. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  105. CharacterSet="2"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. />
  122. <Tool
  123. Name="VCCLCompilerTool"
  124. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BURNDVD_EXPORTS"
  125. RuntimeLibrary="0"
  126. UsePrecompiledHeader="2"
  127. WarningLevel="3"
  128. Detect64BitPortabilityProblems="true"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="Lib\NeroAPIGlue.lib"
  143. OutputFile="$(OutDir)/BurnDVD.dll"
  144. LinkIncremental="1"
  145. IgnoreDefaultLibraryNames="libcmt"
  146. GenerateDebugInformation="true"
  147. SubSystem="2"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  150. RandomizedBaseAddress="1"
  151. DataExecutionPrevention="0"
  152. ImportLibrary="$(OutDir)/BurnDVD.lib"
  153. TargetMachine="1"
  154. />
  155. <Tool
  156. Name="VCALinkTool"
  157. />
  158. <Tool
  159. Name="VCManifestTool"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. />
  167. <Tool
  168. Name="VCFxCopTool"
  169. />
  170. <Tool
  171. Name="VCAppVerifierTool"
  172. />
  173. <Tool
  174. Name="VCPostBuildEventTool"
  175. />
  176. </Configuration>
  177. </Configurations>
  178. <References>
  179. </References>
  180. <Files>
  181. <Filter
  182. Name="Ô´Îļþ"
  183. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  184. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  185. >
  186. <File
  187. RelativePath=".\BurnCore.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\BurnDVD.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\Burnhelper.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\CtrlHandler.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\FindFile.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\ISOTrack.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\NeroProgress.h"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\stdafx.cpp"
  216. >
  217. <FileConfiguration
  218. Name="Debug|Win32"
  219. >
  220. <Tool
  221. Name="VCCLCompilerTool"
  222. UsePrecompiledHeader="1"
  223. />
  224. </FileConfiguration>
  225. <FileConfiguration
  226. Name="Release|Win32"
  227. >
  228. <Tool
  229. Name="VCCLCompilerTool"
  230. UsePrecompiledHeader="1"
  231. />
  232. </FileConfiguration>
  233. </File>
  234. <File
  235. RelativePath=".\UserDialog.cpp"
  236. >
  237. </File>
  238. </Filter>
  239. <Filter
  240. Name="Í·Îļþ"
  241. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  242. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  243. >
  244. <File
  245. RelativePath=".\BurnCore.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\BurnDVD.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\FileInterface.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\FindFile.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\resource.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\stdafx.h"
  266. >
  267. </File>
  268. </Filter>
  269. <Filter
  270. Name="×ÊÔ´Îļþ"
  271. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  272. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  273. >
  274. <File
  275. RelativePath=".\BurnDVD.rc"
  276. >
  277. </File>
  278. </Filter>
  279. <File
  280. RelativePath=".\ReadMe.txt"
  281. >
  282. </File>
  283. </Files>
  284. <Globals>
  285. </Globals>
  286. </VisualStudioProject>