|
7 | 7 | <TargetedPlatforms>3</TargetedPlatforms> |
8 | 8 | <AppType>Application</AppType> |
9 | 9 | <FrameworkType>VCL</FrameworkType> |
10 | | - <ProjectVersion>20.1</ProjectVersion> |
| 10 | + <ProjectVersion>20.2</ProjectVersion> |
11 | 11 | <Platform Condition="'$(Platform)'==''">Win64</Platform> |
| 12 | + <ProjectName Condition="'$(ProjectName)'==''">ShellControlsDemo</ProjectName> |
12 | 13 | </PropertyGroup> |
13 | 14 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
14 | 15 | <Base>true</Base> |
15 | 16 | </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> |
21 | 17 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
22 | 18 | <Base_Win32>true</Base_Win32> |
23 | 19 | <CfgParent>Base</CfgParent> |
|
50 | 46 | <CfgParent>Base</CfgParent> |
51 | 47 | <Base>true</Base> |
52 | 48 | </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> |
59 | 49 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
60 | 50 | <Cfg_2_Win32>true</Cfg_2_Win32> |
61 | 51 | <CfgParent>Cfg_2</CfgParent> |
|
80 | 70 | <DCC_S>false</DCC_S> |
81 | 71 | <DCC_ImageBase>00400000</DCC_ImageBase> |
82 | 72 | <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> |
86 | 74 | <DCC_ExeOutput>.\Bin</DCC_ExeOutput> |
87 | 75 | <DCC_DcuOutput>.\Dcu\$(Platform)\$(Config)</DCC_DcuOutput> |
88 | 76 | <DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
89 | 77 | </PropertyGroup> |
90 | | - <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''"> |
91 | | - <iOS_AppStore1024>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_1024x1024.png</iOS_AppStore1024> |
92 | | - </PropertyGroup> |
93 | 78 | <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> |
104 | 79 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 80 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
105 | 81 | </PropertyGroup> |
106 | 82 | <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> |
117 | 83 | <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> |
124 | 85 | </PropertyGroup> |
125 | 86 | <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> |
129 | 88 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
130 | 89 | </PropertyGroup> |
131 | 90 | <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)'!=''"> |
146 | 91 | <BT_BuildType>Debug</BT_BuildType> |
| 92 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
147 | 93 | </PropertyGroup> |
148 | 94 | <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> |
152 | 95 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
153 | 96 | </PropertyGroup> |
154 | 97 | <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> |
158 | 98 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
159 | 99 | </PropertyGroup> |
160 | 100 | <ItemGroup> |
|
165 | 105 | <Form>MainForm</Form> |
166 | 106 | </DCCReference> |
167 | 107 | <DCCReference Include="..\..\Source\Vcl.Shell.Utils.pas"/> |
| 108 | + <BuildConfiguration Include="Debug"> |
| 109 | + <Key>Cfg_2</Key> |
| 110 | + <CfgParent>Base</CfgParent> |
| 111 | + </BuildConfiguration> |
168 | 112 | <BuildConfiguration Include="Base"> |
169 | 113 | <Key>Base</Key> |
170 | 114 | </BuildConfiguration> |
171 | 115 | <BuildConfiguration Include="Release"> |
172 | 116 | <Key>Cfg_1</Key> |
173 | 117 | <CfgParent>Base</CfgParent> |
174 | 118 | </BuildConfiguration> |
175 | | - <BuildConfiguration Include="Debug"> |
176 | | - <Key>Cfg_2</Key> |
177 | | - <CfgParent>Base</CfgParent> |
178 | | - </BuildConfiguration> |
179 | 119 | </ItemGroup> |
180 | 120 | <ProjectExtensions> |
181 | 121 | <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
|
186 | 126 | <Source Name="MainSource">ShellControlsDemo.dpr</Source> |
187 | 127 | </Source> |
188 | 128 | <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> |
191 | 129 | </Excluded_Packages> |
192 | 130 | </Delphi.Personality> |
193 | 131 | <Platforms> |
|
0 commit comments