BurndiscTest.vcproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="BurndiscTest"
  6. ProjectGUID="{40158659-BABD-4316-9F9F-9771E5228126}"
  7. RootNamespace="BurndiscTest"
  8. Keyword="MFCProj"
  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="1"
  24. UseOfMFC="1"
  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. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\Burndiscs\Nero\Include;&quot;..\STL-findfile&quot;"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="1"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="NeroAPIGlue.lib"
  72. LinkIncremental="2"
  73. AdditionalLibraryDirectories="..\Burndiscs\Nero\Lib"
  74. IgnoreDefaultLibraryNames="libcmt.lib"
  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. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="..\..\..\bin\$(SolutionName)"
  104. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)\"
  105. ConfigurationType="1"
  106. UseOfMFC="2"
  107. CharacterSet="2"
  108. WholeProgramOptimization="1"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. />
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. />
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="false"
  126. ValidateParameters="true"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="2"
  131. EnableIntrinsicFunctions="true"
  132. AdditionalIncludeDirectories="..\Burndiscs\Nero\Include;&quot;..\STL-findfile&quot;"
  133. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;LIBICONV_EXPORTS;BUILDING_LIBICONV;BUILDING_LIBCHARSET;USE_STATIC_ICONV"
  134. MinimalRebuild="false"
  135. RuntimeLibrary="2"
  136. EnableFunctionLevelLinking="true"
  137. UsePrecompiledHeader="2"
  138. WarningLevel="3"
  139. DebugInformationFormat="3"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. PreprocessorDefinitions="NDEBUG"
  147. Culture="2052"
  148. AdditionalIncludeDirectories="$(IntDir)"
  149. />
  150. <Tool
  151. Name="VCPreLinkEventTool"
  152. />
  153. <Tool
  154. Name="VCLinkerTool"
  155. AdditionalDependencies="NeroAPIGlue.lib"
  156. LinkIncremental="1"
  157. AdditionalLibraryDirectories="..\Burndiscs\Nero\Lib"
  158. IgnoreDefaultLibraryNames="libcmt.lib"
  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. />
  186. </Configuration>
  187. </Configurations>
  188. <References>
  189. </References>
  190. <Files>
  191. <Filter
  192. Name="Ô´Îļþ"
  193. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  194. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  195. >
  196. <File
  197. RelativePath=".\BurndiscTest.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\BurndiscTestDlg.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\stdafx.cpp"
  206. >
  207. <FileConfiguration
  208. Name="Debug|Win32"
  209. >
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. UsePrecompiledHeader="1"
  213. />
  214. </FileConfiguration>
  215. <FileConfiguration
  216. Name="Release|Win32"
  217. >
  218. <Tool
  219. Name="VCCLCompilerTool"
  220. UsePrecompiledHeader="1"
  221. />
  222. </FileConfiguration>
  223. </File>
  224. </Filter>
  225. <Filter
  226. Name="Í·Îļþ"
  227. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  228. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  229. >
  230. <File
  231. RelativePath=".\BurndiscTest.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\BurndiscTestDlg.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\Resource.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\stdafx.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\targetver.h"
  248. >
  249. </File>
  250. </Filter>
  251. <Filter
  252. Name="×ÊÔ´Îļþ"
  253. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  254. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  255. >
  256. <File
  257. RelativePath=".\res\BurndiscTest.ico"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\BurndiscTest.rc"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\res\BurndiscTest.rc2"
  266. >
  267. </File>
  268. </Filter>
  269. <Filter
  270. Name="Nero"
  271. >
  272. <File
  273. RelativePath="..\Burndiscs\IBurndisc.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\Burndiscs\Nero.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\Burndiscs\NeroImpl.cpp"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\Burndiscs\NeroImpl.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\Burndiscs\NeroItem.cpp"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\Burndiscs\NeroItem.h"
  294. >
  295. </File>
  296. </Filter>
  297. <Filter
  298. Name="iconv"
  299. >
  300. <File
  301. RelativePath=".\iconv_impl.cpp"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\iconv_impl.h"
  306. >
  307. </File>
  308. </Filter>
  309. <Filter
  310. Name="filehelp"
  311. >
  312. <File
  313. RelativePath="..\STL-findfile\filehelp.cpp"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\STL-findfile\filehelp.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\STL-findfile\findfile.cpp"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\STL-findfile\findfile.h"
  326. >
  327. </File>
  328. </Filter>
  329. <Filter
  330. Name="IMAPI2"
  331. >
  332. <File
  333. RelativePath="..\Burndiscs\DiscFormatData.cpp"
  334. >
  335. </File>
  336. <File
  337. RelativePath="..\Burndiscs\DiscFormatData.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath="..\Burndiscs\DiscFormatDataEvent.cpp"
  342. >
  343. </File>
  344. <File
  345. RelativePath="..\Burndiscs\DiscFormatDataEvent.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath="..\Burndiscs\DiscMaster.cpp"
  350. >
  351. </File>
  352. <File
  353. RelativePath="..\Burndiscs\DiscMaster.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath="..\Burndiscs\DiscRecorder.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath="..\Burndiscs\DiscRecorder.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath="..\Burndiscs\IMAPI2Impl.cpp"
  366. >
  367. </File>
  368. <File
  369. RelativePath="..\Burndiscs\IMAPI2Impl.h"
  370. >
  371. </File>
  372. </Filter>
  373. <File
  374. RelativePath=".\ReadMe.txt"
  375. >
  376. </File>
  377. </Files>
  378. <Globals>
  379. </Globals>
  380. </VisualStudioProject>