DialogSS.dsp 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. # Microsoft Developer Studio Project File - Name="DialogSS" - 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=DialogSS - Win32 Debug Unicode
  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 "DialogSS.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 "DialogSS.mak" CFG="DialogSS - Win32 Debug Unicode"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "DialogSS - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "DialogSS - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "DialogSS - Win32 Debug Unicode" (based on "Win32 (x86) Application")
  21. !MESSAGE "DialogSS - Win32 Release Unicode" (based on "Win32 (x86) Application")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "DialogSS - 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 5
  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 /MT /W4 /GX /O2 /I "..\XListCtrl" /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "XLISTCTRLLIB_STATIC" /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"
  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 /machine:I386 /out:"Release\DialogSSRA.exe" /libpath:"..\bin"
  54. # Begin Special Build Tool
  55. OutDir=.\Release
  56. TargetName=DialogSSRA
  57. SOURCE="$(InputPath)"
  58. PostBuild_Desc=Copying file...
  59. PostBuild_Cmds=mkdir ..\bin 2> nul copy $(Outdir)\$(TargetName).exe ..\bin 1> nul
  60. # End Special Build Tool
  61. !ELSEIF "$(CFG)" == "DialogSS - Win32 Debug"
  62. # PROP BASE Use_MFC 6
  63. # PROP BASE Use_Debug_Libraries 1
  64. # PROP BASE Output_Dir "Debug"
  65. # PROP BASE Intermediate_Dir "Debug"
  66. # PROP BASE Target_Dir ""
  67. # PROP Use_MFC 5
  68. # PROP Use_Debug_Libraries 1
  69. # PROP Output_Dir "Debug"
  70. # PROP Intermediate_Dir "Debug"
  71. # PROP Ignore_Export_Lib 0
  72. # PROP Target_Dir ""
  73. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  74. # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "..\XListCtrl" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "XLISTCTRLLIB_STATIC" /Yu"stdafx.h" /FD /GZ /c
  75. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  76. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  77. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  78. # ADD RSC /l 0x409 /d "_DEBUG"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. LINK32=link.exe
  83. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  84. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"Debug\DialogSSDA.exe" /pdbtype:sept /libpath:"..\bin"
  85. # Begin Special Build Tool
  86. OutDir=.\Debug
  87. TargetName=DialogSSDA
  88. SOURCE="$(InputPath)"
  89. PostBuild_Desc=Copying file...
  90. PostBuild_Cmds=mkdir ..\bin 2> nul copy $(Outdir)\$(TargetName).exe ..\bin 1> nul
  91. # End Special Build Tool
  92. !ELSEIF "$(CFG)" == "DialogSS - Win32 Debug Unicode"
  93. # PROP BASE Use_MFC 6
  94. # PROP BASE Use_Debug_Libraries 1
  95. # PROP BASE Output_Dir "Debug_Unicode"
  96. # PROP BASE Intermediate_Dir "Debug_Unicode"
  97. # PROP BASE Ignore_Export_Lib 0
  98. # PROP BASE Target_Dir ""
  99. # PROP Use_MFC 5
  100. # PROP Use_Debug_Libraries 1
  101. # PROP Output_Dir "Debug_Unicode"
  102. # PROP Intermediate_Dir "Debug_Unicode"
  103. # PROP Ignore_Export_Lib 0
  104. # PROP Target_Dir ""
  105. # ADD BASE CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  106. # ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "..\XListCtrl" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_WINDOWS" /D "XLISTCTRLLIB_STATIC" /Yu"stdafx.h" /FD /GZ /c
  107. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  108. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  109. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  110. # ADD RSC /l 0x409 /d "_DEBUG"
  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 /pdbtype:sept
  116. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /out:"Debug_Unicode\DialogSSDU.exe" /pdbtype:sept /libpath:"..\bin"
  117. # Begin Special Build Tool
  118. OutDir=.\Debug_Unicode
  119. TargetName=DialogSSDU
  120. SOURCE="$(InputPath)"
  121. PostBuild_Desc=Copying file...
  122. PostBuild_Cmds=mkdir ..\bin 2> nul copy $(Outdir)\$(TargetName).exe ..\bin 1> nul
  123. # End Special Build Tool
  124. !ELSEIF "$(CFG)" == "DialogSS - Win32 Release Unicode"
  125. # PROP BASE Use_MFC 6
  126. # PROP BASE Use_Debug_Libraries 0
  127. # PROP BASE Output_Dir "Release_Unicode"
  128. # PROP BASE Intermediate_Dir "Release_Unicode"
  129. # PROP BASE Ignore_Export_Lib 0
  130. # PROP BASE Target_Dir ""
  131. # PROP Use_MFC 5
  132. # PROP Use_Debug_Libraries 0
  133. # PROP Output_Dir "Release_Unicode"
  134. # PROP Intermediate_Dir "Release_Unicode"
  135. # PROP Ignore_Export_Lib 0
  136. # PROP Target_Dir ""
  137. # ADD BASE CPP /nologo /MD /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  138. # ADD CPP /nologo /MT /W4 /GX /O2 /I "..\XListCtrl" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_WINDOWS" /D "XLISTCTRLLIB_STATIC" /FR /Yu"stdafx.h" /FD /c
  139. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  140. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  141. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  142. # ADD RSC /l 0x409 /d "NDEBUG"
  143. BSC32=bscmake.exe
  144. # ADD BASE BSC32 /nologo
  145. # ADD BSC32 /nologo
  146. LINK32=link.exe
  147. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  148. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386 /out:"Release_Unicode\DialogSSRU.exe" /libpath:"..\bin"
  149. # Begin Special Build Tool
  150. OutDir=.\Release_Unicode
  151. TargetName=DialogSSRU
  152. SOURCE="$(InputPath)"
  153. PostBuild_Desc=Copying file...
  154. PostBuild_Cmds=mkdir ..\bin 2> nul copy $(Outdir)\$(TargetName).exe ..\bin 1> nul
  155. # End Special Build Tool
  156. !ENDIF
  157. # Begin Target
  158. # Name "DialogSS - Win32 Release"
  159. # Name "DialogSS - Win32 Debug"
  160. # Name "DialogSS - Win32 Debug Unicode"
  161. # Name "DialogSS - Win32 Release Unicode"
  162. # Begin Group "Source Files"
  163. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  164. # Begin Source File
  165. SOURCE=.\About.cpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\InitList.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\StdAfx.cpp
  172. # ADD CPP /Yc"stdafx.h"
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\XHyperLink.cpp
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\XListCtrlTest.cpp
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\XListCtrlTest.rc
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\XListCtrlTestDlg.cpp
  185. # End Source File
  186. # End Group
  187. # Begin Group "Header Files"
  188. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  189. # Begin Source File
  190. SOURCE=.\About.h
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.\resource.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.\StdAfx.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.\XHyperLink.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.\XListCtrlTest.h
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=.\XListCtrlTestDlg.h
  206. # End Source File
  207. # End Group
  208. # Begin Group "Resource Files"
  209. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  210. # End Group
  211. # End Target
  212. # End Project