ProfUIS_Controls_600.dsp
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:37k
源码类别:

界面编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="ProfUIS_Controls" - 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=ProfUIS_Controls - Win32 MBCS 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 "ProfUIS_Controls_600.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 "ProfUIS_Controls_600.mak" CFG="ProfUIS_Controls - Win32 MBCS Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "ProfUIS_Controls - Win32 ANSI Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "ProfUIS_Controls - Win32 ANSI Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "ProfUIS_Controls - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  21. !MESSAGE "ProfUIS_Controls - Win32 Unicode Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "ProfUIS_Controls - Win32 MBCS Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE "ProfUIS_Controls - Win32 MBCS Release" (based on "Win32 (x86) Application")
  24. !MESSAGE "ProfUIS_Controls - Win32 Static ANSI Debug" (based on "Win32 (x86) Application")
  25. !MESSAGE "ProfUIS_Controls - Win32 Static ANSI Release" (based on "Win32 (x86) Application")
  26. !MESSAGE "ProfUIS_Controls - Win32 Static Unicode Debug" (based on "Win32 (x86) Application")
  27. !MESSAGE "ProfUIS_Controls - Win32 Static Unicode Release" (based on "Win32 (x86) Application")
  28. !MESSAGE "ProfUIS_Controls - Win32 Static MBCS Debug" (based on "Win32 (x86) Application")
  29. !MESSAGE "ProfUIS_Controls - Win32 Static MBCS Release" (based on "Win32 (x86) Application")
  30. !MESSAGE "ProfUIS_Controls - Win32 Static ANSI Debug with MFC DLL" (based on "Win32 (x86) Application")
  31. !MESSAGE "ProfUIS_Controls - Win32 Static ANSI Release with MFC DLL" (based on "Win32 (x86) Application")
  32. !MESSAGE "ProfUIS_Controls - Win32 Static Unicode Debug with MFC DLL" (based on "Win32 (x86) Application")
  33. !MESSAGE "ProfUIS_Controls - Win32 Static Unicode Release with MFC DLL" (based on "Win32 (x86) Application")
  34. !MESSAGE "ProfUIS_Controls - Win32 Static MBCS Debug with MFC DLL" (based on "Win32 (x86) Application")
  35. !MESSAGE "ProfUIS_Controls - Win32 Static MBCS Release with MFC DLL" (based on "Win32 (x86) Application")
  36. !MESSAGE 
  37. # Begin Project
  38. # PROP AllowPerConfigDependencies 0
  39. # PROP Scc_ProjName ""
  40. # PROP Scc_LocalPath ""
  41. CPP=cl.exe
  42. MTL=midl.exe
  43. RSC=rc.exe
  44. !IF  "$(CFG)" == "ProfUIS_Controls - Win32 ANSI Release"
  45. # PROP BASE Use_MFC 6
  46. # PROP BASE Use_Debug_Libraries 0
  47. # PROP BASE Output_Dir "Release"
  48. # PROP BASE Intermediate_Dir "Release"
  49. # PROP BASE Target_Dir ""
  50. # PROP Use_MFC 6
  51. # PROP Use_Debug_Libraries 0
  52. # PROP Output_Dir "....Bin_600"
  53. # PROP Intermediate_Dir "....Bin_600AnsiReleaseProfUIS_Controls"
  54. # PROP Ignore_Export_Lib 0
  55. # PROP Target_Dir ""
  56. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  57. # ADD CPP /nologo /MD /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  58. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  59. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  60. # ADD BASE RSC /l 0x419 /d "NDEBUG" /d "_AFXDLL"
  61. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG" /d "_AFXDLL"
  62. BSC32=bscmake.exe
  63. # ADD BASE BSC32 /nologo
  64. # ADD BSC32 /nologo
  65. LINK32=link.exe
  66. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  67. # ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-n.exe" /libpath:"....Bin_600"
  68. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 ANSI Debug"
  69. # PROP BASE Use_MFC 6
  70. # PROP BASE Use_Debug_Libraries 1
  71. # PROP BASE Output_Dir "Debug"
  72. # PROP BASE Intermediate_Dir "Debug"
  73. # PROP BASE Target_Dir ""
  74. # PROP Use_MFC 6
  75. # PROP Use_Debug_Libraries 1
  76. # PROP Output_Dir "....Bin_600"
  77. # PROP Intermediate_Dir "....Bin_600AnsiDebugProfUIS_Controls"
  78. # PROP Ignore_Export_Lib 0
  79. # PROP Target_Dir ""
  80. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  81. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  82. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  83. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  84. # ADD BASE RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
  85. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG" /d "_AFXDLL"
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LINK32=link.exe
  90. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  91. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-nd.exe" /pdbtype:sept /libpath:"....Bin_600"
  92. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Unicode Debug"
  93. # PROP BASE Use_MFC 6
  94. # PROP BASE Use_Debug_Libraries 1
  95. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Unicode_Debug"
  96. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Unicode_Debug"
  97. # PROP BASE Ignore_Export_Lib 0
  98. # PROP BASE Target_Dir ""
  99. # PROP Use_MFC 6
  100. # PROP Use_Debug_Libraries 1
  101. # PROP Output_Dir "....Bin_600"
  102. # PROP Intermediate_Dir "....Bin_600UnicodeDebugProfUIS_Controls"
  103. # PROP Ignore_Export_Lib 0
  104. # PROP Target_Dir ""
  105. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "....include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  106. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_UNICODE" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  107. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  108. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  109. # ADD BASE RSC /l 0x419 /d "_DEBUG" /d "_AFXDLL"
  110. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG" /d "_AFXDLL"
  111. BSC32=bscmake.exe
  112. # ADD BASE BSC32 /nologo
  113. # ADD BSC32 /nologo
  114. LINK32=link.exe
  115. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-d.exe" /pdbtype:sept
  116. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-ud.exe" /pdbtype:sept /libpath:"....Bin_600"
  117. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Unicode Release"
  118. # PROP BASE Use_MFC 6
  119. # PROP BASE Use_Debug_Libraries 0
  120. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Unicode_Release"
  121. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Unicode_Release"
  122. # PROP BASE Ignore_Export_Lib 0
  123. # PROP BASE Target_Dir ""
  124. # PROP Use_MFC 6
  125. # PROP Use_Debug_Libraries 0
  126. # PROP Output_Dir "....Bin_600"
  127. # PROP Intermediate_Dir "....Bin_600UnicodeReleaseProfUIS_Controls"
  128. # PROP Ignore_Export_Lib 0
  129. # PROP Target_Dir ""
  130. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "....include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  131. # ADD CPP /nologo /MD /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_UNICODE" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  132. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  133. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  134. # ADD BASE RSC /l 0x419 /d "NDEBUG" /d "_AFXDLL"
  135. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG" /d "_AFXDLL"
  136. BSC32=bscmake.exe
  137. # ADD BASE BSC32 /nologo
  138. # ADD BSC32 /nologo
  139. LINK32=link.exe
  140. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  141. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-u.exe" /libpath:"....Bin_600"
  142. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 MBCS Debug"
  143. # PROP BASE Use_MFC 6
  144. # PROP BASE Use_Debug_Libraries 1
  145. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_MBCS_Debug"
  146. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_MBCS_Debug"
  147. # PROP BASE Ignore_Export_Lib 0
  148. # PROP BASE Target_Dir ""
  149. # PROP Use_MFC 6
  150. # PROP Use_Debug_Libraries 1
  151. # PROP Output_Dir "....Bin_600"
  152. # PROP Intermediate_Dir "....Bin_600MbcsDebugProfUIS_Controls"
  153. # PROP Ignore_Export_Lib 0
  154. # PROP Target_Dir ""
  155. # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  156. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_AFXDLL" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  157. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  158. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  159. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  160. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG" /d "_AFXDLL"
  161. BSC32=bscmake.exe
  162. # ADD BASE BSC32 /nologo
  163. # ADD BSC32 /nologo
  164. LINK32=link.exe
  165. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-d.exe" /pdbtype:sept
  166. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-md.exe" /pdbtype:sept /libpath:"....Bin_600"
  167. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 MBCS Release"
  168. # PROP BASE Use_MFC 6
  169. # PROP BASE Use_Debug_Libraries 0
  170. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_MBCS_Release"
  171. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_MBCS_Release"
  172. # PROP BASE Ignore_Export_Lib 0
  173. # PROP BASE Target_Dir ""
  174. # PROP Use_MFC 6
  175. # PROP Use_Debug_Libraries 0
  176. # PROP Output_Dir "....Bin_600"
  177. # PROP Intermediate_Dir "....Bin_600MbcsReleaseProfUIS_Controls"
  178. # PROP Ignore_Export_Lib 0
  179. # PROP Target_Dir ""
  180. # ADD BASE CPP /nologo /MD /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  181. # ADD CPP /nologo /MD /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_AFXDLL" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  182. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  183. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  184. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  185. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG" /d "_AFXDLL"
  186. BSC32=bscmake.exe
  187. # ADD BASE BSC32 /nologo
  188. # ADD BSC32 /nologo
  189. LINK32=link.exe
  190. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls.exe"
  191. # ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-m.exe" /libpath:"....Bin_600"
  192. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static ANSI Debug"
  193. # PROP BASE Use_MFC 6
  194. # PROP BASE Use_Debug_Libraries 1
  195. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_Debug"
  196. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_Debug"
  197. # PROP BASE Ignore_Export_Lib 0
  198. # PROP BASE Target_Dir ""
  199. # PROP Use_MFC 5
  200. # PROP Use_Debug_Libraries 1
  201. # PROP Output_Dir "....Bin_600"
  202. # PROP Intermediate_Dir "....Bin_600StaticAnsiDebugProfUIS_Controls"
  203. # PROP Ignore_Export_Lib 0
  204. # PROP Target_Dir ""
  205. # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  206. # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  207. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  208. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  209. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  210. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG"
  211. BSC32=bscmake.exe
  212. # ADD BASE BSC32 /nologo
  213. # ADD BSC32 /nologo
  214. LINK32=link.exe
  215. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-d.exe" /pdbtype:sept
  216. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-snd.exe" /pdbtype:sept /libpath:"....Bin_600"
  217. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static ANSI Release"
  218. # PROP BASE Use_MFC 6
  219. # PROP BASE Use_Debug_Libraries 0
  220. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_Release"
  221. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_Release"
  222. # PROP BASE Ignore_Export_Lib 0
  223. # PROP BASE Target_Dir ""
  224. # PROP Use_MFC 5
  225. # PROP Use_Debug_Libraries 0
  226. # PROP Output_Dir "....Bin_600"
  227. # PROP Intermediate_Dir "....Bin_600StaticAnsiReleaseProfUIS_Controls"
  228. # PROP Ignore_Export_Lib 0
  229. # PROP Target_Dir ""
  230. # ADD BASE CPP /nologo /MD /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  231. # ADD CPP /nologo /MT /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  232. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  233. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  234. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  235. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG"
  236. BSC32=bscmake.exe
  237. # ADD BASE BSC32 /nologo
  238. # ADD BSC32 /nologo
  239. LINK32=link.exe
  240. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  241. # ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-sn.exe" /libpath:"....Bin_600"
  242. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static Unicode Debug"
  243. # PROP BASE Use_MFC 5
  244. # PROP BASE Use_Debug_Libraries 1
  245. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_Unicode_Debug"
  246. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_Unicode_Debug"
  247. # PROP BASE Ignore_Export_Lib 0
  248. # PROP BASE Target_Dir ""
  249. # PROP Use_MFC 5
  250. # PROP Use_Debug_Libraries 1
  251. # PROP Output_Dir "....Bin_600"
  252. # PROP Intermediate_Dir "....Bin_600StaticUnicodeDebugProfUIS_Controls"
  253. # PROP Ignore_Export_Lib 0
  254. # PROP Target_Dir ""
  255. # ADD BASE CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /GZ /c
  256. # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  257. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  258. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  259. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  260. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG"
  261. BSC32=bscmake.exe
  262. # ADD BASE BSC32 /nologo
  263. # ADD BSC32 /nologo
  264. LINK32=link.exe
  265. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-sd.exe" /pdbtype:sept
  266. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-sud.exe" /pdbtype:sept /libpath:"....Bin_600"
  267. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static Unicode Release"
  268. # PROP BASE Use_MFC 5
  269. # PROP BASE Use_Debug_Libraries 0
  270. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_Unicode_Release"
  271. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_Unicode_Release"
  272. # PROP BASE Ignore_Export_Lib 0
  273. # PROP BASE Target_Dir ""
  274. # PROP Use_MFC 5
  275. # PROP Use_Debug_Libraries 0
  276. # PROP Output_Dir "....Bin_600"
  277. # PROP Intermediate_Dir "....Bin_600StaticUnicodeReleaseProfUIS_Controls"
  278. # PROP Ignore_Export_Lib 0
  279. # PROP Target_Dir ""
  280. # ADD BASE CPP /nologo /MT /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  281. # ADD CPP /nologo /MT /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  282. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  283. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  284. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  285. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG"
  286. BSC32=bscmake.exe
  287. # ADD BASE BSC32 /nologo
  288. # ADD BSC32 /nologo
  289. LINK32=link.exe
  290. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-s.exe"
  291. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-su.exe" /libpath:"....Bin_600"
  292. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static MBCS Debug"
  293. # PROP BASE Use_MFC 5
  294. # PROP BASE Use_Debug_Libraries 1
  295. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_MBCS_Debug"
  296. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_MBCS_Debug"
  297. # PROP BASE Ignore_Export_Lib 0
  298. # PROP BASE Target_Dir ""
  299. # PROP Use_MFC 5
  300. # PROP Use_Debug_Libraries 1
  301. # PROP Output_Dir "....Bin_600"
  302. # PROP Intermediate_Dir "....Bin_600StaticMbcsDebugProfUIS_Controls"
  303. # PROP Ignore_Export_Lib 0
  304. # PROP Target_Dir ""
  305. # ADD BASE CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /GZ /c
  306. # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  307. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  308. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  309. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  310. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG"
  311. BSC32=bscmake.exe
  312. # ADD BASE BSC32 /nologo
  313. # ADD BSC32 /nologo
  314. LINK32=link.exe
  315. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-sd.exe" /pdbtype:sept
  316. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-smd.exe" /pdbtype:sept /libpath:"....Bin_600"
  317. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static MBCS Release"
  318. # PROP BASE Use_MFC 5
  319. # PROP BASE Use_Debug_Libraries 0
  320. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_MBCS_Release"
  321. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_MBCS_Release"
  322. # PROP BASE Ignore_Export_Lib 0
  323. # PROP BASE Target_Dir ""
  324. # PROP Use_MFC 5
  325. # PROP Use_Debug_Libraries 0
  326. # PROP Output_Dir "....Bin_600"
  327. # PROP Intermediate_Dir "....Bin_600StaticMbcsReleaseProfUIS_Controls"
  328. # PROP Ignore_Export_Lib 0
  329. # PROP Target_Dir ""
  330. # ADD BASE CPP /nologo /MT /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  331. # ADD CPP /nologo /MT /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  332. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  333. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  334. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  335. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG"
  336. BSC32=bscmake.exe
  337. # ADD BASE BSC32 /nologo
  338. # ADD BSC32 /nologo
  339. LINK32=link.exe
  340. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-s.exe"
  341. # ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-sm.exe" /libpath:"....Bin_600"
  342. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static ANSI Debug with MFC DLL"
  343. # PROP BASE Use_MFC 5
  344. # PROP BASE Use_Debug_Libraries 1
  345. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_Debug_with_MFC_DLL"
  346. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_Debug_with_MFC_DLL"
  347. # PROP BASE Ignore_Export_Lib 0
  348. # PROP BASE Target_Dir ""
  349. # PROP Use_MFC 6
  350. # PROP Use_Debug_Libraries 1
  351. # PROP Output_Dir "....Bin_600"
  352. # PROP Intermediate_Dir "....Bin_600StaticAnsiDebugWithMfcDllProfUIS_Controls"
  353. # PROP Ignore_Export_Lib 0
  354. # PROP Target_Dir ""
  355. # ADD BASE CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /GZ /c
  356. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "__STATPROFUIS_WITH_DLLMFC__" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  357. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  358. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  359. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  360. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG" /d "_AFXDLL" /d "__STATPROFUIS_WITH_DLLMFC__"
  361. BSC32=bscmake.exe
  362. # ADD BASE BSC32 /nologo
  363. # ADD BSC32 /nologo
  364. LINK32=link.exe
  365. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-snd.exe" /pdbtype:sept
  366. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-ynd.exe" /pdbtype:sept /libpath:"....Bin_600"
  367. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static ANSI Release with MFC DLL"
  368. # PROP BASE Use_MFC 5
  369. # PROP BASE Use_Debug_Libraries 0
  370. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_Release_with_MFC_DLL"
  371. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_Release_with_MFC_DLL"
  372. # PROP BASE Ignore_Export_Lib 0
  373. # PROP BASE Target_Dir ""
  374. # PROP Use_MFC 6
  375. # PROP Use_Debug_Libraries 0
  376. # PROP Output_Dir "....Bin_600"
  377. # PROP Intermediate_Dir "....Bin_600StaticAnsiReleaseWithMfcDllProfUIS_Controls"
  378. # PROP Ignore_Export_Lib 0
  379. # PROP Target_Dir ""
  380. # ADD BASE CPP /nologo /MT /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  381. # ADD CPP /nologo /MD /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "__STATPROFUIS_WITH_DLLMFC__" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  382. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  383. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  384. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  385. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG" /d "_AFXDLL" /d "__STATPROFUIS_WITH_DLLMFC__"
  386. BSC32=bscmake.exe
  387. # ADD BASE BSC32 /nologo
  388. # ADD BSC32 /nologo
  389. LINK32=link.exe
  390. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-sn.exe"
  391. # ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-yn.exe" /libpath:"....Bin_600"
  392. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static Unicode Debug with MFC DLL"
  393. # PROP BASE Use_MFC 5
  394. # PROP BASE Use_Debug_Libraries 1
  395. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_Unicode_Debug_with_MFC_DLL"
  396. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_Unicode_Debug_with_MFC_DLL"
  397. # PROP BASE Ignore_Export_Lib 0
  398. # PROP BASE Target_Dir ""
  399. # PROP Use_MFC 6
  400. # PROP Use_Debug_Libraries 1
  401. # PROP Output_Dir "....Bin_600"
  402. # PROP Intermediate_Dir "....Bin_600StaticUnicodeDebugWithMfcDllProfUIS_Controls"
  403. # PROP Ignore_Export_Lib 0
  404. # PROP Target_Dir ""
  405. # ADD BASE CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /GZ /c
  406. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_UNICODE" /D "__STATPROFUIS_WITH_DLLMFC__" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  407. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  408. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  409. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  410. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG" /d "_AFXDLL" /d "__STATPROFUIS_WITH_DLLMFC__"
  411. BSC32=bscmake.exe
  412. # ADD BASE BSC32 /nologo
  413. # ADD BSC32 /nologo
  414. LINK32=link.exe
  415. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-sud.exe" /pdbtype:sept
  416. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-yud.exe" /pdbtype:sept /libpath:"....Bin_600"
  417. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static Unicode Release with MFC DLL"
  418. # PROP BASE Use_MFC 5
  419. # PROP BASE Use_Debug_Libraries 0
  420. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_Unicode_Release_with_MFC_DLL"
  421. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_Unicode_Release_with_MFC_DLL"
  422. # PROP BASE Ignore_Export_Lib 0
  423. # PROP BASE Target_Dir ""
  424. # PROP Use_MFC 6
  425. # PROP Use_Debug_Libraries 0
  426. # PROP Output_Dir "....Bin_600"
  427. # PROP Intermediate_Dir "....Bin_600StaticUnicodeReleaseWithMfcDllProfUIS_Controls"
  428. # PROP Ignore_Export_Lib 0
  429. # PROP Target_Dir ""
  430. # ADD BASE CPP /nologo /MT /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  431. # ADD CPP /nologo /MD /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_UNICODE" /D "__STATPROFUIS_WITH_DLLMFC__" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  432. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  433. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  434. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  435. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG" /d "_AFXDLL" /d "__STATPROFUIS_WITH_DLLMFC__"
  436. BSC32=bscmake.exe
  437. # ADD BASE BSC32 /nologo
  438. # ADD BSC32 /nologo
  439. LINK32=link.exe
  440. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-su.exe"
  441. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-yu.exe" /libpath:"....Bin_600"
  442. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static MBCS Debug with MFC DLL"
  443. # PROP BASE Use_MFC 5
  444. # PROP BASE Use_Debug_Libraries 1
  445. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_MBCS_Debug_with_MFC_DLL"
  446. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_MBCS_Debug_with_MFC_DLL"
  447. # PROP BASE Ignore_Export_Lib 0
  448. # PROP BASE Target_Dir ""
  449. # PROP Use_MFC 6
  450. # PROP Use_Debug_Libraries 1
  451. # PROP Output_Dir "....Bin_600"
  452. # PROP Intermediate_Dir "....Bin_600StaticMbcsDebugWithMfcDllProfUIS_Controls"
  453. # PROP Ignore_Export_Lib 0
  454. # PROP Target_Dir ""
  455. # ADD BASE CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /GZ /c
  456. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "....include" /D "_DEBUG" /D "_MBCS" /D "__STATPROFUIS_WITH_DLLMFC__" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /GZ /c
  457. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  458. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  459. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  460. # ADD RSC /l 0x409 /i "../../Include" /d "_DEBUG" /d "_AFXDLL" /d "__STATPROFUIS_WITH_DLLMFC__"
  461. BSC32=bscmake.exe
  462. # ADD BASE BSC32 /nologo
  463. # ADD BSC32 /nologo
  464. LINK32=link.exe
  465. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-smd.exe" /pdbtype:sept
  466. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"....Bin_600/ProfUIS_Controls-ymd.exe" /pdbtype:sept /libpath:"....Bin_600"
  467. !ELSEIF  "$(CFG)" == "ProfUIS_Controls - Win32 Static MBCS Release with MFC DLL"
  468. # PROP BASE Use_MFC 5
  469. # PROP BASE Use_Debug_Libraries 0
  470. # PROP BASE Output_Dir "ProfUIS_Controls___Win32_Static_MBCS_Release_with_MFC_DLL"
  471. # PROP BASE Intermediate_Dir "ProfUIS_Controls___Win32_Static_MBCS_Release_with_MFC_DLL"
  472. # PROP BASE Ignore_Export_Lib 0
  473. # PROP BASE Target_Dir ""
  474. # PROP Use_MFC 6
  475. # PROP Use_Debug_Libraries 0
  476. # PROP Output_Dir "....Bin_600"
  477. # PROP Intermediate_Dir "....Bin_600StaticMbcsReleaseWithMfcDllProfUIS_Controls"
  478. # PROP Ignore_Export_Lib 0
  479. # PROP Target_Dir ""
  480. # ADD BASE CPP /nologo /MT /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  481. # ADD CPP /nologo /MD /W4 /GX /O2 /I "....include" /D "NDEBUG" /D "_MBCS" /D "__STATPROFUIS_WITH_DLLMFC__" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /D _WIN32_WINNT=0x0400 /D _WIN32_IE=0x0400 /Yu"stdafx.h" /FD /Zm512 /c
  482. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  483. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  484. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  485. # ADD RSC /l 0x409 /i "../../Include" /d "NDEBUG" /d "_AFXDLL" /d "__STATPROFUIS_WITH_DLLMFC__"
  486. BSC32=bscmake.exe
  487. # ADD BASE BSC32 /nologo
  488. # ADD BSC32 /nologo
  489. LINK32=link.exe
  490. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-sm.exe"
  491. # ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"....Bin_600/ProfUIS_Controls-ym.exe" /libpath:"....Bin_600"
  492. !ENDIF 
  493. # Begin Target
  494. # Name "ProfUIS_Controls - Win32 ANSI Release"
  495. # Name "ProfUIS_Controls - Win32 ANSI Debug"
  496. # Name "ProfUIS_Controls - Win32 Unicode Debug"
  497. # Name "ProfUIS_Controls - Win32 Unicode Release"
  498. # Name "ProfUIS_Controls - Win32 MBCS Debug"
  499. # Name "ProfUIS_Controls - Win32 MBCS Release"
  500. # Name "ProfUIS_Controls - Win32 Static ANSI Debug"
  501. # Name "ProfUIS_Controls - Win32 Static ANSI Release"
  502. # Name "ProfUIS_Controls - Win32 Static Unicode Debug"
  503. # Name "ProfUIS_Controls - Win32 Static Unicode Release"
  504. # Name "ProfUIS_Controls - Win32 Static MBCS Debug"
  505. # Name "ProfUIS_Controls - Win32 Static MBCS Release"
  506. # Name "ProfUIS_Controls - Win32 Static ANSI Debug with MFC DLL"
  507. # Name "ProfUIS_Controls - Win32 Static ANSI Release with MFC DLL"
  508. # Name "ProfUIS_Controls - Win32 Static Unicode Debug with MFC DLL"
  509. # Name "ProfUIS_Controls - Win32 Static Unicode Release with MFC DLL"
  510. # Name "ProfUIS_Controls - Win32 Static MBCS Debug with MFC DLL"
  511. # Name "ProfUIS_Controls - Win32 Static MBCS Release with MFC DLL"
  512. # Begin Group "Source Files"
  513. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  514. # Begin Source File
  515. SOURCE=.IconListBox.cpp
  516. # End Source File
  517. # Begin Source File
  518. SOURCE=.MainDlg.cpp
  519. # End Source File
  520. # Begin Source File
  521. SOURCE=.PageBase.cpp
  522. # End Source File
  523. # Begin Source File
  524. SOURCE=.PageButtons.cpp
  525. # End Source File
  526. # Begin Source File
  527. SOURCE=.PageCalendar.cpp
  528. # End Source File
  529. # Begin Source File
  530. SOURCE=.PageDateTimeDuration.cpp
  531. # End Source File
  532. # Begin Source File
  533. SOURCE=.PageGrid.cpp
  534. # End Source File
  535. # Begin Source File
  536. SOURCE=.PageHyperLinks.cpp
  537. # End Source File
  538. # Begin Source File
  539. SOURCE=.PageListCtrl.cpp
  540. # End Source File
  541. # Begin Source File
  542. SOURCE=.PageMaskedEdit.cpp
  543. # End Source File
  544. # Begin Source File
  545. SOURCE=.PageNotAvailable.cpp
  546. # End Source File
  547. # Begin Source File
  548. SOURCE=.PagePopupMenus.cpp
  549. # End Source File
  550. # Begin Source File
  551. SOURCE=.PageShellBrowser.cpp
  552. # End Source File
  553. # Begin Source File
  554. SOURCE=.PageShellDialogBrowseFor.cpp
  555. # End Source File
  556. # Begin Source File
  557. SOURCE=.PageShellDialogFile.cpp
  558. # End Source File
  559. # Begin Source File
  560. SOURCE=.PageShellListCtrl.cpp
  561. # End Source File
  562. # Begin Source File
  563. SOURCE=.PageShellTreeCtrl.cpp
  564. # End Source File
  565. # Begin Source File
  566. SOURCE=.PageStatusBar.cpp
  567. # End Source File
  568. # Begin Source File
  569. SOURCE=.PageTabContainers.cpp
  570. # End Source File
  571. # Begin Source File
  572. SOURCE=.PageTabWindow.cpp
  573. # End Source File
  574. # Begin Source File
  575. SOURCE=.PageToolbars.cpp
  576. # End Source File
  577. # Begin Source File
  578. SOURCE=.PageTreeCtrl.cpp
  579. # End Source File
  580. # Begin Source File
  581. SOURCE=.ProfUIS_Controls.cpp
  582. # End Source File
  583. # Begin Source File
  584. SOURCE=.ProfUIS_Controls.rc
  585. # End Source File
  586. # Begin Source File
  587. SOURCE=.StdAfx.cpp
  588. # ADD CPP /Yc"stdafx.h"
  589. # End Source File
  590. # End Group
  591. # Begin Group "Header Files"
  592. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  593. # Begin Source File
  594. SOURCE=.IconListBox.h
  595. # End Source File
  596. # Begin Source File
  597. SOURCE=.MainDlg.h
  598. # End Source File
  599. # Begin Source File
  600. SOURCE=.PageBase.h
  601. # End Source File
  602. # Begin Source File
  603. SOURCE=.PageButtons.h
  604. # End Source File
  605. # Begin Source File
  606. SOURCE=.PageCalendar.h
  607. # End Source File
  608. # Begin Source File
  609. SOURCE=.PageDateTimeDuration.h
  610. # End Source File
  611. # Begin Source File
  612. SOURCE=.PageGrid.h
  613. # End Source File
  614. # Begin Source File
  615. SOURCE=.PageHyperLinks.h
  616. # End Source File
  617. # Begin Source File
  618. SOURCE=.PageListCtrl.h
  619. # End Source File
  620. # Begin Source File
  621. SOURCE=.PageMaskedEdit.h
  622. # End Source File
  623. # Begin Source File
  624. SOURCE=.PageNotAvailable.h
  625. # End Source File
  626. # Begin Source File
  627. SOURCE=.PagePopupMenus.h
  628. # End Source File
  629. # Begin Source File
  630. SOURCE=.PageShellBrowser.h
  631. # End Source File
  632. # Begin Source File
  633. SOURCE=.PageShellDialogBrowseFor.h
  634. # End Source File
  635. # Begin Source File
  636. SOURCE=.PageShellDialogFile.h
  637. # End Source File
  638. # Begin Source File
  639. SOURCE=.PageShellListCtrl.h
  640. # End Source File
  641. # Begin Source File
  642. SOURCE=.PageShellTreeCtrl.h
  643. # End Source File
  644. # Begin Source File
  645. SOURCE=.PageStatusBar.h
  646. # End Source File
  647. # Begin Source File
  648. SOURCE=.PageTabContainers.h
  649. # End Source File
  650. # Begin Source File
  651. SOURCE=.PageTabWindow.h
  652. # End Source File
  653. # Begin Source File
  654. SOURCE=.PageToolbars.h
  655. # End Source File
  656. # Begin Source File
  657. SOURCE=.PageTreeCtrl.h
  658. # End Source File
  659. # Begin Source File
  660. SOURCE=.ProfUIS_Controls.h
  661. # End Source File
  662. # Begin Source File
  663. SOURCE=.Resource.h
  664. # End Source File
  665. # Begin Source File
  666. SOURCE=.StdAfx.h
  667. # End Source File
  668. # End Group
  669. # Begin Group "Resource Files"
  670. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  671. # Begin Source File
  672. SOURCE=.rescheckbox_cross.bmp
  673. # End Source File
  674. # Begin Source File
  675. SOURCE=.rescheckbox_xp.bmp
  676. # End Source File
  677. # Begin Source File
  678. SOURCE=.rescheckbox_xp_blue.bmp
  679. # End Source File
  680. # Begin Source File
  681. SOURCE=.rescolorctrl.ico
  682. # End Source File
  683. # Begin Source File
  684. SOURCE=.resdownload.avi
  685. # End Source File
  686. # Begin Source File
  687. SOURCE=.resedit.ico
  688. # End Source File
  689. # Begin Source File
  690. SOURCE=.resgrid_icons.bmp
  691. # End Source File
  692. # Begin Source File
  693. SOURCE=.resicon1.ico
  694. # End Source File
  695. # Begin Source File
  696. SOURCE=.resIconForPopupMenu.ico
  697. # End Source File
  698. # Begin Source File
  699. SOURCE=.resIconIn.ico
  700. # End Source File
  701. # Begin Source File
  702. SOURCE=.resIconOut.ico
  703. # End Source File
  704. # Begin Source File
  705. SOURCE=.resIDB_BITMAP_VISTA1.bmp
  706. # End Source File
  707. # Begin Source File
  708. SOURCE=.resIDB_BITMAP_VISTA2.bmp
  709. # End Source File
  710. # Begin Source File
  711. SOURCE=.resIDB_BITMAP_VISTA3.bmp
  712. # End Source File
  713. # Begin Source File
  714. SOURCE=.resIDB_BITMAP_VISTA4.bmp
  715. # End Source File
  716. # Begin Source File
  717. SOURCE=.resIDB_BITMAP_VISTA5.bmp
  718. # End Source File
  719. # Begin Source File
  720. SOURCE=.resIDB_BITMAP_VISTA6.bmp
  721. # End Source File
  722. # Begin Source File
  723. SOURCE=.resIDB_BITMAP_VISTA7.bmp
  724. # End Source File
  725. # Begin Source File
  726. SOURCE=.resIDB_BITMAP_VISTA8.bmp
  727. # End Source File
  728. # Begin Source File
  729. SOURCE=.resIDB_COMBO_CELL_IMAGES.bmp
  730. # End Source File
  731. # Begin Source File
  732. SOURCE=.resIDB_PRINT_PREVIEW.bmp
  733. # End Source File
  734. # Begin Source File
  735. SOURCE=.resIDI_BUTTONS.ico
  736. # End Source File
  737. # Begin Source File
  738. SOURCE=.resIDI_CALENDAR.ico
  739. # End Source File
  740. # Begin Source File
  741. SOURCE=.resIDI_DATE_BROWSER.ico
  742. # End Source File
  743. # Begin Source File
  744. SOURCE=.resIDI_DATE_TIME_DURATION.ico
  745. # End Source File
  746. # Begin Source File
  747. SOURCE=.resIDI_GRID.ico
  748. # End Source File
  749. # Begin Source File
  750. SOURCE=.resIDI_HYPER_LINKS.ico
  751. # End Source File
  752. # Begin Source File
  753. SOURCE=.resIDI_LIST_VIEW_CTRL.ico
  754. # End Source File
  755. # Begin Source File
  756. SOURCE=.resIDI_MASKED_EDIT.ico
  757. # End Source File
  758. # Begin Source File
  759. SOURCE=.resIDI_MENU.ico
  760. # End Source File
  761. # Begin Source File
  762. SOURCE=.resIDI_MENU_TOOLBAR.ico
  763. # End Source File
  764. # Begin Source File
  765. SOURCE=.resIDI_SHELL_BROWSER.ico
  766. # End Source File
  767. # Begin Source File
  768. SOURCE=.resIDI_SHELL_DIALOG_BFF.ico
  769. # End Source File
  770. # Begin Source File
  771. SOURCE=.resIDI_SHELL_DIALOG_FILE.ico
  772. # End Source File
  773. # Begin Source File
  774. SOURCE=.resIDI_SHELL_LIST_VIEW_CTRL.ico
  775. # End Source File
  776. # Begin Source File
  777. SOURCE=.resIDI_SHELL_TREE_VIEW_CTRL.ico
  778. # End Source File
  779. # Begin Source File
  780. SOURCE=.resIDI_STATUS_BAR.ico
  781. # End Source File
  782. # Begin Source File
  783. SOURCE=.resIDI_SYSTEM_NUMBER_CURRENCY_EDITORS.ico
  784. # End Source File
  785. # Begin Source File
  786. SOURCE=.resIDI_TAB_CONTAINER.ico
  787. # End Source File
  788. # Begin Source File
  789. SOURCE=.resIDI_TAB_WINDOW.ico
  790. # End Source File
  791. # Begin Source File
  792. SOURCE=.resIDI_TREE_VIEW_CTRL.ico
  793. # End Source File
  794. # Begin Source File
  795. SOURCE=.resIDR_EDIT.bmp
  796. # End Source File
  797. # Begin Source File
  798. SOURCE=.resIDR_MAIN_TOOLBAR.bmp
  799. # End Source File
  800. # Begin Source File
  801. SOURCE=.resIDR_TOOLBAR_PALETTE.bmp
  802. # End Source File
  803. # Begin Source File
  804. SOURCE=.resIDR_TOOLBAR_SMALL_ICONS.bmp
  805. # End Source File
  806. # Begin Source File
  807. SOURCE=.resLedOff.ico
  808. # End Source File
  809. # Begin Source File
  810. SOURCE=.resLedOn.ico
  811. # End Source File
  812. # Begin Source File
  813. SOURCE=.resmain_too.bmp
  814. # End Source File
  815. # Begin Source File
  816. SOURCE=.resNotepad.ico
  817. # End Source File
  818. # Begin Source File
  819. SOURCE=.respaint_palette.bmp
  820. # End Source File
  821. # Begin Source File
  822. SOURCE=.resProfUIS_Controls.ico
  823. # End Source File
  824. # Begin Source File
  825. SOURCE=.resProfUIS_Controls.rc2
  826. # End Source File
  827. # Begin Source File
  828. SOURCE=.resradiobox_xp.bmp
  829. # End Source File
  830. # Begin Source File
  831. SOURCE=.resradiobox_xp_blue.bmp
  832. # End Source File
  833. # Begin Source File
  834. SOURCE=.resradiobox_xp_cross.bmp
  835. # End Source File
  836. # Begin Source File
  837. SOURCE=.resSampleAppIcon.ico
  838. # End Source File
  839. # Begin Source File
  840. SOURCE=.resSplash.bmp
  841. # End Source File
  842. # Begin Source File
  843. SOURCE=.restab_imag.bmp
  844. # End Source File
  845. # Begin Source File
  846. SOURCE=.resToolbar.bmp
  847. # End Source File
  848. # Begin Source File
  849. SOURCE=.restoolbar1.bmp
  850. # End Source File
  851. # Begin Source File
  852. SOURCE=.resTOOLBAR_2_16bit.bmp
  853. # End Source File
  854. # Begin Source File
  855. SOURCE=.restree.ico
  856. # End Source File
  857. # End Group
  858. # Begin Source File
  859. SOURCE=.ReadMe.txt
  860. # End Source File
  861. # End Target
  862. # End Project