|
1 | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <ProjectGuid>{3A641B72-3BED-4F5E-9822-B594FF4EBCDC}</ProjectGuid>
|
4 |
| - <ProjectVersion>19.3</ProjectVersion> |
| 4 | + <ProjectVersion>19.4</ProjectVersion> |
5 | 5 | <FrameworkType>VCL</FrameworkType>
|
6 | 6 | <MainSource>ModernAppDemo.dpr</MainSource>
|
7 | 7 | <Base>True</Base>
|
8 | 8 | <Config Condition="'$(Config)'==''">Release</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>
|
|
65 | 65 | <DCC_ExeOutput>..\..\Bin</DCC_ExeOutput>
|
66 | 66 | <VerInfo_Locale>1033</VerInfo_Locale>
|
67 | 67 | <DCC_UnitSearchPath>..\..\..\Source;..\..\..\Ext\VCLStyleUtils\Common;..\..\..\Ext\VCLStyleUtils\DDetours\Source;..\..\..\..\SVGIconImageList\Source;..\..\..\..\SVGIconImageList\SVG;..\..\..\..\SVGIconImageList\Image32\Source;..\..\..\..\IconFontsImageList\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
68 |
| - <VerInfo_Keys>CompanyName=Ethea S.r.l.;FileVersion=3.0.0.0;InternalName=;LegalCopyright=Copyright (c) 2020-2022 - Ethea S.r.l.;LegalTrademarks=;OriginalFilename=;ProductVersion=3.0;Comments=;ProgramID=;FileDescription=;ProductName=</VerInfo_Keys> |
| 68 | + <VerInfo_Keys>CompanyName=Ethea S.r.l.;FileVersion=3.0.1.0;InternalName=;LegalCopyright=Copyright (c) 2020-2022 - Ethea S.r.l.;LegalTrademarks=;OriginalFilename=;ProductVersion=3.0;Comments=;ProgramID=;FileDescription=;ProductName=</VerInfo_Keys> |
69 | 69 | <DCC_Define>NO_VCLSTYLEUTILS;$(DCC_Define)</DCC_Define>
|
70 | 70 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
71 | 71 | <VerInfo_MajorVer>3</VerInfo_MajorVer>
|
| 72 | + <VerInfo_Release>1</VerInfo_Release> |
72 | 73 | </PropertyGroup>
|
73 | 74 | <PropertyGroup Condition="'$(Base_Win32)'!=''">
|
74 |
| - <VerInfo_Locale>1033</VerInfo_Locale> |
75 |
| - <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
76 | 75 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
77 | 76 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
78 | 77 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
83 | 82 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
84 | 83 | <BT_BuildType>Debug</BT_BuildType>
|
85 | 84 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
| 85 | + <Icon_MainIcon>..\Ethea_vela_multires.ico</Icon_MainIcon> |
| 86 | + <AppDPIAwarenessMode>none</AppDPIAwarenessMode> |
86 | 87 | </PropertyGroup>
|
87 | 88 | <PropertyGroup Condition="'$(Cfg_1)'!=''">
|
88 | 89 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
|
91 | 92 | <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
92 | 93 | <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
93 | 94 | <DCC_RemoteDebug>true</DCC_RemoteDebug>
|
| 95 | + <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck> |
| 96 | + <DCC_RangeChecking>true</DCC_RangeChecking> |
94 | 97 | </PropertyGroup>
|
95 | 98 | <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
96 | 99 | <BT_BuildType>Debug</BT_BuildType>
|
97 |
| - <VerInfo_Locale>1033</VerInfo_Locale> |
98 | 100 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
| 101 | + <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck> |
99 | 102 | <DCC_RemoteDebug>false</DCC_RemoteDebug>
|
| 103 | + <DCC_RangeChecking>true</DCC_RangeChecking> |
100 | 104 | </PropertyGroup>
|
101 | 105 | <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
102 | 106 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
103 | 107 | <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
|
| 108 | + <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck> |
| 109 | + <DCC_RangeChecking>true</DCC_RangeChecking> |
104 | 110 | </PropertyGroup>
|
105 | 111 | <PropertyGroup Condition="'$(Cfg_2)'!=''">
|
106 | 112 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
|
155 | 161 | <BorlandProject>
|
156 | 162 | <Delphi.Personality>
|
157 | 163 | <Excluded_Packages>
|
158 |
| - <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\DclIOADO_D28.bpl">InstantObjects ADO Design-Time Support (Delphi 11.0)</Excluded_Packages> |
159 |
| - <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\DclIODBX_D28.bpl">InstantObjects dbExpress Design-Time Support (Delphi 11.0)</Excluded_Packages> |
160 |
| - <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\DclIOIBX_D28.bpl">InstantObjects IBX Design-Time Support (Delphi 11.0)</Excluded_Packages> |
161 |
| - <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dclISRtl7_D11_0.bpl">Ethea InstantSolutions 7 Rtl Library</Excluded_Packages> |
162 |
| - <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dclISVcl7_D11_0.bpl">Ethea InstantSolutions 7 Vcl Library</Excluded_Packages> |
163 |
| - <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dclISOpenOffice7_D11_0.bpl">Ethea InstantSolutions 7 LibreOffice/OpenOffice Components</Excluded_Packages> |
164 |
| - <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dclISFLib7_D11_0.bpl">Ethea InstantSolutions 7 Framework Library</Excluded_Packages> |
165 |
| - <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
166 |
| - <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
167 |
| - <Excluded_Packages Name="$(BDSBIN)\HelpCtxD11.bpl">File c:\bds\studio\22.0\bin\HelpCtxD11.bpl not found</Excluded_Packages> |
168 |
| - <Excluded_Packages Name="D:\ETHEA\ActiveQueryBuilder\\RadStudio11\acQueryBuilderDsgnD28.bpl">(untitled)</Excluded_Packages> |
169 |
| - <Excluded_Packages Name="D:\ETHEA\ActiveQueryBuilder\\RadStudio11\acCriteriaBuilderDsgnD28.bpl">(untitled)</Excluded_Packages> |
170 |
| - <Excluded_Packages Name="D:\ETHEA\ActiveQueryBuilder\\RadStudio11\acSqlTextEditorDsgnD28.bpl">(untitled)</Excluded_Packages> |
171 |
| - <Excluded_Packages Name="D:\ETHEA\ActiveQueryBuilder\\RadStudio11\AcQueryBuilderDsgnADOD28.bpl">(untitled)</Excluded_Packages> |
172 |
| - <Excluded_Packages Name="D:\ETHEA\ActiveQueryBuilder\\RadStudio11\AcQueryBuilderDsgnIBExD28.bpl">(untitled)</Excluded_Packages> |
173 |
| - <Excluded_Packages Name="D:\ETHEA\ActiveQueryBuilder\\RadStudio11\AcQueryBuilderDsgnDbExD28.bpl">(untitled)</Excluded_Packages> |
174 |
| - <Excluded_Packages Name="D:\ETHEA\ActiveQueryBuilder\\RadStudio11\AcQueryBuilderDsgnFireDACD28.bpl">(untitled)</Excluded_Packages> |
175 | 164 | </Excluded_Packages>
|
176 | 165 | <Source>
|
177 | 166 | <Source Name="MainSource">ModernAppDemo.dpr</Source>
|
|
1316 | 1305 | <Operation>1</Operation>
|
1317 | 1306 | </Platform>
|
1318 | 1307 | </DeployClass>
|
1319 |
| - <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/> |
1320 |
| - <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/> |
1321 |
| - <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
1322 |
| - <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> |
1323 | 1308 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
1324 |
| - <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> |
1325 |
| - <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/> |
| 1309 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> |
1326 | 1310 | <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
|
1327 | 1311 | <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
|
1328 |
| - <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/> |
1329 | 1312 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
| 1313 | + <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/> |
| 1314 | + <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/> |
| 1315 | + <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/> |
| 1316 | + <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/> |
| 1317 | + <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
| 1318 | + <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> |
1330 | 1319 | </Deployment>
|
1331 | 1320 | <Platforms>
|
1332 | 1321 | <Platform value="Win32">True</Platform>
|
|
0 commit comments