InteractiveSQL.dsp
Upload User: jsxglz
Upload Date: 2007-01-03
Package Size: 117k
Code Size: 9k
Category:

SQL Server

Development Platform:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="InteractiveSQL" - 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=InteractiveSQL - 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 "InteractiveSQL.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 "InteractiveSQL.mak" CFG="InteractiveSQL - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "InteractiveSQL - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "InteractiveSQL - 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)" == "InteractiveSQL - 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 Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  45. # ADD RSC /l 0x409 /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. # SUBTRACT LINK32 /map
  53. !ELSEIF  "$(CFG)" == "InteractiveSQL - Win32 Debug"
  54. # PROP BASE Use_MFC 6
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 6
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  66. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  69. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  70. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  76. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  77. # SUBTRACT LINK32 /incremental:no /map
  78. !ENDIF 
  79. # Begin Target
  80. # Name "InteractiveSQL - Win32 Release"
  81. # Name "InteractiveSQL - Win32 Debug"
  82. # Begin Group "Source Files"
  83. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  84. # Begin Source File
  85. SOURCE=.catsets.cpp
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.CntrItem.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.Columns.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.ConfigureDlg.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.drvinfo.cpp
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.ExecuteSQLProc.cpp
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.ExportDlg.cpp
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.font.cpp
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.Helpers.cpp
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.InteractiveSQL.cpp
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.InteractiveSQL.rc
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.InteractiveSQLDoc.cpp
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.ISQLToolBar.cpp
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.ListCtrlEx.cpp
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.MainFrm.cpp
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.msflexgrid.cpp
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.mysheet.cpp
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.picture.cpp
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.ProceduresDlg.cpp
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.QueryOptionsDlg.cpp
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.RecordsetEx.cpp
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.ResultView.cpp
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.rowcursor.cpp
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.SelectTables.cpp
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.SortColumn.cpp
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.SQLView.cpp
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.StaticLink.cpp
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.StdAfx.cpp
  167. # ADD CPP /Yc"stdafx.h"
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.StoredProcedures.cpp
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.StringEx.cpp
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.Tables.cpp
  177. # End Source File
  178. # End Group
  179. # Begin Group "Header Files"
  180. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  181. # Begin Source File
  182. SOURCE=.catsets.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.CntrItem.h
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.Columns.h
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.ConfigureDlg.h
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.drvinfo.h
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.ExecuteSQLProc.h
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.ExportDlg.h
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.font.h
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.Helpers.h
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.InteractiveSQL.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.InteractiveSQLDoc.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.ISQLToolBar.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.ListCtrlEx.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.MainFrm.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.msflexgrid.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.OdbcInfomysheet.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.picture.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.ProceduresDlg.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.QueryOptionsDlg.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.RecordsetEx.h
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.Resource.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.ResultView.h
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.rowcursor.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.SelectTables.h
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=.SQLView.h
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=.StaticLink.h
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=.StdAfx.h
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=.StoredProcedures.h
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=.StringEx.h
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=.Tables.h
  270. # End Source File
  271. # End Group
  272. # Begin Group "Resource Files"
  273. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  274. # Begin Source File
  275. SOURCE=.resbmp00002.bmp
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=.resharrow.cur
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=.resico00001.ico
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.resicon1.ico
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=.resInteractiveSQL.rc2
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=.resmainfram.bmp
  291. # End Source File
  292. # End Group
  293. # Begin Source File
  294. SOURCE=.InteractiveSQL.reg
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.ReadMe.txt
  298. # End Source File
  299. # End Target
  300. # End Project
  301. # Section InteractiveSQL : {9F6AA700-D188-11CD-AD48-00AA003C9CB6}
  302. #  2:5:Class:CRowCursor
  303. #  2:10:HeaderFile:rowcursor.h
  304. #  2:8:ImplFile:rowcursor.cpp
  305. # End Section
  306. # Section InteractiveSQL : {72ADFD6C-2C39-11D0-9903-00A0C91BC942}
  307. #  1:20:CG_IDR_POPUP_SQLVIEW:105
  308. #  1:24:CG_IDR_POPUP_RESULT_VIEW:112
  309. #  1:27:CG_IDR_POPUP_PROCEDURE_EDIT:104
  310. #  1:28:CG_IDR_POPUP_STATISTICS_VIEW:111
  311. # End Section
  312. # Section InteractiveSQL : {5F4DF280-531B-11CF-91F6-C2863C385E30}
  313. #  2:5:Class:CMSFlexGrid
  314. #  2:10:HeaderFile:msflexgrid.h
  315. #  2:8:ImplFile:msflexgrid.cpp
  316. # End Section
  317. # Section InteractiveSQL : {6262D3A0-531B-11CF-91F6-C2863C385E30}
  318. #  2:21:DefaultSinkHeaderFile:msflexgrid.h
  319. #  2:16:DefaultSinkClass:CMSFlexGrid
  320. # End Section
  321. # Section InteractiveSQL : {BEF6E003-A874-101A-8BBA-00AA00300CAB}
  322. #  2:5:Class:COleFont
  323. #  2:10:HeaderFile:font.h
  324. #  2:8:ImplFile:font.cpp
  325. # End Section
  326. # Section InteractiveSQL : {7BF80981-BF32-101A-8BBB-00AA00300CAB}
  327. #  2:5:Class:CPicture
  328. #  2:10:HeaderFile:picture.h
  329. #  2:8:ImplFile:picture.cpp
  330. # End Section