mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
26c6f6696d
- New TCEFServerComponent. The new CEF3 includes a http and websockets server for communication between applications in localhost. - New JSDialogBrowser demo to showhow to use custom forms in javascript dialogs. - New SimpleServer demo which uses TCEFServerComponent. - Removed all the code that could be removed from the DPR files and moved to another units. - Now the GlogalCEFApp checks all the CEF3 binaries and stores the missing files in GlogalCEFApp.MissingLibFiles. The default error message gives a list of missing files. - New GlobalCEFApp.Status property. Use it with GlobalCEFApp.ShowMessageDlg set to False if you want to show customized error messages. - Now TCEFClient only creates the necessary handlers if you use any their events in TChromium. - Fixed a destruction bug in OSRExternalPumpBrowser - Added the procedures to handle WM_ENTERMENULOOP and WM_EXITMENULOOP to all the demos.
668 lines
33 KiB
Plaintext
668 lines
33 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{2F51F1BD-0529-4B4A-BFD2-86FE96910A62}</ProjectGuid>
|
|
<MainSource>CEF4Delphi.dpk</MainSource>
|
|
<ProjectVersion>18.2</ProjectVersion>
|
|
<FrameworkType>VCL</FrameworkType>
|
|
<Base>True</Base>
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
<AppType>Package</AppType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
|
<Base_Win32>true</Base_Win32>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
|
<Base_Win64>true</Base_Win64>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
|
|
<Cfg_1>true</Cfg_1>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
|
<Cfg_1_Win32>true</Cfg_1_Win32>
|
|
<CfgParent>Cfg_1</CfgParent>
|
|
<Cfg_1>true</Cfg_1>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
|
<Cfg_2>true</Cfg_2>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
|
|
<Cfg_2_Win32>true</Cfg_2_Win32>
|
|
<CfgParent>Cfg_2</CfgParent>
|
|
<Cfg_2>true</Cfg_2>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Debug with optimization' or '$(Cfg_3)'!=''">
|
|
<Cfg_3>true</Cfg_3>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_3)'=='true') or '$(Cfg_3_Win32)'!=''">
|
|
<Cfg_3_Win32>true</Cfg_3_Win32>
|
|
<CfgParent>Cfg_3</CfgParent>
|
|
<Cfg_3>true</Cfg_3>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
|
|
<GenPackage>true</GenPackage>
|
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
|
|
<SanitizedProjectName>CEF4Delphi</SanitizedProjectName>
|
|
<GenDll>true</GenDll>
|
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
|
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
|
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
|
|
<DCC_E>false</DCC_E>
|
|
<DCC_N>false</DCC_N>
|
|
<DCC_S>false</DCC_S>
|
|
<DCC_F>false</DCC_F>
|
|
<DCC_K>false</DCC_K>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
<DCC_UsePackage>rtl;vcl;$(DCC_UsePackage)</DCC_UsePackage>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
|
<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>
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
<DCC_UsePackage>rtl;vcl;$(DCC_UsePackage)</DCC_UsePackage>
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
|
<BT_BuildType>Debug</BT_BuildType>
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
<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>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
|
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
|
<DCC_Optimize>false</DCC_Optimize>
|
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
|
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
|
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
|
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=CEF4Delphi;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=CEF4Delphi;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName)</VerInfo_Keys>
|
|
<DCC_Description>CEF4Delphi</DCC_Description>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
<DCC_RemoteDebug>false</DCC_RemoteDebug>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
<DCC_DebugInformation>0</DCC_DebugInformation>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_3_Win32)'!=''">
|
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
|
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<DelphiCompile Include="$(MainSource)">
|
|
<MainSource>MainSource</MainSource>
|
|
</DelphiCompile>
|
|
<DCCReference Include="rtl.dcp"/>
|
|
<DCCReference Include="vcl.dcp"/>
|
|
<DCCReference Include="uCEFRegisterComponents.pas"/>
|
|
<DCCReference Include="uCEFFindHandler.pas"/>
|
|
<DCCReference Include="uCEFConstants.pas"/>
|
|
<DCCReference Include="uCEFTypes.pas"/>
|
|
<DCCReference Include="uCEFInterfaces.pas"/>
|
|
<DCCReference Include="uCEFMiscFunctions.pas"/>
|
|
<DCCReference Include="uCEFLibFunctions.pas"/>
|
|
<DCCReference Include="uCEFApplication.pas"/>
|
|
<DCCReference Include="uCEFSchemeRegistrar.pas"/>
|
|
<DCCReference Include="uCEFCommandLine.pas"/>
|
|
<DCCReference Include="uCEFClient.pas"/>
|
|
<DCCReference Include="uCEFProcessMessage.pas"/>
|
|
<DCCReference Include="uCEFBrowser.pas"/>
|
|
<DCCReference Include="uCEFListValue.pas"/>
|
|
<DCCReference Include="uCEFBinaryValue.pas"/>
|
|
<DCCReference Include="uCEFValue.pas"/>
|
|
<DCCReference Include="uCEFDictionaryValue.pas"/>
|
|
<DCCReference Include="uCEFDownloadImageCallBack.pas"/>
|
|
<DCCReference Include="uCEFFrame.pas"/>
|
|
<DCCReference Include="uCEFPDFPrintCallback.pas"/>
|
|
<DCCReference Include="uCEFRunFileDialogCallback.pas"/>
|
|
<DCCReference Include="uCEFRequestContext.pas"/>
|
|
<DCCReference Include="uCEFNavigationEntryVisitor.pas"/>
|
|
<DCCReference Include="uCEFStringVisitor.pas"/>
|
|
<DCCReference Include="uCEFv8Context.pas"/>
|
|
<DCCReference Include="uCEFDomVisitor.pas"/>
|
|
<DCCReference Include="uCEFNavigationEntry.pas"/>
|
|
<DCCReference Include="uCEFCookieManager.pas"/>
|
|
<DCCReference Include="uCEFCompletionCallback.pas"/>
|
|
<DCCReference Include="uCEFRequestContextHandler.pas"/>
|
|
<DCCReference Include="uCEFWebPluginInfo.pas"/>
|
|
<DCCReference Include="uCEFDomDocument.pas"/>
|
|
<DCCReference Include="uCEFDomNode.pas"/>
|
|
<DCCReference Include="uCEFv8Value.pas"/>
|
|
<DCCReference Include="uCEFv8Accessor.pas"/>
|
|
<DCCReference Include="uCEFLoadHandler.pas"/>
|
|
<DCCReference Include="uCEFFocusHandler.pas"/>
|
|
<DCCReference Include="uCEFContextMenuHandler.pas"/>
|
|
<DCCReference Include="uCEFDialogHandler.pas"/>
|
|
<DCCReference Include="uCEFKeyboardHandler.pas"/>
|
|
<DCCReference Include="uCEFDisplayHandler.pas"/>
|
|
<DCCReference Include="uCEFDownloadHandler.pas"/>
|
|
<DCCReference Include="uCEFGeolocationHandler.pas"/>
|
|
<DCCReference Include="uCEFJsDialogHandler.pas"/>
|
|
<DCCReference Include="uCEFLifeSpanHandler.pas"/>
|
|
<DCCReference Include="uCEFRequestHandler.pas"/>
|
|
<DCCReference Include="uCEFRenderHandler.pas"/>
|
|
<DCCReference Include="uCEFDragHandler.pas"/>
|
|
<DCCReference Include="uCEFPostData.pas"/>
|
|
<DCCReference Include="uCEFPostDataElement.pas"/>
|
|
<DCCReference Include="uCEFRequest.pas"/>
|
|
<DCCReference Include="uCEFStreamReader.pas"/>
|
|
<DCCReference Include="uCEFWriteHandler.pas"/>
|
|
<DCCReference Include="uCEFStreamWriter.pas"/>
|
|
<DCCReference Include="uCEFv8StackFrame.pas"/>
|
|
<DCCReference Include="uCEFv8StackTrace.pas"/>
|
|
<DCCReference Include="uCEFv8Handler.pas"/>
|
|
<DCCReference Include="uCEFRequestCallback.pas"/>
|
|
<DCCReference Include="uCEFCustomStreamReader.pas"/>
|
|
<DCCReference Include="uCEFCallback.pas"/>
|
|
<DCCReference Include="uCEFResourceHandler.pas"/>
|
|
<DCCReference Include="uCEFSchemeHandlerFactory.pas"/>
|
|
<DCCReference Include="uCEFTask.pas"/>
|
|
<DCCReference Include="uCEFTaskRunner.pas"/>
|
|
<DCCReference Include="uCEFStringMap.pas"/>
|
|
<DCCReference Include="uCEFStringMultimap.pas"/>
|
|
<DCCReference Include="uCEFXmlReader.pas"/>
|
|
<DCCReference Include="uCEFZipReader.pas"/>
|
|
<DCCReference Include="uCEFResponse.pas"/>
|
|
<DCCReference Include="uCEFCookieVisitor.pas"/>
|
|
<DCCReference Include="uCEFV8Exception.pas"/>
|
|
<DCCReference Include="uCEFResourceBundleHandler.pas"/>
|
|
<DCCReference Include="uCEFSetCookieCallback.pas"/>
|
|
<DCCReference Include="uCEFDeleteCookiesCallback.pas"/>
|
|
<DCCReference Include="uCEFDownLoadItem.pas"/>
|
|
<DCCReference Include="uCEFBeforeDownloadCallback.pas"/>
|
|
<DCCReference Include="uCEFDownloadItemCallback.pas"/>
|
|
<DCCReference Include="uCEFAuthCallback.pas"/>
|
|
<DCCReference Include="uCEFJsDialogCallback.pas"/>
|
|
<DCCReference Include="uCEFGeolocationCallback.pas"/>
|
|
<DCCReference Include="uCEFContextMenuParams.pas"/>
|
|
<DCCReference Include="uCEFMenuModel.pas"/>
|
|
<DCCReference Include="uCEFBrowserProcessHandler.pas"/>
|
|
<DCCReference Include="uCEFRenderProcessHandler.pas"/>
|
|
<DCCReference Include="uCEFUrlrequestClient.pas"/>
|
|
<DCCReference Include="uCEFUrlRequest.pas"/>
|
|
<DCCReference Include="uCEFWebPluginInfoVisitor.pas"/>
|
|
<DCCReference Include="uCEFWebPluginUnstableCallback.pas"/>
|
|
<DCCReference Include="uCEFEndTracingCallback.pas"/>
|
|
<DCCReference Include="uCEFGetGeolocationCallback.pas"/>
|
|
<DCCReference Include="uCEFFileDialogCallback.pas"/>
|
|
<DCCReference Include="uCEFDragData.pas"/>
|
|
<DCCReference Include="uCEFResolveCallback.pas"/>
|
|
<DCCReference Include="uCEFPrintSettings.pas"/>
|
|
<DCCReference Include="uCEFSslInfo.pas"/>
|
|
<DCCReference Include="uCEFRunContextMenuCallback.pas"/>
|
|
<DCCReference Include="uCEFResourceBundle.pas"/>
|
|
<DCCReference Include="uCEFResponseFilter.pas"/>
|
|
<DCCReference Include="uCEFImage.pas"/>
|
|
<DCCReference Include="uCEFMenuModelDelegate.pas"/>
|
|
<DCCReference Include="uCEFv8Types.pas"/>
|
|
<DCCReference Include="uCEFWindowParent.pas"/>
|
|
<DCCReference Include="uCEFChromium.pas"/>
|
|
<DCCReference Include="uCEFChromiumEvents.pas"/>
|
|
<DCCReference Include="uCEFChromiumOptions.pas"/>
|
|
<DCCReference Include="uCEFChromiumFontOptions.pas"/>
|
|
<DCCReference Include="uCEFPDFPrintOptions.pas"/>
|
|
<DCCReference Include="uCEFRegisterCDMCallback.pas"/>
|
|
<DCCReference Include="uCEFThread.pas"/>
|
|
<DCCReference Include="uCEFv8Interceptor.pas"/>
|
|
<DCCReference Include="uCEFWaitableEvent.pas"/>
|
|
<DCCReference Include="uCEFX509CertPrincipal.pas"/>
|
|
<DCCReference Include="uCEFX509Certificate.pas"/>
|
|
<DCCReference Include="uCEFSSLStatus.pas"/>
|
|
<DCCReference Include="uCEFSelectClientCertificateCallback.pas"/>
|
|
<DCCReference Include="uCEFChromiumWindow.pas"/>
|
|
<DCCReference Include="uCEFBaseRefCounted.pas"/>
|
|
<DCCReference Include="uCEFBaseScopedWrapper.pas"/>
|
|
<DCCReference Include="uCEFAccessibilityHandler.pas"/>
|
|
<DCCReference Include="uOLEDragAndDrop.pas"/>
|
|
<DCCReference Include="uCEFDragAndDropMgr.pas"/>
|
|
<DCCReference Include="uCEFGetExtensionResourceCallback.pas"/>
|
|
<DCCReference Include="uCEFExtension.pas"/>
|
|
<DCCReference Include="uCEFExtensionHandler.pas"/>
|
|
<DCCReference Include="uBufferPanel.pas"/>
|
|
<DCCReference Include="uCEFApp.pas"/>
|
|
<DCCReference Include="uCEFWorkScheduler.pas"/>
|
|
<DCCReference Include="uCEFServer.pas"/>
|
|
<DCCReference Include="uCEFServerHandler.pas"/>
|
|
<DCCReference Include="uCEFServerEvents.pas"/>
|
|
<DCCReference Include="uCEFServerComponent.pas"/>
|
|
<BuildConfiguration Include="Base">
|
|
<Key>Base</Key>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Release">
|
|
<Key>Cfg_2</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Debug">
|
|
<Key>Cfg_1</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Debug with optimization">
|
|
<Key>Cfg_3</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
|
<BorlandProject>
|
|
<Delphi.Personality>
|
|
<Source>
|
|
<Source Name="MainSource">CEF4Delphi.dpk</Source>
|
|
</Source>
|
|
<Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dclIPIndyImpl250.bpl">IP Abstraction Indy Implementation Design Time</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
|
</Excluded_Packages>
|
|
</Delphi.Personality>
|
|
<Deployment Version="3">
|
|
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule"/>
|
|
<DeployFile LocalName="..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\17.0\Bpl\CEF4Delphi.bpl" Configuration="Debug" Class="ProjectOutput"/>
|
|
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"/>
|
|
<DeployFile LocalName="..\..\..\..\..\..\..\Public\Documents\Embarcadero\Studio\19.0\Bpl\CEF4Delphi.bpl" Configuration="Debug" Class="ProjectOutput">
|
|
<Platform Name="Win32">
|
|
<RemoteName>CEF4Delphi.bpl</RemoteName>
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"/>
|
|
<DeployClass Name="AdditionalDebugSymbols">
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidClassesDexFile">
|
|
<Platform Name="Android">
|
|
<RemoteDir>classes</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidGDBServer">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidLibnativeArmeabiFile">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\armeabi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidLibnativeMipsFile">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\mips</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidServiceOutput">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidSplashImageDef">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidSplashStyles">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\values</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_DefaultAppIcon">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon144">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon36">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-ldpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon48">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon72">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon96">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_SplashImage426">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-small</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_SplashImage470">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-normal</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_SplashImage640">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-large</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_SplashImage960">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-xlarge</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="DebugSymbols">
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="DependencyFramework">
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
<Extensions>.framework</Extensions>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="DependencyModule">
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
<Extensions>.dll;.bpl</Extensions>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Required="true" Name="DependencyPackage">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
<Extensions>.bpl</Extensions>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="File">
|
|
<Platform Name="Android">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="OSX32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPad_Launch1024">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPad_Launch1536">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPad_Launch2048">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPad_Launch768">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPhone_Launch320">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPhone_Launch640">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPhone_Launch640x1136">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectAndroidManifest">
|
|
<Platform Name="Android">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectiOSDeviceDebug">
|
|
<Platform Name="iOSDevice32">
|
|
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectiOSDeviceResourceRules"/>
|
|
<DeployClass Name="ProjectiOSEntitlements"/>
|
|
<DeployClass Name="ProjectiOSInfoPList"/>
|
|
<DeployClass Name="ProjectiOSResource">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectOSXEntitlements"/>
|
|
<DeployClass Name="ProjectOSXInfoPList"/>
|
|
<DeployClass Name="ProjectOSXResource">
|
|
<Platform Name="OSX32">
|
|
<RemoteDir>Contents\Resources</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Required="true" Name="ProjectOutput">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Linux64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectUWPManifest">
|
|
<Platform Name="Win32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win64">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="UWP_DelphiLogo150">
|
|
<Platform Name="Win32">
|
|
<RemoteDir>Assets</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win64">
|
|
<RemoteDir>Assets</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="UWP_DelphiLogo44">
|
|
<Platform Name="Win32">
|
|
<RemoteDir>Assets</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win64">
|
|
<RemoteDir>Assets</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
|
</Deployment>
|
|
<Platforms>
|
|
<Platform value="Win32">True</Platform>
|
|
<Platform value="Win64">False</Platform>
|
|
</Platforms>
|
|
</BorlandProject>
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
</ProjectExtensions>
|
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
|
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
|
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
|
|
</Project>
|