bgracontrols.dproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{D31721D7-6E5F-4AB7-922D-D08C063CA1B6}</ProjectGuid>
  4. <MainSource>bgracontrols.dpk</MainSource>
  5. <ProjectVersion>18.4</ProjectVersion>
  6. <FrameworkType>VCL</FrameworkType>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>1</TargetedPlatforms>
  11. <AppType>Package</AppType>
  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="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  27. <Base_Win64>true</Base_Win64>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  32. <Cfg_1>true</Cfg_1>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  37. <Cfg_1_Win32>true</Cfg_1_Win32>
  38. <CfgParent>Cfg_1</CfgParent>
  39. <Cfg_1>true</Cfg_1>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  43. <Cfg_2>true</Cfg_2>
  44. <CfgParent>Base</CfgParent>
  45. <Base>true</Base>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Base)'!=''">
  48. <DesignOnlyPackage>true</DesignOnlyPackage>
  49. <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
  50. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  51. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  52. <GenPackage>true</GenPackage>
  53. <GenDll>true</GenDll>
  54. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  55. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  56. <SanitizedProjectName>bgracontrols</SanitizedProjectName>
  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=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  60. <BT_BuildType>Debug</BT_BuildType>
  61. <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  64. <DCC_UsePackage>vclimg;vcl;bgrabitmappack;$(DCC_UsePackage)</DCC_UsePackage>
  65. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  66. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  67. <VerInfo_Locale>1033</VerInfo_Locale>
  68. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  71. <DCC_UsePackage>vclimg;vcl;$(DCC_UsePackage)</DCC_UsePackage>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  74. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  75. <DCC_Optimize>false</DCC_Optimize>
  76. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  77. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  78. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  81. <DCC_UnitSearchPath>C:\BGRABitmap\Win32\Debug;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  82. <DCC_CBuilderOutput>None</DCC_CBuilderOutput>
  83. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  84. <VerInfo_Locale>1033</VerInfo_Locale>
  85. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  88. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  89. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  90. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  91. <DCC_DebugInformation>0</DCC_DebugInformation>
  92. </PropertyGroup>
  93. <ItemGroup>
  94. <DelphiCompile Include="$(MainSource)">
  95. <MainSource>MainSource</MainSource>
  96. </DelphiCompile>
  97. <DCCReference Include="icons\BGRAImageManipulation_icon.res"/>
  98. <DCCReference Include="icons\bcsvgbutton.res"/>
  99. <DCCReference Include="icons\bcimagebutton_icon.res"/>
  100. <DCCReference Include="icons\bcgamegrid_icon.res"/>
  101. <DCCReference Include="icons\bcradialprogressbar_icon.res"/>
  102. <DCCReference Include="designide.dcp"/>
  103. <DCCReference Include="rtl.dcp"/>
  104. <DCCReference Include="vcl.dcp"/>
  105. <DCCReference Include="vcldesigner.dcp"/>
  106. <DCCReference Include="vclimg.dcp"/>
  107. <DCCReference Include="bgrabitmappack.dcp"/>
  108. <DCCReference Include="bcbasectrls.pas"/>
  109. <DCCReference Include="bcbrightandcontrast.pas"/>
  110. <DCCReference Include="bcbutton.pas"/>
  111. <DCCReference Include="bcbuttonfocus.pas"/>
  112. <DCCReference Include="bceffect.pas"/>
  113. <DCCReference Include="bcfilters.pas"/>
  114. <DCCReference Include="bcgamegrid.pas"/>
  115. <DCCReference Include="bcimagebutton.pas"/>
  116. <DCCReference Include="bckeyboard.pas"/>
  117. <DCCReference Include="bclabel.pas"/>
  118. <DCCReference Include="bcmaterialdesignbutton.pas"/>
  119. <DCCReference Include="bcmdbutton.pas"/>
  120. <DCCReference Include="bcmdbuttonfocus.pas"/>
  121. <DCCReference Include="bcnumerickeyboard.pas"/>
  122. <DCCReference Include="bcpanel.pas"/>
  123. <DCCReference Include="bcradialprogressbar.pas"/>
  124. <DCCReference Include="bcrtti.pas"/>
  125. <DCCReference Include="bcsamples.pas"/>
  126. <DCCReference Include="bcstylesform.pas"/>
  127. <DCCReference Include="bcsvgbutton.pas"/>
  128. <DCCReference Include="bcsvgviewer.pas"/>
  129. <DCCReference Include="bcthememanager.pas"/>
  130. <DCCReference Include="bctoolbar.pas"/>
  131. <DCCReference Include="bctools.pas"/>
  132. <DCCReference Include="bctrackbarupdown.pas"/>
  133. <DCCReference Include="bctypes.pas"/>
  134. <DCCReference Include="bgraflashprogressbar.pas"/>
  135. <DCCReference Include="bgragraphiccontrol.pas"/>
  136. <DCCReference Include="bgraimagelist.pas"/>
  137. <DCCReference Include="bgraimagemanipulation.pas"/>
  138. <DCCReference Include="bgraknob.pas"/>
  139. <DCCReference Include="bgraresizespeedbutton.pas"/>
  140. <DCCReference Include="bgrashape.pas"/>
  141. <DCCReference Include="bgraspeedbutton.pas"/>
  142. <DCCReference Include="bgraspriteanimation.pas"/>
  143. <DCCReference Include="bgravirtualscreen.pas"/>
  144. <DCCReference Include="colorspeedbutton.pas"/>
  145. <DCCReference Include="dtanalogclock.pas"/>
  146. <DCCReference Include="dtthemedclock.pas"/>
  147. <DCCReference Include="materialcolors.pas"/>
  148. <DCCReference Include="lcl\MouseAndKeyInput.pas"/>
  149. <DCCReference Include="lcl\MouseInputIntf.pas"/>
  150. <DCCReference Include="lcl\KeyInputIntf.pas"/>
  151. <DCCReference Include="lcl\WinMouseInput.pas"/>
  152. <DCCReference Include="lcl\WinKeyInput.pas"/>
  153. <DCCReference Include="bcreg.pas"/>
  154. <None Include="dtanalogcommon.pas"/>
  155. <None Include="dtanaloggauge.pas"/>
  156. <None Include="dtthemedgauge.pas"/>
  157. <BuildConfiguration Include="Release">
  158. <Key>Cfg_2</Key>
  159. <CfgParent>Base</CfgParent>
  160. </BuildConfiguration>
  161. <BuildConfiguration Include="Base">
  162. <Key>Base</Key>
  163. </BuildConfiguration>
  164. <BuildConfiguration Include="Debug">
  165. <Key>Cfg_1</Key>
  166. <CfgParent>Base</CfgParent>
  167. </BuildConfiguration>
  168. </ItemGroup>
  169. <ProjectExtensions>
  170. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  171. <Borland.ProjectType>Package</Borland.ProjectType>
  172. <BorlandProject>
  173. <Delphi.Personality>
  174. <Source>
  175. <Source Name="MainSource">bgracontrols.dpk</Source>
  176. </Source>
  177. <VersionInfo>
  178. <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
  179. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  180. <VersionInfo Name="MajorVer">1</VersionInfo>
  181. <VersionInfo Name="MinorVer">0</VersionInfo>
  182. <VersionInfo Name="Release">0</VersionInfo>
  183. <VersionInfo Name="Build">0</VersionInfo>
  184. <VersionInfo Name="Debug">False</VersionInfo>
  185. <VersionInfo Name="PreRelease">False</VersionInfo>
  186. <VersionInfo Name="Special">False</VersionInfo>
  187. <VersionInfo Name="Private">False</VersionInfo>
  188. <VersionInfo Name="DLL">False</VersionInfo>
  189. <VersionInfo Name="Locale">1046</VersionInfo>
  190. <VersionInfo Name="CodePage">1252</VersionInfo>
  191. </VersionInfo>
  192. <VersionInfoKeys>
  193. <VersionInfoKeys Name="CompanyName"/>
  194. <VersionInfoKeys Name="FileDescription"/>
  195. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  196. <VersionInfoKeys Name="InternalName"/>
  197. <VersionInfoKeys Name="LegalCopyright"/>
  198. <VersionInfoKeys Name="LegalTrademarks"/>
  199. <VersionInfoKeys Name="OriginalFilename"/>
  200. <VersionInfoKeys Name="ProductName"/>
  201. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  202. <VersionInfoKeys Name="Comments"/>
  203. </VersionInfoKeys>
  204. <Excluded_Packages>
  205. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k160.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  206. <Excluded_Packages Name="$(BDSBIN)\dclofficexp160.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  207. <Excluded_Packages Name="$(BDSBIN)\dclIPIndyImpl160.bpl">IP Abstraction Indy Implementation Design Time</Excluded_Packages>
  208. </Excluded_Packages>
  209. </Delphi.Personality>
  210. <Deployment Version="3"/>
  211. <Platforms>
  212. <Platform value="Android">False</Platform>
  213. <Platform value="iOSDevice32">False</Platform>
  214. <Platform value="iOSSimulator">False</Platform>
  215. <Platform value="OSX32">False</Platform>
  216. <Platform value="Win32">True</Platform>
  217. <Platform value="Win64">False</Platform>
  218. </Platforms>
  219. </BorlandProject>
  220. <ProjectFileVersion>12</ProjectFileVersion>
  221. </ProjectExtensions>
  222. <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
  223. <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
  224. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  225. </Project>