Skip to content

Commit 8f232e8

Browse files
committed
Removed old icons; improved high DPI awareness; plus many modifications by Delphi
1 parent 0e334b2 commit 8f232e8

File tree

2 files changed

+191
-102
lines changed

2 files changed

+191
-102
lines changed

Demos/Demo11/ThrdDemo.dproj

+191-102
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,191 @@
1-
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
<PropertyGroup>
3-
<ProjectGuid>{FA5D85B3-B6D3-47F9-A4F9-482E5482F142}</ProjectGuid>
4-
<MainSource>ThrdDemo.dpr</MainSource>
5-
<Config Condition="'$(Config)'==''">Debug</Config>
6-
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7-
<ProjectVersion>12.0</ProjectVersion>
8-
</PropertyGroup>
9-
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
10-
<Base>true</Base>
11-
</PropertyGroup>
12-
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
13-
<Cfg_1>true</Cfg_1>
14-
<CfgParent>Base</CfgParent>
15-
<Base>true</Base>
16-
</PropertyGroup>
17-
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
18-
<Cfg_2>true</Cfg_2>
19-
<CfgParent>Base</CfgParent>
20-
<Base>true</Base>
21-
</PropertyGroup>
22-
<PropertyGroup Condition="'$(Base)'!=''">
23-
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
24-
<DCC_DependencyCheckOutputName>ThrdDemo.exe</DCC_DependencyCheckOutputName>
25-
<DCC_ImageBase>00400000</DCC_ImageBase>
26-
<DCC_Platform>x86</DCC_Platform>
27-
</PropertyGroup>
28-
<PropertyGroup Condition="'$(Cfg_1)'!=''">
29-
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
30-
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
31-
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
32-
<DCC_DebugInformation>false</DCC_DebugInformation>
33-
</PropertyGroup>
34-
<PropertyGroup Condition="'$(Cfg_2)'!=''">
35-
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
36-
</PropertyGroup>
37-
<ItemGroup>
38-
<DelphiCompile Include="ThrdDemo.dpr">
39-
<MainSource>MainSource</MainSource>
40-
</DelphiCompile>
41-
<DCCReference Include="ThSort.pas">
42-
<Form>ThreadSortForm</Form>
43-
</DCCReference>
44-
<DCCReference Include="SortThds.pas"/>
45-
<BuildConfiguration Include="Base">
46-
<Key>Base</Key>
47-
</BuildConfiguration>
48-
<BuildConfiguration Include="Debug">
49-
<Key>Cfg_2</Key>
50-
<CfgParent>Base</CfgParent>
51-
</BuildConfiguration>
52-
<BuildConfiguration Include="Release">
53-
<Key>Cfg_1</Key>
54-
<CfgParent>Base</CfgParent>
55-
</BuildConfiguration>
56-
</ItemGroup>
57-
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
58-
<ProjectExtensions>
59-
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
60-
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
61-
<BorlandProject>
62-
<Delphi.Personality>
63-
<Source>
64-
<Source Name="MainSource">ThrdDemo.dpr</Source>
65-
</Source>
66-
<Parameters>
67-
<Parameters Name="UseLauncher">False</Parameters>
68-
<Parameters Name="LoadAllSymbols">True</Parameters>
69-
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
70-
</Parameters>
71-
<VersionInfo>
72-
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
73-
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
74-
<VersionInfo Name="MajorVer">1</VersionInfo>
75-
<VersionInfo Name="MinorVer">0</VersionInfo>
76-
<VersionInfo Name="Release">0</VersionInfo>
77-
<VersionInfo Name="Build">0</VersionInfo>
78-
<VersionInfo Name="Debug">False</VersionInfo>
79-
<VersionInfo Name="PreRelease">False</VersionInfo>
80-
<VersionInfo Name="Special">False</VersionInfo>
81-
<VersionInfo Name="Private">False</VersionInfo>
82-
<VersionInfo Name="DLL">False</VersionInfo>
83-
<VersionInfo Name="Locale">1033</VersionInfo>
84-
<VersionInfo Name="CodePage">1252</VersionInfo>
85-
</VersionInfo>
86-
<VersionInfoKeys>
87-
<VersionInfoKeys Name="CompanyName"/>
88-
<VersionInfoKeys Name="FileDescription"/>
89-
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
90-
<VersionInfoKeys Name="InternalName"/>
91-
<VersionInfoKeys Name="LegalCopyright"/>
92-
<VersionInfoKeys Name="LegalTrademarks"/>
93-
<VersionInfoKeys Name="OriginalFilename"/>
94-
<VersionInfoKeys Name="ProductName"/>
95-
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
96-
<VersionInfoKeys Name="Comments"/>
97-
</VersionInfoKeys>
98-
</Delphi.Personality>
99-
</BorlandProject>
100-
<ProjectFileVersion>12</ProjectFileVersion>
101-
</ProjectExtensions>
102-
</Project>
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{FA5D85B3-B6D3-47F9-A4F9-482E5482F142}</ProjectGuid>
4+
<MainSource>ThrdDemo.dpr</MainSource>
5+
<Config Condition="'$(Config)'==''">Debug</Config>
6+
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7+
<ProjectVersion>19.1</ProjectVersion>
8+
<FrameworkType>VCL</FrameworkType>
9+
<Base>True</Base>
10+
<Platform Condition="'$(Platform)'==''">Win64</Platform>
11+
<TargetedPlatforms>3</TargetedPlatforms>
12+
<AppType>Application</AppType>
13+
</PropertyGroup>
14+
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
15+
<Base>true</Base>
16+
</PropertyGroup>
17+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
18+
<Base_Win32>true</Base_Win32>
19+
<CfgParent>Base</CfgParent>
20+
<Base>true</Base>
21+
</PropertyGroup>
22+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
23+
<Base_Win64>true</Base_Win64>
24+
<CfgParent>Base</CfgParent>
25+
<Base>true</Base>
26+
</PropertyGroup>
27+
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
28+
<Cfg_1>true</Cfg_1>
29+
<CfgParent>Base</CfgParent>
30+
<Base>true</Base>
31+
</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>
44+
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
45+
<Cfg_2>true</Cfg_2>
46+
<CfgParent>Base</CfgParent>
47+
<Base>true</Base>
48+
</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>
55+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
56+
<Cfg_2_Win64>true</Cfg_2_Win64>
57+
<CfgParent>Cfg_2</CfgParent>
58+
<Cfg_2>true</Cfg_2>
59+
<Base>true</Base>
60+
</PropertyGroup>
61+
<PropertyGroup Condition="'$(Base)'!=''">
62+
<DCC_DependencyCheckOutputName>ThrdDemo.exe</DCC_DependencyCheckOutputName>
63+
<DCC_ImageBase>00400000</DCC_ImageBase>
64+
<DCC_Platform>x86</DCC_Platform>
65+
<SanitizedProjectName>ThrdDemo</SanitizedProjectName>
66+
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
67+
<VerInfo_Locale>1033</VerInfo_Locale>
68+
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
69+
</PropertyGroup>
70+
<PropertyGroup Condition="'$(Base_Win32)'!=''">
71+
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
72+
<BT_BuildType>Debug</BT_BuildType>
73+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
74+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
75+
<VerInfo_Locale>1033</VerInfo_Locale>
76+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
77+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
78+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
79+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
80+
</PropertyGroup>
81+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
82+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
83+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
84+
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
85+
<BT_BuildType>Debug</BT_BuildType>
86+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
87+
<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>
88+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
89+
</PropertyGroup>
90+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
91+
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
92+
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
93+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
94+
<DCC_DebugInformation>0</DCC_DebugInformation>
95+
</PropertyGroup>
96+
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
97+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
98+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
99+
</PropertyGroup>
100+
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
101+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
102+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
103+
</PropertyGroup>
104+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
105+
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
106+
</PropertyGroup>
107+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
108+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
109+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
110+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
111+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
112+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
113+
</PropertyGroup>
114+
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
115+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
116+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
117+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
118+
<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>
119+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
120+
</PropertyGroup>
121+
<ItemGroup>
122+
<DelphiCompile Include="$(MainSource)">
123+
<MainSource>MainSource</MainSource>
124+
</DelphiCompile>
125+
<DCCReference Include="ThSort.pas">
126+
<Form>ThreadSortForm</Form>
127+
</DCCReference>
128+
<DCCReference Include="SortThds.pas"/>
129+
<BuildConfiguration Include="Debug">
130+
<Key>Cfg_2</Key>
131+
<CfgParent>Base</CfgParent>
132+
</BuildConfiguration>
133+
<BuildConfiguration Include="Base">
134+
<Key>Base</Key>
135+
</BuildConfiguration>
136+
<BuildConfiguration Include="Release">
137+
<Key>Cfg_1</Key>
138+
<CfgParent>Base</CfgParent>
139+
</BuildConfiguration>
140+
</ItemGroup>
141+
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
142+
<ProjectExtensions>
143+
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
144+
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
145+
<BorlandProject>
146+
<Delphi.Personality>
147+
<Source>
148+
<Source Name="MainSource">ThrdDemo.dpr</Source>
149+
</Source>
150+
<Parameters>
151+
<Parameters Name="UseLauncher">False</Parameters>
152+
<Parameters Name="LoadAllSymbols">True</Parameters>
153+
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
154+
</Parameters>
155+
<VersionInfo>
156+
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
157+
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
158+
<VersionInfo Name="MajorVer">1</VersionInfo>
159+
<VersionInfo Name="MinorVer">0</VersionInfo>
160+
<VersionInfo Name="Release">0</VersionInfo>
161+
<VersionInfo Name="Build">0</VersionInfo>
162+
<VersionInfo Name="Debug">False</VersionInfo>
163+
<VersionInfo Name="PreRelease">False</VersionInfo>
164+
<VersionInfo Name="Special">False</VersionInfo>
165+
<VersionInfo Name="Private">False</VersionInfo>
166+
<VersionInfo Name="DLL">False</VersionInfo>
167+
<VersionInfo Name="Locale">1033</VersionInfo>
168+
<VersionInfo Name="CodePage">1252</VersionInfo>
169+
</VersionInfo>
170+
<VersionInfoKeys>
171+
<VersionInfoKeys Name="CompanyName"/>
172+
<VersionInfoKeys Name="FileDescription"/>
173+
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
174+
<VersionInfoKeys Name="InternalName"/>
175+
<VersionInfoKeys Name="LegalCopyright"/>
176+
<VersionInfoKeys Name="LegalTrademarks"/>
177+
<VersionInfoKeys Name="OriginalFilename"/>
178+
<VersionInfoKeys Name="ProductName"/>
179+
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
180+
<VersionInfoKeys Name="Comments"/>
181+
</VersionInfoKeys>
182+
</Delphi.Personality>
183+
<Platforms>
184+
<Platform value="Win32">True</Platform>
185+
<Platform value="Win64">True</Platform>
186+
</Platforms>
187+
</BorlandProject>
188+
<ProjectFileVersion>12</ProjectFileVersion>
189+
</ProjectExtensions>
190+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
191+
</Project>

Demos/Demo11/ThrdDemo.res

109 KB
Binary file not shown.

0 commit comments

Comments
 (0)