HexEdit_vc71.vcproj
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:10k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="HexEdit"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".Release/vc71"
  17. IntermediateDirectory=".Release/vc71"
  18. ConfigurationType="1"
  19. UseOfMFC="1"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. AdditionalOptions="/Zm200 "
  24. Optimization="2"
  25. InlineFunctionExpansion="1"
  26. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  27. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="0"
  30. EnableFunctionLevelLinking="TRUE"
  31. TreatWChar_tAsBuiltInType="TRUE"
  32. UsePrecompiledHeader="3"
  33. PrecompiledHeaderThrough="stdafx.h"
  34. PrecompiledHeaderFile=".Release/vc71/HexEdit.pch"
  35. AssemblerListingLocation=".Release/vc71/"
  36. ObjectFile=".Release/vc71/"
  37. ProgramDataBaseFileName=".Release/vc71/"
  38. WarningLevel="3"
  39. SuppressStartupBanner="TRUE"
  40. CompileAs="0"/>
  41. <Tool
  42. Name="VCCustomBuildTool"/>
  43. <Tool
  44. Name="VCLinkerTool"
  45. OutputFile="../../../bin/vc71/HexEdit.exe"
  46. LinkIncremental="1"
  47. SuppressStartupBanner="TRUE"
  48. AdditionalLibraryDirectories="../../../lib/vc71"
  49. ProgramDatabaseFile=".Release/vc71/HexEdit.pdb"
  50. SubSystem="2"
  51. TargetMachine="1"/>
  52. <Tool
  53. Name="VCMIDLTool"
  54. PreprocessorDefinitions="NDEBUG"
  55. MkTypLibCompatible="TRUE"
  56. SuppressStartupBanner="TRUE"
  57. TargetEnvironment="1"
  58. TypeLibraryName=".Release/vc71/HexEdit.tlb"
  59. HeaderFileName=""/>
  60. <Tool
  61. Name="VCPostBuildEventTool"/>
  62. <Tool
  63. Name="VCPreBuildEventTool"/>
  64. <Tool
  65. Name="VCPreLinkEventTool"/>
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="NDEBUG"
  69. Culture="1033"
  70. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  71. <Tool
  72. Name="VCWebServiceProxyGeneratorTool"/>
  73. <Tool
  74. Name="VCXMLDataGeneratorTool"/>
  75. <Tool
  76. Name="VCWebDeploymentTool"/>
  77. <Tool
  78. Name="VCManagedWrapperGeneratorTool"/>
  79. <Tool
  80. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  81. </Configuration>
  82. <Configuration
  83. Name="Unicode Release|Win32"
  84. OutputDirectory=".Unicode_Release/vc71"
  85. IntermediateDirectory=".Unicode_Release/vc71"
  86. ConfigurationType="1"
  87. UseOfMFC="2"
  88. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  89. CharacterSet="1">
  90. <Tool
  91. Name="VCCLCompilerTool"
  92. AdditionalOptions="/Zm200 "
  93. Optimization="2"
  94. InlineFunctionExpansion="1"
  95. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  96. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  97. StringPooling="TRUE"
  98. RuntimeLibrary="2"
  99. EnableFunctionLevelLinking="TRUE"
  100. TreatWChar_tAsBuiltInType="TRUE"
  101. UsePrecompiledHeader="3"
  102. PrecompiledHeaderThrough="stdafx.h"
  103. PrecompiledHeaderFile=".Unicode_Release/vc71/HexEdit.pch"
  104. AssemblerListingLocation=".Unicode_Release/vc71/"
  105. ObjectFile=".Unicode_Release/vc71/"
  106. ProgramDataBaseFileName=".Unicode_Release/vc71/"
  107. WarningLevel="3"
  108. SuppressStartupBanner="TRUE"
  109. CompileAs="0"/>
  110. <Tool
  111. Name="VCCustomBuildTool"/>
  112. <Tool
  113. Name="VCLinkerTool"
  114. OutputFile="../../../bin/vc71/HexEditU.exe"
  115. LinkIncremental="1"
  116. SuppressStartupBanner="TRUE"
  117. AdditionalLibraryDirectories="../../../lib/vc71"
  118. ProgramDatabaseFile=".Unicode_Release/vc71/HexEditU.pdb"
  119. SubSystem="2"
  120. EntryPointSymbol="wWinMainCRTStartup"
  121. TargetMachine="1"/>
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="TRUE"
  126. SuppressStartupBanner="TRUE"
  127. TargetEnvironment="1"
  128. TypeLibraryName=".Unicode_Release/vc71/HexEdit.tlb"
  129. HeaderFileName=""/>
  130. <Tool
  131. Name="VCPostBuildEventTool"/>
  132. <Tool
  133. Name="VCPreBuildEventTool"/>
  134. <Tool
  135. Name="VCPreLinkEventTool"/>
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. PreprocessorDefinitions="NDEBUG"
  139. Culture="1033"
  140. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  141. <Tool
  142. Name="VCWebServiceProxyGeneratorTool"/>
  143. <Tool
  144. Name="VCXMLDataGeneratorTool"/>
  145. <Tool
  146. Name="VCWebDeploymentTool"/>
  147. <Tool
  148. Name="VCManagedWrapperGeneratorTool"/>
  149. <Tool
  150. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  151. </Configuration>
  152. <Configuration
  153. Name="Unicode Debug|Win32"
  154. OutputDirectory=".Unicode_Debug/vc71"
  155. IntermediateDirectory=".Unicode_Debug/vc71"
  156. ConfigurationType="1"
  157. UseOfMFC="2"
  158. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  159. CharacterSet="1">
  160. <Tool
  161. Name="VCCLCompilerTool"
  162. AdditionalOptions="/Zm200 "
  163. Optimization="0"
  164. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  165. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  166. RuntimeLibrary="3"
  167. TreatWChar_tAsBuiltInType="TRUE"
  168. UsePrecompiledHeader="3"
  169. PrecompiledHeaderThrough="stdafx.h"
  170. PrecompiledHeaderFile=".Unicode_Debug/vc71/HexEdit.pch"
  171. AssemblerListingLocation=".Unicode_Debug/vc71/"
  172. ObjectFile=".Unicode_Debug/vc71/"
  173. ProgramDataBaseFileName=".Unicode_Debug/vc71/"
  174. WarningLevel="4"
  175. SuppressStartupBanner="TRUE"
  176. DebugInformationFormat="4"
  177. CompileAs="0"/>
  178. <Tool
  179. Name="VCCustomBuildTool"/>
  180. <Tool
  181. Name="VCLinkerTool"
  182. OutputFile="../../../bin/vc71/HexEditUD.exe"
  183. LinkIncremental="2"
  184. SuppressStartupBanner="TRUE"
  185. AdditionalLibraryDirectories="../../../lib/vc71"
  186. GenerateDebugInformation="TRUE"
  187. ProgramDatabaseFile=".Unicode_Debug/vc71/HexEditUD.pdb"
  188. SubSystem="2"
  189. EntryPointSymbol="wWinMainCRTStartup"
  190. TargetMachine="1"/>
  191. <Tool
  192. Name="VCMIDLTool"
  193. PreprocessorDefinitions="_DEBUG"
  194. MkTypLibCompatible="TRUE"
  195. SuppressStartupBanner="TRUE"
  196. TargetEnvironment="1"
  197. TypeLibraryName=".Unicode_Debug/vc71/HexEdit.tlb"
  198. HeaderFileName=""/>
  199. <Tool
  200. Name="VCPostBuildEventTool"/>
  201. <Tool
  202. Name="VCPreBuildEventTool"/>
  203. <Tool
  204. Name="VCPreLinkEventTool"/>
  205. <Tool
  206. Name="VCResourceCompilerTool"
  207. PreprocessorDefinitions="_DEBUG"
  208. Culture="1033"
  209. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  210. <Tool
  211. Name="VCWebServiceProxyGeneratorTool"/>
  212. <Tool
  213. Name="VCXMLDataGeneratorTool"/>
  214. <Tool
  215. Name="VCWebDeploymentTool"/>
  216. <Tool
  217. Name="VCManagedWrapperGeneratorTool"/>
  218. <Tool
  219. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  220. </Configuration>
  221. <Configuration
  222. Name="Debug|Win32"
  223. OutputDirectory=".Debug/vc71"
  224. IntermediateDirectory=".Debug/vc71"
  225. ConfigurationType="1"
  226. UseOfMFC="2"
  227. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  228. <Tool
  229. Name="VCCLCompilerTool"
  230. AdditionalOptions="/Zm200 "
  231. Optimization="0"
  232. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  233. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  234. RuntimeLibrary="3"
  235. TreatWChar_tAsBuiltInType="TRUE"
  236. UsePrecompiledHeader="3"
  237. PrecompiledHeaderThrough="stdafx.h"
  238. PrecompiledHeaderFile=".Debug/vc71/HexEdit.pch"
  239. AssemblerListingLocation=".Debug/vc71/"
  240. ObjectFile=".Debug/vc71/"
  241. ProgramDataBaseFileName=".Debug/vc71/"
  242. WarningLevel="4"
  243. SuppressStartupBanner="TRUE"
  244. DebugInformationFormat="4"
  245. CompileAs="0"/>
  246. <Tool
  247. Name="VCCustomBuildTool"/>
  248. <Tool
  249. Name="VCLinkerTool"
  250. OutputFile="../../../bin/vc71/HexEditD.exe"
  251. LinkIncremental="2"
  252. SuppressStartupBanner="TRUE"
  253. AdditionalLibraryDirectories="../../../lib/vc71"
  254. GenerateDebugInformation="TRUE"
  255. ProgramDatabaseFile=".Debug/vc71/HexEditD.pdb"
  256. SubSystem="2"
  257. TargetMachine="1"/>
  258. <Tool
  259. Name="VCMIDLTool"
  260. PreprocessorDefinitions="_DEBUG"
  261. MkTypLibCompatible="TRUE"
  262. SuppressStartupBanner="TRUE"
  263. TargetEnvironment="1"
  264. TypeLibraryName=".Debug/vc71/HexEdit.tlb"
  265. HeaderFileName=""/>
  266. <Tool
  267. Name="VCPostBuildEventTool"/>
  268. <Tool
  269. Name="VCPreBuildEventTool"/>
  270. <Tool
  271. Name="VCPreLinkEventTool"/>
  272. <Tool
  273. Name="VCResourceCompilerTool"
  274. PreprocessorDefinitions="_DEBUG"
  275. Culture="1033"
  276. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  277. <Tool
  278. Name="VCWebServiceProxyGeneratorTool"/>
  279. <Tool
  280. Name="VCXMLDataGeneratorTool"/>
  281. <Tool
  282. Name="VCWebDeploymentTool"/>
  283. <Tool
  284. Name="VCManagedWrapperGeneratorTool"/>
  285. <Tool
  286. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  287. </Configuration>
  288. </Configurations>
  289. <References>
  290. </References>
  291. <Files>
  292. <Filter
  293. Name="Source Files"
  294. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  295. <File
  296. RelativePath="HexEdit.cpp">
  297. </File>
  298. <File
  299. RelativePath="HexEdit.rc">
  300. </File>
  301. <File
  302. RelativePath="HexEditDlg.cpp">
  303. </File>
  304. <File
  305. RelativePath="StdAfx.cpp">
  306. <FileConfiguration
  307. Name="Release|Win32">
  308. <Tool
  309. Name="VCCLCompilerTool"
  310. UsePrecompiledHeader="1"/>
  311. </FileConfiguration>
  312. <FileConfiguration
  313. Name="Unicode Release|Win32">
  314. <Tool
  315. Name="VCCLCompilerTool"
  316. UsePrecompiledHeader="1"/>
  317. </FileConfiguration>
  318. <FileConfiguration
  319. Name="Unicode Debug|Win32">
  320. <Tool
  321. Name="VCCLCompilerTool"
  322. UsePrecompiledHeader="1"/>
  323. </FileConfiguration>
  324. <FileConfiguration
  325. Name="Debug|Win32">
  326. <Tool
  327. Name="VCCLCompilerTool"
  328. UsePrecompiledHeader="1"/>
  329. </FileConfiguration>
  330. </File>
  331. </Filter>
  332. <Filter
  333. Name="Header Files"
  334. Filter="h;hpp;hxx;hm;inl">
  335. <File
  336. RelativePath="....AboutDlgAboutDlg.h">
  337. </File>
  338. <File
  339. RelativePath="HexEdit.h">
  340. </File>
  341. <File
  342. RelativePath="HexEditDlg.h">
  343. </File>
  344. <File
  345. RelativePath="Resource.h">
  346. </File>
  347. <File
  348. RelativePath="StdAfx.h">
  349. </File>
  350. </Filter>
  351. <Filter
  352. Name="Resource Files"
  353. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
  354. <File
  355. RelativePath="resCjSample.ico">
  356. </File>
  357. <File
  358. RelativePath="resHexEdit.ico">
  359. </File>
  360. <File
  361. RelativePath="resHexEdit.rc2">
  362. </File>
  363. </Filter>
  364. </Files>
  365. <Globals>
  366. </Globals>
  367. </VisualStudioProject>