Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

570 lines
18 KiB

  1. # Microsoft Developer Studio Project File - Name="GuideStore" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=GuideStore - 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 "GuideStore.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 "GuideStore.mak" CFG="GuideStore - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "GuideStore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "GuideStore - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "GuideStore - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "GuideStore - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "GuideStore - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "GuideStore - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""
  28. # PROP Scc_LocalPath ""
  29. CPP=cl.exe
  30. MTL=midl.exe
  31. RSC=rc.exe
  32. !IF "$(CFG)" == "GuideStore - Win32 Debug"
  33. # PROP BASE Use_MFC 0
  34. # PROP BASE Use_Debug_Libraries 1
  35. # PROP BASE Output_Dir "Debug"
  36. # PROP BASE Intermediate_Dir "Debug"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 0
  39. # PROP Use_Debug_Libraries 1
  40. # PROP Output_Dir "Debug"
  41. # PROP Intermediate_Dir "Debug"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
  45. # ADD CPP /nologo /Gz /MTd /W3 /Gm /GX /ZI /Od /X /I "f:\nt\public\sdk\inc:f:\nt\public\sdk\inc\atl30" /I "f:\nt\public\sdk\inc" /I "f:\nt\public\sdk\inc\crt" /I "f:\nt\public\sdk\inc\atl30" /I "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
  46. # SUBTRACT CPP /WX
  47. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  48. # ADD RSC /l 0x409 /i "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /d "_DEBUG"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=link.exe
  53. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  54. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib rpcrt4.lib /nologo /subsystem:windows /dll /profile /debug /machine:I386
  55. # Begin Custom Build - Performing registration
  56. OutDir=.\Debug
  57. TargetPath=.\Debug\GuideStore.dll
  58. InputPath=.\Debug\GuideStore.dll
  59. SOURCE="$(InputPath)"
  60. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  61. regsvr32 /s /c "$(TargetPath)"
  62. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  63. # End Custom Build
  64. !ELSEIF "$(CFG)" == "GuideStore - Win32 Unicode Debug"
  65. # PROP BASE Use_MFC 0
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir "DebugU"
  68. # PROP BASE Intermediate_Dir "DebugU"
  69. # PROP BASE Target_Dir ""
  70. # PROP Use_MFC 0
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir "DebugU"
  73. # PROP Intermediate_Dir "DebugU"
  74. # PROP Ignore_Export_Lib 0
  75. # PROP Target_Dir ""
  76. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
  77. # ADD CPP /nologo /Gz /MTd /W3 /Gm /GX /ZI /Od /X /I "f:\nt\public\sdk\inc" /I "f:\nt\public\sdk\inc\crt" /I "f:\nt\public\sdk\inc\atl30" /I "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /GZ /c
  78. # SUBTRACT CPP /WX
  79. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  80. # ADD RSC /l 0x409 /i "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /d "_DEBUG"
  81. BSC32=bscmake.exe
  82. # ADD BASE BSC32 /nologo
  83. # ADD BSC32 /nologo
  84. LINK32=link.exe
  85. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  86. # ADD LINK32 rpcrt4.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /profile /debug /machine:I386
  87. # Begin Custom Build - Performing registration
  88. OutDir=.\DebugU
  89. TargetPath=.\DebugU\GuideStore.dll
  90. InputPath=.\DebugU\GuideStore.dll
  91. SOURCE="$(InputPath)"
  92. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  93. if "%OS%"=="" goto NOTNT
  94. if not "%OS%"=="Windows_NT" goto NOTNT
  95. regsvr32 /s /c "$(TargetPath)"
  96. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  97. goto end
  98. :NOTNT
  99. echo Warning : Cannot register Unicode DLL on Windows 95
  100. :end
  101. # End Custom Build
  102. !ELSEIF "$(CFG)" == "GuideStore - Win32 Release MinSize"
  103. # PROP BASE Use_MFC 0
  104. # PROP BASE Use_Debug_Libraries 0
  105. # PROP BASE Output_Dir "ReleaseMinSize"
  106. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  107. # PROP BASE Target_Dir ""
  108. # PROP Use_MFC 0
  109. # PROP Use_Debug_Libraries 0
  110. # PROP Output_Dir "ReleaseMinSize"
  111. # PROP Intermediate_Dir "ReleaseMinSize"
  112. # PROP Ignore_Export_Lib 0
  113. # PROP Target_Dir ""
  114. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  115. # ADD CPP /nologo /Gz /MT /W3 /GX /O1 /X /I "f:\nt\public\sdk\inc:f:\nt\public\sdk\inc\atl30" /I "f:\nt\public\sdk\inc" /I "f:\nt\public\sdk\inc\crt" /I "f:\nt\public\sdk\inc\atl30" /I "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  116. # SUBTRACT CPP /WX
  117. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  118. # ADD RSC /l 0x409 /i "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /d "NDEBUG"
  119. BSC32=bscmake.exe
  120. # ADD BASE BSC32 /nologo
  121. # ADD BSC32 /nologo
  122. LINK32=link.exe
  123. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  124. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib rpcrt4.lib /nologo /subsystem:windows /dll /profile /machine:I386
  125. # Begin Custom Build - Performing registration
  126. OutDir=.\ReleaseMinSize
  127. TargetPath=.\ReleaseMinSize\GuideStore.dll
  128. InputPath=.\ReleaseMinSize\GuideStore.dll
  129. SOURCE="$(InputPath)"
  130. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  131. regsvr32 /s /c "$(TargetPath)"
  132. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  133. # End Custom Build
  134. !ELSEIF "$(CFG)" == "GuideStore - Win32 Release MinDependency"
  135. # PROP BASE Use_MFC 0
  136. # PROP BASE Use_Debug_Libraries 0
  137. # PROP BASE Output_Dir "ReleaseMinDependency"
  138. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  139. # PROP BASE Target_Dir ""
  140. # PROP Use_MFC 0
  141. # PROP Use_Debug_Libraries 0
  142. # PROP Output_Dir "ReleaseMinDependency"
  143. # PROP Intermediate_Dir "ReleaseMinDependency"
  144. # PROP Ignore_Export_Lib 0
  145. # PROP Target_Dir ""
  146. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  147. # ADD CPP /nologo /Gz /MT /W3 /GX /O1 /X /I "f:\nt\public\sdk\inc:f:\nt\public\sdk\inc\atl30" /I "f:\nt\public\sdk\inc" /I "f:\nt\public\sdk\inc\crt" /I "f:\nt\public\sdk\inc\atl30" /I "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  148. # SUBTRACT CPP /WX
  149. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  150. # ADD RSC /l 0x409 /i "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /d "NDEBUG"
  151. BSC32=bscmake.exe
  152. # ADD BASE BSC32 /nologo
  153. # ADD BSC32 /nologo
  154. LINK32=link.exe
  155. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  156. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib rpcrt4.lib /nologo /subsystem:windows /dll /profile /machine:I386
  157. # SUBTRACT LINK32 /nodefaultlib
  158. # Begin Custom Build - Performing registration
  159. OutDir=.\ReleaseMinDependency
  160. TargetPath=.\ReleaseMinDependency\GuideStore.dll
  161. InputPath=.\ReleaseMinDependency\GuideStore.dll
  162. SOURCE="$(InputPath)"
  163. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  164. regsvr32 /s /c "$(TargetPath)"
  165. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  166. # End Custom Build
  167. !ELSEIF "$(CFG)" == "GuideStore - Win32 Unicode Release MinSize"
  168. # PROP BASE Use_MFC 0
  169. # PROP BASE Use_Debug_Libraries 0
  170. # PROP BASE Output_Dir "ReleaseUMinSize"
  171. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  172. # PROP BASE Target_Dir ""
  173. # PROP Use_MFC 0
  174. # PROP Use_Debug_Libraries 0
  175. # PROP Output_Dir "ReleaseUMinSize"
  176. # PROP Intermediate_Dir "ReleaseUMinSize"
  177. # PROP Ignore_Export_Lib 0
  178. # PROP Target_Dir ""
  179. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  180. # ADD CPP /nologo /Gz /MT /W3 /GX /O1 /X /I "f:\nt\public\sdk\inc:f:\nt\public\sdk\inc\atl30" /I "f:\nt\public\sdk\inc" /I "f:\nt\public\sdk\inc\crt" /I "f:\nt\public\sdk\inc\atl30" /I "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  181. # SUBTRACT CPP /WX
  182. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  183. # ADD RSC /l 0x409 /i "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /d "NDEBUG"
  184. BSC32=bscmake.exe
  185. # ADD BASE BSC32 /nologo
  186. # ADD BSC32 /nologo
  187. LINK32=link.exe
  188. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  189. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib rpcrt4.lib /nologo /subsystem:windows /dll /profile /machine:I386
  190. # Begin Custom Build - Performing registration
  191. OutDir=.\ReleaseUMinSize
  192. TargetPath=.\ReleaseUMinSize\GuideStore.dll
  193. InputPath=.\ReleaseUMinSize\GuideStore.dll
  194. SOURCE="$(InputPath)"
  195. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  196. if "%OS%"=="" goto NOTNT
  197. if not "%OS%"=="Windows_NT" goto NOTNT
  198. regsvr32 /s /c "$(TargetPath)"
  199. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  200. goto end
  201. :NOTNT
  202. echo Warning : Cannot register Unicode DLL on Windows 95
  203. :end
  204. # End Custom Build
  205. !ELSEIF "$(CFG)" == "GuideStore - Win32 Unicode Release MinDependency"
  206. # PROP BASE Use_MFC 0
  207. # PROP BASE Use_Debug_Libraries 0
  208. # PROP BASE Output_Dir "ReleaseUMinDependency"
  209. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  210. # PROP BASE Target_Dir ""
  211. # PROP Use_MFC 0
  212. # PROP Use_Debug_Libraries 0
  213. # PROP Output_Dir "ReleaseUMinDependency"
  214. # PROP Intermediate_Dir "ReleaseUMinDependency"
  215. # PROP Ignore_Export_Lib 0
  216. # PROP Target_Dir ""
  217. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  218. # ADD CPP /nologo /Gz /MT /W3 /GX /Zi /O1 /X /I "f:\nt\public\sdk\inc:f:\nt\public\sdk\inc\atl30" /I "f:\nt\public\sdk\inc" /I "f:\nt\public\sdk\inc\crt" /I "f:\nt\public\sdk\inc\atl30" /I "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  219. # SUBTRACT CPP /WX
  220. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  221. # ADD RSC /l 0x409 /i "F:\nt\multimedia\published\dxmdev\dshowdev\idl\obj\i386" /d "NDEBUG"
  222. BSC32=bscmake.exe
  223. # ADD BASE BSC32 /nologo
  224. # ADD BSC32 /nologo
  225. LINK32=link.exe
  226. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  227. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib rpcrt4.lib /nologo /subsystem:windows /dll /profile /debug /machine:I386
  228. # Begin Custom Build - Performing registration
  229. OutDir=.\ReleaseUMinDependency
  230. TargetPath=.\ReleaseUMinDependency\GuideStore.dll
  231. InputPath=.\ReleaseUMinDependency\GuideStore.dll
  232. SOURCE="$(InputPath)"
  233. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  234. if "%OS%"=="" goto NOTNT
  235. if not "%OS%"=="Windows_NT" goto NOTNT
  236. regsvr32 /s /c "$(TargetPath)"
  237. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  238. goto end
  239. :NOTNT
  240. echo Warning : Cannot register Unicode DLL on Windows 95
  241. :end
  242. # End Custom Build
  243. !ENDIF
  244. # Begin Target
  245. # Name "GuideStore - Win32 Debug"
  246. # Name "GuideStore - Win32 Unicode Debug"
  247. # Name "GuideStore - Win32 Release MinSize"
  248. # Name "GuideStore - Win32 Release MinDependency"
  249. # Name "GuideStore - Win32 Unicode Release MinSize"
  250. # Name "GuideStore - Win32 Unicode Release MinDependency"
  251. # Begin Group "Source Files"
  252. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  253. # Begin Source File
  254. SOURCE=.\_guidestore.idl
  255. # ADD MTL /tlb "_guidestore.tlb" /h "_guidestore.h"
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\Channel.cpp
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\dlldatax.c
  262. # PROP Exclude_From_Scan -1
  263. # PROP BASE Exclude_From_Build 1
  264. # PROP Exclude_From_Build 1
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\GuideDataProvider.cpp
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\guidedb.cpp
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\GuideStore.cpp
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\GuideStore.def
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\GuideStore.rc
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.\GuideStore2.cpp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.\object.cpp
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\Program.cpp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\Property.cpp
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\ScheduleEntry.cpp
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\Service.cpp
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\sharedmemory.cpp
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\StdAfx.cpp
  304. # ADD CPP /Yc"stdafx.h"
  305. # End Source File
  306. # Begin Source File
  307. SOURCE=.\stdprop.cpp
  308. # End Source File
  309. # Begin Source File
  310. SOURCE=.\util.cpp
  311. # End Source File
  312. # End Group
  313. # Begin Group "Header Files"
  314. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  315. # Begin Source File
  316. SOURCE=.\Channel.h
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=.\dlldatax.h
  320. # PROP Exclude_From_Scan -1
  321. # PROP BASE Exclude_From_Build 1
  322. # PROP Exclude_From_Build 1
  323. # End Source File
  324. # Begin Source File
  325. SOURCE=.\GuideDataProvider.h
  326. # End Source File
  327. # Begin Source File
  328. SOURCE=.\guidedb.h
  329. # End Source File
  330. # Begin Source File
  331. SOURCE=.\GuideStore2.h
  332. # End Source File
  333. # Begin Source File
  334. SOURCE=.\GuideStoreCP.h
  335. # End Source File
  336. # Begin Source File
  337. SOURCE=.\object.h
  338. # End Source File
  339. # Begin Source File
  340. SOURCE=.\Program.h
  341. # End Source File
  342. # Begin Source File
  343. SOURCE=.\Property.h
  344. # End Source File
  345. # Begin Source File
  346. SOURCE=.\Resource.h
  347. # End Source File
  348. # Begin Source File
  349. SOURCE=.\ScheduleEntry.h
  350. # End Source File
  351. # Begin Source File
  352. SOURCE=.\Service.h
  353. # End Source File
  354. # Begin Source File
  355. SOURCE=.\StdAfx.h
  356. # End Source File
  357. # End Group
  358. # Begin Group "Resource Files"
  359. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  360. # Begin Source File
  361. SOURCE=.\Channel.rgs
  362. # End Source File
  363. # Begin Source File
  364. SOURCE=.\channelfactory.rgs
  365. # End Source File
  366. # Begin Source File
  367. SOURCE=.\ChannelLineup.rgs
  368. # End Source File
  369. # Begin Source File
  370. SOURCE=.\channellineupfactory.rgs
  371. # End Source File
  372. # Begin Source File
  373. SOURCE=.\ChannelLineups.rgs
  374. # End Source File
  375. # Begin Source File
  376. SOURCE=.\Channels.rgs
  377. # End Source File
  378. # Begin Source File
  379. SOURCE=.\GuideDataProvider.rgs
  380. # End Source File
  381. # Begin Source File
  382. SOURCE=.\GuideDataProviders.rgs
  383. # End Source File
  384. # Begin Source File
  385. SOURCE=.\GuideDB.rgs
  386. # End Source File
  387. # Begin Source File
  388. SOURCE=.\guidesto.bin
  389. # End Source File
  390. # Begin Source File
  391. SOURCE=.\GuideStore.rgs
  392. # End Source File
  393. # Begin Source File
  394. SOURCE=.\Object.rgs
  395. # End Source File
  396. # Begin Source File
  397. SOURCE=.\ObjectFactory.rgs
  398. # End Source File
  399. # Begin Source File
  400. SOURCE=.\Objects.rgs
  401. # End Source File
  402. # Begin Source File
  403. SOURCE=.\ObjectType.rgs
  404. # End Source File
  405. # Begin Source File
  406. SOURCE=.\ObjectTypes.rgs
  407. # End Source File
  408. # Begin Source File
  409. SOURCE=.\Program.rgs
  410. # End Source File
  411. # Begin Source File
  412. SOURCE=.\ProgramFactory.rgs
  413. # End Source File
  414. # Begin Source File
  415. SOURCE=.\Programs.rgs
  416. # End Source File
  417. # Begin Source File
  418. SOURCE=.\Properties.rgs
  419. # End Source File
  420. # Begin Source File
  421. SOURCE=.\PropertiesTable.rgs
  422. # End Source File
  423. # Begin Source File
  424. SOURCE=.\Property.rgs
  425. # End Source File
  426. # Begin Source File
  427. SOURCE=.\PropertyCondition.rgs
  428. # End Source File
  429. # Begin Source File
  430. SOURCE=.\PropertySet.rgs
  431. # End Source File
  432. # Begin Source File
  433. SOURCE=.\PropertySets.rgs
  434. # End Source File
  435. # Begin Source File
  436. SOURCE=.\PropertyType.rgs
  437. # End Source File
  438. # Begin Source File
  439. SOURCE=.\PropertyTypes.rgs
  440. # End Source File
  441. # Begin Source File
  442. SOURCE=.\ScheduleEntries.rgs
  443. # End Source File
  444. # Begin Source File
  445. SOURCE=.\ScheduleEntry.rgs
  446. # End Source File
  447. # Begin Source File
  448. SOURCE=.\ScheduleEntryFactory.rgs
  449. # End Source File
  450. # Begin Source File
  451. SOURCE=.\Service.rgs
  452. # End Source File
  453. # Begin Source File
  454. SOURCE=.\ServiceFactory.rgs
  455. # End Source File
  456. # Begin Source File
  457. SOURCE=.\Services.rgs
  458. # End Source File
  459. # Begin Source File
  460. SOURCE=.\TestTuneRequest.rgs
  461. # End Source File
  462. # End Group
  463. # Begin Source File
  464. SOURCE=.\deb.txt
  465. # End Source File
  466. # Begin Source File
  467. SOURCE=.\z.txt
  468. # End Source File
  469. # End Target
  470. # End Project