AutoMapperObjects.dproj 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{A09BFAB7-22BC-423E-9483-447ECD470543}</ProjectGuid>
  4. <ProjectVersion>18.5</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <MainSource>AutoMapperObjects.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Android</Platform>
  10. <TargetedPlatforms>1119</TargetedPlatforms>
  11. <AppType>Application</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  17. <Base_Android>true</Base_Android>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  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. <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
  37. <Base_OSX32>true</Base_OSX32>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  42. <Base_Win32>true</Base_Win32>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  47. <Base_Win64>true</Base_Win64>
  48. <CfgParent>Base</CfgParent>
  49. <Base>true</Base>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  52. <Cfg_1>true</Cfg_1>
  53. <CfgParent>Base</CfgParent>
  54. <Base>true</Base>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Cfg_1)'=='true') or '$(Cfg_1_Android)'!=''">
  57. <Cfg_1_Android>true</Cfg_1_Android>
  58. <CfgParent>Cfg_1</CfgParent>
  59. <Cfg_1>true</Cfg_1>
  60. <Base>true</Base>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  63. <Cfg_1_Win32>true</Cfg_1_Win32>
  64. <CfgParent>Cfg_1</CfgParent>
  65. <Cfg_1>true</Cfg_1>
  66. <Base>true</Base>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  69. <Cfg_1_Win64>true</Cfg_1_Win64>
  70. <CfgParent>Cfg_1</CfgParent>
  71. <Cfg_1>true</Cfg_1>
  72. <Base>true</Base>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  75. <Cfg_2>true</Cfg_2>
  76. <CfgParent>Base</CfgParent>
  77. <Base>true</Base>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  80. <Cfg_2_Win32>true</Cfg_2_Win32>
  81. <CfgParent>Cfg_2</CfgParent>
  82. <Cfg_2>true</Cfg_2>
  83. <Base>true</Base>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  86. <Cfg_2_Win64>true</Cfg_2_Win64>
  87. <CfgParent>Cfg_2</CfgParent>
  88. <Cfg_2>true</Cfg_2>
  89. <Base>true</Base>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base)'!=''">
  92. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  93. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  94. <DCC_E>false</DCC_E>
  95. <DCC_N>false</DCC_N>
  96. <DCC_S>false</DCC_S>
  97. <DCC_F>false</DCC_F>
  98. <DCC_K>false</DCC_K>
  99. <DCC_UsePackage>RESTComponents;FireDACIBDriver;FireDACCommon;RESTBackendComponents;soapserver;CloudService;FireDACCommonDriver;inet;FireDAC;FireDACSqliteDriver;soaprtl;soapmidas;$(DCC_UsePackage)</DCC_UsePackage>
  100. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  101. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  102. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  103. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  104. <AUP_CAMERA>true</AUP_CAMERA>
  105. <AUP_INTERNET>true</AUP_INTERNET>
  106. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  107. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  108. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  109. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  110. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  111. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  112. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  113. <SanitizedProjectName>AutoMapperObjects</SanitizedProjectName>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Base_Android)'!=''">
  116. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;FmxTeeUI;fmx;dbexpress;IndyCore;dsnap;bindengine;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;rtl;DbxClientDriver;CustomIPTransport;bindcomp;CoolTrayIcon_D210_XE7;IndyIPClient;dbxcds;dsnapxml;dbrtl;IndyProtocols;$(DCC_UsePackage)</DCC_UsePackage>
  117. <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  118. <BT_BuildType>Debug</BT_BuildType>
  119. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  120. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  121. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  122. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  123. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  124. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  125. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  126. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  127. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  128. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  129. <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;fmx.dex.jar;google-analytics-v2.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar;google-play-services-ads-7.0.0.dex.jar;google-play-services-analytics-7.0.0.dex.jar;google-play-services-base-7.0.0.dex.jar;google-play-services-identity-7.0.0.dex.jar;google-play-services-maps-7.0.0.dex.jar;google-play-services-panorama-7.0.0.dex.jar;google-play-services-plus-7.0.0.dex.jar;google-play-services-wallet-7.0.0.dex.jar</EnabledSysJars>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  132. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;FmxTeeUI;fmx;dbexpress;IndyCore;dsnap;bindengine;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;rtl;DbxClientDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  133. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;FMLocalNotificationPermission=false;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSFaceIDUsageDescription=The reason for accessing the face id;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri</VerInfo_Keys>
  134. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  135. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  136. <BT_BuildType>Debug</BT_BuildType>
  137. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  138. <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
  139. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  140. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  141. <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
  142. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  143. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  144. <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
  145. <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
  146. <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
  147. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  148. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  149. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  150. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  151. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  152. <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
  153. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  154. <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
  155. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  156. <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
  157. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  158. <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
  159. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  160. <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
  161. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  162. <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
  163. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  164. <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
  165. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  166. <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
  167. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  168. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  169. <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
  170. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  171. <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
  172. <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
  173. <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
  174. </PropertyGroup>
  175. <PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
  176. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;FmxTeeUI;fmx;dbexpress;IndyCore;dsnap;bindengine;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FrameViewer;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;rtl;DbxClientDriver;CustomIPTransport;bindcomp;IndyIPClient;TMSFMXPackPkgDXE11;dbxcds;dsnapxml;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  177. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;FMLocalNotificationPermission=false;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSFaceIDUsageDescription=The reason for accessing the face id;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri</VerInfo_Keys>
  178. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  179. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  180. <BT_BuildType>Debug</BT_BuildType>
  181. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  182. <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
  183. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  184. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  185. <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
  186. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  187. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  188. <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
  189. <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
  190. <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
  191. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  192. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  193. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  194. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  195. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  196. <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
  197. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  198. <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
  199. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  200. <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
  201. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  202. <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
  203. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  204. <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
  205. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  206. <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
  207. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  208. <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
  209. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  210. <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
  211. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  212. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  213. <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
  214. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  215. <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
  216. <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
  217. <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
  218. </PropertyGroup>
  219. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  220. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;FmxTeeUI;fmx;dbexpress;IndyCore;dsnap;bindengine;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;rtl;DbxClientDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;dbrtl;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  221. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;FMLocalNotificationPermission=false;UIBackgroundModes=;NSContactsUsageDescription=The reason for accessing the contacts;NSPhotoLibraryUsageDescription=The reason for accessing the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSFaceIDUsageDescription=The reason for accessing the face id;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri</VerInfo_Keys>
  222. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  223. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  224. <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
  225. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  226. <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
  227. <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
  228. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  229. <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
  230. <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
  231. <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
  232. <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
  233. <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
  234. <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
  235. <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
  236. <iPhone_Launch1125>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png</iPhone_Launch1125>
  237. <iPhone_Launch2436>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png</iPhone_Launch2436>
  238. <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
  239. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  240. <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
  241. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  242. <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
  243. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  244. <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
  245. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  246. <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
  247. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  248. <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
  249. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  250. <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
  251. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  252. <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
  253. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  254. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  255. <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
  256. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  257. <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
  258. <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
  259. <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
  260. </PropertyGroup>
  261. <PropertyGroup Condition="'$(Base_OSX32)'!=''">
  262. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;tethering;bindcompfmx;inetdb;FmxTeeUI;fmx;fmxdae;dbexpress;IndyCore;dsnap;bindengine;DBXMySQLDriver;FireDACMySQLDriver;FireDACCommonODBC;bindcompdbx;IndyIPCommon;IndyIPServer;IndySystem;fmxFireDAC;FireDACPgDriver;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;xmlrtl;ibxbindings;fmxobj;rtl;DbxClientDriver;CustomIPTransport;bindcomp;IndyIPClient;dbxcds;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  263. <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationAlwaysUsageDescription=The reason for accessing the location information of the user;NSLocationWhenInUseUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSLocationAlwaysAndWhenInUseUsageDescription=The reason for accessing the location information of the user</VerInfo_Keys>
  264. <BT_BuildType>Debug</BT_BuildType>
  265. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  266. </PropertyGroup>
  267. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  268. <DCC_UsePackage>DBXSqliteDriver;UbuntuProgressPackage;DBXInterBaseDriver;vclactnband;vclFireDAC;tethering;svnui;JvGlobus;FireDACADSDriver;JvPluginSystem;JvMM;tmsxlsdXE11;vcltouch;JvBands;vcldb;bindcompfmx;svn;Intraweb;JvJans;JvNet;inetdb;JvAppFrm;EssentialsDR;vcwdedXE11;vcwdXE11;FmxTeeUI;JvDotNetCtrls;AbbreviaVCLD;fmx;fmxdae;tmsdXE11;vclib;JvWizards;tmsexdXE11;dbexpress;IndyCore;vclx;JvPageComps;dsnap;JvDB;VCLRESTComponents;JclDeveloperTools;vclie;bindengine;DBXMySQLDriver;JvCmp;FireDACMySQLDriver;JvHMI;FireDACCommonODBC;LockBoxDR;bindcompdbx;IndyIPCommon;JvCustom;advchartdedxe11;vcl;IndyIPServer;GR32_D;JvXPCtrls;PngComponents;IndySystem;advchartdxe11;dsnapcon;FireDACMSAccDriver;fmxFireDAC;vclimg;madBasic_;TeeDB;Jcl;FrameViewer;JvCore;JvCrypt;FireDACPgDriver;ibmonitor;FMXTee;SevenZippro;DbxCommonDriver;JvDlgs;JvRuntimeDesign;ibxpress;Tee;JvManagedThreads;xmlrtl;ibxbindings;fmxobj;vclwinx;JvTimeFramework;rtl;GR32_R;DbxClientDriver;CustomIPTransport;vcldsnap;JvSystem;JvStdCtrls;bindcomp;appanalytics;CoolTrayIcon_D210_XE7;tmswizdXE11;nTrayIcon;IndyIPClient;bindcompvcl;TeeUI;TMSFMXPackPkgDXE11;JvDocking;dbxcds;VclSmp;JvPascalInterpreter;adortl;KernowSoftwareFMX;JclVcl;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;JvControls;JvPrintPreview;Analog_XE7;JclContainers;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  269. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  270. <BT_BuildType>Debug</BT_BuildType>
  271. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  272. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  273. <VerInfo_Locale>1033</VerInfo_Locale>
  274. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  275. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  276. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  277. </PropertyGroup>
  278. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  279. <DCC_UsePackage>DBXSqliteDriver;DBXInterBaseDriver;vclactnband;vclFireDAC;tethering;FireDACADSDriver;vcltouch;vcldb;bindcompfmx;Intraweb;inetdb;EssentialsDR;vcwdXE11;FmxTeeUI;AbbreviaVCLD;fmx;fmxdae;tmsdXE11;vclib;tmsexdXE11;dbexpress;IndyCore;vclx;dsnap;VCLRESTComponents;vclie;bindengine;DBXMySQLDriver;FireDACMySQLDriver;FireDACCommonODBC;bindcompdbx;IndyIPCommon;vcl;IndyIPServer;IndySystem;advchartdxe11;dsnapcon;FireDACMSAccDriver;fmxFireDAC;vclimg;TeeDB;FireDACPgDriver;ibmonitor;FMXTee;DbxCommonDriver;ibxpress;Tee;xmlrtl;ibxbindings;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;bindcomp;appanalytics;IndyIPClient;bindcompvcl;TeeUI;dbxcds;VclSmp;adortl;dsnapxml;dbrtl;inetdbxpress;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  280. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  281. <BT_BuildType>Debug</BT_BuildType>
  282. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  283. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  284. <VerInfo_Locale>1033</VerInfo_Locale>
  285. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  286. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  287. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  288. </PropertyGroup>
  289. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  290. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  291. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  292. <DCC_Optimize>false</DCC_Optimize>
  293. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  294. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  295. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  296. </PropertyGroup>
  297. <PropertyGroup Condition="'$(Cfg_1_Android)'!=''">
  298. <VerInfo_Build>1</VerInfo_Build>
  299. <VerInfo_Keys>package=es.exilon.demo.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  300. </PropertyGroup>
  301. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  302. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  303. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  304. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  305. </PropertyGroup>
  306. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  307. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  308. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  309. </PropertyGroup>
  310. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  311. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  312. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  313. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  314. <DCC_DebugInformation>0</DCC_DebugInformation>
  315. </PropertyGroup>
  316. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  317. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  318. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  319. </PropertyGroup>
  320. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  321. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  322. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  323. </PropertyGroup>
  324. <ItemGroup>
  325. <DelphiCompile Include="$(MainSource)">
  326. <MainSource>MainSource</MainSource>
  327. </DelphiCompile>
  328. <DCCReference Include="Main.pas">
  329. <Form>Form1</Form>
  330. <FormType>fmx</FormType>
  331. </DCCReference>
  332. <BuildConfiguration Include="Release">
  333. <Key>Cfg_2</Key>
  334. <CfgParent>Base</CfgParent>
  335. </BuildConfiguration>
  336. <BuildConfiguration Include="Base">
  337. <Key>Base</Key>
  338. </BuildConfiguration>
  339. <BuildConfiguration Include="Debug">
  340. <Key>Cfg_1</Key>
  341. <CfgParent>Base</CfgParent>
  342. </BuildConfiguration>
  343. </ItemGroup>
  344. <ProjectExtensions>
  345. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  346. <Borland.ProjectType>Application</Borland.ProjectType>
  347. <BorlandProject>
  348. <Delphi.Personality>
  349. <Source>
  350. <Source Name="MainSource">AutoMapperObjects.dpr</Source>
  351. </Source>
  352. <Excluded_Packages>
  353. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k250.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  354. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp250.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  355. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  356. <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  357. </Excluded_Packages>
  358. </Delphi.Personality>
  359. <Deployment Version="3">
  360. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png" Configuration="Debug" Class="iPad_AppIcon144">
  361. <Platform Name="iOSSimulator">
  362. <Overwrite>true</Overwrite>
  363. </Platform>
  364. </DeployFile>
  365. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
  366. <Platform Name="Android">
  367. <RemoteName>ic_launcher.png</RemoteName>
  368. <Overwrite>true</Overwrite>
  369. </Platform>
  370. </DeployFile>
  371. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1125x2436.png" Configuration="Debug" Class="iPhone_Launch1125">
  372. <Platform Name="iOSSimulator">
  373. <RemoteName>[email protected]</RemoteName>
  374. <Overwrite>true</Overwrite>
  375. </Platform>
  376. </DeployFile>
  377. <DeployFile LocalName="$(BDS)\lib\android\release\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
  378. <Platform Name="Android">
  379. <RemoteName>libAutoMapperObjects.so</RemoteName>
  380. <Overwrite>true</Overwrite>
  381. </Platform>
  382. </DeployFile>
  383. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
  384. <Platform Name="Android">
  385. <RemoteName>ic_launcher.png</RemoteName>
  386. <Overwrite>true</Overwrite>
  387. </Platform>
  388. </DeployFile>
  389. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png" Configuration="Debug" Class="iPhone_Spotlight58">
  390. <Platform Name="iOSSimulator">
  391. <Overwrite>true</Overwrite>
  392. </Platform>
  393. </DeployFile>
  394. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png" Configuration="Debug" Class="iPad_SpotLight100">
  395. <Platform Name="iOSSimulator">
  396. <Overwrite>true</Overwrite>
  397. </Platform>
  398. </DeployFile>
  399. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png" Configuration="Debug" Class="iPad_SpotLight40">
  400. <Platform Name="iOSSimulator">
  401. <Overwrite>true</Overwrite>
  402. </Platform>
  403. </DeployFile>
  404. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
  405. <Platform Name="Android">
  406. <RemoteName>splash_image.png</RemoteName>
  407. <Overwrite>true</Overwrite>
  408. </Platform>
  409. </DeployFile>
  410. <DeployFile LocalName="Win32\Debug\AutoMapperObjects.exe" Configuration="Debug" Class="ProjectOutput">
  411. <Platform Name="Win32">
  412. <RemoteName>AutoMapperObjects.exe</RemoteName>
  413. <Overwrite>true</Overwrite>
  414. </Platform>
  415. </DeployFile>
  416. <DeployFile LocalName="OSX32\Debug\AutoMapperObjects.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList">
  417. <Platform Name="OSX32">
  418. <RemoteName>Info.plist</RemoteName>
  419. <Overwrite>true</Overwrite>
  420. </Platform>
  421. </DeployFile>
  422. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png" Configuration="Debug" Class="iPhone_AppIcon60">
  423. <Platform Name="iOSSimulator">
  424. <Overwrite>true</Overwrite>
  425. </Platform>
  426. </DeployFile>
  427. <DeployFile LocalName="iOSSimulator\Debug\AutoMapperObjects.info.plist" Configuration="Debug" Class="ProjectiOSInfoPList">
  428. <Platform Name="iOSSimulator">
  429. <RemoteName>Info.plist</RemoteName>
  430. <Overwrite>true</Overwrite>
  431. </Platform>
  432. </DeployFile>
  433. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png" Configuration="Debug" Class="iPhone_AppIcon114">
  434. <Platform Name="iOSSimulator">
  435. <Overwrite>true</Overwrite>
  436. </Platform>
  437. </DeployFile>
  438. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png" Configuration="Debug" Class="iPad_Launch1536">
  439. <Platform Name="iOSSimulator">
  440. <RemoteName>[email protected]</RemoteName>
  441. <Overwrite>true</Overwrite>
  442. </Platform>
  443. </DeployFile>
  444. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
  445. <Platform Name="Android">
  446. <RemoteName>libAutoMapperObjects.so</RemoteName>
  447. <Overwrite>true</Overwrite>
  448. </Platform>
  449. </DeployFile>
  450. <DeployFile LocalName="iOSSimulator\Debug\AutoMapperObjects" Configuration="Debug" Class="ProjectOutput">
  451. <Platform Name="iOSSimulator">
  452. <RemoteName>AutoMapperObjects</RemoteName>
  453. <Overwrite>true</Overwrite>
  454. </Platform>
  455. </DeployFile>
  456. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png" Configuration="Debug" Class="iPad_AppIcon152">
  457. <Platform Name="iOSSimulator">
  458. <Overwrite>true</Overwrite>
  459. </Platform>
  460. </DeployFile>
  461. <DeployFile LocalName="Android\Debug\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef">
  462. <Platform Name="Android">
  463. <Overwrite>true</Overwrite>
  464. </Platform>
  465. </DeployFile>
  466. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png" Configuration="Debug" Class="iPhone_Launch1242">
  467. <Platform Name="iOSSimulator">
  468. <RemoteName>[email protected]</RemoteName>
  469. <Overwrite>true</Overwrite>
  470. </Platform>
  471. </DeployFile>
  472. <DeployFile LocalName="$(BDS)\lib\android\release\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
  473. <Platform Name="Android">
  474. <RemoteName>libAutoMapperObjects.so</RemoteName>
  475. <Overwrite>true</Overwrite>
  476. </Platform>
  477. </DeployFile>
  478. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png" Configuration="Debug" Class="iPhone_Launch750">
  479. <Platform Name="iOSSimulator">
  480. <RemoteName>[email protected]</RemoteName>
  481. <Overwrite>true</Overwrite>
  482. </Platform>
  483. </DeployFile>
  484. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png" Configuration="Debug" Class="iPad_Launch768">
  485. <Platform Name="iOSSimulator">
  486. <RemoteName>Default~ipad.png</RemoteName>
  487. <Overwrite>true</Overwrite>
  488. </Platform>
  489. </DeployFile>
  490. <DeployFile LocalName="Android\Debug\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
  491. <Platform Name="Android">
  492. <Overwrite>true</Overwrite>
  493. </Platform>
  494. </DeployFile>
  495. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
  496. <Platform Name="Android">
  497. <RemoteName>libAutoMapperObjects.so</RemoteName>
  498. <Overwrite>true</Overwrite>
  499. </Platform>
  500. </DeployFile>
  501. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
  502. <Platform Name="Android">
  503. <RemoteName>ic_launcher.png</RemoteName>
  504. <Overwrite>true</Overwrite>
  505. </Platform>
  506. </DeployFile>
  507. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  508. <Platform Name="iOSSimulator">
  509. <Overwrite>true</Overwrite>
  510. </Platform>
  511. </DeployFile>
  512. <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource">
  513. <Platform Name="OSX32">
  514. <RemoteName>AutoMapperObjects.icns</RemoteName>
  515. <Overwrite>true</Overwrite>
  516. </Platform>
  517. </DeployFile>
  518. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  519. <Platform Name="OSX32">
  520. <Overwrite>true</Overwrite>
  521. </Platform>
  522. </DeployFile>
  523. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png" Configuration="Debug" Class="iPad_AppIcon72">
  524. <Platform Name="iOSSimulator">
  525. <Overwrite>true</Overwrite>
  526. </Platform>
  527. </DeployFile>
  528. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png" Configuration="Debug" Class="iPad_Launch768x1024">
  529. <Platform Name="iOSSimulator">
  530. <RemoteName>Default-Portrait~ipad.png</RemoteName>
  531. <Overwrite>true</Overwrite>
  532. </Platform>
  533. </DeployFile>
  534. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  535. <Platform Name="OSX32">
  536. <Overwrite>true</Overwrite>
  537. </Platform>
  538. </DeployFile>
  539. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
  540. <Platform Name="Android">
  541. <RemoteName>ic_launcher.png</RemoteName>
  542. <Overwrite>true</Overwrite>
  543. </Platform>
  544. </DeployFile>
  545. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png" Configuration="Debug" Class="iPhone_Launch640">
  546. <Platform Name="iOSSimulator">
  547. <RemoteName>[email protected]</RemoteName>
  548. <Overwrite>true</Overwrite>
  549. </Platform>
  550. </DeployFile>
  551. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2436x1125.png" Configuration="Debug" Class="iPhone_Launch2436">
  552. <Platform Name="iOSSimulator">
  553. <RemoteName>[email protected]</RemoteName>
  554. <Overwrite>true</Overwrite>
  555. </Platform>
  556. </DeployFile>
  557. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png" Configuration="Debug" Class="iPhone_Spotlight40">
  558. <Platform Name="iOSSimulator">
  559. <Overwrite>true</Overwrite>
  560. </Platform>
  561. </DeployFile>
  562. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png" Configuration="Debug" Class="iPad_Launch2048x1536">
  563. <Platform Name="iOSSimulator">
  564. <RemoteName>Default-Landscape@2x~ipad.png</RemoteName>
  565. <Overwrite>true</Overwrite>
  566. </Platform>
  567. </DeployFile>
  568. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png" Configuration="Debug" Class="iPhone_AppIcon87">
  569. <Platform Name="iOSSimulator">
  570. <Overwrite>true</Overwrite>
  571. </Platform>
  572. </DeployFile>
  573. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png" Configuration="Debug" Class="iPad_Launch1024x768">
  574. <Platform Name="iOSSimulator">
  575. <RemoteName>Default-Landscape~ipad.png</RemoteName>
  576. <Overwrite>true</Overwrite>
  577. </Platform>
  578. </DeployFile>
  579. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png" Configuration="Debug" Class="iPhone_Launch320">
  580. <Platform Name="iOSSimulator">
  581. <RemoteName>Default.png</RemoteName>
  582. <Overwrite>true</Overwrite>
  583. </Platform>
  584. </DeployFile>
  585. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png" Configuration="Debug" Class="iPhone_AppIcon180">
  586. <Platform Name="iOSSimulator">
  587. <Overwrite>true</Overwrite>
  588. </Platform>
  589. </DeployFile>
  590. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
  591. <Platform Name="Android">
  592. <RemoteName>splash_image.png</RemoteName>
  593. <Overwrite>true</Overwrite>
  594. </Platform>
  595. </DeployFile>
  596. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
  597. <Platform Name="Android">
  598. <RemoteName>splash_image.png</RemoteName>
  599. <Overwrite>true</Overwrite>
  600. </Platform>
  601. </DeployFile>
  602. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png" Configuration="Debug" Class="iPad_AppIcon76">
  603. <Platform Name="iOSSimulator">
  604. <Overwrite>true</Overwrite>
  605. </Platform>
  606. </DeployFile>
  607. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
  608. <Platform Name="Android">
  609. <RemoteName>ic_launcher.png</RemoteName>
  610. <Overwrite>true</Overwrite>
  611. </Platform>
  612. </DeployFile>
  613. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  614. <Platform Name="iOSSimulator">
  615. <Overwrite>true</Overwrite>
  616. </Platform>
  617. </DeployFile>
  618. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png" Configuration="Debug" Class="iPad_Setting58">
  619. <Platform Name="iOSSimulator">
  620. <Overwrite>true</Overwrite>
  621. </Platform>
  622. </DeployFile>
  623. <DeployFile LocalName="Android\Debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
  624. <Platform Name="Android">
  625. <RemoteName>classes.dex</RemoteName>
  626. <Overwrite>true</Overwrite>
  627. </Platform>
  628. </DeployFile>
  629. <DeployFile LocalName="$(NDKBasePath)\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Debug" Class="AndroidGDBServer">
  630. <Platform Name="Android">
  631. <Overwrite>true</Overwrite>
  632. </Platform>
  633. </DeployFile>
  634. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png" Configuration="Debug" Class="iPhone_Spotlight80">
  635. <Platform Name="iOSSimulator">
  636. <Overwrite>true</Overwrite>
  637. </Platform>
  638. </DeployFile>
  639. <DeployFile LocalName="Android\Debug\styles.xml" Configuration="Debug" Class="AndroidSplashStyles">
  640. <Platform Name="Android">
  641. <Overwrite>true</Overwrite>
  642. </Platform>
  643. </DeployFile>
  644. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png" Configuration="Debug" Class="iPad_SpotLight80">
  645. <Platform Name="iOSSimulator">
  646. <Overwrite>true</Overwrite>
  647. </Platform>
  648. </DeployFile>
  649. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png" Configuration="Debug" Class="iPad_Launch1536x2048">
  650. <Platform Name="iOSSimulator">
  651. <RemoteName>Default-Portrait@2x~ipad.png</RemoteName>
  652. <Overwrite>true</Overwrite>
  653. </Platform>
  654. </DeployFile>
  655. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png" Configuration="Debug" Class="iPhone_Launch2208">
  656. <Platform Name="iOSSimulator">
  657. <RemoteName>[email protected]</RemoteName>
  658. <Overwrite>true</Overwrite>
  659. </Platform>
  660. </DeployFile>
  661. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png" Configuration="Debug" Class="iPhone_AppIcon120">
  662. <Platform Name="iOSSimulator">
  663. <Overwrite>true</Overwrite>
  664. </Platform>
  665. </DeployFile>
  666. <DeployFile LocalName="OSX32\Debug\AutoMapperObjects" Configuration="Debug" Class="ProjectOutput">
  667. <Platform Name="OSX32">
  668. <RemoteName>AutoMapperObjects</RemoteName>
  669. <Overwrite>true</Overwrite>
  670. </Platform>
  671. </DeployFile>
  672. <DeployFile LocalName="OSX32\Debug\AutoMapperObjects.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements">
  673. <Platform Name="OSX32">
  674. <Overwrite>true</Overwrite>
  675. </Platform>
  676. </DeployFile>
  677. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png" Configuration="Debug" Class="iPhone_AppIcon57">
  678. <Platform Name="iOSSimulator">
  679. <Overwrite>true</Overwrite>
  680. </Platform>
  681. </DeployFile>
  682. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png" Configuration="Debug" Class="iPad_Launch2048">
  683. <Platform Name="iOSSimulator">
  684. <RemoteName>[email protected]</RemoteName>
  685. <Overwrite>true</Overwrite>
  686. </Platform>
  687. </DeployFile>
  688. <DeployFile LocalName="iOSSimulator\Debug\AutoMapperObjects.entitlements" Configuration="Debug" Class="ProjectiOSEntitlements">
  689. <Platform Name="iOSSimulator">
  690. <Overwrite>true</Overwrite>
  691. </Platform>
  692. </DeployFile>
  693. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  694. <Platform Name="iOSSimulator">
  695. <Overwrite>true</Overwrite>
  696. </Platform>
  697. </DeployFile>
  698. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
  699. <Platform Name="Android">
  700. <RemoteName>splash_image.png</RemoteName>
  701. <Overwrite>true</Overwrite>
  702. </Platform>
  703. </DeployFile>
  704. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png" Configuration="Debug" Class="iPad_SpotLight50">
  705. <Platform Name="iOSSimulator">
  706. <Overwrite>true</Overwrite>
  707. </Platform>
  708. </DeployFile>
  709. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png" Configuration="Debug" Class="iPhone_Launch640x1136">
  710. <Platform Name="iOSSimulator">
  711. <RemoteName>[email protected]</RemoteName>
  712. <Overwrite>true</Overwrite>
  713. </Platform>
  714. </DeployFile>
  715. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png" Configuration="Debug" Class="iPhone_Spotlight29">
  716. <Platform Name="iOSSimulator">
  717. <Overwrite>true</Overwrite>
  718. </Platform>
  719. </DeployFile>
  720. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule">
  721. <Platform Name="OSX64">
  722. <Overwrite>true</Overwrite>
  723. </Platform>
  724. </DeployFile>
  725. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png" Configuration="Debug" Class="iPad_Setting29">
  726. <Platform Name="iOSSimulator">
  727. <Overwrite>true</Overwrite>
  728. </Platform>
  729. </DeployFile>
  730. <DeployFile LocalName="Android\Debug\libAutoMapperObjects.so" Configuration="Debug" Class="ProjectOutput">
  731. <Platform Name="Android">
  732. <RemoteName>libAutoMapperObjects.so</RemoteName>
  733. <Overwrite>true</Overwrite>
  734. </Platform>
  735. </DeployFile>
  736. <DeployFile LocalName="Android\Debug\styles-v21.xml" Configuration="Debug" Class="AndroidSplashStylesV21">
  737. <Platform Name="Android">
  738. <RemoteName>styles.xml</RemoteName>
  739. <Overwrite>true</Overwrite>
  740. </Platform>
  741. </DeployFile>
  742. <DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png" Configuration="Debug" Class="iPad_Launch1024">
  743. <Platform Name="iOSSimulator">
  744. <RemoteName>Default-Landscape.png</RemoteName>
  745. <Overwrite>true</Overwrite>
  746. </Platform>
  747. </DeployFile>
  748. <DeployClass Name="AdditionalDebugSymbols">
  749. <Platform Name="iOSSimulator">
  750. <Operation>1</Operation>
  751. </Platform>
  752. <Platform Name="OSX32">
  753. <RemoteDir>Contents\MacOS</RemoteDir>
  754. <Operation>1</Operation>
  755. </Platform>
  756. <Platform Name="Win32">
  757. <Operation>0</Operation>
  758. </Platform>
  759. </DeployClass>
  760. <DeployClass Name="AndroidClassesDexFile">
  761. <Platform Name="Android">
  762. <RemoteDir>classes</RemoteDir>
  763. <Operation>1</Operation>
  764. </Platform>
  765. </DeployClass>
  766. <DeployClass Name="AndroidFileProvider">
  767. <Platform Name="Android">
  768. <RemoteDir>res\xml</RemoteDir>
  769. <Operation>1</Operation>
  770. </Platform>
  771. </DeployClass>
  772. <DeployClass Name="AndroidGDBServer">
  773. <Platform Name="Android">
  774. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  775. <Operation>1</Operation>
  776. </Platform>
  777. </DeployClass>
  778. <DeployClass Name="AndroidLibnativeArmeabiFile">
  779. <Platform Name="Android">
  780. <RemoteDir>library\lib\armeabi</RemoteDir>
  781. <Operation>1</Operation>
  782. </Platform>
  783. </DeployClass>
  784. <DeployClass Name="AndroidLibnativeMipsFile">
  785. <Platform Name="Android">
  786. <RemoteDir>library\lib\mips</RemoteDir>
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="AndroidServiceOutput">
  791. <Platform Name="Android">
  792. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="AndroidSplashImageDef">
  797. <Platform Name="Android">
  798. <RemoteDir>res\drawable</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. </DeployClass>
  802. <DeployClass Name="AndroidSplashStyles">
  803. <Platform Name="Android">
  804. <RemoteDir>res\values</RemoteDir>
  805. <Operation>1</Operation>
  806. </Platform>
  807. </DeployClass>
  808. <DeployClass Name="AndroidSplashStylesV21">
  809. <Platform Name="Android">
  810. <RemoteDir>res\values-v21</RemoteDir>
  811. <Operation>1</Operation>
  812. </Platform>
  813. </DeployClass>
  814. <DeployClass Name="Android_DefaultAppIcon">
  815. <Platform Name="Android">
  816. <RemoteDir>res\drawable</RemoteDir>
  817. <Operation>1</Operation>
  818. </Platform>
  819. </DeployClass>
  820. <DeployClass Name="Android_LauncherIcon144">
  821. <Platform Name="Android">
  822. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  823. <Operation>1</Operation>
  824. </Platform>
  825. </DeployClass>
  826. <DeployClass Name="Android_LauncherIcon36">
  827. <Platform Name="Android">
  828. <RemoteDir>res\drawable-ldpi</RemoteDir>
  829. <Operation>1</Operation>
  830. </Platform>
  831. </DeployClass>
  832. <DeployClass Name="Android_LauncherIcon48">
  833. <Platform Name="Android">
  834. <RemoteDir>res\drawable-mdpi</RemoteDir>
  835. <Operation>1</Operation>
  836. </Platform>
  837. </DeployClass>
  838. <DeployClass Name="Android_LauncherIcon72">
  839. <Platform Name="Android">
  840. <RemoteDir>res\drawable-hdpi</RemoteDir>
  841. <Operation>1</Operation>
  842. </Platform>
  843. </DeployClass>
  844. <DeployClass Name="Android_LauncherIcon96">
  845. <Platform Name="Android">
  846. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  847. <Operation>1</Operation>
  848. </Platform>
  849. </DeployClass>
  850. <DeployClass Name="Android_SplashImage426">
  851. <Platform Name="Android">
  852. <RemoteDir>res\drawable-small</RemoteDir>
  853. <Operation>1</Operation>
  854. </Platform>
  855. </DeployClass>
  856. <DeployClass Name="Android_SplashImage470">
  857. <Platform Name="Android">
  858. <RemoteDir>res\drawable-normal</RemoteDir>
  859. <Operation>1</Operation>
  860. </Platform>
  861. </DeployClass>
  862. <DeployClass Name="Android_SplashImage640">
  863. <Platform Name="Android">
  864. <RemoteDir>res\drawable-large</RemoteDir>
  865. <Operation>1</Operation>
  866. </Platform>
  867. </DeployClass>
  868. <DeployClass Name="Android_SplashImage960">
  869. <Platform Name="Android">
  870. <RemoteDir>res\drawable-xlarge</RemoteDir>
  871. <Operation>1</Operation>
  872. </Platform>
  873. </DeployClass>
  874. <DeployClass Name="DebugSymbols">
  875. <Platform Name="iOSSimulator">
  876. <Operation>1</Operation>
  877. </Platform>
  878. <Platform Name="OSX32">
  879. <RemoteDir>Contents\MacOS</RemoteDir>
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="Win32">
  883. <Operation>0</Operation>
  884. </Platform>
  885. </DeployClass>
  886. <DeployClass Name="DependencyFramework">
  887. <Platform Name="OSX32">
  888. <RemoteDir>Contents\MacOS</RemoteDir>
  889. <Operation>1</Operation>
  890. <Extensions>.framework</Extensions>
  891. </Platform>
  892. <Platform Name="OSX64">
  893. <RemoteDir>Contents\MacOS</RemoteDir>
  894. <Operation>1</Operation>
  895. <Extensions>.framework</Extensions>
  896. </Platform>
  897. <Platform Name="Win32">
  898. <Operation>0</Operation>
  899. </Platform>
  900. </DeployClass>
  901. <DeployClass Name="DependencyModule">
  902. <Platform Name="iOSDevice32">
  903. <Operation>1</Operation>
  904. <Extensions>.dylib</Extensions>
  905. </Platform>
  906. <Platform Name="iOSDevice64">
  907. <Operation>1</Operation>
  908. <Extensions>.dylib</Extensions>
  909. </Platform>
  910. <Platform Name="iOSSimulator">
  911. <Operation>1</Operation>
  912. <Extensions>.dylib</Extensions>
  913. </Platform>
  914. <Platform Name="OSX32">
  915. <RemoteDir>Contents\MacOS</RemoteDir>
  916. <Operation>1</Operation>
  917. <Extensions>.dylib</Extensions>
  918. </Platform>
  919. <Platform Name="OSX64">
  920. <RemoteDir>Contents\MacOS</RemoteDir>
  921. <Operation>1</Operation>
  922. <Extensions>.dylib</Extensions>
  923. </Platform>
  924. <Platform Name="Win32">
  925. <Operation>0</Operation>
  926. <Extensions>.dll;.bpl</Extensions>
  927. </Platform>
  928. </DeployClass>
  929. <DeployClass Required="true" Name="DependencyPackage">
  930. <Platform Name="iOSDevice32">
  931. <Operation>1</Operation>
  932. <Extensions>.dylib</Extensions>
  933. </Platform>
  934. <Platform Name="iOSDevice64">
  935. <Operation>1</Operation>
  936. <Extensions>.dylib</Extensions>
  937. </Platform>
  938. <Platform Name="iOSSimulator">
  939. <Operation>1</Operation>
  940. <Extensions>.dylib</Extensions>
  941. </Platform>
  942. <Platform Name="OSX32">
  943. <RemoteDir>Contents\MacOS</RemoteDir>
  944. <Operation>1</Operation>
  945. <Extensions>.dylib</Extensions>
  946. </Platform>
  947. <Platform Name="OSX64">
  948. <RemoteDir>Contents\MacOS</RemoteDir>
  949. <Operation>1</Operation>
  950. <Extensions>.dylib</Extensions>
  951. </Platform>
  952. <Platform Name="Win32">
  953. <Operation>0</Operation>
  954. <Extensions>.bpl</Extensions>
  955. </Platform>
  956. </DeployClass>
  957. <DeployClass Name="File">
  958. <Platform Name="Android">
  959. <Operation>0</Operation>
  960. </Platform>
  961. <Platform Name="iOSDevice32">
  962. <Operation>0</Operation>
  963. </Platform>
  964. <Platform Name="iOSDevice64">
  965. <Operation>0</Operation>
  966. </Platform>
  967. <Platform Name="iOSSimulator">
  968. <Operation>0</Operation>
  969. </Platform>
  970. <Platform Name="OSX32">
  971. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  972. <Operation>0</Operation>
  973. </Platform>
  974. <Platform Name="OSX64">
  975. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  976. <Operation>0</Operation>
  977. </Platform>
  978. <Platform Name="Win32">
  979. <Operation>0</Operation>
  980. </Platform>
  981. </DeployClass>
  982. <DeployClass Name="iPad_Launch1024">
  983. <Platform Name="iOSDevice32">
  984. <Operation>1</Operation>
  985. </Platform>
  986. <Platform Name="iOSDevice64">
  987. <Operation>1</Operation>
  988. </Platform>
  989. <Platform Name="iOSSimulator">
  990. <Operation>1</Operation>
  991. </Platform>
  992. </DeployClass>
  993. <DeployClass Name="iPad_Launch1536">
  994. <Platform Name="iOSDevice32">
  995. <Operation>1</Operation>
  996. </Platform>
  997. <Platform Name="iOSDevice64">
  998. <Operation>1</Operation>
  999. </Platform>
  1000. <Platform Name="iOSSimulator">
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. </DeployClass>
  1004. <DeployClass Name="iPad_Launch2048">
  1005. <Platform Name="iOSDevice32">
  1006. <Operation>1</Operation>
  1007. </Platform>
  1008. <Platform Name="iOSDevice64">
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. <Platform Name="iOSSimulator">
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. </DeployClass>
  1015. <DeployClass Name="iPad_Launch768">
  1016. <Platform Name="iOSDevice32">
  1017. <Operation>1</Operation>
  1018. </Platform>
  1019. <Platform Name="iOSDevice64">
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. <Platform Name="iOSSimulator">
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. </DeployClass>
  1026. <DeployClass Name="iPhone_Launch320">
  1027. <Platform Name="iOSDevice32">
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. <Platform Name="iOSDevice64">
  1031. <Operation>1</Operation>
  1032. </Platform>
  1033. <Platform Name="iOSSimulator">
  1034. <Operation>1</Operation>
  1035. </Platform>
  1036. </DeployClass>
  1037. <DeployClass Name="iPhone_Launch640">
  1038. <Platform Name="iOSDevice32">
  1039. <Operation>1</Operation>
  1040. </Platform>
  1041. <Platform Name="iOSDevice64">
  1042. <Operation>1</Operation>
  1043. </Platform>
  1044. <Platform Name="iOSSimulator">
  1045. <Operation>1</Operation>
  1046. </Platform>
  1047. </DeployClass>
  1048. <DeployClass Name="iPhone_Launch640x1136">
  1049. <Platform Name="iOSDevice32">
  1050. <Operation>1</Operation>
  1051. </Platform>
  1052. <Platform Name="iOSDevice64">
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="iOSSimulator">
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. </DeployClass>
  1059. <DeployClass Name="ProjectAndroidManifest">
  1060. <Platform Name="Android">
  1061. <Operation>1</Operation>
  1062. </Platform>
  1063. </DeployClass>
  1064. <DeployClass Name="ProjectiOSDeviceDebug">
  1065. <Platform Name="iOSDevice32">
  1066. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1067. <Operation>1</Operation>
  1068. </Platform>
  1069. <Platform Name="iOSDevice64">
  1070. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1071. <Operation>1</Operation>
  1072. </Platform>
  1073. </DeployClass>
  1074. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1075. <Platform Name="iOSDevice32">
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. <Platform Name="iOSDevice64">
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. </DeployClass>
  1082. <DeployClass Name="ProjectiOSEntitlements">
  1083. <Platform Name="iOSDevice32">
  1084. <RemoteDir>..\</RemoteDir>
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. <Platform Name="iOSDevice64">
  1088. <RemoteDir>..\</RemoteDir>
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. </DeployClass>
  1092. <DeployClass Name="ProjectiOSInfoPList">
  1093. <Platform Name="iOSDevice32">
  1094. <Operation>1</Operation>
  1095. </Platform>
  1096. <Platform Name="iOSDevice64">
  1097. <Operation>1</Operation>
  1098. </Platform>
  1099. <Platform Name="iOSSimulator">
  1100. <Operation>1</Operation>
  1101. </Platform>
  1102. </DeployClass>
  1103. <DeployClass Name="ProjectiOSResource">
  1104. <Platform Name="iOSDevice32">
  1105. <Operation>1</Operation>
  1106. </Platform>
  1107. <Platform Name="iOSDevice64">
  1108. <Operation>1</Operation>
  1109. </Platform>
  1110. <Platform Name="iOSSimulator">
  1111. <Operation>1</Operation>
  1112. </Platform>
  1113. </DeployClass>
  1114. <DeployClass Name="ProjectOSXDebug">
  1115. <Platform Name="OSX64">
  1116. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1117. <Operation>1</Operation>
  1118. </Platform>
  1119. </DeployClass>
  1120. <DeployClass Name="ProjectOSXEntitlements">
  1121. <Platform Name="OSX32">
  1122. <RemoteDir>..\</RemoteDir>
  1123. <Operation>1</Operation>
  1124. </Platform>
  1125. <Platform Name="OSX64">
  1126. <RemoteDir>..\</RemoteDir>
  1127. <Operation>1</Operation>
  1128. </Platform>
  1129. </DeployClass>
  1130. <DeployClass Name="ProjectOSXInfoPList">
  1131. <Platform Name="OSX32">
  1132. <RemoteDir>Contents</RemoteDir>
  1133. <Operation>1</Operation>
  1134. </Platform>
  1135. <Platform Name="OSX64">
  1136. <RemoteDir>Contents</RemoteDir>
  1137. <Operation>1</Operation>
  1138. </Platform>
  1139. </DeployClass>
  1140. <DeployClass Name="ProjectOSXResource">
  1141. <Platform Name="OSX32">
  1142. <RemoteDir>Contents\Resources</RemoteDir>
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. <Platform Name="OSX64">
  1146. <RemoteDir>Contents\Resources</RemoteDir>
  1147. <Operation>1</Operation>
  1148. </Platform>
  1149. </DeployClass>
  1150. <DeployClass Required="true" Name="ProjectOutput">
  1151. <Platform Name="Android">
  1152. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1153. <Operation>1</Operation>
  1154. </Platform>
  1155. <Platform Name="iOSDevice32">
  1156. <Operation>1</Operation>
  1157. </Platform>
  1158. <Platform Name="iOSDevice64">
  1159. <Operation>1</Operation>
  1160. </Platform>
  1161. <Platform Name="iOSSimulator">
  1162. <Operation>1</Operation>
  1163. </Platform>
  1164. <Platform Name="Linux64">
  1165. <Operation>1</Operation>
  1166. </Platform>
  1167. <Platform Name="OSX32">
  1168. <RemoteDir>Contents\MacOS</RemoteDir>
  1169. <Operation>1</Operation>
  1170. </Platform>
  1171. <Platform Name="OSX64">
  1172. <RemoteDir>Contents\MacOS</RemoteDir>
  1173. <Operation>1</Operation>
  1174. </Platform>
  1175. <Platform Name="Win32">
  1176. <Operation>0</Operation>
  1177. </Platform>
  1178. </DeployClass>
  1179. <DeployClass Name="ProjectUWPManifest">
  1180. <Platform Name="Win32">
  1181. <Operation>1</Operation>
  1182. </Platform>
  1183. <Platform Name="Win64">
  1184. <Operation>1</Operation>
  1185. </Platform>
  1186. </DeployClass>
  1187. <DeployClass Name="UWP_DelphiLogo150">
  1188. <Platform Name="Win32">
  1189. <RemoteDir>Assets</RemoteDir>
  1190. <Operation>1</Operation>
  1191. </Platform>
  1192. <Platform Name="Win64">
  1193. <RemoteDir>Assets</RemoteDir>
  1194. <Operation>1</Operation>
  1195. </Platform>
  1196. </DeployClass>
  1197. <DeployClass Name="UWP_DelphiLogo44">
  1198. <Platform Name="Win32">
  1199. <RemoteDir>Assets</RemoteDir>
  1200. <Operation>1</Operation>
  1201. </Platform>
  1202. <Platform Name="Win64">
  1203. <RemoteDir>Assets</RemoteDir>
  1204. <Operation>1</Operation>
  1205. </Platform>
  1206. </DeployClass>
  1207. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1208. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1209. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1210. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1211. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1212. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1213. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1214. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1215. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1216. </Deployment>
  1217. <Platforms>
  1218. <Platform value="Android">True</Platform>
  1219. <Platform value="iOSDevice32">True</Platform>
  1220. <Platform value="iOSDevice64">True</Platform>
  1221. <Platform value="iOSSimulator">True</Platform>
  1222. <Platform value="OSX32">True</Platform>
  1223. <Platform value="Win32">True</Platform>
  1224. <Platform value="Win64">True</Platform>
  1225. </Platforms>
  1226. </BorlandProject>
  1227. <ProjectFileVersion>12</ProjectFileVersion>
  1228. </ProjectExtensions>
  1229. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1230. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1231. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1232. <ProjectExtensions/>
  1233. </Project>