BarCode.vcproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="BarCode"
  6. ProjectGUID="{4E1AEA6C-81BB-4387-A8CD-A76034591419}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release|Win32"
  20. OutputDirectory=".\Release"
  21. IntermediateDirectory=".\Release"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="1"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="NDEBUG"
  43. MkTypLibCompatible="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".\Release/BarCode.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="2"
  52. InlineFunctionExpansion="1"
  53. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  54. StringPooling="true"
  55. RuntimeLibrary="0"
  56. EnableFunctionLevelLinking="true"
  57. UsePrecompiledHeader="2"
  58. PrecompiledHeaderThrough="stdafx.h"
  59. PrecompiledHeaderFile=".\Release/BarCode.pch"
  60. AssemblerListingLocation=".\Release/"
  61. ObjectFile=".\Release/"
  62. ProgramDataBaseFileName=".\Release/"
  63. WarningLevel="3"
  64. SuppressStartupBanner="true"
  65. />
  66. <Tool
  67. Name="VCManagedResourceCompilerTool"
  68. />
  69. <Tool
  70. Name="VCResourceCompilerTool"
  71. PreprocessorDefinitions="NDEBUG"
  72. Culture="1033"
  73. />
  74. <Tool
  75. Name="VCPreLinkEventTool"
  76. />
  77. <Tool
  78. Name="VCLinkerTool"
  79. OutputFile="Output/BarCode.exe"
  80. LinkIncremental="1"
  81. SuppressStartupBanner="true"
  82. ProgramDatabaseFile=".\Release/BarCode.pdb"
  83. SubSystem="2"
  84. RandomizedBaseAddress="1"
  85. DataExecutionPrevention="0"
  86. TargetMachine="1"
  87. />
  88. <Tool
  89. Name="VCALinkTool"
  90. />
  91. <Tool
  92. Name="VCManifestTool"
  93. />
  94. <Tool
  95. Name="VCXDCMakeTool"
  96. />
  97. <Tool
  98. Name="VCBscMakeTool"
  99. SuppressStartupBanner="true"
  100. OutputFile=".\Release/BarCode.bsc"
  101. />
  102. <Tool
  103. Name="VCFxCopTool"
  104. />
  105. <Tool
  106. Name="VCAppVerifierTool"
  107. />
  108. <Tool
  109. Name="VCPostBuildEventTool"
  110. />
  111. </Configuration>
  112. <Configuration
  113. Name="Debug|Win32"
  114. OutputDirectory=".\Debug"
  115. IntermediateDirectory=".\Debug"
  116. ConfigurationType="1"
  117. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  118. UseOfMFC="1"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. CharacterSet="2"
  121. >
  122. <Tool
  123. Name="VCPreBuildEventTool"
  124. />
  125. <Tool
  126. Name="VCCustomBuildTool"
  127. />
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"
  133. />
  134. <Tool
  135. Name="VCMIDLTool"
  136. PreprocessorDefinitions="_DEBUG"
  137. MkTypLibCompatible="true"
  138. SuppressStartupBanner="true"
  139. TargetEnvironment="1"
  140. TypeLibraryName=".\Debug/BarCode.tlb"
  141. HeaderFileName=""
  142. />
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. Optimization="0"
  146. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  147. MinimalRebuild="true"
  148. BasicRuntimeChecks="3"
  149. RuntimeLibrary="1"
  150. UsePrecompiledHeader="2"
  151. PrecompiledHeaderThrough="stdafx.h"
  152. PrecompiledHeaderFile=".\Debug/BarCode.pch"
  153. AssemblerListingLocation=".\Debug/"
  154. ObjectFile=".\Debug/"
  155. ProgramDataBaseFileName=".\Debug/"
  156. WarningLevel="3"
  157. SuppressStartupBanner="true"
  158. DebugInformationFormat="4"
  159. />
  160. <Tool
  161. Name="VCManagedResourceCompilerTool"
  162. />
  163. <Tool
  164. Name="VCResourceCompilerTool"
  165. PreprocessorDefinitions="_DEBUG"
  166. Culture="1033"
  167. />
  168. <Tool
  169. Name="VCPreLinkEventTool"
  170. />
  171. <Tool
  172. Name="VCLinkerTool"
  173. OutputFile="Output/BarCode.exe"
  174. LinkIncremental="2"
  175. SuppressStartupBanner="true"
  176. GenerateDebugInformation="true"
  177. ProgramDatabaseFile=".\Debug/BarCode.pdb"
  178. SubSystem="2"
  179. RandomizedBaseAddress="1"
  180. DataExecutionPrevention="0"
  181. TargetMachine="1"
  182. />
  183. <Tool
  184. Name="VCALinkTool"
  185. />
  186. <Tool
  187. Name="VCManifestTool"
  188. />
  189. <Tool
  190. Name="VCXDCMakeTool"
  191. />
  192. <Tool
  193. Name="VCBscMakeTool"
  194. SuppressStartupBanner="true"
  195. OutputFile=".\Debug/BarCode.bsc"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCPostBuildEventTool"
  205. />
  206. </Configuration>
  207. </Configurations>
  208. <References>
  209. </References>
  210. <Files>
  211. <Filter
  212. Name="Source Files"
  213. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  214. >
  215. <File
  216. RelativePath="BarCode.cpp"
  217. >
  218. <FileConfiguration
  219. Name="Release|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. PreprocessorDefinitions=""
  224. />
  225. </FileConfiguration>
  226. <FileConfiguration
  227. Name="Debug|Win32"
  228. >
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. PreprocessorDefinitions=""
  232. />
  233. </FileConfiguration>
  234. </File>
  235. <File
  236. RelativePath="BarCode.rc"
  237. >
  238. <FileConfiguration
  239. Name="Release|Win32"
  240. >
  241. <Tool
  242. Name="VCResourceCompilerTool"
  243. PreprocessorDefinitions=""
  244. />
  245. </FileConfiguration>
  246. <FileConfiguration
  247. Name="Debug|Win32"
  248. >
  249. <Tool
  250. Name="VCResourceCompilerTool"
  251. PreprocessorDefinitions=""
  252. />
  253. </FileConfiguration>
  254. </File>
  255. <File
  256. RelativePath=".\DrawBarCode.cpp"
  257. >
  258. </File>
  259. <File
  260. RelativePath="EditMove.cpp"
  261. >
  262. <FileConfiguration
  263. Name="Release|Win32"
  264. >
  265. <Tool
  266. Name="VCCLCompilerTool"
  267. PreprocessorDefinitions=""
  268. />
  269. </FileConfiguration>
  270. <FileConfiguration
  271. Name="Debug|Win32"
  272. >
  273. <Tool
  274. Name="VCCLCompilerTool"
  275. PreprocessorDefinitions=""
  276. />
  277. </FileConfiguration>
  278. </File>
  279. <File
  280. RelativePath="Help.cpp"
  281. >
  282. <FileConfiguration
  283. Name="Release|Win32"
  284. >
  285. <Tool
  286. Name="VCCLCompilerTool"
  287. PreprocessorDefinitions=""
  288. />
  289. </FileConfiguration>
  290. <FileConfiguration
  291. Name="Debug|Win32"
  292. >
  293. <Tool
  294. Name="VCCLCompilerTool"
  295. PreprocessorDefinitions=""
  296. />
  297. </FileConfiguration>
  298. </File>
  299. <File
  300. RelativePath=".\Printkernel.cpp"
  301. >
  302. </File>
  303. <File
  304. RelativePath="StdAfx.cpp"
  305. >
  306. <FileConfiguration
  307. Name="Release|Win32"
  308. >
  309. <Tool
  310. Name="VCCLCompilerTool"
  311. PreprocessorDefinitions=""
  312. UsePrecompiledHeader="1"
  313. />
  314. </FileConfiguration>
  315. <FileConfiguration
  316. Name="Debug|Win32"
  317. >
  318. <Tool
  319. Name="VCCLCompilerTool"
  320. PreprocessorDefinitions=""
  321. UsePrecompiledHeader="1"
  322. />
  323. </FileConfiguration>
  324. </File>
  325. <File
  326. RelativePath=".\SupPrinter.cpp"
  327. >
  328. </File>
  329. <File
  330. RelativePath="ZDlg.cpp"
  331. >
  332. <FileConfiguration
  333. Name="Release|Win32"
  334. >
  335. <Tool
  336. Name="VCCLCompilerTool"
  337. PreprocessorDefinitions=""
  338. />
  339. </FileConfiguration>
  340. <FileConfiguration
  341. Name="Debug|Win32"
  342. >
  343. <Tool
  344. Name="VCCLCompilerTool"
  345. PreprocessorDefinitions=""
  346. />
  347. </FileConfiguration>
  348. </File>
  349. </Filter>
  350. <Filter
  351. Name="Header Files"
  352. Filter="h;hpp;hxx;hm;inl"
  353. >
  354. <File
  355. RelativePath="BarCode.h"
  356. >
  357. </File>
  358. <File
  359. RelativePath="Lib\Barcode.h"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\DrawBarCode.h"
  364. >
  365. </File>
  366. <File
  367. RelativePath="EditMove.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath="Help.h"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\Printkernel.h"
  376. >
  377. </File>
  378. <File
  379. RelativePath="Resource.h"
  380. >
  381. </File>
  382. <File
  383. RelativePath="StdAfx.h"
  384. >
  385. </File>
  386. <File
  387. RelativePath=".\SupPrinter.h"
  388. >
  389. </File>
  390. <File
  391. RelativePath="ZDlg.h"
  392. >
  393. </File>
  394. </Filter>
  395. <Filter
  396. Name="Resource Files"
  397. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  398. >
  399. <File
  400. RelativePath="res\BarCode.ico"
  401. >
  402. </File>
  403. <File
  404. RelativePath="res\BarCode.rc2"
  405. >
  406. </File>
  407. </Filter>
  408. </Files>
  409. <Globals>
  410. </Globals>
  411. </VisualStudioProject>