Indy.SocketsDebug.dpr 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. library Indy.SocketsDebug;
  2. {%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'}
  3. {%DelphiDotNetAssemblyCompiler '$(CommonProgramFiles)\borland shared\bds\shared assemblies\3.0\Borland.Delphi.dll'}
  4. {%DelphiDotNetAssemblyCompiler '$(CommonProgramFiles)\borland shared\bds\shared assemblies\3.0\Borland.VclRtl.dll'}
  5. uses
  6. IdASN1Util in 'Protocols\IdASN1Util.pas',
  7. IdAllAuthentications in 'Protocols\IdAllAuthentications.pas',
  8. IdAllFTPListParsers in 'Protocols\IdAllFTPListParsers.pas',
  9. IdAllHeaderCoders in 'Protocols\IdAllHeaderCoders.pas',
  10. IdAntiFreezeBase in 'System\IdAntiFreezeBase.pas',
  11. IdAssignedNumbers in 'Core\IdAssignedNumbers.pas',
  12. IdAttachment in 'Protocols\IdAttachment.pas',
  13. IdAttachmentFile in 'Protocols\IdAttachmentFile.pas',
  14. IdAttachmentMemory in 'Protocols\IdAttachmentMemory.pas',
  15. IdAuthentication in 'Protocols\IdAuthentication.pas',
  16. IdAuthenticationDigest in 'Protocols\IdAuthenticationDigest.pas',
  17. IdAuthenticationManager in 'Protocols\IdAuthenticationManager.pas',
  18. IdBaseComponent in 'System\IdBaseComponent.pas',
  19. IdBlockCipherIntercept in 'Protocols\IdBlockCipherIntercept.pas',
  20. IdBuffer in 'Core\IdBuffer.pas',
  21. IdCarrierStream in 'Security\IdCarrierStream.pas',
  22. IdChargenServer in 'Protocols\IdChargenServer.pas',
  23. IdChargenUDPServer in 'Protocols\IdChargenUDPServer.pas',
  24. IdCharsets in 'Protocols\IdCharsets.pas',
  25. IdCmdTCPClient in 'Core\IdCmdTCPClient.pas',
  26. IdCmdTCPServer in 'Core\IdCmdTCPServer.pas',
  27. IdCoder in 'Protocols\IdCoder.pas',
  28. IdCoder00E in 'Protocols\IdCoder00E.pas',
  29. IdCoder3to4 in 'Protocols\IdCoder3to4.pas',
  30. IdCoderBinHex4 in 'Protocols\IdCoderBinHex4.pas',
  31. IdCoderHeader in 'Protocols\IdCoderHeader.pas',
  32. IdCoderMIME in 'Protocols\IdCoderMIME.pas',
  33. IdCoderQuotedPrintable in 'Protocols\IdCoderQuotedPrintable.pas',
  34. IdCoderUUE in 'Protocols\IdCoderUUE.pas',
  35. IdCoderXXE in 'Protocols\IdCoderXXE.pas',
  36. IdCommandHandlers in 'Core\IdCommandHandlers.pas',
  37. IdComponent in 'System\IdComponent.pas',
  38. IdConnectThroughHttpProxy in 'Protocols\IdConnectThroughHttpProxy.pas',
  39. IdContainers in 'Protocols\IdContainers.pas',
  40. IdContext in 'Core\IdContext.pas',
  41. IdCookie in 'Protocols\IdCookie.pas',
  42. IdCookieManager in 'Protocols\IdCookieManager.pas',
  43. IdCustomHTTPServer in 'Protocols\IdCustomHTTPServer.pas',
  44. IdCustomTCPServer in 'Core\IdCustomTCPServer.pas',
  45. IdCustomTransparentProxy in 'Core\IdCustomTransparentProxy.pas',
  46. IdDICT in 'Protocols\IdDICT.pas',
  47. IdDICTCommon in 'Protocols\IdDICTCommon.pas',
  48. IdDICTServer in 'Protocols\IdDICTServer.pas',
  49. IdDNSCommon in 'Protocols\IdDNSCommon.pas',
  50. IdDNSResolver in 'Protocols\IdDNSResolver.pas',
  51. IdDNSServer in 'Protocols\IdDNSServer.pas',
  52. IdDateTimeStamp in 'Protocols\IdDateTimeStamp.pas',
  53. IdDayTime in 'Protocols\IdDayTime.pas',
  54. IdDayTimeServer in 'Protocols\IdDayTimeServer.pas',
  55. IdDayTimeUDP in 'Protocols\IdDayTimeUDP.pas',
  56. IdDayTimeUDPServer in 'Protocols\IdDayTimeUDPServer.pas',
  57. IdDiscardServer in 'Protocols\IdDiscardServer.pas',
  58. IdDiscardUDPServer in 'Protocols\IdDiscardUDPServer.pas',
  59. IdEMailAddress in 'Protocols\IdEMailAddress.pas',
  60. IdEcho in 'Protocols\IdEcho.pas',
  61. IdEchoServer in 'Protocols\IdEchoServer.pas',
  62. IdEchoUDP in 'Protocols\IdEchoUDP.pas',
  63. IdEchoUDPServer in 'Protocols\IdEchoUDPServer.pas',
  64. IdException in 'System\IdException.pas',
  65. IdExceptionCore in 'Core\IdExceptionCore.pas',
  66. IdExplicitTLSClientServerBase in 'Protocols\IdExplicitTLSClientServerBase.pas',
  67. IdFIPS in 'Protocols\IdFIPS.pas',
  68. IdFSP in 'Protocols\IdFSP.pas',
  69. IdFTP in 'Protocols\IdFTP.pas',
  70. IdFTPBaseFileSystem in 'Protocols\IdFTPBaseFileSystem.pas',
  71. IdFTPCommon in 'Protocols\IdFTPCommon.pas',
  72. IdFTPList in 'Protocols\IdFTPList.pas',
  73. IdFTPListOutput in 'Protocols\IdFTPListOutput.pas',
  74. IdFTPListParseAS400 in 'Protocols\IdFTPListParseAS400.pas',
  75. IdFTPListParseBase in 'Protocols\IdFTPListParseBase.pas',
  76. IdFTPListParseBullGCOS7 in 'Protocols\IdFTPListParseBullGCOS7.pas',
  77. IdFTPListParseBullGCOS8 in 'Protocols\IdFTPListParseBullGCOS8.pas',
  78. IdFTPListParseChameleonNewt in 'Protocols\IdFTPListParseChameleonNewt.pas',
  79. IdFTPListParseCiscoIOS in 'Protocols\IdFTPListParseCiscoIOS.pas',
  80. IdFTPListParseDistinctTCPIP in 'Protocols\IdFTPListParseDistinctTCPIP.pas',
  81. IdFTPListParseEPLF in 'Protocols\IdFTPListParseEPLF.pas',
  82. IdFTPListParseHellSoft in 'Protocols\IdFTPListParseHellSoft.pas',
  83. IdFTPListParseIEFTPGateway in 'Protocols\IdFTPListParseIEFTPGateway.pas',
  84. IdFTPListParseKA9Q in 'Protocols\IdFTPListParseKA9Q.pas',
  85. IdFTPListParseMPEiX in 'Protocols\IdFTPListParseMPEiX.pas',
  86. IdFTPListParseMVS in 'Protocols\IdFTPListParseMVS.pas',
  87. IdFTPListParseMicrowareOS9 in 'Protocols\IdFTPListParseMicrowareOS9.pas',
  88. IdFTPListParseMusic in 'Protocols\IdFTPListParseMusic.pas',
  89. IdFTPListParseNCSAForDOS in 'Protocols\IdFTPListParseNCSAForDOS.pas',
  90. IdFTPListParseNCSAForMACOS in 'Protocols\IdFTPListParseNCSAForMACOS.pas',
  91. IdFTPListParseNovellNetware in 'Protocols\IdFTPListParseNovellNetware.pas',
  92. IdFTPListParseNovellNetwarePSU in 'Protocols\IdFTPListParseNovellNetwarePSU.pas',
  93. IdFTPListParseOS2 in 'Protocols\IdFTPListParseOS2.pas',
  94. IdFTPListParsePCNFSD in 'Protocols\IdFTPListParsePCNFSD.pas',
  95. IdFTPListParsePCTCP in 'Protocols\IdFTPListParsePCTCP.pas',
  96. IdFTPListParseStercomOS390Exp in 'Protocols\IdFTPListParseStercomOS390Exp.pas',
  97. IdFTPListParseStercomUnixEnt in 'Protocols\IdFTPListParseStercomUnixEnt.pas',
  98. IdFTPListParseStratusVOS in 'Protocols\IdFTPListParseStratusVOS.pas',
  99. IdFTPListParseSuperTCP in 'Protocols\IdFTPListParseSuperTCP.pas',
  100. IdFTPListParseTOPS20 in 'Protocols\IdFTPListParseTOPS20.pas',
  101. IdFTPListParseTSXPlus in 'Protocols\IdFTPListParseTSXPlus.pas',
  102. IdFTPListParseTandemGuardian in 'Protocols\IdFTPListParseTandemGuardian.pas',
  103. IdFTPListParseUnisysClearPath in 'Protocols\IdFTPListParseUnisysClearPath.pas',
  104. IdFTPListParseUnix in 'Protocols\IdFTPListParseUnix.pas',
  105. IdFTPListParseVM in 'Protocols\IdFTPListParseVM.pas',
  106. IdFTPListParseVMS in 'Protocols\IdFTPListParseVMS.pas',
  107. IdFTPListParseVSE in 'Protocols\IdFTPListParseVSE.pas',
  108. IdFTPListParseVxWorks in 'Protocols\IdFTPListParseVxWorks.pas',
  109. IdFTPListParseWfFTP in 'Protocols\IdFTPListParseWfFTP.pas',
  110. IdFTPListParseWinQVTNET in 'Protocols\IdFTPListParseWinQVTNET.pas',
  111. IdFTPListParseWindowsNT in 'Protocols\IdFTPListParseWindowsNT.pas',
  112. IdFTPListParseXecomMicroRTOS in 'Protocols\IdFTPListParseXecomMicroRTOS.pas',
  113. IdFTPListTypes in 'Protocols\IdFTPListTypes.pas',
  114. IdFTPServer in 'Protocols\IdFTPServer.pas',
  115. IdFTPServerContextBase in 'Protocols\IdFTPServerContextBase.pas',
  116. IdFinger in 'Protocols\IdFinger.pas',
  117. IdFingerServer in 'Protocols\IdFingerServer.pas',
  118. IdGlobal in 'System\IdGlobal.pas',
  119. IdGlobalCore in 'Core\IdGlobalCore.pas',
  120. IdGlobalProtocols in 'Protocols\IdGlobalProtocols.pas',
  121. IdGopher in 'Protocols\IdGopher.pas',
  122. IdGopherConsts in 'Protocols\IdGopherConsts.pas',
  123. IdGopherServer in 'Protocols\IdGopherServer.pas',
  124. IdHL7 in 'Protocols\IdHL7.pas',
  125. IdHMAC in 'Protocols\IdHMAC.pas',
  126. IdHMACMD5 in 'Protocols\IdHMACMD5.pas',
  127. IdHMACSHA1 in 'Protocols\IdHMACSHA1.pas',
  128. IdHTTP in 'Protocols\IdHTTP.pas',
  129. IdHTTPHeaderInfo in 'Protocols\IdHTTPHeaderInfo.pas',
  130. IdHTTPProxyServer in 'Protocols\IdHTTPProxyServer.pas',
  131. IdHTTPServer in 'Protocols\IdHTTPServer.pas',
  132. IdHash in 'Protocols\IdHash.pas',
  133. IdHashCRC in 'Protocols\IdHashCRC.pas',
  134. IdHashElf in 'Protocols\IdHashElf.pas',
  135. IdHashMessageDigest in 'Protocols\IdHashMessageDigest.pas',
  136. IdHashSHA in 'Protocols\IdHashSHA.pas',
  137. IdHeaderCoderBase in 'Protocols\IdHeaderCoderBase.pas',
  138. IdHeaderCoderIndy in 'Protocols\IdHeaderCoderIndy.pas',
  139. IdHeaderCoderPlain in 'Protocols\IdHeaderCoderPlain.pas',
  140. IdHeaderList in 'Protocols\IdHeaderList.pas',
  141. IdIMAP4 in 'Protocols\IdIMAP4.pas',
  142. IdIMAP4Server in 'Protocols\IdIMAP4Server.pas',
  143. IdIOHandler in 'Core\IdIOHandler.pas',
  144. IdIOHandlerSocket in 'Core\IdIOHandlerSocket.pas',
  145. IdIOHandlerStack in 'Core\IdIOHandlerStack.pas',
  146. IdIOHandlerStream in 'Core\IdIOHandlerStream.pas',
  147. IdIOHandlerTls in 'Security\IdIOHandlerTls.pas',
  148. IdIPAddrMon in 'Protocols\IdIPAddrMon.pas',
  149. IdIPAddress in 'Core\IdIPAddress.pas',
  150. IdIPMCastBase in 'Core\IdIPMCastBase.pas',
  151. IdIPMCastClient in 'Core\IdIPMCastClient.pas',
  152. IdIPMCastServer in 'Core\IdIPMCastServer.pas',
  153. IdIPWatch in 'Protocols\IdIPWatch.pas',
  154. IdIRC in 'Protocols\IdIRC.pas',
  155. IdIcmpClient in 'Core\IdIcmpClient.pas',
  156. IdIdent in 'Protocols\IdIdent.pas',
  157. IdIdentServer in 'Protocols\IdIdentServer.pas',
  158. IdIntercept in 'Core\IdIntercept.pas',
  159. IdInterceptSimLog in 'Core\IdInterceptSimLog.pas',
  160. IdInterceptThrottler in 'Core\IdInterceptThrottler.pas',
  161. IdIrcServer in 'Protocols\IdIrcServer.pas',
  162. IdLPR in 'Protocols\IdLPR.pas',
  163. IdLogBase in 'Core\IdLogBase.pas',
  164. IdLogDebug in 'Core\IdLogDebug.pas',
  165. IdLogEvent in 'Core\IdLogEvent.pas',
  166. IdLogFile in 'Core\IdLogFile.pas',
  167. IdLogStream in 'Core\IdLogStream.pas',
  168. IdMailBox in 'Protocols\IdMailBox.pas',
  169. IdMappedFTP in 'Protocols\IdMappedFTP.pas',
  170. IdMappedPOP3 in 'Protocols\IdMappedPOP3.pas',
  171. IdMappedPortTCP in 'Protocols\IdMappedPortTCP.pas',
  172. IdMappedPortUDP in 'Protocols\IdMappedPortUDP.pas',
  173. IdMappedTelnet in 'Protocols\IdMappedTelnet.pas',
  174. IdMessage in 'Protocols\IdMessage.pas',
  175. IdMessageBuilder in 'Protocols\IdMessageBuilder.pas',
  176. IdMessageClient in 'Protocols\IdMessageClient.pas',
  177. IdMessageCoder in 'Protocols\IdMessageCoder.pas',
  178. IdMessageCoderBinHex4 in 'Protocols\IdMessageCoderBinHex4.pas',
  179. IdMessageCoderMIME in 'Protocols\IdMessageCoderMIME.pas',
  180. IdMessageCoderQuotedPrintable in 'Protocols\IdMessageCoderQuotedPrintable.pas',
  181. IdMessageCoderUUE in 'Protocols\IdMessageCoderUUE.pas',
  182. IdMessageCoderXXE in 'Protocols\IdMessageCoderXXE.pas',
  183. IdMessageCoderYenc in 'Protocols\IdMessageCoderYenc.pas',
  184. IdMessageCollection in 'Protocols\IdMessageCollection.pas',
  185. IdMessageHelper in 'Protocols\IdMessageHelper.pas',
  186. IdMessageParts in 'Protocols\IdMessageParts.pas',
  187. IdMultipartFormData in 'Protocols\IdMultipartFormData.pas',
  188. IdNNTP in 'Protocols\IdNNTP.pas',
  189. IdNNTPServer in 'Protocols\IdNNTPServer.pas',
  190. IdNetworkCalculator in 'Protocols\IdNetworkCalculator.pas',
  191. IdOSFileName in 'Protocols\IdOSFileName.pas',
  192. IdOTPCalculator in 'Protocols\IdOTPCalculator.pas',
  193. IdPOP3 in 'Protocols\IdPOP3.pas',
  194. IdPOP3Server in 'Protocols\IdPOP3Server.pas',
  195. IdQOTDUDP in 'Protocols\IdQOTDUDP.pas',
  196. IdQOTDUDPServer in 'Protocols\IdQOTDUDPServer.pas',
  197. IdQotd in 'Protocols\IdQotd.pas',
  198. IdQotdServer in 'Protocols\IdQotdServer.pas',
  199. IdRSH in 'Protocols\IdRSH.pas',
  200. IdRSHServer in 'Protocols\IdRSHServer.pas',
  201. IdRawBase in 'Core\IdRawBase.pas',
  202. IdRawClient in 'Core\IdRawClient.pas',
  203. IdRawFunctions in 'Core\IdRawFunctions.pas',
  204. IdRawHeaders in 'Core\IdRawHeaders.pas',
  205. IdRemoteCMDClient in 'Protocols\IdRemoteCMDClient.pas',
  206. IdRemoteCMDServer in 'Protocols\IdRemoteCMDServer.pas',
  207. IdReply in 'Core\IdReply.pas',
  208. IdReplyFTP in 'Protocols\IdReplyFTP.pas',
  209. IdReplyIMAP4 in 'Protocols\IdReplyIMAP4.pas',
  210. IdReplyPOP3 in 'Protocols\IdReplyPOP3.pas',
  211. IdReplyRFC in 'Core\IdReplyRFC.pas',
  212. IdReplySMTP in 'Protocols\IdReplySMTP.pas',
  213. IdResourceStrings in 'System\IdResourceStrings.pas',
  214. IdResourceStringsCore in 'Core\IdResourceStringsCore.pas',
  215. IdResourceStringsProtocols in 'Protocols\IdResourceStringsProtocols.pas',
  216. IdRexec in 'Protocols\IdRexec.pas',
  217. IdRexecServer in 'Protocols\IdRexecServer.pas',
  218. IdSASL in 'Protocols\IdSASL.pas',
  219. IdSASLAnonymous in 'Protocols\IdSASLAnonymous.pas',
  220. IdSASLCollection in 'Protocols\IdSASLCollection.pas',
  221. IdSASLDigest in 'Protocols\IdSASLDigest.pas',
  222. IdSASLExternal in 'Protocols\IdSASLExternal.pas',
  223. IdSASLLogin in 'Protocols\IdSASLLogin.pas',
  224. IdSASLOAuth in 'Protocols\IdSASLOAuth.pas',
  225. IdSASLOTP in 'Protocols\IdSASLOTP.pas',
  226. IdSASLPlain in 'Protocols\IdSASLPlain.pas',
  227. IdSASLSKey in 'Protocols\IdSASLSKey.pas',
  228. IdSASLUserPass in 'Protocols\IdSASLUserPass.pas',
  229. IdSASL_CRAMBase in 'Protocols\IdSASL_CRAMBase.pas',
  230. IdSASL_CRAM_MD5 in 'Protocols\IdSASL_CRAM_MD5.pas',
  231. IdSASL_CRAM_SHA1 in 'Protocols\IdSASL_CRAM_SHA1.pas',
  232. IdSMTP in 'Protocols\IdSMTP.pas',
  233. IdSMTPBase in 'Protocols\IdSMTPBase.pas',
  234. IdSMTPRelay in 'Protocols\IdSMTPRelay.pas',
  235. IdSMTPServer in 'Protocols\IdSMTPServer.pas',
  236. IdSNPP in 'Protocols\IdSNPP.pas',
  237. IdSNTP in 'Protocols\IdSNTP.pas',
  238. IdSSL in 'Protocols\IdSSL.pas',
  239. IdSSLDotNET in 'Protocols\IdSSLDotNET.pas',
  240. IdScheduler in 'Core\IdScheduler.pas',
  241. IdSchedulerOfThread in 'Core\IdSchedulerOfThread.pas',
  242. IdSchedulerOfThreadDefault in 'Core\IdSchedulerOfThreadDefault.pas',
  243. IdSchedulerOfThreadPool in 'Core\IdSchedulerOfThreadPool.pas',
  244. IdServerIOHandler in 'Core\IdServerIOHandler.pas',
  245. IdServerIOHandlerSocket in 'Core\IdServerIOHandlerSocket.pas',
  246. IdServerIOHandlerStack in 'Core\IdServerIOHandlerStack.pas',
  247. IdServerIOHandlerTls in 'Security\IdServerIOHandlerTls.pas',
  248. IdServerInterceptLogBase in 'Protocols\IdServerInterceptLogBase.pas',
  249. IdServerInterceptLogEvent in 'Protocols\IdServerInterceptLogEvent.pas',
  250. IdServerInterceptLogFile in 'Protocols\IdServerInterceptLogFile.pas',
  251. IdSimpleServer in 'Core\IdSimpleServer.pas',
  252. IdSocketHandle in 'Core\IdSocketHandle.pas',
  253. IdSocketStream in 'Security\IdSocketStream.pas',
  254. IdSocks in 'Core\IdSocks.pas',
  255. IdSocksServer in 'Protocols\IdSocksServer.pas',
  256. IdStack in 'System\IdStack.pas',
  257. IdStackConsts in 'System\IdStackConsts.pas',
  258. IdStackDotNet in 'System\IdStackDotNet.pas',
  259. IdStream in 'System\IdStream.pas',
  260. IdStreamNET in 'System\IdStreamNET.pas',
  261. IdStrings in 'Protocols\IdStrings.pas',
  262. IdStruct in 'System\IdStruct.pas',
  263. IdSync in 'Core\IdSync.pas',
  264. IdSysLog in 'Protocols\IdSysLog.pas',
  265. IdSysLogMessage in 'Protocols\IdSysLogMessage.pas',
  266. IdSysLogServer in 'Protocols\IdSysLogServer.pas',
  267. IdSystat in 'Protocols\IdSystat.pas',
  268. IdSystatServer in 'Protocols\IdSystatServer.pas',
  269. IdSystatUDP in 'Protocols\IdSystatUDP.pas',
  270. IdSystatUDPServer in 'Protocols\IdSystatUDPServer.pas',
  271. IdTCPClient in 'Core\IdTCPClient.pas',
  272. IdTCPConnection in 'Core\IdTCPConnection.pas',
  273. IdTCPServer in 'Core\IdTCPServer.pas',
  274. IdTCPStream in 'Core\IdTCPStream.pas',
  275. IdTask in 'Core\IdTask.pas',
  276. IdTelnet in 'Protocols\IdTelnet.pas',
  277. IdTelnetServer in 'Protocols\IdTelnetServer.pas',
  278. IdText in 'Protocols\IdText.pas',
  279. IdThread in 'Core\IdThread.pas',
  280. IdThreadComponent in 'Core\IdThreadComponent.pas',
  281. IdThreadSafe in 'Core\IdThreadSafe.pas',
  282. IdTime in 'Protocols\IdTime.pas',
  283. IdTimeServer in 'Protocols\IdTimeServer.pas',
  284. IdTimeUDP in 'Protocols\IdTimeUDP.pas',
  285. IdTimeUDPServer in 'Protocols\IdTimeUDPServer.pas',
  286. IdTlsClientOptions in 'Security\IdTlsClientOptions.pas',
  287. IdTlsServerOptions in 'Security\IdTlsServerOptions.pas',
  288. IdTraceRoute in 'Core\IdTraceRoute.pas',
  289. IdTrivialFTP in 'Protocols\IdTrivialFTP.pas',
  290. IdTrivialFTPBase in 'Protocols\IdTrivialFTPBase.pas',
  291. IdTrivialFTPServer in 'Protocols\IdTrivialFTPServer.pas',
  292. IdUDPBase in 'Core\IdUDPBase.pas',
  293. IdUDPClient in 'Core\IdUDPClient.pas',
  294. IdUDPServer in 'Core\IdUDPServer.pas',
  295. IdURI in 'Protocols\IdURI.pas',
  296. IdUnixTime in 'Protocols\IdUnixTime.pas',
  297. IdUnixTimeServer in 'Protocols\IdUnixTimeServer.pas',
  298. IdUnixTimeUDP in 'Protocols\IdUnixTimeUDP.pas',
  299. IdUnixTimeUDPServer in 'Protocols\IdUnixTimeUDPServer.pas',
  300. IdUriUtils in 'Protocols\IdUriUtils.pas',
  301. IdUserAccounts in 'Protocols\IdUserAccounts.pas',
  302. IdUserPassProvider in 'Protocols\IdUserPassProvider.pas',
  303. IdVCard in 'Protocols\IdVCard.pas',
  304. IdWebDAV in 'Protocols\IdWebDAV.pas',
  305. IdWhoIsServer in 'Protocols\IdWhoIsServer.pas',
  306. IdWhois in 'Protocols\IdWhois.pas',
  307. IdYarn in 'Core\IdYarn.pas',
  308. IdZLibCompressorBase in 'Protocols\IdZLibCompressorBase.pas',
  309. IdAssemblyInfo in 'System\IdAssemblyInfo.pas';
  310. //
  311. // Version information for an assembly consists of the following four values:
  312. //
  313. // Major Version
  314. // Minor Version
  315. // Build Number
  316. // Revision
  317. //
  318. // You can specify all the values or you can default the Revision and Build Numbers
  319. // by using the '*' as shown below:
  320. //
  321. // In order to sign your assembly you must specify a key to use. Refer to the
  322. // Microsoft .NET Framework documentation for more information on assembly signing.
  323. //
  324. // Use the attributes below to control which key is used for signing.
  325. //
  326. // Notes:
  327. // (*) If no key is specified, the assembly is not signed.
  328. // (*) KeyName refers to a key that has been installed in the Crypto Service
  329. // Provider (CSP) on your machine. KeyFile refers to a file which contains
  330. // a key.
  331. // (*) If the KeyFile and the KeyName values are both specified, the
  332. // following processing occurs:
  333. // (1) If the KeyName can be found in the CSP, that key is used.
  334. // (2) If the KeyName does not exist and the KeyFile does exist, the key
  335. // in the KeyFile is installed into the CSP and used.
  336. // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
  337. // When specifying the KeyFile, the location of the KeyFile should be
  338. // relative to the project output directory. For example, if your KeyFile is
  339. // located in the project directory, you would specify the AssemblyKeyFile
  340. // attribute as [assembly: AssemblyKeyFile('mykey.snk')], provided your output
  341. // directory is the project directory (the default).
  342. // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
  343. // documentation for more information on this.
  344. //
  345. //
  346. // Use the attributes below to control the COM visibility of your assembly. By
  347. // default the entire assembly is visible to COM. Setting ComVisible to false
  348. // is the recommended default for your assembly. To then expose a class and interface
  349. // to COM set ComVisible to true on each one. It is also recommended to add a
  350. // Guid attribute.
  351. //
  352. //[assembly: Guid(')]
  353. //[assembly: TypeLibVersion(1, 0)]
  354. begin
  355. end.