Burndiscs.vcproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Burndiscs"
  6. ProjectGUID="{F4F79445-2FBE-412C-824F-5D9DF7F32D3F}"
  7. RootNamespace="Burndiscs"
  8. Keyword="MFCDLLProj"
  9. TargetFrameworkVersion="196613"
  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="..\..\..\bin\$(SolutionName)"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)\"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="Nero\Include"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalDependencies="NeroAPIGlue.lib"
  71. LinkIncremental="2"
  72. AdditionalLibraryDirectories="Nero\Lib"
  73. IgnoreDefaultLibraryNames="libcmt.lib"
  74. ModuleDefinitionFile=".\Burndiscs.def"
  75. GenerateDebugInformation="true"
  76. SubSystem="2"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. CommandLine="xcopy IBurndisc.h ..\BurndiscTest2\ /Y /A&#x0D;&#x0A;xcopy Nero.h ..\BurndiscTest2\ /Y /A"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="..\..\..\bin\$(SolutionName)"
  105. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)\"
  106. ConfigurationType="2"
  107. UseOfMFC="2"
  108. CharacterSet="1"
  109. WholeProgramOptimization="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="NDEBUG"
  126. MkTypLibCompatible="false"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="2"
  131. EnableIntrinsicFunctions="true"
  132. AdditionalIncludeDirectories="Nero\Include"
  133. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  134. RuntimeLibrary="2"
  135. EnableFunctionLevelLinking="true"
  136. UsePrecompiledHeader="2"
  137. WarningLevel="3"
  138. DebugInformationFormat="3"
  139. />
  140. <Tool
  141. Name="VCManagedResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCResourceCompilerTool"
  145. PreprocessorDefinitions="NDEBUG"
  146. Culture="2052"
  147. AdditionalIncludeDirectories="$(IntDir)"
  148. />
  149. <Tool
  150. Name="VCPreLinkEventTool"
  151. />
  152. <Tool
  153. Name="VCLinkerTool"
  154. AdditionalDependencies="NeroAPIGlue.lib"
  155. LinkIncremental="1"
  156. AdditionalLibraryDirectories="Nero\Lib"
  157. IgnoreDefaultLibraryNames="libcmt.lib"
  158. ModuleDefinitionFile=".\Burndiscs.def"
  159. GenerateDebugInformation="true"
  160. SubSystem="2"
  161. OptimizeReferences="2"
  162. EnableCOMDATFolding="2"
  163. TargetMachine="1"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCPostBuildEventTool"
  185. CommandLine="xcopy IBurndisc.h ..\BurndiscTest2\ /Y /A&#x0D;&#x0A;xcopy Nero.h ..\BurndiscTest2\ /Y /A"
  186. />
  187. </Configuration>
  188. </Configurations>
  189. <References>
  190. </References>
  191. <Files>
  192. <Filter
  193. Name="源文件"
  194. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  195. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  196. >
  197. <File
  198. RelativePath=".\Burndiscs.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\Burndiscs.def"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\stdafx.cpp"
  207. >
  208. <FileConfiguration
  209. Name="Debug|Win32"
  210. >
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. UsePrecompiledHeader="1"
  214. />
  215. </FileConfiguration>
  216. <FileConfiguration
  217. Name="Release|Win32"
  218. >
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. UsePrecompiledHeader="1"
  222. />
  223. </FileConfiguration>
  224. </File>
  225. </Filter>
  226. <Filter
  227. Name="头文件"
  228. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  229. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  230. >
  231. <File
  232. RelativePath=".\Burndiscs.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\Resource.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\stdafx.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\targetver.h"
  245. >
  246. </File>
  247. </Filter>
  248. <Filter
  249. Name="资源文件"
  250. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  251. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  252. >
  253. <File
  254. RelativePath=".\Burndiscs.rc"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\res\Burndiscs.rc2"
  259. >
  260. </File>
  261. </Filter>
  262. <Filter
  263. Name="接口"
  264. >
  265. <File
  266. RelativePath=".\IBurndisc.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\IMAPI2Impl.cpp"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\IMAPI2Impl.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\NeroImpl.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\NeroImpl.h"
  283. >
  284. </File>
  285. <Filter
  286. Name="IMAPI2"
  287. >
  288. <File
  289. RelativePath=".\DiscFormatData.cpp"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\DiscFormatData.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\DiscFormatDataEvent.cpp"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\DiscFormatDataEvent.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\DiscMaster.cpp"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\DiscMaster.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\DiscRecorder.cpp"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\DiscRecorder.h"
  318. >
  319. </File>
  320. </Filter>
  321. <Filter
  322. Name="NeroSDK"
  323. >
  324. <File
  325. RelativePath=".\Nero.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\NeroBurndisc.cpp"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\NeroBurndisc.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\NeroDevice.cpp"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\NeroDevice.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\NeroItem.cpp"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\NeroItem.h"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\NeroMedia.cpp"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\NeroMedia.h"
  358. >
  359. </File>
  360. </Filter>
  361. </Filter>
  362. <Filter
  363. Name="iconv"
  364. >
  365. <File
  366. RelativePath=".\iconv_impl.cpp"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\iconv_impl.h"
  371. >
  372. </File>
  373. </Filter>
  374. <File
  375. RelativePath=".\ReadMe.txt"
  376. >
  377. </File>
  378. </Files>
  379. <Globals>
  380. </Globals>
  381. </VisualStudioProject>