|
7 | 7 | <TargetedPlatforms>33811</TargetedPlatforms> |
8 | 8 | <AppType>Package</AppType> |
9 | 9 | <FrameworkType>None</FrameworkType> |
10 | | - <ProjectVersion>19.5</ProjectVersion> |
| 10 | + <ProjectVersion>20.1</ProjectVersion> |
11 | 11 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
| 12 | + <ProjectName Condition="'$(ProjectName)'==''">RESTDWCore</ProjectName> |
12 | 13 | </PropertyGroup> |
13 | 14 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
14 | 15 | <Base>true</Base> |
|
53 | 54 | <CfgParent>Base</CfgParent> |
54 | 55 | <Base>true</Base> |
55 | 56 | </PropertyGroup> |
| 57 | + <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''"> |
| 58 | + <Base_Win64x>true</Base_Win64x> |
| 59 | + <CfgParent>Base</CfgParent> |
| 60 | + <Base>true</Base> |
| 61 | + </PropertyGroup> |
56 | 62 | <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
57 | 63 | <Cfg_1>true</Cfg_1> |
58 | 64 | <CfgParent>Base</CfgParent> |
|
175 | 181 | <DCC_UsePackage>rtl;vcl;dbrtl;fmx;soaprtl;FireDAC;FireDACCommonDriver;FireDACCommon;vcldb;dsnap;IndySystem;IndyProtocols;IndyCore;$(DCC_UsePackage)</DCC_UsePackage> |
176 | 182 | <DCC_UnitSearchPath>..\..\Source\Basic\Dialogs;..\..\Source\Includes;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
177 | 183 | </PropertyGroup> |
| 184 | + <PropertyGroup Condition="'$(Base_Win64x)'!=''"> |
| 185 | + <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace> |
| 186 | + <BT_BuildType>Debug</BT_BuildType> |
| 187 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 188 | + <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> |
| 189 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 190 | + </PropertyGroup> |
178 | 191 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
179 | 192 | <DCC_DebugInformation>0</DCC_DebugInformation> |
180 | 193 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
|
205 | 218 | <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
206 | 219 | <DCC_DcuOutput>..\..\compiled</DCC_DcuOutput> |
207 | 220 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
208 | | - <VerInfo_Keys>CompanyName=XyberPower Desenvolvimento;FileDescription=$(MSBuildProjectName);FileVersion=2.1.0.101;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys> |
| 221 | + <VerInfo_Keys>CompanyName=XyberPower Desenvolvimento;FileDescription=$(MSBuildProjectName);FileVersion=2.1.0.116;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys> |
209 | 222 | <VerInfo_Locale>1033</VerInfo_Locale> |
210 | 223 | <VerInfo_MajorVer>2</VerInfo_MajorVer> |
211 | 224 | <VerInfo_MinorVer>1</VerInfo_MinorVer> |
212 | 225 | <DCC_Description>REST Dataware - Core</DCC_Description> |
213 | | - <VerInfo_Build>101</VerInfo_Build> |
| 226 | + <VerInfo_Build>116</VerInfo_Build> |
214 | 227 | <VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion> |
215 | 228 | <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe> |
216 | 229 | </PropertyGroup> |
|
223 | 236 | <DelphiCompile Include="$(MainSource)"> |
224 | 237 | <MainSource>MainSource</MainSource> |
225 | 238 | </DelphiCompile> |
226 | | - <DCCReference Include="soaprtl.dcp"/> |
227 | 239 | <DCCReference Include="..\..\Source\Basic\uRESTDWBasic.pas"/> |
228 | 240 | <DCCReference Include="..\..\Source\Basic\uRESTDWBasicDB.pas"/> |
229 | 241 | <DCCReference Include="..\..\Source\Basic\uRESTDWBasicTypes.pas"/> |
|
324 | 336 | <Platform value="Android64">True</Platform> |
325 | 337 | <Platform value="iOSDevice64">True</Platform> |
326 | 338 | <Platform value="iOSSimARM64">False</Platform> |
| 339 | + <Platform value="Linux64">False</Platform> |
327 | 340 | <Platform value="OSX64">False</Platform> |
328 | 341 | <Platform value="OSXARM64">False</Platform> |
329 | 342 | <Platform value="Win32">True</Platform> |
330 | 343 | <Platform value="Win64">True</Platform> |
| 344 | + <Platform value="Win64x">False</Platform> |
331 | 345 | </Platforms> |
332 | 346 | <Deployment Version="4"> |
333 | 347 | <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"/> |
|
349 | 363 | </DeployFile> |
350 | 364 | <DeployFile LocalName="..\..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\19.0\Bpl\RESTDWCore.bpl" Configuration="Debug" Class="ProjectOutput"/> |
351 | 365 | <DeployFile LocalName="..\..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\22.0\Bpl\RESTDWCore.bpl" Configuration="Debug" Class="ProjectOutput"/> |
| 366 | + <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\RESTDWCore.bpl" Configuration="Debug" Class="ProjectOutput"> |
| 367 | + <Platform Name="Win32"> |
| 368 | + <RemoteName>RESTDWCore.bpl</RemoteName> |
| 369 | + <Overwrite>true</Overwrite> |
| 370 | + </Platform> |
| 371 | + </DeployFile> |
352 | 372 | <DeployClass Name="AdditionalDebugSymbols"> |
353 | 373 | <Platform Name="OSX32"> |
354 | 374 | <Operation>1</Operation> |
|
435 | 455 | <Operation>1</Operation> |
436 | 456 | </Platform> |
437 | 457 | </DeployClass> |
| 458 | + <DeployClass Name="AndroidSplashImageDefV21"> |
| 459 | + <Platform Name="Android"> |
| 460 | + <RemoteDir>res\drawable-anydpi-v21</RemoteDir> |
| 461 | + <Operation>1</Operation> |
| 462 | + </Platform> |
| 463 | + <Platform Name="Android64"> |
| 464 | + <RemoteDir>res\drawable-anydpi-v21</RemoteDir> |
| 465 | + <Operation>1</Operation> |
| 466 | + </Platform> |
| 467 | + </DeployClass> |
438 | 468 | <DeployClass Name="AndroidSplashStyles"> |
439 | 469 | <Platform Name="Android"> |
440 | 470 | <RemoteDir>res\values</RemoteDir> |
|
455 | 485 | <Operation>1</Operation> |
456 | 486 | </Platform> |
457 | 487 | </DeployClass> |
| 488 | + <DeployClass Name="AndroidSplashStylesV31"> |
| 489 | + <Platform Name="Android"> |
| 490 | + <RemoteDir>res\values-v31</RemoteDir> |
| 491 | + <Operation>1</Operation> |
| 492 | + </Platform> |
| 493 | + <Platform Name="Android64"> |
| 494 | + <RemoteDir>res\values-v31</RemoteDir> |
| 495 | + <Operation>1</Operation> |
| 496 | + </Platform> |
| 497 | + </DeployClass> |
| 498 | + <DeployClass Name="Android_AdaptiveIcon"> |
| 499 | + <Platform Name="Android"> |
| 500 | + <RemoteDir>res\drawable-anydpi-v26</RemoteDir> |
| 501 | + <Operation>1</Operation> |
| 502 | + </Platform> |
| 503 | + <Platform Name="Android64"> |
| 504 | + <RemoteDir>res\drawable-anydpi-v26</RemoteDir> |
| 505 | + <Operation>1</Operation> |
| 506 | + </Platform> |
| 507 | + </DeployClass> |
| 508 | + <DeployClass Name="Android_AdaptiveIconBackground"> |
| 509 | + <Platform Name="Android"> |
| 510 | + <RemoteDir>res\drawable</RemoteDir> |
| 511 | + <Operation>1</Operation> |
| 512 | + </Platform> |
| 513 | + <Platform Name="Android64"> |
| 514 | + <RemoteDir>res\drawable</RemoteDir> |
| 515 | + <Operation>1</Operation> |
| 516 | + </Platform> |
| 517 | + </DeployClass> |
| 518 | + <DeployClass Name="Android_AdaptiveIconForeground"> |
| 519 | + <Platform Name="Android"> |
| 520 | + <RemoteDir>res\drawable</RemoteDir> |
| 521 | + <Operation>1</Operation> |
| 522 | + </Platform> |
| 523 | + <Platform Name="Android64"> |
| 524 | + <RemoteDir>res\drawable</RemoteDir> |
| 525 | + <Operation>1</Operation> |
| 526 | + </Platform> |
| 527 | + </DeployClass> |
| 528 | + <DeployClass Name="Android_AdaptiveIconMonochrome"> |
| 529 | + <Platform Name="Android"> |
| 530 | + <RemoteDir>res\drawable</RemoteDir> |
| 531 | + <Operation>1</Operation> |
| 532 | + </Platform> |
| 533 | + <Platform Name="Android64"> |
| 534 | + <RemoteDir>res\drawable</RemoteDir> |
| 535 | + <Operation>1</Operation> |
| 536 | + </Platform> |
| 537 | + </DeployClass> |
| 538 | + <DeployClass Name="Android_AdaptiveIconV33"> |
| 539 | + <Platform Name="Android"> |
| 540 | + <RemoteDir>res\drawable-anydpi-v33</RemoteDir> |
| 541 | + <Operation>1</Operation> |
| 542 | + </Platform> |
| 543 | + <Platform Name="Android64"> |
| 544 | + <RemoteDir>res\drawable-anydpi-v33</RemoteDir> |
| 545 | + <Operation>1</Operation> |
| 546 | + </Platform> |
| 547 | + </DeployClass> |
458 | 548 | <DeployClass Name="Android_Colors"> |
459 | 549 | <Platform Name="Android"> |
460 | 550 | <RemoteDir>res\values</RemoteDir> |
|
465 | 555 | <Operation>1</Operation> |
466 | 556 | </Platform> |
467 | 557 | </DeployClass> |
| 558 | + <DeployClass Name="Android_ColorsDark"> |
| 559 | + <Platform Name="Android"> |
| 560 | + <RemoteDir>res\values-night-v21</RemoteDir> |
| 561 | + <Operation>1</Operation> |
| 562 | + </Platform> |
| 563 | + <Platform Name="Android64"> |
| 564 | + <RemoteDir>res\values-night-v21</RemoteDir> |
| 565 | + <Operation>1</Operation> |
| 566 | + </Platform> |
| 567 | + </DeployClass> |
468 | 568 | <DeployClass Name="Android_DefaultAppIcon"> |
469 | 569 | <Platform Name="Android"> |
470 | 570 | <RemoteDir>res\drawable</RemoteDir> |
|
635 | 735 | <Operation>1</Operation> |
636 | 736 | </Platform> |
637 | 737 | </DeployClass> |
| 738 | + <DeployClass Name="Android_VectorizedNotificationIcon"> |
| 739 | + <Platform Name="Android"> |
| 740 | + <RemoteDir>res\drawable-anydpi-v24</RemoteDir> |
| 741 | + <Operation>1</Operation> |
| 742 | + </Platform> |
| 743 | + <Platform Name="Android64"> |
| 744 | + <RemoteDir>res\drawable-anydpi-v24</RemoteDir> |
| 745 | + <Operation>1</Operation> |
| 746 | + </Platform> |
| 747 | + </DeployClass> |
| 748 | + <DeployClass Name="Android_VectorizedSplash"> |
| 749 | + <Platform Name="Android"> |
| 750 | + <RemoteDir>res\drawable</RemoteDir> |
| 751 | + <Operation>1</Operation> |
| 752 | + </Platform> |
| 753 | + <Platform Name="Android64"> |
| 754 | + <RemoteDir>res\drawable</RemoteDir> |
| 755 | + <Operation>1</Operation> |
| 756 | + </Platform> |
| 757 | + </DeployClass> |
| 758 | + <DeployClass Name="Android_VectorizedSplashDark"> |
| 759 | + <Platform Name="Android"> |
| 760 | + <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir> |
| 761 | + <Operation>1</Operation> |
| 762 | + </Platform> |
| 763 | + <Platform Name="Android64"> |
| 764 | + <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir> |
| 765 | + <Operation>1</Operation> |
| 766 | + </Platform> |
| 767 | + </DeployClass> |
| 768 | + <DeployClass Name="Android_VectorizedSplashV31"> |
| 769 | + <Platform Name="Android"> |
| 770 | + <RemoteDir>res\drawable-anydpi-v31</RemoteDir> |
| 771 | + <Operation>1</Operation> |
| 772 | + </Platform> |
| 773 | + <Platform Name="Android64"> |
| 774 | + <RemoteDir>res\drawable-anydpi-v31</RemoteDir> |
| 775 | + <Operation>1</Operation> |
| 776 | + </Platform> |
| 777 | + </DeployClass> |
| 778 | + <DeployClass Name="Android_VectorizedSplashV31Dark"> |
| 779 | + <Platform Name="Android"> |
| 780 | + <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir> |
| 781 | + <Operation>1</Operation> |
| 782 | + </Platform> |
| 783 | + <Platform Name="Android64"> |
| 784 | + <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir> |
| 785 | + <Operation>1</Operation> |
| 786 | + </Platform> |
| 787 | + </DeployClass> |
638 | 788 | <DeployClass Name="DebugSymbols"> |
639 | 789 | <Platform Name="iOSSimulator"> |
640 | 790 | <Operation>1</Operation> |
|
812 | 962 | <Platform Name="Win64"> |
813 | 963 | <Operation>1</Operation> |
814 | 964 | </Platform> |
| 965 | + <Platform Name="Win64x"> |
| 966 | + <Operation>1</Operation> |
| 967 | + </Platform> |
815 | 968 | </DeployClass> |
816 | 969 | <DeployClass Name="ProjectiOSDeviceDebug"> |
817 | 970 | <Platform Name="iOSDevice32"> |
|
1073 | 1226 | <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/> |
1074 | 1227 | <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
1075 | 1228 | <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> |
| 1229 | + <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/> |
1076 | 1230 | </Deployment> |
1077 | 1231 | </BorlandProject> |
1078 | 1232 | <ProjectFileVersion>12</ProjectFileVersion> |
|
0 commit comments