DAServer.dproj 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{CB10F1DB-E53B-4239-BCBD-F478BC219F08}</ProjectGuid>
  4. <MainSource>DAServer.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>5251</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>18.7</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  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)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
  27. <Base_iOSSimulator>true</Base_iOSSimulator>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  32. <Base_Win32>true</Base_Win32>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  37. <Base_Win64>true</Base_Win64>
  38. <CfgParent>Base</CfgParent>
  39. <Base>true</Base>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  42. <Cfg_1>true</Cfg_1>
  43. <CfgParent>Base</CfgParent>
  44. <Base>true</Base>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  47. <Cfg_1_Win32>true</Cfg_1_Win32>
  48. <CfgParent>Cfg_1</CfgParent>
  49. <Cfg_1>true</Cfg_1>
  50. <Base>true</Base>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  53. <Cfg_1_Win64>true</Cfg_1_Win64>
  54. <CfgParent>Cfg_1</CfgParent>
  55. <Cfg_1>true</Cfg_1>
  56. <Base>true</Base>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  59. <Cfg_2>true</Cfg_2>
  60. <CfgParent>Base</CfgParent>
  61. <Base>true</Base>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="('$(Platform)'=='iOSDevice32' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice32)'!=''">
  64. <Cfg_2_iOSDevice32>true</Cfg_2_iOSDevice32>
  65. <CfgParent>Cfg_2</CfgParent>
  66. <Cfg_2>true</Cfg_2>
  67. <Base>true</Base>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
  70. <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
  71. <CfgParent>Cfg_2</CfgParent>
  72. <Cfg_2>true</Cfg_2>
  73. <Base>true</Base>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSSimulator)'!=''">
  76. <Cfg_2_iOSSimulator>true</Cfg_2_iOSSimulator>
  77. <CfgParent>Cfg_2</CfgParent>
  78. <Cfg_2>true</Cfg_2>
  79. <Base>true</Base>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="('$(Platform)'=='Linux64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Linux64)'!=''">
  82. <Cfg_2_Linux64>true</Cfg_2_Linux64>
  83. <CfgParent>Cfg_2</CfgParent>
  84. <Cfg_2>true</Cfg_2>
  85. <Base>true</Base>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX64)'!=''">
  88. <Cfg_2_OSX64>true</Cfg_2_OSX64>
  89. <CfgParent>Cfg_2</CfgParent>
  90. <Cfg_2>true</Cfg_2>
  91. <Base>true</Base>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  94. <Cfg_2_Win32>true</Cfg_2_Win32>
  95. <CfgParent>Cfg_2</CfgParent>
  96. <Cfg_2>true</Cfg_2>
  97. <Base>true</Base>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  100. <Cfg_2_Win64>true</Cfg_2_Win64>
  101. <CfgParent>Cfg_2</CfgParent>
  102. <Cfg_2>true</Cfg_2>
  103. <Base>true</Base>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Base)'!=''">
  106. <DCC_DebugInformation>1</DCC_DebugInformation>
  107. <DCC_E>false</DCC_E>
  108. <DCC_F>false</DCC_F>
  109. <DCC_K>false</DCC_K>
  110. <DCC_N>true</DCC_N>
  111. <DCC_S>false</DCC_S>
  112. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  113. <DCC_ImageBase>00400000</DCC_ImageBase>
  114. <DCC_ExeOutput>.\bin\</DCC_ExeOutput>
  115. <DCC_DcuOutput>.\dcu\</DCC_DcuOutput>
  116. <SanitizedProjectName>DAServer</SanitizedProjectName>
  117. <VerInfo_Locale>1033</VerInfo_Locale>
  118. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  119. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  120. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  121. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  122. <BRCC_IncludePath>E:\Components\tmssoftware\TMS Cryptography Pack\libLinux;$(BRCC_IncludePath)</BRCC_IncludePath>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Base_Android)'!=''">
  125. <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>
  126. <BT_BuildType>Debug</BT_BuildType>
  127. <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
  128. <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
  129. <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
  130. <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
  131. <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
  132. <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
  133. <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
  134. <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
  135. <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
  136. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  137. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  138. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  139. <AUP_CAMERA>true</AUP_CAMERA>
  140. <AUP_INTERNET>true</AUP_INTERNET>
  141. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  142. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  143. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  144. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  145. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  146. <Android_NotificationIcon24>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_24x24.png</Android_NotificationIcon24>
  147. <Android_NotificationIcon36>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_36x36.png</Android_NotificationIcon36>
  148. <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
  149. <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
  150. <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
  151. <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>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Base_iOSDevice32)'!=''">
  154. <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;NSLocationAlwaysAndWhenInUseUsageDescription=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;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false</VerInfo_Keys>
  155. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  156. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  157. <BT_BuildType>Debug</BT_BuildType>
  158. <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
  159. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  160. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  161. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  162. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  163. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  164. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  165. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  166. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  167. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  168. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  169. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  170. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
  173. <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;NSLocationAlwaysAndWhenInUseUsageDescription=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;NSPhotoLibraryAddUsageDescription=The reason for adding to the photo library;NSCameraUsageDescription=The reason for accessing the camera;NSFaceIDUsageDescription=The reason for accessing the face id;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSSiriUsageDescription=The reason for accessing Siri;ITSAppUsesNonExemptEncryption=false</VerInfo_Keys>
  174. <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
  175. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  176. <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
  177. <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
  178. <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
  179. <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
  180. <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
  181. <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
  182. <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
  183. <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
  184. <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
  185. <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
  186. <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
  187. <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
  188. </PropertyGroup>
  189. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  190. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  191. <BT_BuildType>Debug</BT_BuildType>
  192. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
  193. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  194. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  195. <Manifest_File>(None)</Manifest_File>
  196. </PropertyGroup>
  197. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  198. <Icon_MainIcon>DezqSvrServer_Icon.ico</Icon_MainIcon>
  199. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  200. <BT_BuildType>Debug</BT_BuildType>
  201. <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>
  202. </PropertyGroup>
  203. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  204. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  205. <DCC_DebugInformation>0</DCC_DebugInformation>
  206. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  207. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  208. </PropertyGroup>
  209. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  210. <Icon_MainIcon>DezqSvrServer_Icon.ico</Icon_MainIcon>
  211. </PropertyGroup>
  212. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  213. <Icon_MainIcon>DezqSvrServer_Icon.ico</Icon_MainIcon>
  214. </PropertyGroup>
  215. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  216. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  217. <DCC_Optimize>false</DCC_Optimize>
  218. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  219. </PropertyGroup>
  220. <PropertyGroup Condition="'$(Cfg_2_iOSDevice32)'!=''">
  221. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  222. </PropertyGroup>
  223. <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
  224. <BT_BuildType>Debug</BT_BuildType>
  225. </PropertyGroup>
  226. <PropertyGroup Condition="'$(Cfg_2_iOSSimulator)'!=''">
  227. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  228. </PropertyGroup>
  229. <PropertyGroup Condition="'$(Cfg_2_Linux64)'!=''">
  230. <BRCC_IncludePath>E:\Components\tmssoftware\TMS Cryptography Pack;$(BRCC_IncludePath)</BRCC_IncludePath>
  231. <Debugger_Launcher>/usr/bin/xterm -e &quot;%debuggee%&quot;</Debugger_Launcher>
  232. <Manifest_File>(None)</Manifest_File>
  233. </PropertyGroup>
  234. <PropertyGroup Condition="'$(Cfg_2_OSX64)'!=''">
  235. <BT_BuildType>Debug</BT_BuildType>
  236. </PropertyGroup>
  237. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  238. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
  239. <Manifest_File>(None)</Manifest_File>
  240. </PropertyGroup>
  241. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  242. <Icon_MainIcon>DezqSvrServer_Icon.ico</Icon_MainIcon>
  243. </PropertyGroup>
  244. <ItemGroup>
  245. <DelphiCompile Include="$(MainSource)">
  246. <MainSource>MainSource</MainSource>
  247. </DelphiCompile>
  248. <DCCReference Include="Modules.Server.pas">
  249. <Form>dmServer</Form>
  250. <FormType>dfm</FormType>
  251. <DesignClass>TDataModule</DesignClass>
  252. </DCCReference>
  253. <DCCReference Include="DataService_Impl.pas">
  254. <Form>DataService</Form>
  255. <FormType>dfm</FormType>
  256. <DesignClass>TDataAbstractService</DesignClass>
  257. </DCCReference>
  258. <DCCReference Include="..\Common\Units.Types.pas"/>
  259. <DCCReference Include="DAServer_Intf.pas"/>
  260. <DCCReference Include="DAServer_Invk.pas"/>
  261. <BuildConfiguration Include="Debug">
  262. <Key>Cfg_2</Key>
  263. <CfgParent>Base</CfgParent>
  264. </BuildConfiguration>
  265. <BuildConfiguration Include="Base">
  266. <Key>Base</Key>
  267. </BuildConfiguration>
  268. <BuildConfiguration Include="Release">
  269. <Key>Cfg_1</Key>
  270. <CfgParent>Base</CfgParent>
  271. </BuildConfiguration>
  272. </ItemGroup>
  273. <ProjectExtensions>
  274. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  275. <Borland.ProjectType/>
  276. <BorlandProject>
  277. <Delphi.Personality>
  278. <Source>
  279. <Source Name="MainSource">DAServer.dpr</Source>
  280. </Source>
  281. <Excluded_Packages>
  282. <Excluded_Packages Name="E:\Delphi\Bpl\Win32\Utils.bpl">C-Quel utilities</Excluded_Packages>
  283. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  284. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  285. <Excluded_Packages Name="E:\Components\FastReport 6 VCL Professional\LibD26\dclfrxIBX26.bpl">FastReport 6.0 IBX Components</Excluded_Packages>
  286. <Excluded_Packages Name="E:\Components\FastReport 6 VCL Professional\LibD26\dclfsIBX26.bpl">FastScript 1.9 IBX Components</Excluded_Packages>
  287. </Excluded_Packages>
  288. </Delphi.Personality>
  289. <Platforms>
  290. <Platform value="Android">False</Platform>
  291. <Platform value="iOSDevice32">False</Platform>
  292. <Platform value="iOSDevice64">True</Platform>
  293. <Platform value="iOSSimulator">False</Platform>
  294. <Platform value="Linux64">True</Platform>
  295. <Platform value="OSX32">False</Platform>
  296. <Platform value="OSX64">True</Platform>
  297. <Platform value="Win32">True</Platform>
  298. <Platform value="Win64">True</Platform>
  299. </Platforms>
  300. <Deployment Version="3">
  301. <DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Configuration="Debug" Class="UWP_DelphiLogo150">
  302. <Platform Name="Win32">
  303. <RemoteDir>Assets\</RemoteDir>
  304. <RemoteName>Logo150x150.png</RemoteName>
  305. <Overwrite>true</Overwrite>
  306. </Platform>
  307. </DeployFile>
  308. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  309. <Platform Name="OSX32">
  310. <Overwrite>true</Overwrite>
  311. </Platform>
  312. </DeployFile>
  313. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  314. <Platform Name="iOSSimulator">
  315. <Overwrite>true</Overwrite>
  316. </Platform>
  317. </DeployFile>
  318. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  319. <Platform Name="iOSSimulator">
  320. <Overwrite>true</Overwrite>
  321. </Platform>
  322. </DeployFile>
  323. <DeployFile LocalName="bin\DAServer.exe" Configuration="Debug" Class="ProjectOutput">
  324. <Platform Name="Win32">
  325. <RemoteName>DAServer.exe</RemoteName>
  326. <Overwrite>true</Overwrite>
  327. </Platform>
  328. </DeployFile>
  329. <DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Configuration="Debug" Class="UWP_DelphiLogo44">
  330. <Platform Name="Win32">
  331. <RemoteDir>Assets\</RemoteDir>
  332. <RemoteName>Logo44x44.png</RemoteName>
  333. <Overwrite>true</Overwrite>
  334. </Platform>
  335. </DeployFile>
  336. <DeployClass Name="AdditionalDebugSymbols">
  337. <Platform Name="OSX32">
  338. <Operation>1</Operation>
  339. </Platform>
  340. <Platform Name="Win32">
  341. <Operation>0</Operation>
  342. </Platform>
  343. </DeployClass>
  344. <DeployClass Name="AndroidClassesDexFile">
  345. <Platform Name="Android">
  346. <RemoteDir>classes</RemoteDir>
  347. <Operation>1</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="AndroidFileProvider">
  351. <Platform Name="Android">
  352. <RemoteDir>res\xml</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="AndroidGDBServer">
  357. <Platform Name="Android">
  358. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. </DeployClass>
  362. <DeployClass Name="AndroidLibnativeArmeabiFile">
  363. <Platform Name="Android">
  364. <RemoteDir>library\lib\armeabi</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. </DeployClass>
  368. <DeployClass Name="AndroidLibnativeMipsFile">
  369. <Platform Name="Android">
  370. <RemoteDir>library\lib\mips</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. </DeployClass>
  374. <DeployClass Name="AndroidServiceOutput">
  375. <Platform Name="Android">
  376. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="AndroidSplashImageDef">
  381. <Platform Name="Android">
  382. <RemoteDir>res\drawable</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. </DeployClass>
  386. <DeployClass Name="AndroidSplashStyles">
  387. <Platform Name="Android">
  388. <RemoteDir>res\values</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="AndroidSplashStylesV21">
  393. <Platform Name="Android">
  394. <RemoteDir>res\values-v21</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="Android_Colors">
  399. <Platform Name="Android">
  400. <RemoteDir>res\values</RemoteDir>
  401. <Operation>1</Operation>
  402. </Platform>
  403. </DeployClass>
  404. <DeployClass Name="Android_DefaultAppIcon">
  405. <Platform Name="Android">
  406. <RemoteDir>res\drawable</RemoteDir>
  407. <Operation>1</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="Android_LauncherIcon144">
  411. <Platform Name="Android">
  412. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Name="Android_LauncherIcon36">
  417. <Platform Name="Android">
  418. <RemoteDir>res\drawable-ldpi</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. </DeployClass>
  422. <DeployClass Name="Android_LauncherIcon48">
  423. <Platform Name="Android">
  424. <RemoteDir>res\drawable-mdpi</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. </DeployClass>
  428. <DeployClass Name="Android_LauncherIcon72">
  429. <Platform Name="Android">
  430. <RemoteDir>res\drawable-hdpi</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. </DeployClass>
  434. <DeployClass Name="Android_LauncherIcon96">
  435. <Platform Name="Android">
  436. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="Android_NotificationIcon24">
  441. <Platform Name="Android">
  442. <RemoteDir>res\drawable-mdpi</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. </DeployClass>
  446. <DeployClass Name="Android_NotificationIcon36">
  447. <Platform Name="Android">
  448. <RemoteDir>res\drawable-hdpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="Android_NotificationIcon48">
  453. <Platform Name="Android">
  454. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="Android_NotificationIcon72">
  459. <Platform Name="Android">
  460. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. </DeployClass>
  464. <DeployClass Name="Android_NotificationIcon96">
  465. <Platform Name="Android">
  466. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="Android_SplashImage426">
  471. <Platform Name="Android">
  472. <RemoteDir>res\drawable-small</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="Android_SplashImage470">
  477. <Platform Name="Android">
  478. <RemoteDir>res\drawable-normal</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="Android_SplashImage640">
  483. <Platform Name="Android">
  484. <RemoteDir>res\drawable-large</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. </DeployClass>
  488. <DeployClass Name="Android_SplashImage960">
  489. <Platform Name="Android">
  490. <RemoteDir>res\drawable-xlarge</RemoteDir>
  491. <Operation>1</Operation>
  492. </Platform>
  493. </DeployClass>
  494. <DeployClass Name="Android_Strings">
  495. <Platform Name="Android">
  496. <RemoteDir>res\values</RemoteDir>
  497. <Operation>1</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="DebugSymbols">
  501. <Platform Name="iOSSimulator">
  502. <Operation>1</Operation>
  503. </Platform>
  504. <Platform Name="OSX32">
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="Win32">
  508. <Operation>0</Operation>
  509. </Platform>
  510. </DeployClass>
  511. <DeployClass Name="DependencyFramework">
  512. <Platform Name="OSX32">
  513. <Operation>1</Operation>
  514. <Extensions>.framework</Extensions>
  515. </Platform>
  516. <Platform Name="OSX64">
  517. <Operation>1</Operation>
  518. <Extensions>.framework</Extensions>
  519. </Platform>
  520. <Platform Name="Win32">
  521. <Operation>0</Operation>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Name="DependencyModule">
  525. <Platform Name="OSX32">
  526. <Operation>1</Operation>
  527. <Extensions>.dylib</Extensions>
  528. </Platform>
  529. <Platform Name="OSX64">
  530. <Operation>1</Operation>
  531. <Extensions>.dylib</Extensions>
  532. </Platform>
  533. <Platform Name="Win32">
  534. <Operation>0</Operation>
  535. <Extensions>.dll;.bpl</Extensions>
  536. </Platform>
  537. </DeployClass>
  538. <DeployClass Required="true" Name="DependencyPackage">
  539. <Platform Name="iOSDevice32">
  540. <Operation>1</Operation>
  541. <Extensions>.dylib</Extensions>
  542. </Platform>
  543. <Platform Name="iOSDevice64">
  544. <Operation>1</Operation>
  545. <Extensions>.dylib</Extensions>
  546. </Platform>
  547. <Platform Name="iOSSimulator">
  548. <Operation>1</Operation>
  549. <Extensions>.dylib</Extensions>
  550. </Platform>
  551. <Platform Name="OSX32">
  552. <Operation>1</Operation>
  553. <Extensions>.dylib</Extensions>
  554. </Platform>
  555. <Platform Name="OSX64">
  556. <Operation>1</Operation>
  557. <Extensions>.dylib</Extensions>
  558. </Platform>
  559. <Platform Name="Win32">
  560. <Operation>0</Operation>
  561. <Extensions>.bpl</Extensions>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="File">
  565. <Platform Name="Android">
  566. <Operation>0</Operation>
  567. </Platform>
  568. <Platform Name="iOSDevice32">
  569. <Operation>0</Operation>
  570. </Platform>
  571. <Platform Name="iOSDevice64">
  572. <Operation>0</Operation>
  573. </Platform>
  574. <Platform Name="iOSSimulator">
  575. <Operation>0</Operation>
  576. </Platform>
  577. <Platform Name="OSX32">
  578. <Operation>0</Operation>
  579. </Platform>
  580. <Platform Name="OSX64">
  581. <Operation>0</Operation>
  582. </Platform>
  583. <Platform Name="Win32">
  584. <Operation>0</Operation>
  585. </Platform>
  586. </DeployClass>
  587. <DeployClass Name="iPad_Launch1024x768">
  588. <Platform Name="iOSDevice32">
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="iOSDevice64">
  592. <Operation>1</Operation>
  593. </Platform>
  594. <Platform Name="iOSSimulator">
  595. <Operation>1</Operation>
  596. </Platform>
  597. </DeployClass>
  598. <DeployClass Name="iPad_Launch1536x2048">
  599. <Platform Name="iOSDevice32">
  600. <Operation>1</Operation>
  601. </Platform>
  602. <Platform Name="iOSDevice64">
  603. <Operation>1</Operation>
  604. </Platform>
  605. <Platform Name="iOSSimulator">
  606. <Operation>1</Operation>
  607. </Platform>
  608. </DeployClass>
  609. <DeployClass Name="iPad_Launch1668">
  610. <Platform Name="iOSDevice32">
  611. <Operation>1</Operation>
  612. </Platform>
  613. <Platform Name="iOSDevice64">
  614. <Operation>1</Operation>
  615. </Platform>
  616. <Platform Name="iOSSimulator">
  617. <Operation>1</Operation>
  618. </Platform>
  619. </DeployClass>
  620. <DeployClass Name="iPad_Launch1668x2388">
  621. <Platform Name="iOSDevice32">
  622. <Operation>1</Operation>
  623. </Platform>
  624. <Platform Name="iOSDevice64">
  625. <Operation>1</Operation>
  626. </Platform>
  627. <Platform Name="iOSSimulator">
  628. <Operation>1</Operation>
  629. </Platform>
  630. </DeployClass>
  631. <DeployClass Name="iPad_Launch2048x1536">
  632. <Platform Name="iOSDevice32">
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="iOSDevice64">
  636. <Operation>1</Operation>
  637. </Platform>
  638. <Platform Name="iOSSimulator">
  639. <Operation>1</Operation>
  640. </Platform>
  641. </DeployClass>
  642. <DeployClass Name="iPad_Launch2048x2732">
  643. <Platform Name="iOSDevice32">
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="iOSDevice64">
  647. <Operation>1</Operation>
  648. </Platform>
  649. <Platform Name="iOSSimulator">
  650. <Operation>1</Operation>
  651. </Platform>
  652. </DeployClass>
  653. <DeployClass Name="iPad_Launch2224">
  654. <Platform Name="iOSDevice32">
  655. <Operation>1</Operation>
  656. </Platform>
  657. <Platform Name="iOSDevice64">
  658. <Operation>1</Operation>
  659. </Platform>
  660. <Platform Name="iOSSimulator">
  661. <Operation>1</Operation>
  662. </Platform>
  663. </DeployClass>
  664. <DeployClass Name="iPad_Launch2388x1668">
  665. <Platform Name="iOSDevice32">
  666. <Operation>1</Operation>
  667. </Platform>
  668. <Platform Name="iOSDevice64">
  669. <Operation>1</Operation>
  670. </Platform>
  671. <Platform Name="iOSSimulator">
  672. <Operation>1</Operation>
  673. </Platform>
  674. </DeployClass>
  675. <DeployClass Name="iPad_Launch2732x2048">
  676. <Platform Name="iOSDevice32">
  677. <Operation>1</Operation>
  678. </Platform>
  679. <Platform Name="iOSDevice64">
  680. <Operation>1</Operation>
  681. </Platform>
  682. <Platform Name="iOSSimulator">
  683. <Operation>1</Operation>
  684. </Platform>
  685. </DeployClass>
  686. <DeployClass Name="iPad_Launch768x1024">
  687. <Platform Name="iOSDevice32">
  688. <Operation>1</Operation>
  689. </Platform>
  690. <Platform Name="iOSDevice64">
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="iOSSimulator">
  694. <Operation>1</Operation>
  695. </Platform>
  696. </DeployClass>
  697. <DeployClass Name="iPhone_Launch1125">
  698. <Platform Name="iOSDevice32">
  699. <Operation>1</Operation>
  700. </Platform>
  701. <Platform Name="iOSDevice64">
  702. <Operation>1</Operation>
  703. </Platform>
  704. <Platform Name="iOSSimulator">
  705. <Operation>1</Operation>
  706. </Platform>
  707. </DeployClass>
  708. <DeployClass Name="iPhone_Launch1136x640">
  709. <Platform Name="iOSDevice32">
  710. <Operation>1</Operation>
  711. </Platform>
  712. <Platform Name="iOSDevice64">
  713. <Operation>1</Operation>
  714. </Platform>
  715. <Platform Name="iOSSimulator">
  716. <Operation>1</Operation>
  717. </Platform>
  718. </DeployClass>
  719. <DeployClass Name="iPhone_Launch1242">
  720. <Platform Name="iOSDevice32">
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="iOSDevice64">
  724. <Operation>1</Operation>
  725. </Platform>
  726. <Platform Name="iOSSimulator">
  727. <Operation>1</Operation>
  728. </Platform>
  729. </DeployClass>
  730. <DeployClass Name="iPhone_Launch1242x2688">
  731. <Platform Name="iOSDevice32">
  732. <Operation>1</Operation>
  733. </Platform>
  734. <Platform Name="iOSDevice64">
  735. <Operation>1</Operation>
  736. </Platform>
  737. <Platform Name="iOSSimulator">
  738. <Operation>1</Operation>
  739. </Platform>
  740. </DeployClass>
  741. <DeployClass Name="iPhone_Launch1334">
  742. <Platform Name="iOSDevice32">
  743. <Operation>1</Operation>
  744. </Platform>
  745. <Platform Name="iOSDevice64">
  746. <Operation>1</Operation>
  747. </Platform>
  748. <Platform Name="iOSSimulator">
  749. <Operation>1</Operation>
  750. </Platform>
  751. </DeployClass>
  752. <DeployClass Name="iPhone_Launch1792">
  753. <Platform Name="iOSDevice32">
  754. <Operation>1</Operation>
  755. </Platform>
  756. <Platform Name="iOSDevice64">
  757. <Operation>1</Operation>
  758. </Platform>
  759. <Platform Name="iOSSimulator">
  760. <Operation>1</Operation>
  761. </Platform>
  762. </DeployClass>
  763. <DeployClass Name="iPhone_Launch2208">
  764. <Platform Name="iOSDevice32">
  765. <Operation>1</Operation>
  766. </Platform>
  767. <Platform Name="iOSDevice64">
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="iOSSimulator">
  771. <Operation>1</Operation>
  772. </Platform>
  773. </DeployClass>
  774. <DeployClass Name="iPhone_Launch2436">
  775. <Platform Name="iOSDevice32">
  776. <Operation>1</Operation>
  777. </Platform>
  778. <Platform Name="iOSDevice64">
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="iOSSimulator">
  782. <Operation>1</Operation>
  783. </Platform>
  784. </DeployClass>
  785. <DeployClass Name="iPhone_Launch2688x1242">
  786. <Platform Name="iOSDevice32">
  787. <Operation>1</Operation>
  788. </Platform>
  789. <Platform Name="iOSDevice64">
  790. <Operation>1</Operation>
  791. </Platform>
  792. <Platform Name="iOSSimulator">
  793. <Operation>1</Operation>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="iPhone_Launch320">
  797. <Platform Name="iOSDevice32">
  798. <Operation>1</Operation>
  799. </Platform>
  800. <Platform Name="iOSDevice64">
  801. <Operation>1</Operation>
  802. </Platform>
  803. <Platform Name="iOSSimulator">
  804. <Operation>1</Operation>
  805. </Platform>
  806. </DeployClass>
  807. <DeployClass Name="iPhone_Launch640">
  808. <Platform Name="iOSDevice32">
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="iOSDevice64">
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="iOSSimulator">
  815. <Operation>1</Operation>
  816. </Platform>
  817. </DeployClass>
  818. <DeployClass Name="iPhone_Launch640x1136">
  819. <Platform Name="iOSDevice32">
  820. <Operation>1</Operation>
  821. </Platform>
  822. <Platform Name="iOSDevice64">
  823. <Operation>1</Operation>
  824. </Platform>
  825. <Platform Name="iOSSimulator">
  826. <Operation>1</Operation>
  827. </Platform>
  828. </DeployClass>
  829. <DeployClass Name="iPhone_Launch750">
  830. <Platform Name="iOSDevice32">
  831. <Operation>1</Operation>
  832. </Platform>
  833. <Platform Name="iOSDevice64">
  834. <Operation>1</Operation>
  835. </Platform>
  836. <Platform Name="iOSSimulator">
  837. <Operation>1</Operation>
  838. </Platform>
  839. </DeployClass>
  840. <DeployClass Name="iPhone_Launch828">
  841. <Platform Name="iOSDevice32">
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="iOSDevice64">
  845. <Operation>1</Operation>
  846. </Platform>
  847. <Platform Name="iOSSimulator">
  848. <Operation>1</Operation>
  849. </Platform>
  850. </DeployClass>
  851. <DeployClass Name="ProjectAndroidManifest">
  852. <Platform Name="Android">
  853. <Operation>1</Operation>
  854. </Platform>
  855. </DeployClass>
  856. <DeployClass Name="ProjectiOSDeviceDebug">
  857. <Platform Name="iOSDevice32">
  858. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  859. <Operation>1</Operation>
  860. </Platform>
  861. <Platform Name="iOSDevice64">
  862. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  863. <Operation>1</Operation>
  864. </Platform>
  865. </DeployClass>
  866. <DeployClass Name="ProjectiOSDeviceResourceRules"/>
  867. <DeployClass Name="ProjectiOSEntitlements"/>
  868. <DeployClass Name="ProjectiOSInfoPList"/>
  869. <DeployClass Name="ProjectiOSResource">
  870. <Platform Name="iOSDevice32">
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="iOSDevice64">
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSSimulator">
  877. <Operation>1</Operation>
  878. </Platform>
  879. </DeployClass>
  880. <DeployClass Name="ProjectOSXDebug"/>
  881. <DeployClass Name="ProjectOSXEntitlements"/>
  882. <DeployClass Name="ProjectOSXInfoPList"/>
  883. <DeployClass Name="ProjectOSXResource">
  884. <Platform Name="OSX32">
  885. <RemoteDir>Contents\Resources</RemoteDir>
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="OSX64">
  889. <RemoteDir>Contents\Resources</RemoteDir>
  890. <Operation>1</Operation>
  891. </Platform>
  892. </DeployClass>
  893. <DeployClass Required="true" Name="ProjectOutput">
  894. <Platform Name="Android">
  895. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  896. <Operation>1</Operation>
  897. </Platform>
  898. <Platform Name="iOSDevice32">
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="iOSDevice64">
  902. <Operation>1</Operation>
  903. </Platform>
  904. <Platform Name="iOSSimulator">
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="Linux64">
  908. <Operation>1</Operation>
  909. </Platform>
  910. <Platform Name="OSX32">
  911. <Operation>1</Operation>
  912. </Platform>
  913. <Platform Name="OSX64">
  914. <Operation>1</Operation>
  915. </Platform>
  916. <Platform Name="Win32">
  917. <Operation>0</Operation>
  918. </Platform>
  919. </DeployClass>
  920. <DeployClass Name="ProjectUWPManifest">
  921. <Platform Name="Win32">
  922. <Operation>1</Operation>
  923. </Platform>
  924. <Platform Name="Win64">
  925. <Operation>1</Operation>
  926. </Platform>
  927. </DeployClass>
  928. <DeployClass Name="UWP_DelphiLogo150">
  929. <Platform Name="Win32">
  930. <RemoteDir>Assets</RemoteDir>
  931. <Operation>1</Operation>
  932. </Platform>
  933. <Platform Name="Win64">
  934. <RemoteDir>Assets</RemoteDir>
  935. <Operation>1</Operation>
  936. </Platform>
  937. </DeployClass>
  938. <DeployClass Name="UWP_DelphiLogo44">
  939. <Platform Name="Win32">
  940. <RemoteDir>Assets</RemoteDir>
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="Win64">
  944. <RemoteDir>Assets</RemoteDir>
  945. <Operation>1</Operation>
  946. </Platform>
  947. </DeployClass>
  948. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  949. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  950. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  951. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  952. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  953. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  954. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  955. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  956. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  957. </Deployment>
  958. </BorlandProject>
  959. <ProjectFileVersion>12</ProjectFileVersion>
  960. </ProjectExtensions>
  961. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  962. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  963. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  964. </Project>