dclIndyCore200.dproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{4EF991B8-8E3C-40B6-8D59-6BE5CB25377C}</ProjectGuid>
  4. <MainSource>dclIndyCore200.dpk</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Package</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>15.4</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  22. <Cfg_1>true</Cfg_1>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  27. <Cfg_2>true</Cfg_2>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  32. <Cfg_2_Win32>true</Cfg_2_Win32>
  33. <CfgParent>Cfg_2</CfgParent>
  34. <Cfg_2>true</Cfg_2>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Base)'!=''">
  38. <DCC_E>false</DCC_E>
  39. <GenPackage>true</GenPackage>
  40. <GenDll>true</GenDll>
  41. <DCC_N>false</DCC_N>
  42. <DCC_ImageBase>00400000</DCC_ImageBase>
  43. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace)</DCC_Namespace>
  44. <DCC_Description>Indy 10 Core Design Time</DCC_Description>
  45. <DCC_F>false</DCC_F>
  46. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;UIDeviceFamily=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;UISupportedInterfaceOrientations=;CFBundleExecutable=;CFBundleResourceSpecification=;LSRequiresIPhoneOS=;CFBundleInfoDictionaryVersion=;CFBundleDevelopmentRegion=;package=;label=;versionCode=;versionName=;persistent=;restoreAnyVersion=;installLocation=;largeHeap=;theme=;hardwareAccelerated=</VerInfo_Keys>
  47. <DCC_S>false</DCC_S>
  48. <VerInfo_Locale>1033</VerInfo_Locale>
  49. <DesignOnlyPackage>true</DesignOnlyPackage>
  50. <DCC_K>false</DCC_K>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  53. <VerInfo_Locale>1033</VerInfo_Locale>
  54. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  55. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  56. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  59. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  60. <DCC_DebugInformation>0</DCC_DebugInformation>
  61. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  62. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  65. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  66. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  67. <DCC_Optimize>false</DCC_Optimize>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  70. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  71. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <DelphiCompile Include="$(MainSource)">
  75. <MainSource>MainSource</MainSource>
  76. </DelphiCompile>
  77. <DCCReference Include="designide.dcp"/>
  78. <DCCReference Include="IndySystem200.dcp"/>
  79. <DCCReference Include="IndyCore200.dcp"/>
  80. <DCCReference Include="IdAboutVCL.pas"/>
  81. <DCCReference Include="IdAntiFreeze.pas"/>
  82. <DCCReference Include="IdCoreDsnRegister.pas"/>
  83. <DCCReference Include="IdDsnCoreResourceStrings.pas"/>
  84. <DCCReference Include="IdDsnPropEdBindingVCL.pas"/>
  85. <DCCReference Include="IdRegisterCore.pas"/>
  86. <BuildConfiguration Include="Debug">
  87. <Key>Cfg_2</Key>
  88. <CfgParent>Base</CfgParent>
  89. </BuildConfiguration>
  90. <BuildConfiguration Include="Base">
  91. <Key>Base</Key>
  92. </BuildConfiguration>
  93. <BuildConfiguration Include="Release">
  94. <Key>Cfg_1</Key>
  95. <CfgParent>Base</CfgParent>
  96. </BuildConfiguration>
  97. </ItemGroup>
  98. <ProjectExtensions>
  99. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  100. <Borland.ProjectType>Package</Borland.ProjectType>
  101. <BorlandProject>
  102. <Delphi.Personality>
  103. <Source>
  104. <Source Name="MainSource">dclIndyCore200.dpk</Source>
  105. </Source>
  106. <VersionInfo>
  107. <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
  108. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  109. <VersionInfo Name="MajorVer">1</VersionInfo>
  110. <VersionInfo Name="MinorVer">0</VersionInfo>
  111. <VersionInfo Name="Release">0</VersionInfo>
  112. <VersionInfo Name="Build">0</VersionInfo>
  113. <VersionInfo Name="Debug">False</VersionInfo>
  114. <VersionInfo Name="PreRelease">False</VersionInfo>
  115. <VersionInfo Name="Special">False</VersionInfo>
  116. <VersionInfo Name="Private">False</VersionInfo>
  117. <VersionInfo Name="DLL">False</VersionInfo>
  118. <VersionInfo Name="Locale">1033</VersionInfo>
  119. <VersionInfo Name="CodePage">1252</VersionInfo>
  120. </VersionInfo>
  121. <VersionInfoKeys>
  122. <VersionInfoKeys Name="CompanyName"/>
  123. <VersionInfoKeys Name="FileDescription"/>
  124. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  125. <VersionInfoKeys Name="InternalName"/>
  126. <VersionInfoKeys Name="LegalCopyright"/>
  127. <VersionInfoKeys Name="LegalTrademarks"/>
  128. <VersionInfoKeys Name="OriginalFilename"/>
  129. <VersionInfoKeys Name="ProductName"/>
  130. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  131. <VersionInfoKeys Name="Comments"/>
  132. <VersionInfoKeys Name="CFBundleName"/>
  133. <VersionInfoKeys Name="CFBundleDisplayName"/>
  134. <VersionInfoKeys Name="UIDeviceFamily"/>
  135. <VersionInfoKeys Name="CFBundleIdentifier"/>
  136. <VersionInfoKeys Name="CFBundleVersion"/>
  137. <VersionInfoKeys Name="CFBundlePackageType"/>
  138. <VersionInfoKeys Name="CFBundleSignature"/>
  139. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  140. <VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
  141. <VersionInfoKeys Name="CFBundleExecutable"/>
  142. <VersionInfoKeys Name="CFBundleResourceSpecification"/>
  143. <VersionInfoKeys Name="LSRequiresIPhoneOS"/>
  144. <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
  145. <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
  146. <VersionInfoKeys Name="package"/>
  147. <VersionInfoKeys Name="label"/>
  148. <VersionInfoKeys Name="versionCode"/>
  149. <VersionInfoKeys Name="versionName"/>
  150. <VersionInfoKeys Name="persistent"/>
  151. <VersionInfoKeys Name="restoreAnyVersion"/>
  152. <VersionInfoKeys Name="installLocation"/>
  153. <VersionInfoKeys Name="largeHeap"/>
  154. <VersionInfoKeys Name="theme"/>
  155. <VersionInfoKeys Name="hardwareAccelerated"/>
  156. </VersionInfoKeys>
  157. <Excluded_Packages>
  158. <Excluded_Packages Name="$(BDSBIN)\dclBindCompFireDAC200.bpl">LiveBinding Expression Components FireDac</Excluded_Packages>
  159. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k200.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  160. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp200.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  161. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k200.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  162. <Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  163. </Excluded_Packages>
  164. </Delphi.Personality>
  165. <Platforms>
  166. <Platform value="Android">False</Platform>
  167. <Platform value="iOSDevice">False</Platform>
  168. <Platform value="iOSSimulator">False</Platform>
  169. <Platform value="OSX32">False</Platform>
  170. <Platform value="Win32">True</Platform>
  171. <Platform value="Win64">False</Platform>
  172. </Platforms>
  173. </BorlandProject>
  174. <ProjectFileVersion>12</ProjectFileVersion>
  175. </ProjectExtensions>
  176. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  177. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  178. </Project>