IndyCore150.dproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1.  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{A30E4C28-2A4C-43F3-B789-8807F704E355}</ProjectGuid>
  4. <MainSource>IndyCore150.dpk</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <Platform>Win32</Platform>
  8. <AppType>Package</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  11. <ProjectVersion>12.3</ProjectVersion>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  17. <Cfg_1>true</Cfg_1>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  22. <Cfg_2>true</Cfg_2>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Base)'!=''">
  27. <DCC_ImageBase>00400000</DCC_ImageBase>
  28. <GenPackage>true</GenPackage>
  29. <RuntimeOnlyPackage>true</RuntimeOnlyPackage>
  30. <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
  31. <DCC_Description>Indy 10 Core</DCC_Description>
  32. <DCC_E>false</DCC_E>
  33. <DCC_S>false</DCC_S>
  34. <GenDll>true</GenDll>
  35. <DCC_N>false</DCC_N>
  36. <DCC_F>false</DCC_F>
  37. <DCC_K>false</DCC_K>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  40. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  41. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  42. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  43. <DCC_DebugInformation>false</DCC_DebugInformation>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  46. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  47. <DCC_Optimize>false</DCC_Optimize>
  48. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <DelphiCompile Include="IndyCore150.dpk">
  52. <MainSource>MainSource</MainSource>
  53. </DelphiCompile>
  54. <DCCReference Include="rtl.dcp"/>
  55. <DCCReference Include="IndySystem150.dcp"/>
  56. <DCCReference Include="IdAssignedNumbers.pas"/>
  57. <DCCReference Include="IdBuffer.pas"/>
  58. <DCCReference Include="IdCmdTCPClient.pas"/>
  59. <DCCReference Include="IdCmdTCPServer.pas"/>
  60. <DCCReference Include="IdCommandHandlers.pas"/>
  61. <DCCReference Include="IdContext.pas"/>
  62. <DCCReference Include="IdCustomTCPServer.pas"/>
  63. <DCCReference Include="IdCustomTransparentProxy.pas"/>
  64. <DCCReference Include="IdExceptionCore.pas"/>
  65. <DCCReference Include="IdGlobalCore.pas"/>
  66. <DCCReference Include="IdIOHandler.pas"/>
  67. <DCCReference Include="IdIOHandlerSocket.pas"/>
  68. <DCCReference Include="IdIOHandlerStack.pas"/>
  69. <DCCReference Include="IdIOHandlerStream.pas"/>
  70. <DCCReference Include="IdIPAddress.pas"/>
  71. <DCCReference Include="IdIPMCastBase.pas"/>
  72. <DCCReference Include="IdIPMCastClient.pas"/>
  73. <DCCReference Include="IdIPMCastServer.pas"/>
  74. <DCCReference Include="IdIcmpClient.pas"/>
  75. <DCCReference Include="IdIntercept.pas"/>
  76. <DCCReference Include="IdInterceptSimLog.pas"/>
  77. <DCCReference Include="IdInterceptThrottler.pas"/>
  78. <DCCReference Include="IdLogBase.pas"/>
  79. <DCCReference Include="IdLogDebug.pas"/>
  80. <DCCReference Include="IdLogEvent.pas"/>
  81. <DCCReference Include="IdLogFile.pas"/>
  82. <DCCReference Include="IdLogStream.pas"/>
  83. <DCCReference Include="IdRawBase.pas"/>
  84. <DCCReference Include="IdRawClient.pas"/>
  85. <DCCReference Include="IdRawFunctions.pas"/>
  86. <DCCReference Include="IdRawHeaders.pas"/>
  87. <DCCReference Include="IdReply.pas"/>
  88. <DCCReference Include="IdReplyRFC.pas"/>
  89. <DCCReference Include="IdResourceStringsCore.pas"/>
  90. <DCCReference Include="IdScheduler.pas"/>
  91. <DCCReference Include="IdSchedulerOfThread.pas"/>
  92. <DCCReference Include="IdSchedulerOfThreadDefault.pas"/>
  93. <DCCReference Include="IdSchedulerOfThreadPool.pas"/>
  94. <DCCReference Include="IdServerIOHandler.pas"/>
  95. <DCCReference Include="IdServerIOHandlerSocket.pas"/>
  96. <DCCReference Include="IdServerIOHandlerStack.pas"/>
  97. <DCCReference Include="IdSimpleServer.pas"/>
  98. <DCCReference Include="IdSocketHandle.pas"/>
  99. <DCCReference Include="IdSocks.pas"/>
  100. <DCCReference Include="IdSync.pas"/>
  101. <DCCReference Include="IdTCPClient.pas"/>
  102. <DCCReference Include="IdTCPConnection.pas"/>
  103. <DCCReference Include="IdTCPServer.pas"/>
  104. <DCCReference Include="IdTCPStream.pas"/>
  105. <DCCReference Include="IdTask.pas"/>
  106. <DCCReference Include="IdThread.pas"/>
  107. <DCCReference Include="IdThreadComponent.pas"/>
  108. <DCCReference Include="IdThreadSafe.pas"/>
  109. <DCCReference Include="IdTraceRoute.pas"/>
  110. <DCCReference Include="IdUDPBase.pas"/>
  111. <DCCReference Include="IdUDPClient.pas"/>
  112. <DCCReference Include="IdUDPServer.pas"/>
  113. <DCCReference Include="IdYarn.pas"/>
  114. <BuildConfiguration Include="Debug">
  115. <Key>Cfg_2</Key>
  116. <CfgParent>Base</CfgParent>
  117. </BuildConfiguration>
  118. <BuildConfiguration Include="Base">
  119. <Key>Base</Key>
  120. </BuildConfiguration>
  121. <BuildConfiguration Include="Release">
  122. <Key>Cfg_1</Key>
  123. <CfgParent>Base</CfgParent>
  124. </BuildConfiguration>
  125. </ItemGroup>
  126. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
  127. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  128. <ProjectExtensions>
  129. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  130. <Borland.ProjectType>Package</Borland.ProjectType>
  131. <BorlandProject>
  132. <Delphi.Personality>
  133. <Source>
  134. <Source Name="MainSource">IndyCore150.dpk</Source>
  135. </Source>
  136. <VersionInfo>
  137. <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
  138. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  139. <VersionInfo Name="MajorVer">10</VersionInfo>
  140. <VersionInfo Name="MinorVer">6</VersionInfo>
  141. <VersionInfo Name="Release">2</VersionInfo>
  142. <VersionInfo Name="Build">0</VersionInfo>
  143. <VersionInfo Name="Debug">False</VersionInfo>
  144. <VersionInfo Name="PreRelease">False</VersionInfo>
  145. <VersionInfo Name="Special">False</VersionInfo>
  146. <VersionInfo Name="Private">False</VersionInfo>
  147. <VersionInfo Name="DLL">False</VersionInfo>
  148. <VersionInfo Name="Locale">1033</VersionInfo>
  149. <VersionInfo Name="CodePage">1252</VersionInfo>
  150. </VersionInfo>
  151. <VersionInfoKeys>
  152. <VersionInfoKeys Name="CompanyName"/>
  153. <VersionInfoKeys Name="FileDescription"/>
  154. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  155. <VersionInfoKeys Name="InternalName"/>
  156. <VersionInfoKeys Name="LegalCopyright"/>
  157. <VersionInfoKeys Name="LegalTrademarks"/>
  158. <VersionInfoKeys Name="OriginalFilename"/>
  159. <VersionInfoKeys Name="ProductName"/>
  160. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  161. <VersionInfoKeys Name="Comments"/>
  162. </VersionInfoKeys>
  163. </Delphi.Personality>
  164. <Platforms>
  165. <Platform value="Win32">True</Platform>
  166. </Platforms>
  167. </BorlandProject>
  168. <ProjectFileVersion>12</ProjectFileVersion>
  169. </ProjectExtensions>
  170. </Project>