Skip to content

Commit 8a555b6

Browse files
ver. 1.1.3
- Fixed Demo - Added support for Delphi 13
1 parent cba5978 commit 8a555b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+602
-309
lines changed

Demo/ShellControlsDemo/MainUnit.pas

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
interface
44

55
uses
6-
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
7-
Dialogs, StdCtrls,
8-
Vcl.ComCtrls, Vcl.Shell.ShellCtrls, Vcl.ExtCtrls, System.Actions,
6+
WinApi.Windows, WinApi.Messages, System.SysUtils,
7+
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms,
8+
Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls,
9+
Vcl.Shell.ShellCtrls, Vcl.ExtCtrls, System.Actions,
910
Vcl.ActnList, Vcl.Buttons, Vcl.ToolWin, Vcl.ImgList,
10-
Vcl.Menus;
11+
Vcl.Menus, System.ImageList;
1112

1213
type
1314
TMainForm = class(TForm)

Demo/ShellControlsDemo/ShellControlsDemo.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
program ShellControlsDemo;
22

33
uses
4-
Forms,
4+
Vcl.Forms,
55
MainUnit in 'MainUnit.pas' {MainForm},
66
Vcl.Themes,
77
Vcl.Styles,

Demo/ShellControlsDemo/ShellControlsDemo.dproj

Lines changed: 11 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@
77
<TargetedPlatforms>3</TargetedPlatforms>
88
<AppType>Application</AppType>
99
<FrameworkType>VCL</FrameworkType>
10-
<ProjectVersion>20.1</ProjectVersion>
10+
<ProjectVersion>20.2</ProjectVersion>
1111
<Platform Condition="'$(Platform)'==''">Win64</Platform>
12+
<ProjectName Condition="'$(ProjectName)'==''">ShellControlsDemo</ProjectName>
1213
</PropertyGroup>
1314
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1415
<Base>true</Base>
1516
</PropertyGroup>
16-
<PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
17-
<Base_iOSDevice64>true</Base_iOSDevice64>
18-
<CfgParent>Base</CfgParent>
19-
<Base>true</Base>
20-
</PropertyGroup>
2117
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
2218
<Base_Win32>true</Base_Win32>
2319
<CfgParent>Base</CfgParent>
@@ -50,12 +46,6 @@
5046
<CfgParent>Base</CfgParent>
5147
<Base>true</Base>
5248
</PropertyGroup>
53-
<PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
54-
<Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
55-
<CfgParent>Cfg_2</CfgParent>
56-
<Cfg_2>true</Cfg_2>
57-
<Base>true</Base>
58-
</PropertyGroup>
5949
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
6050
<Cfg_2_Win32>true</Cfg_2_Win32>
6151
<CfgParent>Cfg_2</CfgParent>
@@ -80,81 +70,31 @@
8070
<DCC_S>false</DCC_S>
8171
<DCC_ImageBase>00400000</DCC_ImageBase>
8272
<SanitizedProjectName>ShellControlsDemo</SanitizedProjectName>
83-
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
84-
<VerInfo_Locale>1040</VerInfo_Locale>
85-
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
73+
<VerInfo_Locale>1033</VerInfo_Locale>
8674
<DCC_ExeOutput>.\Bin</DCC_ExeOutput>
8775
<DCC_DcuOutput>.\Dcu\$(Platform)\$(Config)</DCC_DcuOutput>
8876
<DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
8977
</PropertyGroup>
90-
<PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
91-
<iOS_AppStore1024>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_1024x1024.png</iOS_AppStore1024>
92-
</PropertyGroup>
9378
<PropertyGroup Condition="'$(Base_Win32)'!=''">
94-
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
95-
<BT_BuildType>Debug</BT_BuildType>
96-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
97-
<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>
98-
<VerInfo_Locale>1033</VerInfo_Locale>
99-
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
100-
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
101-
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
102-
<Icon_MainIcon>ShellControlsDemo.ico</Icon_MainIcon>
103-
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
10479
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
80+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
10581
</PropertyGroup>
10682
<PropertyGroup Condition="'$(Base_Win64)'!=''">
107-
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
108-
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
109-
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
110-
<BT_BuildType>Debug</BT_BuildType>
111-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
112-
<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>
113-
<VerInfo_Locale>1033</VerInfo_Locale>
114-
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
115-
<Icon_MainIcon>ShellControlsDemo.ico</Icon_MainIcon>
116-
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
11783
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
118-
</PropertyGroup>
119-
<PropertyGroup Condition="'$(Cfg_1)'!=''">
120-
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
121-
<DCC_DebugInformation>0</DCC_DebugInformation>
122-
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
123-
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
84+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
12485
</PropertyGroup>
12586
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
126-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
127-
<VerInfo_Locale>1033</VerInfo_Locale>
128-
<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>
87+
<BT_BuildType>Debug</BT_BuildType>
12988
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
13089
</PropertyGroup>
13190
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
132-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
133-
<VerInfo_Locale>1033</VerInfo_Locale>
134-
<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>
135-
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
136-
</PropertyGroup>
137-
<PropertyGroup Condition="'$(Cfg_2)'!=''">
138-
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
139-
<DCC_Optimize>false</DCC_Optimize>
140-
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
141-
<DCC_RangeChecking>true</DCC_RangeChecking>
142-
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
143-
<DCC_DebugDCUs>true</DCC_DebugDCUs>
144-
</PropertyGroup>
145-
<PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
14691
<BT_BuildType>Debug</BT_BuildType>
92+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
14793
</PropertyGroup>
14894
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
149-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
150-
<VerInfo_Locale>1033</VerInfo_Locale>
151-
<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>
15295
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
15396
</PropertyGroup>
15497
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
155-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
156-
<VerInfo_Locale>1033</VerInfo_Locale>
157-
<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>
15898
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
15999
</PropertyGroup>
160100
<ItemGroup>
@@ -165,17 +105,17 @@
165105
<Form>MainForm</Form>
166106
</DCCReference>
167107
<DCCReference Include="..\..\Source\Vcl.Shell.Utils.pas"/>
108+
<BuildConfiguration Include="Debug">
109+
<Key>Cfg_2</Key>
110+
<CfgParent>Base</CfgParent>
111+
</BuildConfiguration>
168112
<BuildConfiguration Include="Base">
169113
<Key>Base</Key>
170114
</BuildConfiguration>
171115
<BuildConfiguration Include="Release">
172116
<Key>Cfg_1</Key>
173117
<CfgParent>Base</CfgParent>
174118
</BuildConfiguration>
175-
<BuildConfiguration Include="Debug">
176-
<Key>Cfg_2</Key>
177-
<CfgParent>Base</CfgParent>
178-
</BuildConfiguration>
179119
</ItemGroup>
180120
<ProjectExtensions>
181121
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
@@ -186,8 +126,6 @@
186126
<Source Name="MainSource">ShellControlsDemo.dpr</Source>
187127
</Source>
188128
<Excluded_Packages>
189-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k220.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
190-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp220.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
191129
</Excluded_Packages>
192130
</Delphi.Personality>
193131
<Platforms>

Images/SupportingDelphi.jpg

10.9 KB
Loading

Packages/D10_1/dclshlctrls.dpk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ package dclshlctrls;
4343
{$IMPLICITBUILD OFF}
4444

4545
requires
46-
rtl,
47-
Vcl,
4846
designide,
49-
Vclx,
5047
vclshlctrls;
5148

5249
contains

Packages/D10_1/dclshlctrls.dproj

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<MainSource>dclshlctrls.dpk</MainSource>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7-
<ProjectVersion>19.5</ProjectVersion>
7+
<ProjectVersion>18.2</ProjectVersion>
88
<Config Condition="'$(Config)'==''">Release</Config>
99
<Base>True</Base>
1010
<AppType>Package</AppType>
@@ -38,7 +38,7 @@
3838
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
3939
<VerInfo_Keys>CompanyName=Embarcadero Technologies, Inc.;FileDescription=CodeGear Win32 Shell Controls;FileVersion=15.0.3513.24210;InternalName=DCLSHLCTRLS150;LegalCopyright=Copyright © 2000-2002 Embarcadero Technologies, Inc.;LegalTrademarks=;OriginalFilename=DCLSHLCTRLS150.BPL;ProductName=Delphi;ProductVersion=14.0;Comments=</VerInfo_Keys>
4040
<VerInfo_Release>3513</VerInfo_Release>
41-
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
41+
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;WinApi;$(DCC_Namespace)</DCC_Namespace>
4242
<VerInfo_Locale>1033</VerInfo_Locale>
4343
<VerInfo_MajorVer>15</VerInfo_MajorVer>
4444
<DCC_ImageBase>00400000</DCC_ImageBase>
@@ -50,18 +50,13 @@
5050
<GenPackage>true</GenPackage>
5151
<DllSuffix>240</DllSuffix>
5252
<SanitizedProjectName>dclshlctrls</SanitizedProjectName>
53-
<DCC_DcuOutput>..\..\Lib\$(Platform)\$(Config)</DCC_DcuOutput>
54-
<DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
55-
</PropertyGroup>
56-
<PropertyGroup Condition="'$(Base_Win32)'!=''">
57-
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
58-
<DCC_UsePackage>vcl;rtl;vclactnband;vclx;vclshlctrls;$(DCC_UsePackage)</DCC_UsePackage>
53+
<DCC_DcuOutput>..\..\Lib\Delphi10_1\$(Platform)\$(Config)</DCC_DcuOutput>
5954
</PropertyGroup>
6055
<PropertyGroup Condition="'$(Cfg_1)'!=''">
6156
<Version>7.0</Version>
6257
<DCC_DebugInformation>0</DCC_DebugInformation>
6358
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
64-
<DCC_Optimize>False</DCC_Optimize>
59+
<DCC_Optimize>True</DCC_Optimize>
6560
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
6661
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
6762
</PropertyGroup>
@@ -75,26 +70,23 @@
7570
<MainSource>MainSource</MainSource>
7671
</DelphiCompile>
7772
<DCCReference Include="..\..\Source\dclshlctrls.dcr"/>
78-
<DCCReference Include="rtl.dcp"/>
79-
<DCCReference Include="Vcl.dcp"/>
8073
<DCCReference Include="designide.dcp"/>
81-
<DCCReference Include="Vclx.dcp"/>
8274
<DCCReference Include="vclshlctrls.dcp"/>
8375
<DCCReference Include="..\..\Source\RootEdit.pas">
8476
<Form>RootPathEditDlg</Form>
8577
</DCCReference>
8678
<DCCReference Include="..\ShellReg.pas"/>
87-
<BuildConfiguration Include="Debug">
88-
<Key>Cfg_2</Key>
89-
<CfgParent>Base</CfgParent>
90-
</BuildConfiguration>
9179
<BuildConfiguration Include="Base">
9280
<Key>Base</Key>
9381
</BuildConfiguration>
9482
<BuildConfiguration Include="Release">
9583
<Key>Cfg_1</Key>
9684
<CfgParent>Base</CfgParent>
9785
</BuildConfiguration>
86+
<BuildConfiguration Include="Debug">
87+
<Key>Cfg_2</Key>
88+
<CfgParent>Base</CfgParent>
89+
</BuildConfiguration>
9890
</ItemGroup>
9991
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
10092
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>

Packages/D10_1/dclshlctrls.res

-992 Bytes
Binary file not shown.

Packages/D10_1/vclshlctrls.dproj

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<ProjectGuid>{b23d8633-ef7d-4fb6-83ed-72e8d458e8af}</ProjectGuid>
3+
<ProjectGuid>{3C8A5836-BD08-45C6-BB0D-F346FF72F537}</ProjectGuid>
44
<MainSource>vclshlctrls.dpk</MainSource>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7-
<ProjectVersion>19.5</ProjectVersion>
7+
<ProjectVersion>18.2</ProjectVersion>
88
<Config Condition="'$(Config)'==''">Release</Config>
99
<Base>True</Base>
1010
<AppType>Package</AppType>
@@ -41,7 +41,7 @@
4141
<VerInfo_Build>24210</VerInfo_Build>
4242
<VerInfo_DLL>true</VerInfo_DLL>
4343
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
44-
<VerInfo_Keys>CompanyName=Embarcadero Technologies, Inc.;FileDescription=CodeGear Win32 Shell Controls;FileVersion=15.0.3513.24210;InternalName=VCLSHLCTRLS150;LegalCopyright=Copyright © 2000-2002 Embarcadero Technologies, Inc.;LegalTrademarks=;OriginalFilename=VCLSHLCTRLS150.BPL;ProductName=Delphi;ProductVersion=15.0;Comments=</VerInfo_Keys>
44+
<VerInfo_Keys>CompanyName=Embarcadero Technologies, Inc.;FileDescription=Shell Controls;FileVersion=15.0.3513.24210;InternalName=VCLSHLCTRLS150;LegalCopyright=Copyright © 2000-2002 Embarcadero Technologies, Inc.;LegalTrademarks=;OriginalFilename=VCLSHLCTRLS150.BPL;ProductName=Delphi;ProductVersion=15.0;Comments=</VerInfo_Keys>
4545
<VerInfo_Release>3513</VerInfo_Release>
4646
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
4747
<VerInfo_Locale>1033</VerInfo_Locale>
@@ -55,21 +55,13 @@
5555
<GenPackage>true</GenPackage>
5656
<DllSuffix>240</DllSuffix>
5757
<SanitizedProjectName>vclshlctrls</SanitizedProjectName>
58-
<DCC_DcuOutput>..\..\Lib\$(Platform)\$(Config)</DCC_DcuOutput>
59-
</PropertyGroup>
60-
<PropertyGroup Condition="'$(Base_Win32)'!=''">
61-
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
62-
</PropertyGroup>
63-
<PropertyGroup Condition="'$(Base_Win64)'!=''">
64-
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
65-
<BT_BuildType>Debug</BT_BuildType>
66-
<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>
58+
<DCC_DcuOutput>..\..\Lib\Delphi10_1\$(Platform)\$(Config)</DCC_DcuOutput>
6759
</PropertyGroup>
6860
<PropertyGroup Condition="'$(Cfg_1)'!=''">
6961
<Version>7.0</Version>
7062
<DCC_DebugInformation>0</DCC_DebugInformation>
7163
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
72-
<DCC_Optimize>False</DCC_Optimize>
64+
<DCC_Optimize>True</DCC_Optimize>
7365
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
7466
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
7567
</PropertyGroup>
@@ -86,17 +78,17 @@
8678
<DCCReference Include="Vcl.dcp"/>
8779
<DCCReference Include="Vcl.Shell.ShellCtrls.pas"/>
8880
<DCCReference Include="Vcl.Shell.ShellConsts.pas"/>
89-
<BuildConfiguration Include="Debug">
90-
<Key>Cfg_2</Key>
91-
<CfgParent>Base</CfgParent>
92-
</BuildConfiguration>
9381
<BuildConfiguration Include="Base">
9482
<Key>Base</Key>
9583
</BuildConfiguration>
9684
<BuildConfiguration Include="Release">
9785
<Key>Cfg_1</Key>
9886
<CfgParent>Base</CfgParent>
9987
</BuildConfiguration>
88+
<BuildConfiguration Include="Debug">
89+
<Key>Cfg_2</Key>
90+
<CfgParent>Base</CfgParent>
91+
</BuildConfiguration>
10092
</ItemGroup>
10193
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
10294
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>

Packages/D10_1/vclshlctrls.res

-992 Bytes
Binary file not shown.

Packages/D10_2/Vcl.Shell.Controls.groupproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<ProjectGuid>{941C9A68-996D-430B-A0C2-758BD97F8CD7}</ProjectGuid>
3+
<ProjectGuid>{1DA1F5D8-040A-429A-B841-588AB88C0AE5}</ProjectGuid>
44
</PropertyGroup>
55
<ItemGroup>
66
<Projects Include="vclshlctrls.dproj">

0 commit comments

Comments
 (0)