mymfc.vcproj
上传用户:wjt888999
上传日期:2022-08-11
资源大小:5225k
文件大小:6k
源码类别:

OpenCV

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="mymfc"
  6. ProjectGUID="{6D422074-78FA-48BC-94A6-BF5DAB89CCC6}"
  7. RootNamespace="mymfc"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="196613"
  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="1"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="1"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="1033"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalDependencies="odbc32.lib odbccp32.lib cv200.lib cxcore200.lib highgui200.lib"
  71. LinkIncremental="2"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  101. IntermediateDirectory="$(ConfigurationName)"
  102. ConfigurationType="1"
  103. UseOfMFC="1"
  104. CharacterSet="2"
  105. WholeProgramOptimization="1"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. MkTypLibCompatible="false"
  123. ValidateParameters="true"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="2"
  128. EnableIntrinsicFunctions="true"
  129. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  130. MinimalRebuild="false"
  131. RuntimeLibrary="0"
  132. EnableFunctionLevelLinking="true"
  133. UsePrecompiledHeader="2"
  134. WarningLevel="3"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. PreprocessorDefinitions="NDEBUG"
  143. Culture="1033"
  144. AdditionalIncludeDirectories="$(IntDir)"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. LinkIncremental="1"
  152. GenerateDebugInformation="true"
  153. SubSystem="2"
  154. OptimizeReferences="2"
  155. EnableCOMDATFolding="2"
  156. TargetMachine="1"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. />
  170. <Tool
  171. Name="VCFxCopTool"
  172. />
  173. <Tool
  174. Name="VCAppVerifierTool"
  175. />
  176. <Tool
  177. Name="VCPostBuildEventTool"
  178. />
  179. </Configuration>
  180. </Configurations>
  181. <References>
  182. </References>
  183. <Files>
  184. <Filter
  185. Name="Source Files"
  186. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  187. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  188. >
  189. <File
  190. RelativePath=".CameraDS.cpp"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".mymfc.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".mymfcDlg.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".stdafx.cpp"
  203. >
  204. <FileConfiguration
  205. Name="Debug|Win32"
  206. >
  207. <Tool
  208. Name="VCCLCompilerTool"
  209. UsePrecompiledHeader="1"
  210. />
  211. </FileConfiguration>
  212. <FileConfiguration
  213. Name="Release|Win32"
  214. >
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. UsePrecompiledHeader="1"
  218. />
  219. </FileConfiguration>
  220. </File>
  221. </Filter>
  222. <Filter
  223. Name="Header Files"
  224. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  225. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  226. >
  227. <File
  228. RelativePath=".CameraDS.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".mymfc.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".mymfcDlg.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".Resource.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".stdafx.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".targetver.h"
  249. >
  250. </File>
  251. </Filter>
  252. <Filter
  253. Name="Resource Files"
  254. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  255. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  256. >
  257. <File
  258. RelativePath=".resmymfc.ico"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".mymfc.rc"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".resmymfc.rc2"
  267. >
  268. </File>
  269. </Filter>
  270. <File
  271. RelativePath=".ReadMe.txt"
  272. >
  273. </File>
  274. </Files>
  275. <Globals>
  276. <Global
  277. Name="RESOURCE_FILE"
  278. Value="mymfc.rc"
  279. />
  280. </Globals>
  281. </VisualStudioProject>