|
1 | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{4BBCE26D-2844-4147-BD21-3D736FC10602}</ProjectGuid> |
4 | | - <ProjectVersion>19.1</ProjectVersion> |
| 4 | + <ProjectVersion>19.2</ProjectVersion> |
5 | 5 | <FrameworkType>VCL</FrameworkType> |
6 | 6 | <MainSource>PreviewHost.dpr</MainSource> |
7 | 7 | <Base>True</Base> |
8 | 8 | <Config Condition="'$(Config)'==''">Debug</Config> |
9 | | - <Platform Condition="'$(Platform)'==''">Win32</Platform> |
10 | | - <TargetedPlatforms>1</TargetedPlatforms> |
| 9 | + <Platform Condition="'$(Platform)'==''">Win64</Platform> |
| 10 | + <TargetedPlatforms>3</TargetedPlatforms> |
11 | 11 | <AppType>Application</AppType> |
12 | 12 | </PropertyGroup> |
13 | 13 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
|
34 | 34 | <Cfg_1>true</Cfg_1> |
35 | 35 | <Base>true</Base> |
36 | 36 | </PropertyGroup> |
| 37 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''"> |
| 38 | + <Cfg_1_Win64>true</Cfg_1_Win64> |
| 39 | + <CfgParent>Cfg_1</CfgParent> |
| 40 | + <Cfg_1>true</Cfg_1> |
| 41 | + <Base>true</Base> |
| 42 | + </PropertyGroup> |
37 | 43 | <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''"> |
38 | 44 | <Cfg_2>true</Cfg_2> |
39 | 45 | <CfgParent>Base</CfgParent> |
40 | 46 | <Base>true</Base> |
41 | 47 | </PropertyGroup> |
| 48 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''"> |
| 49 | + <Cfg_2_Win64>true</Cfg_2_Win64> |
| 50 | + <CfgParent>Cfg_2</CfgParent> |
| 51 | + <Cfg_2>true</Cfg_2> |
| 52 | + <Base>true</Base> |
| 53 | + </PropertyGroup> |
42 | 54 | <PropertyGroup Condition="'$(Base)'!=''"> |
43 | 55 | <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace> |
44 | 56 | <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> |
|
64 | 76 | <DCC_UsePackage>vclib;acntDelphiXE2_R;DBXSybaseASEDriver;vclimg;vclshlctrls;vcldb;vcldsnap;DBXDb2Driver;vclribbon;vcl;DBXMSSQLDriver;webdsnap;adortl;DBXOdbcDriver;SynEdit_RXE2;vclactnband;bindcompvcl;vclie;vcltouch;websnap;VclSmp;DataSnapConnectors;dsnapcon;vclx;$(DCC_UsePackage)</DCC_UsePackage> |
65 | 77 | <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44> |
66 | 78 | <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150> |
| 79 | + <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace> |
| 80 | + <BT_BuildType>Debug</BT_BuildType> |
| 81 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 82 | + <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> |
| 83 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 84 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
67 | 85 | </PropertyGroup> |
68 | 86 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
69 | 87 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
|
79 | 97 | <VerInfo_Locale>1033</VerInfo_Locale> |
80 | 98 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
81 | 99 | </PropertyGroup> |
| 100 | + <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''"> |
| 101 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 102 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
| 103 | + </PropertyGroup> |
82 | 104 | <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
83 | 105 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
84 | 106 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
85 | 107 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
86 | 108 | <DCC_DebugInformation>0</DCC_DebugInformation> |
87 | 109 | </PropertyGroup> |
| 110 | + <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> |
| 111 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 112 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
| 113 | + </PropertyGroup> |
88 | 114 | <ItemGroup> |
89 | 115 | <DelphiCompile Include="$(MainSource)"> |
90 | 116 | <MainSource>MainSource</MainSource> |
|
149 | 175 | <Deployment Version="3"/> |
150 | 176 | <Platforms> |
151 | 177 | <Platform value="Win32">True</Platform> |
152 | | - <Platform value="Win64">False</Platform> |
| 178 | + <Platform value="Win64">True</Platform> |
153 | 179 | </Platforms> |
154 | 180 | <ModelSupport>False</ModelSupport> |
155 | 181 | </BorlandProject> |
|
0 commit comments