CP_Main.dsp 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. # Microsoft Developer Studio Project File - Name="CP_Main" - 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=CP_Main - Win32 Pre 2000 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 "CP_Main.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 "CP_Main.mak" CFG="CP_Main - Win32 Pre 2000 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "CP_Main - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "CP_Main - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "CP_Main - Win32 Pre 2000 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "CP_Main - Win32 Pre 2000 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""$/CopyPro/CP_Main", CAAAAAAA"
  26. # PROP Scc_LocalPath "."
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "CP_Main - Win32 Release"
  31. # PROP BASE Use_MFC 6
  32. # PROP BASE Use_Debug_Libraries 0
  33. # PROP BASE Output_Dir "Release"
  34. # PROP BASE Intermediate_Dir "Release"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 6
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "Release"
  39. # PROP Intermediate_Dir "Release"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  43. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "AFTER_98" /FAs /Yu"stdafx.h" /FD /c
  44. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  46. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  47. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LINK32=link.exe
  52. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  53. # ADD LINK32 /nologo /subsystem:windows /map /machine:I386 /out:"Release/Ditto.exe"
  54. !ELSEIF "$(CFG)" == "CP_Main - Win32 Debug"
  55. # PROP BASE Use_MFC 6
  56. # PROP BASE Use_Debug_Libraries 1
  57. # PROP BASE Output_Dir "Debug"
  58. # PROP BASE Intermediate_Dir "Debug"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 6
  61. # PROP Use_Debug_Libraries 1
  62. # PROP Output_Dir "Debug"
  63. # PROP Intermediate_Dir "Debug"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  67. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "AFTER_98" /Yu"stdafx.h" /FD /GZ /c
  68. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  70. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  71. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  77. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/Ditto.exe" /pdbtype:sept
  78. !ELSEIF "$(CFG)" == "CP_Main - Win32 Pre 2000 Release"
  79. # PROP BASE Use_MFC 6
  80. # PROP BASE Use_Debug_Libraries 0
  81. # PROP BASE Output_Dir "CP_Main___Win32_Pre_2000_Release"
  82. # PROP BASE Intermediate_Dir "CP_Main___Win32_Pre_2000_Release"
  83. # PROP BASE Ignore_Export_Lib 0
  84. # PROP BASE Target_Dir ""
  85. # PROP Use_MFC 6
  86. # PROP Use_Debug_Libraries 0
  87. # PROP Output_Dir "CP_Main___Win32_Pre_2000_Release"
  88. # PROP Intermediate_Dir "CP_Main___Win32_Pre_2000_Release"
  89. # PROP Ignore_Export_Lib 0
  90. # PROP Target_Dir ""
  91. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\CP_Database" /I "..\CP_GUI" /I "..\Controls" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  92. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FAs /Yu"stdafx.h" /FD /c
  93. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  94. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  95. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  96. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  97. BSC32=bscmake.exe
  98. # ADD BASE BSC32 /nologo
  99. # ADD BSC32 /nologo
  100. LINK32=link.exe
  101. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 /out:"Release/Ditto.exe"
  102. # ADD LINK32 /nologo /subsystem:windows /map /machine:I386 /out:"Release/Ditto98.exe"
  103. !ELSEIF "$(CFG)" == "CP_Main - Win32 Pre 2000 Debug"
  104. # PROP BASE Use_MFC 6
  105. # PROP BASE Use_Debug_Libraries 1
  106. # PROP BASE Output_Dir "CP_Main___Win32_Pre_2000_Debug"
  107. # PROP BASE Intermediate_Dir "CP_Main___Win32_Pre_2000_Debug"
  108. # PROP BASE Ignore_Export_Lib 0
  109. # PROP BASE Target_Dir ""
  110. # PROP Use_MFC 6
  111. # PROP Use_Debug_Libraries 1
  112. # PROP Output_Dir "CP_Main___Win32_Pre_2000_Debug"
  113. # PROP Intermediate_Dir "CP_Main___Win32_Pre_2000_Debug"
  114. # PROP Ignore_Export_Lib 0
  115. # PROP Target_Dir ""
  116. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\CP_Database" /I "..\CP_GUI" /I "..\Controls" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  117. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  118. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  119. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  120. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  121. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  122. BSC32=bscmake.exe
  123. # ADD BASE BSC32 /nologo
  124. # ADD BSC32 /nologo
  125. LINK32=link.exe
  126. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/Ditto.exe" /pdbtype:sept
  127. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/Ditto_Pre2000.exe" /pdbtype:sept
  128. !ENDIF
  129. # Begin Target
  130. # Name "CP_Main - Win32 Release"
  131. # Name "CP_Main - Win32 Debug"
  132. # Name "CP_Main - Win32 Pre 2000 Release"
  133. # Name "CP_Main - Win32 Pre 2000 Debug"
  134. # Begin Group "Source Files"
  135. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  136. # Begin Group "Controls"
  137. # PROP Default_Filter ""
  138. # Begin Source File
  139. SOURCE=.\AlphaBlend.cpp
  140. !IF "$(CFG)" == "CP_Main - Win32 Release"
  141. !ELSEIF "$(CFG)" == "CP_Main - Win32 Debug"
  142. !ELSEIF "$(CFG)" == "CP_Main - Win32 Pre 2000 Release"
  143. # PROP Exclude_From_Build 1
  144. !ELSEIF "$(CFG)" == "CP_Main - Win32 Pre 2000 Debug"
  145. # PROP Exclude_From_Build 1
  146. !ENDIF
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\AlphaBlend.h
  150. !IF "$(CFG)" == "CP_Main - Win32 Release"
  151. !ELSEIF "$(CFG)" == "CP_Main - Win32 Debug"
  152. !ELSEIF "$(CFG)" == "CP_Main - Win32 Pre 2000 Release"
  153. # PROP Exclude_From_Build 1
  154. !ELSEIF "$(CFG)" == "CP_Main - Win32 Pre 2000 Debug"
  155. # PROP Exclude_From_Build 1
  156. !ENDIF
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\ArrayEx.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\ComboBoxSearch.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\ComboBoxSearch.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\GroupStatic.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\GroupStatic.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\HyperLink.cpp
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\NumberEdit.cpp
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\NumberEdit.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\QListCtrl.cpp
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\QListCtrl.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\WndEx.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\WndEx.h
  193. # End Source File
  194. # End Group
  195. # Begin Source File
  196. SOURCE=.\About.cpp
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.\AddType.cpp
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.\CopyProperties.cpp
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=.\CP_Main.cpp
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=.\CP_Main.rc
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.\DatabaseUtilities.cpp
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=.\DataTable.cpp
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=.\GroupCombo.cpp
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=.\GroupName.cpp
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=.\GroupTree.cpp
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=.\InternetUpdate.cpp
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=.\MainFrm.cpp
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=.\MainTable.cpp
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=.\Misc.cpp
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.\OptionsGeneral.cpp
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=.\OptionsKeyBoard.cpp
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=.\OptionsQuickPaste.cpp
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=.\OptionsSheet.cpp
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=.\OptionsStats.cpp
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=.\OptionsTypes.cpp
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=.\OptionsUtilities.cpp
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.\ProcessCopy.cpp
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=.\ProcessPaste.cpp
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.\ProgressWnd.cpp
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.\QPasteWnd.cpp
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.\QuickPaste.cpp
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=.\SelectDB.cpp
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=.\StdAfx.cpp
  278. # ADD CPP /Yc"stdafx.h"
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=.\SystemTray.cpp
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.\TypesTable.cpp
  285. # End Source File
  286. # End Group
  287. # Begin Group "Header Files"
  288. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  289. # Begin Source File
  290. SOURCE=.\About.h
  291. # End Source File
  292. # Begin Source File
  293. SOURCE=.\AddType.h
  294. # End Source File
  295. # Begin Source File
  296. SOURCE=.\CopyProperties.h
  297. # End Source File
  298. # Begin Source File
  299. SOURCE=.\CP_Main.h
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=.\DatabaseUtilities.h
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=.\DataTable.h
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=.\GroupCombo.h
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=.\GroupName.h
  312. # End Source File
  313. # Begin Source File
  314. SOURCE=.\GroupTree.h
  315. # End Source File
  316. # Begin Source File
  317. SOURCE=.\HyperLink.h
  318. # End Source File
  319. # Begin Source File
  320. SOURCE=.\InternetUpdate.h
  321. # End Source File
  322. # Begin Source File
  323. SOURCE=.\MainFrm.h
  324. # End Source File
  325. # Begin Source File
  326. SOURCE=.\MainTable.h
  327. # End Source File
  328. # Begin Source File
  329. SOURCE=.\Misc.h
  330. # End Source File
  331. # Begin Source File
  332. SOURCE=.\OptionsGeneral.h
  333. # End Source File
  334. # Begin Source File
  335. SOURCE=.\OptionsKeyBoard.h
  336. # End Source File
  337. # Begin Source File
  338. SOURCE=.\OptionsQuickPaste.h
  339. # End Source File
  340. # Begin Source File
  341. SOURCE=.\OptionsSheet.h
  342. # End Source File
  343. # Begin Source File
  344. SOURCE=.\OptionsStats.h
  345. # End Source File
  346. # Begin Source File
  347. SOURCE=.\OptionsTypes.h
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=.\OptionsUtilities.h
  351. # End Source File
  352. # Begin Source File
  353. SOURCE=.\ProcessCopy.h
  354. # End Source File
  355. # Begin Source File
  356. SOURCE=.\ProcessPaste.h
  357. # End Source File
  358. # Begin Source File
  359. SOURCE=.\ProgressWnd.h
  360. # End Source File
  361. # Begin Source File
  362. SOURCE=.\QPasteWnd.h
  363. # End Source File
  364. # Begin Source File
  365. SOURCE=.\QuickPaste.h
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=.\Resource.h
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=.\SelectDB.h
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=.\StdAfx.h
  375. # End Source File
  376. # Begin Source File
  377. SOURCE=.\SystemTray.h
  378. # End Source File
  379. # Begin Source File
  380. SOURCE=.\TypesTable.h
  381. # End Source File
  382. # End Group
  383. # Begin Group "Resource Files"
  384. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  385. # Begin Source File
  386. SOURCE=.\res\bitmap1.bmp
  387. # End Source File
  388. # Begin Source File
  389. SOURCE=.\res\bmp00001.bmp
  390. # End Source File
  391. # Begin Source File
  392. SOURCE=.\res\closed_f.bmp
  393. # End Source File
  394. # Begin Source File
  395. SOURCE=.\res\CP_Main.ico
  396. # End Source File
  397. # Begin Source File
  398. SOURCE=.\res\CP_Main.rc2
  399. # End Source File
  400. # Begin Source File
  401. SOURCE=.\res\CP_MainDoc.ico
  402. # End Source File
  403. # Begin Source File
  404. SOURCE=.\res\Ditto.ico
  405. # End Source File
  406. # Begin Source File
  407. SOURCE=.\res\open_fol.bmp
  408. # End Source File
  409. # Begin Source File
  410. SOURCE=.\res\Toolbar.bmp
  411. # End Source File
  412. # End Group
  413. # Begin Source File
  414. SOURCE=.\ReadMe.txt
  415. # End Source File
  416. # Begin Source File
  417. SOURCE=.\Version.Lib
  418. # End Source File
  419. # End Target
  420. # End Project