ImageProcessing.dsp
上传用户:xjt2008yy
上传日期:2010-01-18
资源大小:272k
文件大小:8k
源码类别:

生物技术

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="ImageProcessing" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=ImageProcessing - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE 
  9. !MESSAGE NMAKE /f "ImageProcessing.mak".
  10. !MESSAGE 
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "ImageProcessing.mak" CFG="ImageProcessing - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "ImageProcessing - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "ImageProcessing - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "ImageProcessing - Win32 Release"
  29. # PROP BASE Use_MFC 6
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 6
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  40. # ADD CPP /nologo /MD /W3 /GX /Ox /Oa /Ow /Og /Os /Op /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /c
  41. # SUBTRACT CPP /Ot /Oi
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
  45. # ADD RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  51. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  52. !ELSEIF  "$(CFG)" == "ImageProcessing - Win32 Debug"
  53. # PROP BASE Use_MFC 6
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 6
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "Debug"
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  64. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
  65. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  66. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  67. # ADD BASE RSC /l 0x804 /d "_DEBUG" /d "_AFXDLL"
  68. # ADD RSC /l 0x804 /d "_DEBUG" /d "_AFXDLL"
  69. BSC32=bscmake.exe
  70. # ADD BASE BSC32 /nologo
  71. # ADD BSC32 /nologo
  72. LINK32=link.exe
  73. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  74. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  75. !ENDIF 
  76. # Begin Target
  77. # Name "ImageProcessing - Win32 Release"
  78. # Name "ImageProcessing - Win32 Debug"
  79. # Begin Group "Source Files"
  80. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  81. # Begin Group "Seg"
  82. # PROP Default_Filter ""
  83. # Begin Source File
  84. SOURCE=.SegApi.cpp
  85. # End Source File
  86. # End Group
  87. # Begin Group "Enhance"
  88. # PROP Default_Filter ".cpp"
  89. # Begin Source File
  90. SOURCE=.DlgEhnLinTrans.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.DlgEnhColor.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.DlgHistShow1.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.DlgMedian.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.DlgRecMatch.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.DlgSmooth.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.Enhance.cpp
  109. # End Source File
  110. # End Group
  111. # Begin Group "wavelet"
  112. # PROP Default_Filter ""
  113. # Begin Source File
  114. SOURCE=.DWT.CPP
  115. # End Source File
  116. # End Group
  117. # Begin Group "Trans"
  118. # PROP Default_Filter ""
  119. # Begin Source File
  120. SOURCE=.FreTrans.cpp
  121. # End Source File
  122. # End Group
  123. # Begin Group "Registration"
  124. # PROP Default_Filter ""
  125. # Begin Source File
  126. SOURCE=.DlgAftReg.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.DlgReg.cpp
  130. # End Source File
  131. # End Group
  132. # Begin Group "Motion"
  133. # PROP Default_Filter ""
  134. # Begin Source File
  135. SOURCE=.Motion.cpp
  136. # End Source File
  137. # End Group
  138. # Begin Group "Recognition"
  139. # PROP Default_Filter ""
  140. # End Group
  141. # Begin Group "ImageView"
  142. # PROP Default_Filter ""
  143. # Begin Source File
  144. SOURCE=.ImageView.cpp
  145. # End Source File
  146. # End Group
  147. # Begin Group "Analysis"
  148. # PROP Default_Filter ""
  149. # Begin Source File
  150. SOURCE=.ImageAnalysis.cpp
  151. # End Source File
  152. # End Group
  153. # Begin Group "Restore"
  154. # PROP Default_Filter ""
  155. # Begin Source File
  156. SOURCE=.restore.cpp
  157. # End Source File
  158. # End Group
  159. # Begin Group "Coding"
  160. # PROP Default_Filter ""
  161. # Begin Source File
  162. SOURCE=.DlgArith.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.DlgBitPlane.cpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.DlgHuffman.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.DlgShannon.cpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.ImageCoding.cpp
  175. # End Source File
  176. # End Group
  177. # Begin Source File
  178. SOURCE=.cdib.cpp
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.ChildFrm.cpp
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.DIBPrcs.cpp
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.ImageProcessing.cpp
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.ImageProcessing.rc
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.ImageProcessingDoc.cpp
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.ImageProcessingView.cpp
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.MainFrm.cpp
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.StdAfx.cpp
  203. # ADD CPP /Yc"stdafx.h"
  204. # End Source File
  205. # End Group
  206. # Begin Group "Header Files"
  207. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  208. # Begin Source File
  209. SOURCE=.cdib.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.ChildFrm.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.ColorTable.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.DlgAftReg.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.DlgCoding.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.DlgEhnLinTrans.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.DlgEnhColor.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.DlgHistShow1.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.DlgMedian.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.DlgRecMatch.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.DlgReg.h
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.DlgSmooth.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.GlobalApi.h
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.ImageProcessing.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.ImageProcessingDoc.h
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=.ImageProcessingView.h
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=.MainFrm.h
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=.Resource.h
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=.StdAfx.h
  264. # End Source File
  265. # End Group
  266. # Begin Group "Resource Files"
  267. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  268. # Begin Source File
  269. SOURCE=.resImageProcessing.ico
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=.resImageProcessing.rc2
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=.resImageProcessingDoc.ico
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=.resToolbar.bmp
  279. # End Source File
  280. # End Group
  281. # Begin Source File
  282. SOURCE=.ReadMe.txt
  283. # End Source File
  284. # End Target
  285. # End Project