|
| 1 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | + <Import Condition="Exists('$(BDS)\bin\CodeGear.Deployment.targets')" Project="$(BDS)\bin\CodeGear.Deployment.targets"/> |
| 3 | + <ProjectExtensions> |
| 4 | + <ProjectFileVersion>12</ProjectFileVersion> |
| 5 | + </ProjectExtensions> |
| 6 | + <PropertyGroup> |
| 7 | + <DeviceId Condition="'$(Platform)'=='Android'"/> |
| 8 | + <DeviceId Condition="'$(Platform)'=='Android64'"/> |
| 9 | + <DeviceId Condition="'$(Platform)'=='iOSDevice64'"/> |
| 10 | + <DeviceId Condition="'$(Platform)'=='iOSSimARM64'"/> |
| 11 | + </PropertyGroup> |
| 12 | + <ItemGroup Condition="'$(Platform)'=='OSX64'"> |
| 13 | + <DeployFile Include="OSX64\Debug\generator" Condition="'$(Config)'=='Debug'"> |
| 14 | + <RemoteDir>generator.app\Contents\MacOS\</RemoteDir> |
| 15 | + <RemoteName>generator</RemoteName> |
| 16 | + <DeployClass>ProjectOutput</DeployClass> |
| 17 | + <Operation>1</Operation> |
| 18 | + <LocalCommand/> |
| 19 | + <RemoteCommand/> |
| 20 | + <Overwrite>True</Overwrite> |
| 21 | + <Required>True</Required> |
| 22 | + </DeployFile> |
| 23 | + <DeployFile Include="OSX64\Debug\generator.info.plist" Condition="'$(Config)'=='Debug'"> |
| 24 | + <RemoteDir>generator.app\Contents\</RemoteDir> |
| 25 | + <RemoteName>Info.plist</RemoteName> |
| 26 | + <DeployClass>ProjectOSXInfoPList</DeployClass> |
| 27 | + <Operation>1</Operation> |
| 28 | + <LocalCommand/> |
| 29 | + <RemoteCommand/> |
| 30 | + <Overwrite>True</Overwrite> |
| 31 | + </DeployFile> |
| 32 | + <DeployFile Include="OSX64\Debug\generator.dSYM" Condition="'$(Config)'=='Debug'"> |
| 33 | + <RemoteDir>generator.app\..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF\</RemoteDir> |
| 34 | + <RemoteName>generator</RemoteName> |
| 35 | + <DeployClass>ProjectOSXDebug</DeployClass> |
| 36 | + <Operation>1</Operation> |
| 37 | + <LocalCommand/> |
| 38 | + <RemoteCommand/> |
| 39 | + <Overwrite>True</Overwrite> |
| 40 | + </DeployFile> |
| 41 | + <DeployFile Include="OSX64\Debug\generator.entitlements" Condition="'$(Config)'=='Debug'"> |
| 42 | + <RemoteDir>generator.app\..\</RemoteDir> |
| 43 | + <RemoteName>generator.entitlements</RemoteName> |
| 44 | + <DeployClass>ProjectOSXEntitlements</DeployClass> |
| 45 | + <Operation>1</Operation> |
| 46 | + <LocalCommand/> |
| 47 | + <RemoteCommand/> |
| 48 | + <Overwrite>True</Overwrite> |
| 49 | + </DeployFile> |
| 50 | + </ItemGroup> |
| 51 | + <ItemGroup Condition="'$(Platform)'=='Win32'"> |
| 52 | + <DeployFile Include="Win32\Debug\generator.exe" Condition="'$(Config)'=='Debug'"> |
| 53 | + <RemoteDir>generator\</RemoteDir> |
| 54 | + <RemoteName>generator.exe</RemoteName> |
| 55 | + <DeployClass>ProjectOutput</DeployClass> |
| 56 | + <Operation>0</Operation> |
| 57 | + <LocalCommand/> |
| 58 | + <RemoteCommand/> |
| 59 | + <Overwrite>True</Overwrite> |
| 60 | + <Required>True</Required> |
| 61 | + </DeployFile> |
| 62 | + </ItemGroup> |
| 63 | + <ItemGroup Condition="'$(Platform)'=='Android64'"/> |
| 64 | + <ItemGroup Condition="'$(Platform)'=='Android'"/> |
| 65 | + <ItemGroup Condition="'$(Platform)'=='OSXARM64'"/> |
| 66 | + <ItemGroup Condition="'$(Platform)'=='Win64'"/> |
| 67 | + <ItemGroup Condition="'$(Platform)'=='iOSDevice64'"/> |
| 68 | + <ItemGroup Condition="'$(Platform)'=='iOSSimARM64'"/> |
| 69 | + <ItemGroup Condition="'$(Platform)'=='Linux64'"> |
| 70 | + <DeployFile Include="Linux64\Debug\generator" Condition="'$(Config)'=='Debug'"> |
| 71 | + <RemoteDir>generator\</RemoteDir> |
| 72 | + <RemoteName>generator</RemoteName> |
| 73 | + <DeployClass>ProjectOutput</DeployClass> |
| 74 | + <Operation>1</Operation> |
| 75 | + <LocalCommand/> |
| 76 | + <RemoteCommand/> |
| 77 | + <Overwrite>True</Overwrite> |
| 78 | + <Required>True</Required> |
| 79 | + </DeployFile> |
| 80 | + </ItemGroup> |
| 81 | +</Project> |
0 commit comments