|
1 | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <ProjectGuid>{b3898e3b-28c0-4d98-8436-5a69b8915599}</ProjectGuid>
|
4 |
| - <ProjectVersion>19.2</ProjectVersion> |
| 4 | + <ProjectVersion>19.5</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> |
| 9 | + <Platform Condition="'$(Platform)'==''">Win64</Platform> |
10 | 10 | <TargetedPlatforms>3</TargetedPlatforms>
|
11 | 11 | <AppType>Application</AppType>
|
12 | 12 | </PropertyGroup>
|
|
45 | 45 | <CfgParent>Base</CfgParent>
|
46 | 46 | <Base>true</Base>
|
47 | 47 | </PropertyGroup>
|
| 48 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
| 49 | + <Cfg_2_Win32>true</Cfg_2_Win32> |
| 50 | + <CfgParent>Cfg_2</CfgParent> |
| 51 | + <Cfg_2>true</Cfg_2> |
| 52 | + <Base>true</Base> |
| 53 | + </PropertyGroup> |
48 | 54 | <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
49 | 55 | <Cfg_2_Win64>true</Cfg_2_Win64>
|
50 | 56 | <CfgParent>Cfg_2</CfgParent>
|
|
56 | 62 | <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
|
57 | 63 | <DCC_UsePackage>fmx;IndySystem;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapServer;DataSnapProviderClient;DbxCommonDriver;dbxcds;DBXOracleDriver;CustomIPTransport;dsnap;fmxase;IndyCore;CloudService;inetdbxpress;IPIndyImpl;bindcompfmx;rtl;dbrtl;DbxClientDriver;bindcomp;inetdb;xmlrtl;ibxpress;IndyProtocols;DBXMySQLDriver;bindengine;soaprtl;DBXInformixDriver;DBXFirebirdDriver;inet;fmxobj;DBXSybaseASADriver;fmxdae;dbexpress;DataSnapIndy10ServerTransport;$(DCC_UsePackage)</DCC_UsePackage>
|
58 | 64 | <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
59 |
| - <DCC_ExeOutput>.\Bin</DCC_ExeOutput> |
60 | 65 | <SanitizedProjectName>PreviewHost</SanitizedProjectName>
|
61 | 66 | <VerInfo_Locale>1040</VerInfo_Locale>
|
62 | 67 | <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
|
|
67 | 72 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
68 | 73 | <VerInfo_Locale>1033</VerInfo_Locale>
|
69 | 74 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
70 |
| - <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
71 | 75 | <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
|
72 | 76 | <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
| 77 | + <DCC_ExeOutput>.\Bin</DCC_ExeOutput> |
73 | 78 | <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
|
74 | 79 | </PropertyGroup>
|
75 | 80 | <PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
83 | 88 | <VerInfo_Locale>1033</VerInfo_Locale>
|
84 | 89 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
85 | 90 | <Debugger_RunParams>D:\ETHEA\SVGIconImageList\Demo\NewSydneyVectors</Debugger_RunParams>
|
| 91 | + <AppDPIAwarenessMode>none</AppDPIAwarenessMode> |
| 92 | + <DCC_ExeOutput>.\Bin64</DCC_ExeOutput> |
86 | 93 | </PropertyGroup>
|
87 | 94 | <PropertyGroup Condition="'$(Cfg_1)'!=''">
|
88 | 95 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
89 | 96 | <DCC_Optimize>false</DCC_Optimize>
|
90 | 97 | <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
91 | 98 | <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
92 | 99 | <DCC_RemoteDebug>true</DCC_RemoteDebug>
|
93 |
| - <VerInfo_Locale>1040</VerInfo_Locale> |
94 |
| - <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys> |
95 | 100 | </PropertyGroup>
|
96 | 101 | <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
97 | 102 | <DCC_RemoteDebug>false</DCC_RemoteDebug>
|
98 | 103 | <BT_BuildType>Debug</BT_BuildType>
|
99 | 104 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
100 | 105 | <VerInfo_Locale>1033</VerInfo_Locale>
|
101 |
| - <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
102 | 106 | <DCC_UnitSearchPath>D:\ETHEA\ShellControls\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
103 | 107 | </PropertyGroup>
|
104 | 108 | <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
105 |
| - <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
106 | 109 | <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
| 110 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 111 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 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> |
107 | 113 | </PropertyGroup>
|
108 | 114 | <PropertyGroup Condition="'$(Cfg_2)'!=''">
|
109 | 115 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
110 | 116 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
111 | 117 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
112 | 118 | <DCC_DebugInformation>0</DCC_DebugInformation>
|
113 | 119 | </PropertyGroup>
|
| 120 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
| 121 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 122 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 123 | + </PropertyGroup> |
114 | 124 | <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
115 |
| - <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
116 | 125 | <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
| 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=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
117 | 129 | </PropertyGroup>
|
118 | 130 | <ItemGroup>
|
119 | 131 | <DelphiCompile Include="$(MainSource)">
|
|
124 | 136 | <FormType>dfm</FormType>
|
125 | 137 | </DCCReference>
|
126 | 138 | <DCCReference Include="uHostPreview.pas"/>
|
127 |
| - <BuildConfiguration Include="Release"> |
128 |
| - <Key>Cfg_2</Key> |
129 |
| - <CfgParent>Base</CfgParent> |
130 |
| - </BuildConfiguration> |
131 | 139 | <BuildConfiguration Include="Base">
|
132 | 140 | <Key>Base</Key>
|
133 | 141 | </BuildConfiguration>
|
134 | 142 | <BuildConfiguration Include="Debug">
|
135 | 143 | <Key>Cfg_1</Key>
|
136 | 144 | <CfgParent>Base</CfgParent>
|
137 | 145 | </BuildConfiguration>
|
| 146 | + <BuildConfiguration Include="Release"> |
| 147 | + <Key>Cfg_2</Key> |
| 148 | + <CfgParent>Base</CfgParent> |
| 149 | + </BuildConfiguration> |
138 | 150 | </ItemGroup>
|
139 | 151 | <ProjectExtensions>
|
140 | 152 | <Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
|
169 | 181 | <VersionInfoKeys Name="Comments"/>
|
170 | 182 | </VersionInfoKeys>
|
171 | 183 | <Excluded_Packages>
|
172 |
| - <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
173 |
| - <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
| 184 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dclISRtl7280.bpl">Ethea InstantSolutions 7 Rtl Library</Excluded_Packages> |
| 185 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dclISVcl7280.bpl">Ethea InstantSolutions 7 Vcl Library</Excluded_Packages> |
| 186 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dclISOpenOffice7280.bpl">Ethea InstantSolutions 7 LibreOffice/OpenOffice Components</Excluded_Packages> |
| 187 | + <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dclISFLib7280.bpl">Ethea InstantSolutions 7 Framework Library</Excluded_Packages> |
| 188 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
| 189 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
174 | 190 | </Excluded_Packages>
|
175 | 191 | <Source>
|
176 | 192 | <Source Name="MainSource">PreviewHost.dpr</Source>
|
177 | 193 | </Source>
|
178 | 194 | </Delphi.Personality>
|
179 |
| - <Deployment Version="3"/> |
| 195 | + <Deployment Version="4"/> |
180 | 196 | <Platforms>
|
181 | 197 | <Platform value="Win32">True</Platform>
|
182 | 198 | <Platform value="Win64">True</Platform>
|
|
0 commit comments