|
18 | 18 | <CfgParent>Base</CfgParent>
|
19 | 19 | <Base>true</Base>
|
20 | 20 | </PropertyGroup>
|
21 |
| - <PropertyGroup Condition="('$(Platform)'=='iOSDevice32' and '$(Base)'=='true') or '$(Base_iOSDevice32)'!=''"> |
22 |
| - <Base_iOSDevice32>true</Base_iOSDevice32> |
23 |
| - <CfgParent>Base</CfgParent> |
24 |
| - <Base>true</Base> |
25 |
| - </PropertyGroup> |
26 |
| - <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''"> |
27 |
| - <Base_iOSDevice64>true</Base_iOSDevice64> |
28 |
| - <CfgParent>Base</CfgParent> |
29 |
| - <Base>true</Base> |
30 |
| - </PropertyGroup> |
31 |
| - <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''"> |
32 |
| - <Base_iOSSimulator>true</Base_iOSSimulator> |
33 |
| - <CfgParent>Base</CfgParent> |
34 |
| - <Base>true</Base> |
35 |
| - </PropertyGroup> |
36 | 21 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
37 | 22 | <Base_Win32>true</Base_Win32>
|
38 | 23 | <CfgParent>Base</CfgParent>
|
|
68 | 53 | <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
|
69 | 54 | <RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
70 | 55 | <SanitizedProjectName>HandleException</SanitizedProjectName>
|
71 |
| - <DCC_UnitSearchPath>$(DCC_UnitSearchPath);modules\.dcp;modules\.dcu;modules;modules\horse\src</DCC_UnitSearchPath></PropertyGroup> |
| 56 | + <DCC_UnitSearchPath>$(DCC_UnitSearchPath);modules\.dcp;modules\.dcu;modules;modules\horse\src</DCC_UnitSearchPath> |
| 57 | + </PropertyGroup> |
72 | 58 | <PropertyGroup Condition="'$(Base_Android)'!=''">
|
73 | 59 | <DCC_CBuilderOutput>None</DCC_CBuilderOutput>
|
74 | 60 | <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar</EnabledSysJars>
|
75 | 61 | </PropertyGroup>
|
76 |
| - <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''"> |
77 |
| - <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
78 |
| - </PropertyGroup> |
79 |
| - <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''"> |
80 |
| - <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
81 |
| - </PropertyGroup> |
82 |
| - <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''"> |
83 |
| - <DCC_CBuilderOutput>None</DCC_CBuilderOutput> |
84 |
| - </PropertyGroup> |
85 | 62 | <PropertyGroup Condition="'$(Base_Win32)'!=''">
|
86 | 63 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
87 | 64 | <BT_BuildType>Debug</BT_BuildType>
|
|
113 | 90 | <MainSource>MainSource</MainSource>
|
114 | 91 | </DelphiCompile>
|
115 | 92 | <DCCReference Include="rtl.dcp"/>
|
116 |
| - <DCCReference Include="Src\Horse.HandleExcept.pas"/> |
| 93 | + <DCCReference Include="Src\Horse.HandleException.pas"/> |
117 | 94 | <BuildConfiguration Include="Release">
|
118 | 95 | <Key>Cfg_2</Key>
|
119 | 96 | <CfgParent>Base</CfgParent>
|
|
785 | 762 | </Deployment>
|
786 | 763 | <Platforms>
|
787 | 764 | <Platform value="Android">False</Platform>
|
788 |
| - <Platform value="iOSDevice32">False</Platform> |
789 |
| - <Platform value="iOSDevice64">False</Platform> |
790 |
| - <Platform value="iOSSimulator">False</Platform> |
791 | 765 | <Platform value="Linux64">False</Platform>
|
792 | 766 | <Platform value="Win32">True</Platform>
|
793 | 767 | <Platform value="Win64">False</Platform>
|
|
0 commit comments