Reconize.vcproj
上传用户:chinamans
上传日期:2016-04-11
资源大小:14485k
文件大小:6k
源码类别:

图形/文字识别

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="Reconize"
  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"
  17. IntermediateDirectory=".Release"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="2"
  25. InlineFunctionExpansion="1"
  26. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="2"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="3"
  31. PrecompiledHeaderThrough="stdafx.h"
  32. PrecompiledHeaderFile=".Release/Reconize.pch"
  33. AssemblerListingLocation=".Release/"
  34. ObjectFile=".Release/"
  35. ProgramDataBaseFileName=".Release/"
  36. WarningLevel="3"
  37. SuppressStartupBanner="TRUE"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. OutputFile=".Release/Reconize.exe"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. ProgramDatabaseFile=".Release/Reconize.pdb"
  46. SubSystem="2"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. PreprocessorDefinitions="NDEBUG"
  51. MkTypLibCompatible="TRUE"
  52. SuppressStartupBanner="TRUE"
  53. TargetEnvironment="1"
  54. TypeLibraryName=".Release/Reconize.tlb"
  55. HeaderFileName=""/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="NDEBUG"
  65. Culture="2052"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. <Tool
  69. Name="VCXMLDataGeneratorTool"/>
  70. <Tool
  71. Name="VCWebDeploymentTool"/>
  72. <Tool
  73. Name="VCManagedWrapperGeneratorTool"/>
  74. <Tool
  75. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  76. </Configuration>
  77. <Configuration
  78. Name="Debug|Win32"
  79. OutputDirectory=".Debug"
  80. IntermediateDirectory=".Debug"
  81. ConfigurationType="1"
  82. UseOfMFC="2"
  83. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  84. CharacterSet="2">
  85. <Tool
  86. Name="VCCLCompilerTool"
  87. Optimization="0"
  88. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  89. BasicRuntimeChecks="3"
  90. RuntimeLibrary="3"
  91. UsePrecompiledHeader="3"
  92. PrecompiledHeaderThrough="stdafx.h"
  93. PrecompiledHeaderFile=".Debug/Reconize.pch"
  94. AssemblerListingLocation=".Debug/"
  95. ObjectFile=".Debug/"
  96. ProgramDataBaseFileName=".Debug/"
  97. WarningLevel="3"
  98. SuppressStartupBanner="TRUE"
  99. DebugInformationFormat="4"/>
  100. <Tool
  101. Name="VCCustomBuildTool"/>
  102. <Tool
  103. Name="VCLinkerTool"
  104. OutputFile=".Debug/Reconize.exe"
  105. LinkIncremental="1"
  106. SuppressStartupBanner="TRUE"
  107. GenerateDebugInformation="TRUE"
  108. ProgramDatabaseFile=".Debug/Reconize.pdb"
  109. SubSystem="2"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. PreprocessorDefinitions="_DEBUG"
  114. MkTypLibCompatible="TRUE"
  115. SuppressStartupBanner="TRUE"
  116. TargetEnvironment="1"
  117. TypeLibraryName=".Debug/Reconize.tlb"
  118. HeaderFileName=""/>
  119. <Tool
  120. Name="VCPostBuildEventTool"/>
  121. <Tool
  122. Name="VCPreBuildEventTool"/>
  123. <Tool
  124. Name="VCPreLinkEventTool"/>
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. PreprocessorDefinitions="_DEBUG"
  128. Culture="2052"/>
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"/>
  131. <Tool
  132. Name="VCXMLDataGeneratorTool"/>
  133. <Tool
  134. Name="VCWebDeploymentTool"/>
  135. <Tool
  136. Name="VCManagedWrapperGeneratorTool"/>
  137. <Tool
  138. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  139. </Configuration>
  140. </Configurations>
  141. <References>
  142. </References>
  143. <Files>
  144. <Filter
  145. Name="Source Files"
  146. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  147. <File
  148. RelativePath="Reconize.cpp">
  149. <FileConfiguration
  150. Name="Release|Win32">
  151. <Tool
  152. Name="VCCLCompilerTool"
  153. Optimization="2"
  154. PreprocessorDefinitions=""/>
  155. </FileConfiguration>
  156. <FileConfiguration
  157. Name="Debug|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. Optimization="0"
  161. PreprocessorDefinitions=""
  162. BasicRuntimeChecks="3"/>
  163. </FileConfiguration>
  164. </File>
  165. <File
  166. RelativePath="Reconize.rc">
  167. </File>
  168. <File
  169. RelativePath="ReconizeDlg.cpp">
  170. <FileConfiguration
  171. Name="Release|Win32">
  172. <Tool
  173. Name="VCCLCompilerTool"
  174. Optimization="2"
  175. PreprocessorDefinitions=""/>
  176. </FileConfiguration>
  177. <FileConfiguration
  178. Name="Debug|Win32">
  179. <Tool
  180. Name="VCCLCompilerTool"
  181. Optimization="0"
  182. PreprocessorDefinitions=""
  183. BasicRuntimeChecks="3"/>
  184. </FileConfiguration>
  185. </File>
  186. <File
  187. RelativePath="StdAfx.cpp">
  188. <FileConfiguration
  189. Name="Release|Win32">
  190. <Tool
  191. Name="VCCLCompilerTool"
  192. Optimization="2"
  193. PreprocessorDefinitions=""
  194. UsePrecompiledHeader="1"/>
  195. </FileConfiguration>
  196. <FileConfiguration
  197. Name="Debug|Win32">
  198. <Tool
  199. Name="VCCLCompilerTool"
  200. Optimization="0"
  201. PreprocessorDefinitions=""
  202. BasicRuntimeChecks="3"
  203. UsePrecompiledHeader="1"/>
  204. </FileConfiguration>
  205. </File>
  206. </Filter>
  207. <Filter
  208. Name="Header Files"
  209. Filter="h;hpp;hxx;hm;inl">
  210. <File
  211. RelativePath="Reconize.h">
  212. </File>
  213. <File
  214. RelativePath="ReconizeDlg.h">
  215. </File>
  216. <File
  217. RelativePath="Resource.h">
  218. </File>
  219. <File
  220. RelativePath="StdAfx.h">
  221. </File>
  222. </Filter>
  223. <Filter
  224. Name="Resource Files"
  225. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  226. <File
  227. RelativePath="resReconize.ico">
  228. </File>
  229. <File
  230. RelativePath="resReconize.rc2">
  231. </File>
  232. </Filter>
  233. <File
  234. RelativePath="ReadMe.txt">
  235. </File>
  236. </Files>
  237. <Globals>
  238. </Globals>
  239. </VisualStudioProject>