Skip to content

Commit 188fd7e

Browse files
committed
Removed old icons
1 parent 27e4a32 commit 188fd7e

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
lines changed

Demos/Demo01/Project1.dproj

+38-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<MainSource>Project1.dpr</MainSource>
55
<Config Condition="'$(Config)'==''">Debug</Config>
66
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7-
<ProjectVersion>16.1</ProjectVersion>
7+
<ProjectVersion>19.1</ProjectVersion>
88
<FrameworkType>VCL</FrameworkType>
99
<Base>True</Base>
1010
<Platform Condition="'$(Platform)'==''">Win64</Platform>
@@ -29,11 +29,29 @@
2929
<CfgParent>Base</CfgParent>
3030
<Base>true</Base>
3131
</PropertyGroup>
32+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
33+
<Cfg_1_Win32>true</Cfg_1_Win32>
34+
<CfgParent>Cfg_1</CfgParent>
35+
<Cfg_1>true</Cfg_1>
36+
<Base>true</Base>
37+
</PropertyGroup>
38+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
39+
<Cfg_1_Win64>true</Cfg_1_Win64>
40+
<CfgParent>Cfg_1</CfgParent>
41+
<Cfg_1>true</Cfg_1>
42+
<Base>true</Base>
43+
</PropertyGroup>
3244
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
3345
<Cfg_2>true</Cfg_2>
3446
<CfgParent>Base</CfgParent>
3547
<Base>true</Base>
3648
</PropertyGroup>
49+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
50+
<Cfg_2_Win32>true</Cfg_2_Win32>
51+
<CfgParent>Cfg_2</CfgParent>
52+
<Cfg_2>true</Cfg_2>
53+
<Base>true</Base>
54+
</PropertyGroup>
3755
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
3856
<Cfg_2_Win64>true</Cfg_2_Win64>
3957
<CfgParent>Cfg_2</CfgParent>
@@ -51,29 +69,44 @@
5169
</PropertyGroup>
5270
<PropertyGroup Condition="'$(Base_Win32)'!=''">
5371
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
54-
<Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon>
5572
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
5673
<VerInfo_Locale>1033</VerInfo_Locale>
5774
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
75+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
76+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
77+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
5878
</PropertyGroup>
5979
<PropertyGroup Condition="'$(Base_Win64)'!=''">
6080
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
6181
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
6282
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
63-
<Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon>
83+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
84+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
85+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
6486
</PropertyGroup>
6587
<PropertyGroup Condition="'$(Cfg_1)'!=''">
6688
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
6789
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
6890
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
6991
<DCC_DebugInformation>0</DCC_DebugInformation>
7092
</PropertyGroup>
93+
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
94+
<BT_BuildType>Debug</BT_BuildType>
95+
</PropertyGroup>
96+
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
97+
<BT_BuildType>Debug</BT_BuildType>
98+
</PropertyGroup>
7199
<PropertyGroup Condition="'$(Cfg_2)'!=''">
72100
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
73101
</PropertyGroup>
102+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
103+
<BT_BuildType>Debug</BT_BuildType>
104+
</PropertyGroup>
74105
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
75-
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
76106
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
107+
<BT_BuildType>Debug</BT_BuildType>
108+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
109+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
77110
</PropertyGroup>
78111
<ItemGroup>
79112
<DelphiCompile Include="$(MainSource)">
@@ -135,10 +168,7 @@
135168
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
136169
<VersionInfoKeys Name="Comments"/>
137170
</VersionInfoKeys>
138-
<Excluded_Packages>
139-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
140-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
141-
</Excluded_Packages>
171+
<Excluded_Packages/>
142172
</Delphi.Personality>
143173
<Platforms>
144174
<Platform value="Win32">True</Platform>

Demos/Demo01/Project1.res

244 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)