burnlib.vcproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="burnlib"
  6. ProjectGUID="{374717BA-EF3A-4BF6-AC4D-A532E08BE904}"
  7. RootNamespace="burnlib"
  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="4"
  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. AdditionalIncludeDirectories="../Wasabi"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. TreatWChar_tAsBuiltInType="true"
  51. ForceConformanceInForLoopScope="true"
  52. UsePrecompiledHeader="0"
  53. PrecompiledHeaderThrough=""
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLibrarianTool"
  68. OutputFile="./lib/burnlibd.lib"
  69. IgnoreAllDefaultLibraries="true"
  70. IgnoreDefaultLibraryNames=""
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCPostBuildEventTool"
  86. />
  87. </Configuration>
  88. <Configuration
  89. Name="Release|Win32"
  90. OutputDirectory="$(ConfigurationName)"
  91. IntermediateDirectory="$(ConfigurationName)"
  92. ConfigurationType="4"
  93. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  94. CharacterSet="2"
  95. WholeProgramOptimization="1"
  96. >
  97. <Tool
  98. Name="VCPreBuildEventTool"
  99. />
  100. <Tool
  101. Name="VCCustomBuildTool"
  102. />
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCWebServiceProxyGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCMIDLTool"
  111. />
  112. <Tool
  113. Name="VCCLCompilerTool"
  114. Optimization="1"
  115. FavorSizeOrSpeed="2"
  116. AdditionalIncludeDirectories="../Wasabi;"
  117. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  118. StringPooling="true"
  119. ExceptionHandling="0"
  120. RuntimeLibrary="2"
  121. BufferSecurityCheck="false"
  122. UsePrecompiledHeader="0"
  123. PrecompiledHeaderThrough="burnlib.h"
  124. WarningLevel="3"
  125. DebugInformationFormat="3"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLibrarianTool"
  138. OutputFile="./lib/burnlib.lib"
  139. IgnoreAllDefaultLibraries="true"
  140. />
  141. <Tool
  142. Name="VCALinkTool"
  143. />
  144. <Tool
  145. Name="VCXDCMakeTool"
  146. />
  147. <Tool
  148. Name="VCBscMakeTool"
  149. />
  150. <Tool
  151. Name="VCFxCopTool"
  152. />
  153. <Tool
  154. Name="VCPostBuildEventTool"
  155. />
  156. </Configuration>
  157. </Configurations>
  158. <References>
  159. </References>
  160. <Files>
  161. <Filter
  162. Name="Source Files"
  163. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  164. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  165. >
  166. <File
  167. RelativePath=".\common.cpp"
  168. >
  169. </File>
  170. <File
  171. RelativePath=".\eraseMedium.cpp"
  172. >
  173. </File>
  174. <File
  175. RelativePath=".\item.cpp"
  176. >
  177. </File>
  178. <File
  179. RelativePath=".\main.cpp"
  180. >
  181. </File>
  182. <File
  183. RelativePath=".\playlist.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".\uiBurnPlayList.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\uiCheckMedium.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\uiEraseMedium.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\uiUnitReady.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\uiUpdatingData.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\unitStatusText.cpp"
  208. >
  209. </File>
  210. </Filter>
  211. <Filter
  212. Name="Header Files"
  213. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  214. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  215. >
  216. <File
  217. RelativePath=".\api.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\burnlib.h"
  222. >
  223. <FileConfiguration
  224. Name="Debug|Win32"
  225. ExcludedFromBuild="true"
  226. >
  227. <Tool
  228. Name="VCCustomBuildTool"
  229. />
  230. </FileConfiguration>
  231. </File>
  232. <File
  233. RelativePath=".\eraseMedium.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\item.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\main.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\manager.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\playlist.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\primosdk.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\resource.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\uiBurnPlaylist.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\uiCheckMedium.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\uiEraseMedium.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\uiUnitReady.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\uiUpdatingData.h"
  278. >
  279. </File>
  280. </Filter>
  281. </Files>
  282. <Globals>
  283. </Globals>
  284. </VisualStudioProject>