Skip to content

Commit 85537d4

Browse files
added custom icon, a bitmap in the main form, and 64-bit platform
1 parent ae05a97 commit 85537d4

11 files changed

Lines changed: 8050 additions & 70 deletions

AutoGetItOrb.ico

70.9 KB
Binary file not shown.

AutoGetItOrb.png

47.5 KB
Loading
1 MB
Binary file not shown.
83.9 KB
Binary file not shown.
27.5 KB
Loading
3.91 KB
Loading

AutoGetItVCL.dpr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
program AutoGetItVCL;
22

3+
4+
5+
{$R *.dres}
6+
37
uses
48
Vcl.Forms,
59
ufrmAutoGetItMain in 'ufrmAutoGetItMain.pas' {frmAutoGetItMain},

AutoGetItVCL.dproj

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<ProjectVersion>20.0</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
7-
<Config Condition="'$(Config)'==''">Debug</Config>
8-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
9-
<TargetedPlatforms>1</TargetedPlatforms>
7+
<Config Condition="'$(Config)'==''">Release</Config>
8+
<Platform Condition="'$(Platform)'==''">Win64</Platform>
9+
<TargetedPlatforms>3</TargetedPlatforms>
1010
<AppType>Application</AppType>
1111
<MainSource>AutoGetItVCL.dpr</MainSource>
1212
</PropertyGroup>
@@ -34,6 +34,12 @@
3434
<Cfg_1>true</Cfg_1>
3535
<Base>true</Base>
3636
</PropertyGroup>
37+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
38+
<Cfg_1_Win64>true</Cfg_1_Win64>
39+
<CfgParent>Cfg_1</CfgParent>
40+
<Cfg_1>true</Cfg_1>
41+
<Base>true</Base>
42+
</PropertyGroup>
3743
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
3844
<Cfg_2>true</Cfg_2>
3945
<CfgParent>Base</CfgParent>
@@ -45,6 +51,12 @@
4551
<Cfg_2>true</Cfg_2>
4652
<Base>true</Base>
4753
</PropertyGroup>
54+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
55+
<Cfg_2_Win64>true</Cfg_2_Win64>
56+
<CfgParent>Cfg_2</CfgParent>
57+
<Cfg_2>true</Cfg_2>
58+
<Base>true</Base>
59+
</PropertyGroup>
4860
<PropertyGroup Condition="'$(Base)'!=''">
4961
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
5062
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
@@ -60,18 +72,33 @@
6072
<SanitizedProjectName>AutoGetItVCL</SanitizedProjectName>
6173
<Custom_Styles>&quot;Amethyst Kamri|VCLSTYLE|$(BDSCOMMONDIR)\Styles\AmethystKamri.vsf&quot;</Custom_Styles>
6274
<GetItPackages>DOSCommand-12</GetItPackages>
75+
<VerInfo_Locale>1033</VerInfo_Locale>
76+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
6377
</PropertyGroup>
6478
<PropertyGroup Condition="'$(Base_Win32)'!=''">
6579
<DCC_UsePackage>DBXSqliteDriver;RESTComponents;fmxase;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;bindcompvclsmp;emsclientfiredac;tethering;svnui;DataSnapFireDAC;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;svn;DBXOracleDriver;inetdb;FmxTeeUI;emsedge;fmx;FireDACIBDriver;fmxdae;vcledge;vclib;FireDACDBXDriver;dbexpress;IndyCore;vclx;dsnap;emsclient;DataSnapCommon;FireDACCommon;RESTBackendComponents;DataSnapConnectors;VCLRESTComponents;soapserver;comparerFireDAC_104;vclie;bindengine;DBXMySQLDriver;CloudService;FireDACOracleDriver;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;FireDACCommonDriver;DataSnapClient;comparerDBX_104;inet;IndyIPCommon;bindcompdbx;vcl;IndyIPServer;DBXSybaseASEDriver;IndySystem;FireDACDb2Driver;dsnapcon;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;TeeDB;FireDAC;emshosting;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;DBXOdbcDriver;FireDACTDataDriver;FMXTee;soaprtl;DbxCommonDriver;ibxpress;Tee;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;vclwinx;FireDACDSDriver;rtl;emsserverresource;DbxClientDriver;ibxbindings;DBXSybaseASADriver;CustomIPTransport;vcldsnap;DOSCommandDR;bindcomp;appanalytics;DBXInformixDriver;IndyIPClient;comparer_104;bindcompvcl;TeeUI;dbxcds;VclSmp;adortl;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;inetdbxpress;FireDACMongoDBDriver;DataSnapServerMidas;$(DCC_UsePackage)</DCC_UsePackage>
6680
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
6781
<BT_BuildType>Debug</BT_BuildType>
6882
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
6983
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=AutoGetIt;LegalCopyright=;LegalTrademarks=;OriginalFilename=AutoGetItVCL.exe;ProgramID=com.corneliusconcepts.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
70-
<VerInfo_Locale>1033</VerInfo_Locale>
7184
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
85+
<Icon_MainIcon>$(ProjectName).Artwork\Windows\AppIcon.ico</Icon_MainIcon>
86+
<Icns_MainIcns>$(ProjectName).Artwork\Windows\AppIcon.icns</Icns_MainIcns>
87+
<UWP_DelphiLogo44>$(ProjectName).Artwork\Windows\Uwp_44.png</UWP_DelphiLogo44>
88+
<UWP_DelphiLogo150>$(ProjectName).Artwork\Windows\Uwp_150.png</UWP_DelphiLogo150>
89+
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
7290
</PropertyGroup>
7391
<PropertyGroup Condition="'$(Base_Win64)'!=''">
7492
<DCC_UsePackage>DBXSqliteDriver;RESTComponents;fmxase;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;bindcompvclsmp;emsclientfiredac;tethering;DataSnapFireDAC;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;DBXOracleDriver;inetdb;FmxTeeUI;emsedge;fmx;FireDACIBDriver;fmxdae;vcledge;vclib;FireDACDBXDriver;dbexpress;IndyCore;vclx;dsnap;emsclient;DataSnapCommon;FireDACCommon;RESTBackendComponents;DataSnapConnectors;VCLRESTComponents;soapserver;comparerFireDAC_104;vclie;bindengine;DBXMySQLDriver;CloudService;FireDACOracleDriver;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;FireDACCommonDriver;DataSnapClient;comparerDBX_104;inet;IndyIPCommon;bindcompdbx;vcl;IndyIPServer;DBXSybaseASEDriver;IndySystem;FireDACDb2Driver;dsnapcon;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;TeeDB;FireDAC;emshosting;FireDACSqliteDriver;FireDACPgDriver;ibmonitor;FireDACASADriver;DBXOdbcDriver;FireDACTDataDriver;FMXTee;soaprtl;DbxCommonDriver;ibxpress;Tee;DataSnapServer;xmlrtl;soapmidas;DataSnapNativeClient;fmxobj;vclwinx;FireDACDSDriver;rtl;emsserverresource;DbxClientDriver;ibxbindings;DBXSybaseASADriver;CustomIPTransport;vcldsnap;DOSCommandDR;bindcomp;appanalytics;DBXInformixDriver;IndyIPClient;comparer_104;bindcompvcl;TeeUI;dbxcds;VclSmp;adortl;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;IndyProtocols;inetdbxpress;FireDACMongoDBDriver;DataSnapServerMidas;$(DCC_UsePackage)</DCC_UsePackage>
93+
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
94+
<BT_BuildType>Debug</BT_BuildType>
95+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
96+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
97+
<Icon_MainIcon>$(ProjectName).Artwork\Windows\AppIcon.ico</Icon_MainIcon>
98+
<Icns_MainIcns>$(ProjectName).Artwork\Windows\AppIcon.icns</Icns_MainIcns>
99+
<UWP_DelphiLogo44>$(ProjectName).Artwork\Windows\Uwp_44.png</UWP_DelphiLogo44>
100+
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
101+
<UWP_DelphiLogo150>$(ProjectName).Artwork\Windows\Uwp_150.png</UWP_DelphiLogo150>
75102
</PropertyGroup>
76103
<PropertyGroup Condition="'$(Cfg_1)'!=''">
77104
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
@@ -85,7 +112,13 @@
85112
<DCC_RemoteDebug>false</DCC_RemoteDebug>
86113
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
87114
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
88-
<VerInfo_Locale>1033</VerInfo_Locale>
115+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=AutoGetIt;LegalCopyright=;LegalTrademarks=;OriginalFilename=AutoGetItVCL.exe;ProgramID=com.corneliusconcepts.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
116+
<Icon_MainIcon>$(ProjectName).Artwork\Windows\AppIcon.ico</Icon_MainIcon>
117+
</PropertyGroup>
118+
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
119+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
120+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
121+
<Icon_MainIcon>$(ProjectName).Artwork\Windows\AppIcon.ico</Icon_MainIcon>
89122
</PropertyGroup>
90123
<PropertyGroup Condition="'$(Cfg_2)'!=''">
91124
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -99,6 +132,9 @@
99132
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
100133
<VerInfo_Locale>1033</VerInfo_Locale>
101134
</PropertyGroup>
135+
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
136+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
137+
</PropertyGroup>
102138
<ItemGroup>
103139
<DelphiCompile Include="$(MainSource)">
104140
<MainSource>MainSource</MainSource>
@@ -112,6 +148,10 @@
112148
<FormType>dfm</FormType>
113149
</DCCReference>
114150
<None Include="README.md"/>
151+
<RcItem Include="AutoGetItOrb.png">
152+
<ResourceType>RCDATA</ResourceType>
153+
<ResourceId>APPIMAGE</ResourceId>
154+
</RcItem>
115155
<BuildConfiguration Include="Base">
116156
<Key>Base</Key>
117157
</BuildConfiguration>
@@ -140,6 +180,12 @@
140180
<WelcomePageFolder/>
141181
</Delphi.Personality>
142182
<Deployment Version="4">
183+
<DeployFile LocalName="AutoGetItOrb.png" Configuration="Debug" Class="ProjectFile">
184+
<Platform Name="Win32">
185+
<RemoteDir>.\</RemoteDir>
186+
<Overwrite>true</Overwrite>
187+
</Platform>
188+
</DeployFile>
143189
<DeployFile LocalName="README.md" Configuration="Debug" Class="ProjectFile">
144190
<Platform Name="Win32">
145191
<RemoteDir>.\</RemoteDir>
@@ -1103,7 +1149,7 @@
11031149
</Deployment>
11041150
<Platforms>
11051151
<Platform value="Win32">True</Platform>
1106-
<Platform value="Win64">False</Platform>
1152+
<Platform value="Win64">True</Platform>
11071153
</Platforms>
11081154
</BorlandProject>
11091155
<ProjectFileVersion>12</ProjectFileVersion>

0 commit comments

Comments
 (0)