|
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{0AF51C96-7017-4AA6-A5FD-05D63D369DA1}</ProjectGuid> |
4 | 4 | <MainSource>TextPad.dpr</MainSource> |
5 | | - <ProjectVersion>18.4</ProjectVersion> |
| 5 | + <ProjectVersion>20.3</ProjectVersion> |
6 | 6 | <Base>True</Base> |
7 | 7 | <Config Condition="'$(Config)'==''">Debug</Config> |
8 | 8 | <AppType>Application</AppType> |
9 | 9 | <FrameworkType>VCL</FrameworkType> |
10 | 10 | <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
11 | | - <Platform Condition="'$(Platform)'==''">Win32</Platform> |
12 | | - <TargetedPlatforms>1</TargetedPlatforms> |
| 11 | + <Platform Condition="'$(Platform)'==''">Win64</Platform> |
| 12 | + <TargetedPlatforms>3</TargetedPlatforms> |
| 13 | + <ProjectName Condition="'$(ProjectName)'==''">TextPad</ProjectName> |
13 | 14 | </PropertyGroup> |
14 | 15 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
15 | 16 | <Base>true</Base> |
|
19 | 20 | <CfgParent>Base</CfgParent> |
20 | 21 | <Base>true</Base> |
21 | 22 | </PropertyGroup> |
| 23 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> |
| 24 | + <Base_Win64>true</Base_Win64> |
| 25 | + <CfgParent>Base</CfgParent> |
| 26 | + <Base>true</Base> |
| 27 | + </PropertyGroup> |
22 | 28 | <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''"> |
23 | 29 | <Cfg_1>true</Cfg_1> |
24 | 30 | <CfgParent>Base</CfgParent> |
|
30 | 36 | <Cfg_1>true</Cfg_1> |
31 | 37 | <Base>true</Base> |
32 | 38 | </PropertyGroup> |
| 39 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''"> |
| 40 | + <Cfg_1_Win64>true</Cfg_1_Win64> |
| 41 | + <CfgParent>Cfg_1</CfgParent> |
| 42 | + <Cfg_1>true</Cfg_1> |
| 43 | + <Base>true</Base> |
| 44 | + </PropertyGroup> |
33 | 45 | <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''"> |
34 | 46 | <Cfg_2>true</Cfg_2> |
35 | 47 | <CfgParent>Base</CfgParent> |
|
65 | 77 | <VerInfo_IncludeVerInfo>false</VerInfo_IncludeVerInfo> |
66 | 78 | <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
67 | 79 | </PropertyGroup> |
| 80 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
| 81 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 82 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
| 83 | + </PropertyGroup> |
68 | 84 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
69 | 85 | <DCC_Optimize>false</DCC_Optimize> |
70 | 86 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
|
76 | 92 | <DCC_MapFile>3</DCC_MapFile> |
77 | 93 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
78 | 94 | <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode> |
79 | | - </PropertyGroup> |
| 95 | + </PropertyGroup> |
| 96 | + <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''"> |
| 97 | + <BT_BuildType>Debug</BT_BuildType> |
| 98 | + <Manifest_File>(None)</Manifest_File> |
| 99 | + <AppDPIAwarenessMode>none</AppDPIAwarenessMode> |
| 100 | + </PropertyGroup> |
80 | 101 | <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
81 | 102 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
82 | 103 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
|
101 | 122 | <Form>FormMain</Form> |
102 | 123 | </DCCReference> |
103 | 124 | <DCCReference Include="Ribbon\RibbonMarkup.pas"/> |
104 | | - <BuildConfiguration Include="Release"> |
105 | | - <Key>Cfg_2</Key> |
106 | | - <CfgParent>Base</CfgParent> |
107 | | - </BuildConfiguration> |
108 | 125 | <BuildConfiguration Include="Base"> |
109 | 126 | <Key>Base</Key> |
110 | 127 | </BuildConfiguration> |
111 | 128 | <BuildConfiguration Include="Debug"> |
112 | 129 | <Key>Cfg_1</Key> |
113 | 130 | <CfgParent>Base</CfgParent> |
114 | 131 | </BuildConfiguration> |
| 132 | + <BuildConfiguration Include="Release"> |
| 133 | + <Key>Cfg_2</Key> |
| 134 | + <CfgParent>Base</CfgParent> |
| 135 | + </BuildConfiguration> |
115 | 136 | </ItemGroup> |
116 | 137 | <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
117 | 138 | <ProjectExtensions> |
|
154 | 175 | <Parameters Name="LoadAllSymbols">True</Parameters> |
155 | 176 | <Parameters Name="LoadUnspecifiedSymbols">False</Parameters> |
156 | 177 | </Parameters> |
157 | | - <Excluded_Packages /> |
| 178 | + <Excluded_Packages/> |
158 | 179 | </Delphi.Personality> |
159 | 180 | <Platforms> |
160 | 181 | <Platform value="Win32">True</Platform> |
|
0 commit comments