File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Samples/High Level/07 Text Pad with Action List Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 72
72
</PropertyGroup>
73
73
<PropertyGroup Condition="'$(Base_Win32)'!=''">
74
74
<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>
78
76
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
79
77
</PropertyGroup>
80
78
<PropertyGroup Condition="'$(Base_Win64)'!=''">
90
88
<BT_BuildType>Debug</BT_BuildType>
91
89
<DCC_Define>madExcept;$(DCC_Define)</DCC_Define>
92
90
<DCC_MapFile>3</DCC_MapFile>
93
- <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
94
- <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
95
91
</PropertyGroup>
96
92
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
97
93
<BT_BuildType>Debug</BT_BuildType>
98
- <Manifest_File>(None)</Manifest_File>
99
- <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
100
94
</PropertyGroup>
101
95
<PropertyGroup Condition="'$(Cfg_2)'!=''">
102
96
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
You can’t perform that action at this time.
0 commit comments