Skip to content

Commit 776666f

Browse files
committed
Synchronize dpi awareness of ALL build configurations.
1 parent d29ce6f commit 776666f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Samples/High Level/07 Text Pad with Action List/TextPad.dproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@
7272
</PropertyGroup>
7373
<PropertyGroup Condition="'$(Base_Win32)'!=''">
7474
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
75-
<AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
76-
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
77-
<VerInfo_IncludeVerInfo>false</VerInfo_IncludeVerInfo>
75+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
7876
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
7977
</PropertyGroup>
8078
<PropertyGroup Condition="'$(Base_Win64)'!=''">
@@ -90,13 +88,9 @@
9088
<BT_BuildType>Debug</BT_BuildType>
9189
<DCC_Define>madExcept;$(DCC_Define)</DCC_Define>
9290
<DCC_MapFile>3</DCC_MapFile>
93-
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
94-
<AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
9591
</PropertyGroup>
9692
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
9793
<BT_BuildType>Debug</BT_BuildType>
98-
<Manifest_File>(None)</Manifest_File>
99-
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
10094
</PropertyGroup>
10195
<PropertyGroup Condition="'$(Cfg_2)'!=''">
10296
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>

0 commit comments

Comments
 (0)