|
@@ -5,7 +5,7 @@
|
|
<FrameworkType>VCL</FrameworkType>
|
|
<FrameworkType>VCL</FrameworkType>
|
|
<MainSource>RESTDebugger.dpr</MainSource>
|
|
<MainSource>RESTDebugger.dpr</MainSource>
|
|
<Base>True</Base>
|
|
<Base>True</Base>
|
|
- <Config Condition="'$(Config)'==''">Debug</Config>
|
|
|
|
|
|
+ <Config Condition="'$(Config)'==''">Release</Config>
|
|
<Platform Condition="'$(Platform)'==''">Win64</Platform>
|
|
<Platform Condition="'$(Platform)'==''">Win64</Platform>
|
|
<TargetedPlatforms>2</TargetedPlatforms>
|
|
<TargetedPlatforms>2</TargetedPlatforms>
|
|
<AppType>Application</AppType>
|
|
<AppType>Application</AppType>
|
|
@@ -197,12 +197,27 @@
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</Platform>
|
|
</DeployFile>
|
|
</DeployFile>
|
|
- <DeployClass Name="ProjectiOSDeviceResourceRules">
|
|
|
|
|
|
+ <DeployClass Name="DependencyModule">
|
|
|
|
+ <Platform Name="Win32">
|
|
|
|
+ <Operation>0</Operation>
|
|
|
|
+ <Extensions>.dll;.bpl</Extensions>
|
|
|
|
+ </Platform>
|
|
<Platform Name="iOSDevice64">
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
|
+ <Extensions>.dylib</Extensions>
|
|
|
|
+ </Platform>
|
|
|
|
+ <Platform Name="OSX32">
|
|
|
|
+ <RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
+ <Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
</Platform>
|
|
<Platform Name="iOSDevice32">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
|
+ <Extensions>.dylib</Extensions>
|
|
|
|
+ </Platform>
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
+ <Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
</Platform>
|
|
</DeployClass>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectOSXResource">
|
|
<DeployClass Name="ProjectOSXResource">
|
|
@@ -581,27 +596,12 @@
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</Platform>
|
|
</DeployClass>
|
|
</DeployClass>
|
|
- <DeployClass Name="DependencyModule">
|
|
|
|
- <Platform Name="Win32">
|
|
|
|
- <Operation>0</Operation>
|
|
|
|
- <Extensions>.dll;.bpl</Extensions>
|
|
|
|
- </Platform>
|
|
|
|
|
|
+ <DeployClass Name="ProjectiOSDeviceResourceRules">
|
|
<Platform Name="iOSDevice64">
|
|
<Platform Name="iOSDevice64">
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
- <Extensions>.dylib</Extensions>
|
|
|
|
- </Platform>
|
|
|
|
- <Platform Name="OSX32">
|
|
|
|
- <RemoteDir>Contents\MacOS</RemoteDir>
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
- <Extensions>.dylib</Extensions>
|
|
|
|
</Platform>
|
|
</Platform>
|
|
<Platform Name="iOSDevice32">
|
|
<Platform Name="iOSDevice32">
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
- <Extensions>.dylib</Extensions>
|
|
|
|
- </Platform>
|
|
|
|
- <Platform Name="iOSSimulator">
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
- <Extensions>.dylib</Extensions>
|
|
|
|
</Platform>
|
|
</Platform>
|
|
</DeployClass>
|
|
</DeployClass>
|
|
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
|