mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
28ed9e7794
Added TinyBrowser demo for Linux. Added AppHelperRenamer tool for MacOS. Disabled 3 event in TCefViewDelegateRef in 32 bits as a workaround for the issue #278
60 lines
3.0 KiB
Plaintext
60 lines
3.0 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Condition="Exists('$(BDS)\bin\CodeGear.Deployment.targets')" Project="$(BDS)\bin\CodeGear.Deployment.targets"/>
|
|
<ProjectExtensions>
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
</ProjectExtensions>
|
|
<PropertyGroup/>
|
|
<ItemGroup Condition="'$(Platform)'=='Win32'">
|
|
<DeployFile Include="Win32\Debug\FMXExternalPumpBrowser_helper_gpu.exe" Condition="'$(Config)'=='Debug'">
|
|
<RemoteDir>FMXExternalPumpBrowser_helper_gpu\</RemoteDir>
|
|
<RemoteName>FMXExternalPumpBrowser_helper_gpu.exe</RemoteName>
|
|
<DeployClass>ProjectOutput</DeployClass>
|
|
<Operation>0</Operation>
|
|
<LocalCommand/>
|
|
<RemoteCommand/>
|
|
<Overwrite>True</Overwrite>
|
|
<Required>True</Required>
|
|
</DeployFile>
|
|
</ItemGroup>
|
|
<ItemGroup Condition="'$(Platform)'=='Win64'"/>
|
|
<ItemGroup Condition="'$(Platform)'=='OSX64'">
|
|
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_gpu" Condition="'$(Config)'=='Debug'">
|
|
<RemoteDir>FMXExternalPumpBrowser_helper_gpu.app\Contents\MacOS\</RemoteDir>
|
|
<RemoteName>FMXExternalPumpBrowser_helper_gpu</RemoteName>
|
|
<DeployClass>ProjectOutput</DeployClass>
|
|
<Operation>1</Operation>
|
|
<LocalCommand/>
|
|
<RemoteCommand/>
|
|
<Overwrite>True</Overwrite>
|
|
<Required>True</Required>
|
|
</DeployFile>
|
|
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_gpu.info.plist" Condition="'$(Config)'=='Debug'">
|
|
<RemoteDir>FMXExternalPumpBrowser_helper_gpu.app\Contents\</RemoteDir>
|
|
<RemoteName>Info.plist</RemoteName>
|
|
<DeployClass>ProjectOSXInfoPList</DeployClass>
|
|
<Operation>1</Operation>
|
|
<LocalCommand/>
|
|
<RemoteCommand/>
|
|
<Overwrite>True</Overwrite>
|
|
</DeployFile>
|
|
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_gpu.dSYM" Condition="'$(Config)'=='Debug'">
|
|
<RemoteDir>FMXExternalPumpBrowser_helper_gpu.app\..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF\</RemoteDir>
|
|
<RemoteName>FMXExternalPumpBrowser_helper_gpu</RemoteName>
|
|
<DeployClass>ProjectOSXDebug</DeployClass>
|
|
<Operation>1</Operation>
|
|
<LocalCommand/>
|
|
<RemoteCommand/>
|
|
<Overwrite>True</Overwrite>
|
|
</DeployFile>
|
|
<DeployFile Include="..\..\..\bin\FMXExternalPumpBrowser_helper_gpu.entitlements" Condition="'$(Config)'=='Debug'">
|
|
<RemoteDir>FMXExternalPumpBrowser_helper_gpu.app\..\</RemoteDir>
|
|
<RemoteName>FMXExternalPumpBrowser_helper_gpu.entitlements</RemoteName>
|
|
<DeployClass>ProjectOSXEntitlements</DeployClass>
|
|
<Operation>1</Operation>
|
|
<LocalCommand/>
|
|
<RemoteCommand/>
|
|
<Overwrite>True</Overwrite>
|
|
</DeployFile>
|
|
</ItemGroup>
|
|
</Project>
|