<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> <DeviceId Condition="'$(Platform)'=='Android'"/> <DeviceId Condition="'$(Platform)'=='iOSDevice32'"/> <DeviceId Condition="'$(Platform)'=='iOSDevice64'"/> <DeviceId Condition="'$(Platform)'=='iOSSimulator'">iPhone5</DeviceId> </PropertyGroup> <ItemGroup Condition="'$(Platform)'=='Win64'"/> <ItemGroup Condition="'$(Platform)'=='iOSDevice64'"/> <ItemGroup Condition="'$(Platform)'=='iOSDevice32'"/> <ItemGroup Condition="'$(Platform)'=='Win32'"/> <ItemGroup Condition="'$(Platform)'=='Linux64'"/> <ItemGroup Condition="'$(Platform)'=='OSX32'"> <DeployFile Include="$(BDS)\Redist\osx32\libcgsqlite3.dylib"> <RemoteDir>FmxDemoPasLibVlcPlayer.app\Contents\MacOS\</RemoteDir> <RemoteName>libcgsqlite3.dylib</RemoteName> <DeployClass>DependencyModule</DeployClass> <Operation>1</Operation> <LocalCommand/> <RemoteCommand/> <Overwrite>True</Overwrite> </DeployFile> <DeployFile Include="OSX32\Release\FmxDemoPasLibVlcPlayer" Condition="'$(Config)'=='Release'"> <RemoteDir>FmxDemoPasLibVlcPlayer.app\Contents\MacOS\</RemoteDir> <RemoteName>FmxDemoPasLibVlcPlayer</RemoteName> <DeployClass>ProjectOutput</DeployClass> <Operation>1</Operation> <LocalCommand/> <RemoteCommand/> <Overwrite>True</Overwrite> <Required>True</Required> </DeployFile> <DeployFile Include="OSX32\Release\FmxDemoPasLibVlcPlayer.entitlements" Condition="'$(Config)'=='Release'"> <RemoteDir>FmxDemoPasLibVlcPlayer.app\..\</RemoteDir> <RemoteName>FmxDemoPasLibVlcPlayer.entitlements</RemoteName> <DeployClass>ProjectOSXEntitlements</DeployClass> <Operation>1</Operation> <LocalCommand/> <RemoteCommand/> <Overwrite>True</Overwrite> </DeployFile> <DeployFile Include="$(BDS)\bin\delphi_PROJECTICNS.icns" Condition="'$(Config)'=='Release'"> <RemoteDir>FmxDemoPasLibVlcPlayer.app\Contents\Resources\</RemoteDir> <RemoteName>FmxDemoPasLibVlcPlayer.icns</RemoteName> <DeployClass>ProjectOSXResource</DeployClass> <Operation>1</Operation> <LocalCommand/> <RemoteCommand/> <Overwrite>True</Overwrite> </DeployFile> <DeployFile Include="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib"> <RemoteDir>FmxDemoPasLibVlcPlayer.app\Contents\MacOS\</RemoteDir> <RemoteName>libcgunwind.1.0.dylib</RemoteName> <DeployClass>DependencyModule</DeployClass> <Operation>1</Operation> <LocalCommand/> <RemoteCommand/> <Overwrite>True</Overwrite> </DeployFile> <DeployFile Include="OSX32\Release\FmxDemoPasLibVlcPlayer.info.plist" Condition="'$(Config)'=='Release'"> <RemoteDir>FmxDemoPasLibVlcPlayer.app\Contents\</RemoteDir> <RemoteName>Info.plist</RemoteName> <DeployClass>ProjectOSXInfoPList</DeployClass> <Operation>1</Operation> <LocalCommand/> <RemoteCommand/> <Overwrite>True</Overwrite> </DeployFile> </ItemGroup> <ItemGroup Condition="'$(Platform)'=='Android'"/> <ItemGroup Condition="'$(Platform)'=='iOSSimulator'"> <DeployFile Include="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib"> <RemoteDir>FmxDemoPasLibVlcPlayer.app\</RemoteDir> <RemoteName>libcgunwind.1.0.dylib</RemoteName> <DeployClass>DependencyModule</DeployClass> <Operation>1</Operation> <LocalCommand/> <RemoteCommand/> <Overwrite>True</Overwrite> </DeployFile> <DeployFile Include="$(BDS)\Redist\iossimulator\libPCRE.dylib"> <RemoteDir>FmxDemoPasLibVlcPlayer.app\</RemoteDir> <RemoteName>libPCRE.dylib</RemoteName> <DeployClass>DependencyModule</DeployClass> <Operation>1</Operation> <LocalCommand/> <RemoteCommand/> <Overwrite>True</Overwrite> </DeployFile> </ItemGroup> </Project>