dclIndyCore210.dproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{2C3592FA-A1FB-4298-94E5-C13B699A702A}</ProjectGuid>
  4. <MainSource>dclIndyCore210.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>16.0</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)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  17. <Base_Android>true</Base_Android>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  22. <Base_Win32>true</Base_Win32>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  32. <Cfg_2>true</Cfg_2>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  37. <Cfg_2_Win32>true</Cfg_2_Win32>
  38. <CfgParent>Cfg_2</CfgParent>
  39. <Cfg_2>true</Cfg_2>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Base)'!=''">
  43. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  44. <DesignOnlyPackage>true</DesignOnlyPackage>
  45. <DCC_E>false</DCC_E>
  46. <GenPackage>true</GenPackage>
  47. <DCC_F>false</DCC_F>
  48. <SanitizedProjectName>dclIndyCore210</SanitizedProjectName>
  49. <DCC_ImageBase>00400000</DCC_ImageBase>
  50. <DCC_S>false</DCC_S>
  51. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  52. <VerInfo_Locale>1033</VerInfo_Locale>
  53. <DCC_K>false</DCC_K>
  54. <DCC_N>false</DCC_N>
  55. <GenDll>true</GenDll>
  56. <DCC_Description>Indy 10 Core Design Time</DCC_Description>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Base_Android)'!=''">
  59. <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
  60. <BT_BuildType>Debug</BT_BuildType>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  63. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  64. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;Vcl;$(DCC_Namespace)</DCC_Namespace>
  65. <VerInfo_Locale>1033</VerInfo_Locale>
  66. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  69. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  70. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  71. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  72. <DCC_DebugInformation>0</DCC_DebugInformation>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  75. <DCC_Optimize>false</DCC_Optimize>
  76. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  77. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <DelphiCompile Include="$(MainSource)">
  81. <MainSource>MainSource</MainSource>
  82. </DelphiCompile>
  83. <DCCReference Include="designide.dcp"/>
  84. <DCCReference Include="IndySystem210.dcp"/>
  85. <DCCReference Include="IndyCore210.dcp"/>
  86. <DCCReference Include="IdAboutVCL.pas"/>
  87. <DCCReference Include="IdAntiFreeze.pas"/>
  88. <DCCReference Include="IdCoreDsnRegister.pas"/>
  89. <DCCReference Include="IdDsnCoreResourceStrings.pas"/>
  90. <DCCReference Include="IdDsnPropEdBindingVCL.pas"/>
  91. <DCCReference Include="IdRegisterCore.pas"/>
  92. <BuildConfiguration Include="Debug">
  93. <Key>Cfg_2</Key>
  94. <CfgParent>Base</CfgParent>
  95. </BuildConfiguration>
  96. <BuildConfiguration Include="Base">
  97. <Key>Base</Key>
  98. </BuildConfiguration>
  99. <BuildConfiguration Include="Release">
  100. <Key>Cfg_1</Key>
  101. <CfgParent>Base</CfgParent>
  102. </BuildConfiguration>
  103. </ItemGroup>
  104. <ProjectExtensions>
  105. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  106. <Borland.ProjectType>Package</Borland.ProjectType>
  107. <BorlandProject>
  108. <Delphi.Personality>
  109. <Source>
  110. <Source Name="MainSource">dclIndyCore210.dpk</Source>
  111. </Source>
  112. </Delphi.Personality>
  113. <Platforms>
  114. <Platform value="Android">False</Platform>
  115. <Platform value="iOSDevice">False</Platform>
  116. <Platform value="iOSSimulator">False</Platform>
  117. <Platform value="OSX32">False</Platform>
  118. <Platform value="Win32">True</Platform>
  119. <Platform value="Win64">False</Platform>
  120. </Platforms>
  121. </BorlandProject>
  122. <ProjectFileVersion>12</ProjectFileVersion>
  123. </ProjectExtensions>
  124. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  125. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  126. </Project>