Skip to content

Commit 67d1c15

Browse files
authored
Merge pull request #170 from ReinierNL/update_demo22
Updates for Demo22
2 parents fa05dfb + 9ab2b7f commit 67d1c15

File tree

3 files changed

+190
-101
lines changed

3 files changed

+190
-101
lines changed

Demos/Demo22/Project1.dproj

Lines changed: 190 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,190 @@
1-
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
<PropertyGroup>
3-
<ProjectGuid>{17D5A3A6-4820-4D9C-BD8A-71D8B83709A0}</ProjectGuid>
4-
<MainSource>Project1.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>Project1.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="Project1.dpr">
39-
<MainSource>MainSource</MainSource>
40-
</DelphiCompile>
41-
<DCCReference Include="Unit1.pas">
42-
<Form>Form1</Form>
43-
</DCCReference>
44-
<BuildConfiguration Include="Base">
45-
<Key>Base</Key>
46-
</BuildConfiguration>
47-
<BuildConfiguration Include="Debug">
48-
<Key>Cfg_2</Key>
49-
<CfgParent>Base</CfgParent>
50-
</BuildConfiguration>
51-
<BuildConfiguration Include="Release">
52-
<Key>Cfg_1</Key>
53-
<CfgParent>Base</CfgParent>
54-
</BuildConfiguration>
55-
</ItemGroup>
56-
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
57-
<ProjectExtensions>
58-
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
59-
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
60-
<BorlandProject>
61-
<Delphi.Personality>
62-
<Source>
63-
<Source Name="MainSource">Project1.dpr</Source>
64-
</Source>
65-
<Parameters>
66-
<Parameters Name="UseLauncher">False</Parameters>
67-
<Parameters Name="LoadAllSymbols">True</Parameters>
68-
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
69-
</Parameters>
70-
<VersionInfo>
71-
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
72-
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
73-
<VersionInfo Name="MajorVer">1</VersionInfo>
74-
<VersionInfo Name="MinorVer">0</VersionInfo>
75-
<VersionInfo Name="Release">0</VersionInfo>
76-
<VersionInfo Name="Build">0</VersionInfo>
77-
<VersionInfo Name="Debug">False</VersionInfo>
78-
<VersionInfo Name="PreRelease">False</VersionInfo>
79-
<VersionInfo Name="Special">False</VersionInfo>
80-
<VersionInfo Name="Private">False</VersionInfo>
81-
<VersionInfo Name="DLL">False</VersionInfo>
82-
<VersionInfo Name="Locale">1033</VersionInfo>
83-
<VersionInfo Name="CodePage">1252</VersionInfo>
84-
</VersionInfo>
85-
<VersionInfoKeys>
86-
<VersionInfoKeys Name="CompanyName"/>
87-
<VersionInfoKeys Name="FileDescription"/>
88-
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
89-
<VersionInfoKeys Name="InternalName"/>
90-
<VersionInfoKeys Name="LegalCopyright"/>
91-
<VersionInfoKeys Name="LegalTrademarks"/>
92-
<VersionInfoKeys Name="OriginalFilename"/>
93-
<VersionInfoKeys Name="ProductName"/>
94-
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
95-
<VersionInfoKeys Name="Comments"/>
96-
</VersionInfoKeys>
97-
</Delphi.Personality>
98-
</BorlandProject>
99-
<ProjectFileVersion>12</ProjectFileVersion>
100-
</ProjectExtensions>
101-
</Project>
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{17D5A3A6-4820-4D9C-BD8A-71D8B83709A0}</ProjectGuid>
4+
<MainSource>Project1.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>Project1.exe</DCC_DependencyCheckOutputName>
63+
<DCC_ImageBase>00400000</DCC_ImageBase>
64+
<DCC_Platform>x86</DCC_Platform>
65+
<SanitizedProjectName>Project1</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+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
76+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
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+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
81+
</PropertyGroup>
82+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
83+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
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>
86+
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
87+
<BT_BuildType>Debug</BT_BuildType>
88+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
89+
<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>
90+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
91+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
92+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
93+
</PropertyGroup>
94+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
95+
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
96+
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
97+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
98+
<DCC_DebugInformation>0</DCC_DebugInformation>
99+
</PropertyGroup>
100+
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
101+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
102+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
103+
</PropertyGroup>
104+
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
105+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
106+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
107+
</PropertyGroup>
108+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
109+
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
110+
</PropertyGroup>
111+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
112+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
113+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
114+
</PropertyGroup>
115+
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
116+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
117+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
118+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
119+
<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>
120+
</PropertyGroup>
121+
<ItemGroup>
122+
<DelphiCompile Include="$(MainSource)">
123+
<MainSource>MainSource</MainSource>
124+
</DelphiCompile>
125+
<DCCReference Include="Unit1.pas">
126+
<Form>Form1</Form>
127+
</DCCReference>
128+
<BuildConfiguration Include="Debug">
129+
<Key>Cfg_2</Key>
130+
<CfgParent>Base</CfgParent>
131+
</BuildConfiguration>
132+
<BuildConfiguration Include="Base">
133+
<Key>Base</Key>
134+
</BuildConfiguration>
135+
<BuildConfiguration Include="Release">
136+
<Key>Cfg_1</Key>
137+
<CfgParent>Base</CfgParent>
138+
</BuildConfiguration>
139+
</ItemGroup>
140+
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
141+
<ProjectExtensions>
142+
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
143+
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
144+
<BorlandProject>
145+
<Delphi.Personality>
146+
<Source>
147+
<Source Name="MainSource">Project1.dpr</Source>
148+
</Source>
149+
<Parameters>
150+
<Parameters Name="UseLauncher">False</Parameters>
151+
<Parameters Name="LoadAllSymbols">True</Parameters>
152+
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
153+
</Parameters>
154+
<VersionInfo>
155+
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
156+
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
157+
<VersionInfo Name="MajorVer">1</VersionInfo>
158+
<VersionInfo Name="MinorVer">0</VersionInfo>
159+
<VersionInfo Name="Release">0</VersionInfo>
160+
<VersionInfo Name="Build">0</VersionInfo>
161+
<VersionInfo Name="Debug">False</VersionInfo>
162+
<VersionInfo Name="PreRelease">False</VersionInfo>
163+
<VersionInfo Name="Special">False</VersionInfo>
164+
<VersionInfo Name="Private">False</VersionInfo>
165+
<VersionInfo Name="DLL">False</VersionInfo>
166+
<VersionInfo Name="Locale">1033</VersionInfo>
167+
<VersionInfo Name="CodePage">1252</VersionInfo>
168+
</VersionInfo>
169+
<VersionInfoKeys>
170+
<VersionInfoKeys Name="CompanyName"/>
171+
<VersionInfoKeys Name="FileDescription"/>
172+
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
173+
<VersionInfoKeys Name="InternalName"/>
174+
<VersionInfoKeys Name="LegalCopyright"/>
175+
<VersionInfoKeys Name="LegalTrademarks"/>
176+
<VersionInfoKeys Name="OriginalFilename"/>
177+
<VersionInfoKeys Name="ProductName"/>
178+
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
179+
<VersionInfoKeys Name="Comments"/>
180+
</VersionInfoKeys>
181+
</Delphi.Personality>
182+
<Platforms>
183+
<Platform value="Win32">True</Platform>
184+
<Platform value="Win64">True</Platform>
185+
</Platforms>
186+
</BorlandProject>
187+
<ProjectFileVersion>12</ProjectFileVersion>
188+
</ProjectExtensions>
189+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
190+
</Project>

Demos/Demo22/Project1.res

2.39 KB
Binary file not shown.

Demos/Demo22/Unit1.dfm

699 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)