BurnCD.vcproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="BurnCD"
  6. ProjectGUID="{7DA3466F-8B24-4864-99C7-6E70822425F7}"
  7. RootNamespace="BurnCD"
  8. Keyword="MFCProj"
  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="1"
  24. UseOfMFC="2"
  25. UseOfATL="2"
  26. ATLMinimizesCRunTimeLibraryUsage="false"
  27. CharacterSet="1"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. PreprocessorDefinitions="_DEBUG"
  44. MkTypLibCompatible="false"
  45. ValidateParameters="false"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  51. MinimalRebuild="true"
  52. BasicRuntimeChecks="3"
  53. RuntimeLibrary="3"
  54. UsePrecompiledHeader="2"
  55. WarningLevel="3"
  56. Detect64BitPortabilityProblems="true"
  57. DebugInformationFormat="4"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="_DEBUG"
  65. Culture="1033"
  66. AdditionalIncludeDirectories="$(IntDir)"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. LinkIncremental="2"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. RandomizedBaseAddress="1"
  77. DataExecutionPrevention="0"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  105. IntermediateDirectory="$(ConfigurationName)"
  106. ConfigurationType="1"
  107. UseOfMFC="1"
  108. UseOfATL="1"
  109. CharacterSet="1"
  110. WholeProgramOptimization="1"
  111. >
  112. <Tool
  113. Name="VCPreBuildEventTool"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. PreprocessorDefinitions="NDEBUG"
  127. MkTypLibCompatible="false"
  128. ValidateParameters="false"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  133. MinimalRebuild="false"
  134. RuntimeLibrary="0"
  135. UsePrecompiledHeader="2"
  136. WarningLevel="3"
  137. Detect64BitPortabilityProblems="true"
  138. DebugInformationFormat="3"
  139. />
  140. <Tool
  141. Name="VCManagedResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCResourceCompilerTool"
  145. PreprocessorDefinitions="NDEBUG"
  146. Culture="1033"
  147. AdditionalIncludeDirectories="$(IntDir)"
  148. />
  149. <Tool
  150. Name="VCPreLinkEventTool"
  151. />
  152. <Tool
  153. Name="VCLinkerTool"
  154. LinkIncremental="1"
  155. GenerateDebugInformation="true"
  156. SubSystem="2"
  157. OptimizeReferences="2"
  158. EnableCOMDATFolding="2"
  159. RandomizedBaseAddress="1"
  160. DataExecutionPrevention="0"
  161. TargetMachine="1"
  162. />
  163. <Tool
  164. Name="VCALinkTool"
  165. />
  166. <Tool
  167. Name="VCManifestTool"
  168. />
  169. <Tool
  170. Name="VCXDCMakeTool"
  171. />
  172. <Tool
  173. Name="VCBscMakeTool"
  174. />
  175. <Tool
  176. Name="VCFxCopTool"
  177. />
  178. <Tool
  179. Name="VCAppVerifierTool"
  180. />
  181. <Tool
  182. Name="VCPostBuildEventTool"
  183. />
  184. </Configuration>
  185. </Configurations>
  186. <References>
  187. </References>
  188. <Files>
  189. <Filter
  190. Name="Source Files"
  191. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  192. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  193. >
  194. <File
  195. RelativePath=".\BaseObject.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\BurnCD.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\BurnCDDlg.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\DirObject.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\DiscFormatData.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\DiscFormatDataEvent.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\DiscMaster.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\DiscRecorder.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\FileListBox.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\FileObject.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\stdafx.cpp"
  236. >
  237. <FileConfiguration
  238. Name="Debug|Win32"
  239. >
  240. <Tool
  241. Name="VCCLCompilerTool"
  242. UsePrecompiledHeader="1"
  243. />
  244. </FileConfiguration>
  245. <FileConfiguration
  246. Name="Release|Win32"
  247. >
  248. <Tool
  249. Name="VCCLCompilerTool"
  250. UsePrecompiledHeader="1"
  251. />
  252. </FileConfiguration>
  253. </File>
  254. </Filter>
  255. <Filter
  256. Name="Header Files"
  257. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  258. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  259. >
  260. <File
  261. RelativePath=".\BaseObject.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\BurnCD.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\BurnCDDlg.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\DirObject.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\DiscFormatData.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\DiscFormatDataEvent.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\DiscMaster.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\DiscRecorder.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\FileListBox.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\FileObject.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\Resource.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\stdafx.h"
  306. >
  307. </File>
  308. </Filter>
  309. <Filter
  310. Name="Resource Files"
  311. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  312. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  313. >
  314. <File
  315. RelativePath=".\res\BurnCD.ico"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\BurnCD.rc"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\res\BurnCD.rc2"
  324. >
  325. </File>
  326. </Filter>
  327. <File
  328. RelativePath=".\ReadMe.txt"
  329. >
  330. </File>
  331. </Files>
  332. <Globals>
  333. </Globals>
  334. </VisualStudioProject>