|
6 | 6 | <MainSource>PreviewHost.dpr</MainSource>
|
7 | 7 | <Base>True</Base>
|
8 | 8 | <Config Condition="'$(Config)'==''">Debug</Config>
|
9 |
| - <Platform Condition="'$(Platform)'==''">Win64</Platform> |
| 9 | + <Platform Condition="'$(Platform)'==''">Win32</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> |
54 | 48 | <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
55 | 49 | <Cfg_2_Win64>true</Cfg_2_Win64>
|
56 | 50 | <CfgParent>Cfg_2</CfgParent>
|
|
62 | 56 | <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
|
63 | 57 | <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>
|
64 | 58 | <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
| 59 | + <DCC_ExeOutput>.\Bin</DCC_ExeOutput> |
65 | 60 | <SanitizedProjectName>PreviewHost</SanitizedProjectName>
|
66 | 61 | <VerInfo_Locale>1040</VerInfo_Locale>
|
67 | 62 | <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>
|
|
72 | 67 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
73 | 68 | <VerInfo_Locale>1033</VerInfo_Locale>
|
74 | 69 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
| 70 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
75 | 71 | <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
|
76 | 72 | <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
77 |
| - <DCC_ExeOutput>.\Bin</DCC_ExeOutput> |
78 | 73 | <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
|
79 | 74 | </PropertyGroup>
|
80 | 75 | <PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
88 | 83 | <VerInfo_Locale>1033</VerInfo_Locale>
|
89 | 84 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
90 | 85 | <Debugger_RunParams>D:\ETHEA\SVGIconImageList\Demo\NewSydneyVectors</Debugger_RunParams>
|
91 |
| - <AppDPIAwarenessMode>none</AppDPIAwarenessMode> |
92 |
| - <DCC_ExeOutput>.\Bin64</DCC_ExeOutput> |
93 | 86 | </PropertyGroup>
|
94 | 87 | <PropertyGroup Condition="'$(Cfg_1)'!=''">
|
95 | 88 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
96 | 89 | <DCC_Optimize>false</DCC_Optimize>
|
97 | 90 | <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
98 | 91 | <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
99 | 92 | <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> |
100 | 95 | </PropertyGroup>
|
101 | 96 | <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
102 | 97 | <DCC_RemoteDebug>false</DCC_RemoteDebug>
|
103 | 98 | <BT_BuildType>Debug</BT_BuildType>
|
104 | 99 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
105 | 100 | <VerInfo_Locale>1033</VerInfo_Locale>
|
| 101 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
106 | 102 | <DCC_UnitSearchPath>D:\ETHEA\ShellControls\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
107 | 103 | </PropertyGroup>
|
108 | 104 | <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
| 105 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
109 | 106 | <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> |
113 | 107 | </PropertyGroup>
|
114 | 108 | <PropertyGroup Condition="'$(Cfg_2)'!=''">
|
115 | 109 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
116 | 110 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
117 | 111 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
118 | 112 | <DCC_DebugInformation>0</DCC_DebugInformation>
|
119 | 113 | </PropertyGroup>
|
120 |
| - <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
121 |
| - <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
122 |
| - <VerInfo_Locale>1033</VerInfo_Locale> |
123 |
| - </PropertyGroup> |
124 | 114 | <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
| 115 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
125 | 116 | <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> |
129 | 117 | </PropertyGroup>
|
130 | 118 | <ItemGroup>
|
131 | 119 | <DelphiCompile Include="$(MainSource)">
|
|
181 | 169 | <VersionInfoKeys Name="Comments"/>
|
182 | 170 | </VersionInfoKeys>
|
183 | 171 | <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> |
| 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> |
190 | 174 | </Excluded_Packages>
|
191 | 175 | <Source>
|
192 | 176 | <Source Name="MainSource">PreviewHost.dpr</Source>
|
|
0 commit comments