HTTPServerSSE_Example.dproj 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{0DA32BB5-F990-42E0-84A5-4DAA3E0DAD87}</ProjectGuid>
  4. <ProjectVersion>19.1</ProjectVersion>
  5. <FrameworkType>FMX</FrameworkType>
  6. <MainSource>HTTPServerSSE_Example.dpr</MainSource>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>3</TargetedPlatforms>
  11. <AppType>Application</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  62. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  63. <DCC_E>false</DCC_E>
  64. <DCC_N>false</DCC_N>
  65. <DCC_S>false</DCC_S>
  66. <DCC_F>false</DCC_F>
  67. <DCC_K>false</DCC_K>
  68. <DCC_UsePackage>RESTComponents;emsclientfiredac;DataSnapFireDAC;FireDACIBDriver;emsclient;FireDACCommon;RESTBackendComponents;soapserver;CloudService;FireDACCommonDriver;inet;FireDAC;FireDACSqliteDriver;soaprtl;soapmidas;$(DCC_UsePackage)</DCC_UsePackage>
  69. <DCC_Namespace>System;Data;$(DCC_Namespace)</DCC_Namespace>
  70. <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
  71. <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
  72. <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
  73. <AUP_CAMERA>true</AUP_CAMERA>
  74. <AUP_INTERNET>true</AUP_INTERNET>
  75. <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
  76. <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
  77. <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
  78. <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
  79. <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
  80. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  81. <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
  82. <SanitizedProjectName>HTTPServerSSE_Example</SanitizedProjectName>
  83. <DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  86. <DCC_UsePackage>DBXSqliteDriver;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;svnui;tethering;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;svn;DBXOracleDriver;inetdb;emsedge;fmx;fmxdae;FireDACDBXDriver;dbexpress;IndyCore;vclx;dsnap;DataSnapCommon;DataSnapConnectors;VCLRESTComponents;vclie;bindengine;DBXMySQLDriver;FireDACOracleDriver;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;DataSnapClient;bindcompdbx;IndyIPCommon;vcl;DBXSybaseASEDriver;IndyIPServer;IndySystem;FireDACDb2Driver;dsnapcon;BrookFramework40;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;emshosting;FireDACPgDriver;FireDACASADriver;DBXOdbcDriver;FireDACTDataDriver;DbxCommonDriver;DataSnapServer;xmlrtl;DataSnapNativeClient;fmxobj;vclwinx;FireDACDSDriver;rtl;DbxClientDriver;DBXSybaseASADriver;CustomIPTransport;vcldsnap;bindcomp;appanalytics;DBXInformixDriver;IndyIPClient;bindcompvcl;dbxcds;VclSmp;adortl;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  87. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  88. <BT_BuildType>Debug</BT_BuildType>
  89. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  90. <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>
  91. <VerInfo_Locale>1033</VerInfo_Locale>
  92. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  93. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  94. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  97. <DCC_UsePackage>DBXSqliteDriver;DataSnapServerMidas;DBXDb2Driver;DBXInterBaseDriver;vclactnband;vclFireDAC;tethering;FireDACADSDriver;DBXMSSQLDriver;DatasnapConnectorsFreePascal;FireDACMSSQLDriver;vcltouch;vcldb;bindcompfmx;DBXOracleDriver;inetdb;emsedge;fmx;fmxdae;FireDACDBXDriver;dbexpress;IndyCore;vclx;dsnap;DataSnapCommon;DataSnapConnectors;VCLRESTComponents;vclie;bindengine;DBXMySQLDriver;FireDACOracleDriver;FireDACMySQLDriver;DBXFirebirdDriver;FireDACCommonODBC;DataSnapClient;bindcompdbx;IndyIPCommon;vcl;DBXSybaseASEDriver;IndyIPServer;IndySystem;FireDACDb2Driver;dsnapcon;FireDACMSAccDriver;fmxFireDAC;FireDACInfxDriver;vclimg;emshosting;FireDACPgDriver;FireDACASADriver;DBXOdbcDriver;FireDACTDataDriver;DbxCommonDriver;DataSnapServer;xmlrtl;DataSnapNativeClient;fmxobj;vclwinx;FireDACDSDriver;rtl;DbxClientDriver;DBXSybaseASADriver;CustomIPTransport;vcldsnap;bindcomp;appanalytics;DBXInformixDriver;IndyIPClient;bindcompvcl;dbxcds;VclSmp;adortl;FireDACODBCDriver;DataSnapIndy10ServerTransport;dsnapxml;DataSnapProviderClient;dbrtl;inetdbxpress;FireDACMongoDBDriver;IndyProtocols;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
  98. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  99. <BT_BuildType>Debug</BT_BuildType>
  100. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  101. <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>
  102. <VerInfo_Locale>1033</VerInfo_Locale>
  103. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  104. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  105. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  108. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  109. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  110. <DCC_Optimize>false</DCC_Optimize>
  111. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  112. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  113. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  116. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  117. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  118. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  119. <VerInfo_Locale>1033</VerInfo_Locale>
  120. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  123. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  124. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  127. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  128. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  129. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  130. <DCC_DebugInformation>0</DCC_DebugInformation>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  133. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  134. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  137. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  138. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  139. </PropertyGroup>
  140. <ItemGroup>
  141. <DelphiCompile Include="$(MainSource)">
  142. <MainSource>MainSource</MainSource>
  143. </DelphiCompile>
  144. <DCCReference Include="HTTPServerSSE_frMain.pas">
  145. <Form>frMain</Form>
  146. <FormType>fmx</FormType>
  147. </DCCReference>
  148. <BuildConfiguration Include="Release">
  149. <Key>Cfg_2</Key>
  150. <CfgParent>Base</CfgParent>
  151. </BuildConfiguration>
  152. <BuildConfiguration Include="Base">
  153. <Key>Base</Key>
  154. </BuildConfiguration>
  155. <BuildConfiguration Include="Debug">
  156. <Key>Cfg_1</Key>
  157. <CfgParent>Base</CfgParent>
  158. </BuildConfiguration>
  159. </ItemGroup>
  160. <ProjectExtensions>
  161. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  162. <Borland.ProjectType>Application</Borland.ProjectType>
  163. <BorlandProject>
  164. <Delphi.Personality>
  165. <Source>
  166. <Source Name="MainSource">HTTPServerSSE_Example.dpr</Source>
  167. </Source>
  168. <Excluded_Packages>
  169. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k250.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  170. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp250.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  171. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  172. <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  173. </Excluded_Packages>
  174. </Delphi.Personality>
  175. <Deployment Version="3">
  176. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
  177. <Platform Name="Android">
  178. <RemoteName>ic_launcher.png</RemoteName>
  179. <Overwrite>true</Overwrite>
  180. </Platform>
  181. </DeployFile>
  182. <DeployFile LocalName="Android\Debug\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
  183. <Platform Name="Android">
  184. <Overwrite>true</Overwrite>
  185. </Platform>
  186. </DeployFile>
  187. <DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
  188. <Platform Name="Android">
  189. <RemoteName>libHTTPServerSSE_Example.so</RemoteName>
  190. <Overwrite>true</Overwrite>
  191. </Platform>
  192. </DeployFile>
  193. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
  194. <Platform Name="Android">
  195. <RemoteName>ic_launcher.png</RemoteName>
  196. <Overwrite>true</Overwrite>
  197. </Platform>
  198. </DeployFile>
  199. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  200. <Platform Name="iOSSimulator">
  201. <Overwrite>true</Overwrite>
  202. </Platform>
  203. </DeployFile>
  204. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
  205. <Platform Name="Android">
  206. <RemoteName>ic_launcher.png</RemoteName>
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
  211. <Platform Name="Android">
  212. <RemoteName>splash_image.png</RemoteName>
  213. <Overwrite>true</Overwrite>
  214. </Platform>
  215. </DeployFile>
  216. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule">
  217. <Platform Name="OSX32">
  218. <Overwrite>true</Overwrite>
  219. </Platform>
  220. </DeployFile>
  221. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
  222. <Platform Name="Android">
  223. <RemoteName>splash_image.png</RemoteName>
  224. <Overwrite>true</Overwrite>
  225. </Platform>
  226. </DeployFile>
  227. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
  228. <Platform Name="Android">
  229. <RemoteName>splash_image.png</RemoteName>
  230. <Overwrite>true</Overwrite>
  231. </Platform>
  232. </DeployFile>
  233. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
  234. <Platform Name="Android">
  235. <RemoteName>splash_image.png</RemoteName>
  236. <Overwrite>true</Overwrite>
  237. </Platform>
  238. </DeployFile>
  239. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  240. <Platform Name="OSX32">
  241. <Overwrite>true</Overwrite>
  242. </Platform>
  243. </DeployFile>
  244. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
  245. <Platform Name="Android">
  246. <RemoteName>ic_launcher.png</RemoteName>
  247. <Overwrite>true</Overwrite>
  248. </Platform>
  249. </DeployFile>
  250. <DeployFile LocalName="Android\Debug\libHTTPServerSSE_Example.so" Configuration="Debug" Class="ProjectOutput">
  251. <Platform Name="Android">
  252. <RemoteName>libHTTPServerSSE_Example.so</RemoteName>
  253. <Overwrite>true</Overwrite>
  254. </Platform>
  255. </DeployFile>
  256. <DeployFile LocalName="lib\armeabi-v7a\libbrook.so" Configuration="Debug" Class="File">
  257. <Platform Name="Android">
  258. <RemoteDir>library\lib\armeabi-v7a\</RemoteDir>
  259. <RemoteName>libbrook.so</RemoteName>
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile LocalName="Win32\Debug\HTTPServerSSE_Example.exe" Configuration="Debug" Class="ProjectOutput">
  264. <Platform Name="Win32">
  265. <RemoteName>HTTPServerSSE_Example.exe</RemoteName>
  266. <Overwrite>true</Overwrite>
  267. </Platform>
  268. </DeployFile>
  269. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  270. <Platform Name="iOSSimulator">
  271. <Overwrite>true</Overwrite>
  272. </Platform>
  273. </DeployFile>
  274. <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
  275. <Platform Name="Android">
  276. <RemoteName>ic_launcher.png</RemoteName>
  277. <Overwrite>true</Overwrite>
  278. </Platform>
  279. </DeployFile>
  280. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
  281. <Platform Name="iOSSimulator">
  282. <Overwrite>true</Overwrite>
  283. </Platform>
  284. </DeployFile>
  285. <DeployFile LocalName="$(BDS)\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
  286. <Platform Name="Android">
  287. <RemoteName>libHTTPServerSSE_Example.so</RemoteName>
  288. <Overwrite>true</Overwrite>
  289. </Platform>
  290. </DeployFile>
  291. <DeployFile LocalName="$(NDKBasePath)\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Debug" Class="AndroidGDBServer">
  292. <Platform Name="Android">
  293. <Overwrite>true</Overwrite>
  294. </Platform>
  295. </DeployFile>
  296. <DeployFile LocalName="Android\Debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
  297. <Platform Name="Android">
  298. <RemoteName>classes.dex</RemoteName>
  299. <Overwrite>true</Overwrite>
  300. </Platform>
  301. </DeployFile>
  302. <DeployClass Name="AdditionalDebugSymbols">
  303. <Platform Name="iOSSimulator">
  304. <Operation>1</Operation>
  305. </Platform>
  306. <Platform Name="OSX32">
  307. <RemoteDir>Contents\MacOS</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. <Platform Name="Win32">
  311. <Operation>0</Operation>
  312. </Platform>
  313. </DeployClass>
  314. <DeployClass Name="AndroidClassesDexFile">
  315. <Platform Name="Android">
  316. <RemoteDir>classes</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. <Platform Name="Android64">
  320. <RemoteDir>classes</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="AndroidFileProvider">
  325. <Platform Name="Android">
  326. <RemoteDir>res\xml</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. <Platform Name="Android64">
  330. <RemoteDir>res\xml</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. </DeployClass>
  334. <DeployClass Name="AndroidGDBServer">
  335. <Platform Name="Android">
  336. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="AndroidLibnativeArmeabiFile">
  341. <Platform Name="Android">
  342. <RemoteDir>library\lib\armeabi</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. <Platform Name="Android64">
  346. <RemoteDir>library\lib\armeabi</RemoteDir>
  347. <Operation>1</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  351. <Platform Name="Android64">
  352. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="AndroidLibnativeMipsFile">
  357. <Platform Name="Android">
  358. <RemoteDir>library\lib\mips</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="Android64">
  362. <RemoteDir>library\lib\mips</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="AndroidServiceOutput">
  367. <Platform Name="Android">
  368. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. <Platform Name="Android64">
  372. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="AndroidServiceOutput_Android32">
  377. <Platform Name="Android64">
  378. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="AndroidSplashImageDef">
  383. <Platform Name="Android">
  384. <RemoteDir>res\drawable</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. <Platform Name="Android64">
  388. <RemoteDir>res\drawable</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="AndroidSplashStyles">
  393. <Platform Name="Android">
  394. <RemoteDir>res\values</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. <Platform Name="Android64">
  398. <RemoteDir>res\values</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="AndroidSplashStylesV21">
  403. <Platform Name="Android">
  404. <RemoteDir>res\values-v21</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. <Platform Name="Android64">
  408. <RemoteDir>res\values-v21</RemoteDir>
  409. <Operation>1</Operation>
  410. </Platform>
  411. </DeployClass>
  412. <DeployClass Name="Android_Colors">
  413. <Platform Name="Android">
  414. <RemoteDir>res\values</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. <Platform Name="Android64">
  418. <RemoteDir>res\values</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. </DeployClass>
  422. <DeployClass Name="Android_DefaultAppIcon">
  423. <Platform Name="Android">
  424. <RemoteDir>res\drawable</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. <Platform Name="Android64">
  428. <RemoteDir>res\drawable</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="Android_LauncherIcon144">
  433. <Platform Name="Android">
  434. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="Android64">
  438. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="Android_LauncherIcon36">
  443. <Platform Name="Android">
  444. <RemoteDir>res\drawable-ldpi</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. <Platform Name="Android64">
  448. <RemoteDir>res\drawable-ldpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="Android_LauncherIcon48">
  453. <Platform Name="Android">
  454. <RemoteDir>res\drawable-mdpi</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. <Platform Name="Android64">
  458. <RemoteDir>res\drawable-mdpi</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="Android_LauncherIcon72">
  463. <Platform Name="Android">
  464. <RemoteDir>res\drawable-hdpi</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. <Platform Name="Android64">
  468. <RemoteDir>res\drawable-hdpi</RemoteDir>
  469. <Operation>1</Operation>
  470. </Platform>
  471. </DeployClass>
  472. <DeployClass Name="Android_LauncherIcon96">
  473. <Platform Name="Android">
  474. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="Android64">
  478. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="Android_NotificationIcon24">
  483. <Platform Name="Android">
  484. <RemoteDir>res\drawable-mdpi</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="Android64">
  488. <RemoteDir>res\drawable-mdpi</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="Android_NotificationIcon36">
  493. <Platform Name="Android">
  494. <RemoteDir>res\drawable-hdpi</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. <Platform Name="Android64">
  498. <RemoteDir>res\drawable-hdpi</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="Android_NotificationIcon48">
  503. <Platform Name="Android">
  504. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="Android64">
  508. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. </DeployClass>
  512. <DeployClass Name="Android_NotificationIcon72">
  513. <Platform Name="Android">
  514. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  515. <Operation>1</Operation>
  516. </Platform>
  517. <Platform Name="Android64">
  518. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. </DeployClass>
  522. <DeployClass Name="Android_NotificationIcon96">
  523. <Platform Name="Android">
  524. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="Android64">
  528. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="Android_SplashImage426">
  533. <Platform Name="Android">
  534. <RemoteDir>res\drawable-small</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="Android64">
  538. <RemoteDir>res\drawable-small</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Name="Android_SplashImage470">
  543. <Platform Name="Android">
  544. <RemoteDir>res\drawable-normal</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. <Platform Name="Android64">
  548. <RemoteDir>res\drawable-normal</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="Android_SplashImage640">
  553. <Platform Name="Android">
  554. <RemoteDir>res\drawable-large</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. <Platform Name="Android64">
  558. <RemoteDir>res\drawable-large</RemoteDir>
  559. <Operation>1</Operation>
  560. </Platform>
  561. </DeployClass>
  562. <DeployClass Name="Android_SplashImage960">
  563. <Platform Name="Android">
  564. <RemoteDir>res\drawable-xlarge</RemoteDir>
  565. <Operation>1</Operation>
  566. </Platform>
  567. <Platform Name="Android64">
  568. <RemoteDir>res\drawable-xlarge</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. </DeployClass>
  572. <DeployClass Name="Android_Strings">
  573. <Platform Name="Android">
  574. <RemoteDir>res\values</RemoteDir>
  575. <Operation>1</Operation>
  576. </Platform>
  577. <Platform Name="Android64">
  578. <RemoteDir>res\values</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. </DeployClass>
  582. <DeployClass Name="DebugSymbols">
  583. <Platform Name="iOSSimulator">
  584. <Operation>1</Operation>
  585. </Platform>
  586. <Platform Name="OSX32">
  587. <RemoteDir>Contents\MacOS</RemoteDir>
  588. <Operation>1</Operation>
  589. </Platform>
  590. <Platform Name="Win32">
  591. <Operation>0</Operation>
  592. </Platform>
  593. </DeployClass>
  594. <DeployClass Name="DependencyFramework">
  595. <Platform Name="OSX32">
  596. <RemoteDir>Contents\MacOS</RemoteDir>
  597. <Operation>1</Operation>
  598. <Extensions>.framework</Extensions>
  599. </Platform>
  600. <Platform Name="OSX64">
  601. <RemoteDir>Contents\MacOS</RemoteDir>
  602. <Operation>1</Operation>
  603. <Extensions>.framework</Extensions>
  604. </Platform>
  605. <Platform Name="Win32">
  606. <Operation>0</Operation>
  607. </Platform>
  608. </DeployClass>
  609. <DeployClass Name="DependencyModule">
  610. <Platform Name="iOSDevice32">
  611. <Operation>1</Operation>
  612. <Extensions>.dylib</Extensions>
  613. </Platform>
  614. <Platform Name="iOSDevice64">
  615. <Operation>1</Operation>
  616. <Extensions>.dylib</Extensions>
  617. </Platform>
  618. <Platform Name="iOSSimulator">
  619. <Operation>1</Operation>
  620. <Extensions>.dylib</Extensions>
  621. </Platform>
  622. <Platform Name="OSX32">
  623. <RemoteDir>Contents\MacOS</RemoteDir>
  624. <Operation>1</Operation>
  625. <Extensions>.dylib</Extensions>
  626. </Platform>
  627. <Platform Name="OSX64">
  628. <RemoteDir>Contents\MacOS</RemoteDir>
  629. <Operation>1</Operation>
  630. <Extensions>.dylib</Extensions>
  631. </Platform>
  632. <Platform Name="Win32">
  633. <Operation>0</Operation>
  634. <Extensions>.dll;.bpl</Extensions>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Required="true" Name="DependencyPackage">
  638. <Platform Name="iOSDevice32">
  639. <Operation>1</Operation>
  640. <Extensions>.dylib</Extensions>
  641. </Platform>
  642. <Platform Name="iOSDevice64">
  643. <Operation>1</Operation>
  644. <Extensions>.dylib</Extensions>
  645. </Platform>
  646. <Platform Name="iOSSimulator">
  647. <Operation>1</Operation>
  648. <Extensions>.dylib</Extensions>
  649. </Platform>
  650. <Platform Name="OSX32">
  651. <RemoteDir>Contents\MacOS</RemoteDir>
  652. <Operation>1</Operation>
  653. <Extensions>.dylib</Extensions>
  654. </Platform>
  655. <Platform Name="OSX64">
  656. <RemoteDir>Contents\MacOS</RemoteDir>
  657. <Operation>1</Operation>
  658. <Extensions>.dylib</Extensions>
  659. </Platform>
  660. <Platform Name="Win32">
  661. <Operation>0</Operation>
  662. <Extensions>.bpl</Extensions>
  663. </Platform>
  664. </DeployClass>
  665. <DeployClass Name="File">
  666. <Platform Name="Android">
  667. <Operation>0</Operation>
  668. </Platform>
  669. <Platform Name="Android64">
  670. <Operation>0</Operation>
  671. </Platform>
  672. <Platform Name="iOSDevice32">
  673. <Operation>0</Operation>
  674. </Platform>
  675. <Platform Name="iOSDevice64">
  676. <Operation>0</Operation>
  677. </Platform>
  678. <Platform Name="iOSSimulator">
  679. <Operation>0</Operation>
  680. </Platform>
  681. <Platform Name="OSX32">
  682. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  683. <Operation>0</Operation>
  684. </Platform>
  685. <Platform Name="OSX64">
  686. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  687. <Operation>0</Operation>
  688. </Platform>
  689. <Platform Name="Win32">
  690. <Operation>0</Operation>
  691. </Platform>
  692. </DeployClass>
  693. <DeployClass Name="iOS_AppStore1024">
  694. <Platform Name="iOSDevice64">
  695. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  696. <Operation>1</Operation>
  697. </Platform>
  698. </DeployClass>
  699. <DeployClass Name="iPad_AppIcon152">
  700. <Platform Name="iOSDevice64">
  701. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  702. <Operation>1</Operation>
  703. </Platform>
  704. <Platform Name="iOSSimulator">
  705. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  706. <Operation>1</Operation>
  707. </Platform>
  708. </DeployClass>
  709. <DeployClass Name="iPad_AppIcon167">
  710. <Platform Name="iOSDevice64">
  711. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="iOSSimulator">
  715. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  716. <Operation>1</Operation>
  717. </Platform>
  718. </DeployClass>
  719. <DeployClass Name="iPad_Launch1024">
  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="iPad_Launch1536">
  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="iPad_Launch2048">
  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="iPad_Launch2x">
  753. <Platform Name="iOSDevice64">
  754. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. <Platform Name="iOSSimulator">
  758. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. </DeployClass>
  762. <DeployClass Name="iPad_Launch768">
  763. <Platform Name="iOSDevice32">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSDevice64">
  767. <Operation>1</Operation>
  768. </Platform>
  769. <Platform Name="iOSSimulator">
  770. <Operation>1</Operation>
  771. </Platform>
  772. </DeployClass>
  773. <DeployClass Name="iPad_LaunchDark2x">
  774. <Platform Name="iOSDevice64">
  775. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  776. <Operation>1</Operation>
  777. </Platform>
  778. <Platform Name="iOSSimulator">
  779. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  780. <Operation>1</Operation>
  781. </Platform>
  782. </DeployClass>
  783. <DeployClass Name="iPad_Notification40">
  784. <Platform Name="iOSDevice64">
  785. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="iOSSimulator">
  789. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  790. <Operation>1</Operation>
  791. </Platform>
  792. </DeployClass>
  793. <DeployClass Name="iPad_Setting58">
  794. <Platform Name="iOSDevice64">
  795. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  796. <Operation>1</Operation>
  797. </Platform>
  798. <Platform Name="iOSSimulator">
  799. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  800. <Operation>1</Operation>
  801. </Platform>
  802. </DeployClass>
  803. <DeployClass Name="iPad_SpotLight80">
  804. <Platform Name="iOSDevice64">
  805. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  806. <Operation>1</Operation>
  807. </Platform>
  808. <Platform Name="iOSSimulator">
  809. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  810. <Operation>1</Operation>
  811. </Platform>
  812. </DeployClass>
  813. <DeployClass Name="iPhone_AppIcon120">
  814. <Platform Name="iOSDevice64">
  815. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="iOSSimulator">
  819. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  820. <Operation>1</Operation>
  821. </Platform>
  822. </DeployClass>
  823. <DeployClass Name="iPhone_AppIcon180">
  824. <Platform Name="iOSDevice64">
  825. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  826. <Operation>1</Operation>
  827. </Platform>
  828. <Platform Name="iOSSimulator">
  829. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  830. <Operation>1</Operation>
  831. </Platform>
  832. </DeployClass>
  833. <DeployClass Name="iPhone_Launch2x">
  834. <Platform Name="iOSDevice64">
  835. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  836. <Operation>1</Operation>
  837. </Platform>
  838. <Platform Name="iOSSimulator">
  839. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  840. <Operation>1</Operation>
  841. </Platform>
  842. </DeployClass>
  843. <DeployClass Name="iPhone_Launch320">
  844. <Platform Name="iOSDevice32">
  845. <Operation>1</Operation>
  846. </Platform>
  847. <Platform Name="iOSDevice64">
  848. <Operation>1</Operation>
  849. </Platform>
  850. <Platform Name="iOSSimulator">
  851. <Operation>1</Operation>
  852. </Platform>
  853. </DeployClass>
  854. <DeployClass Name="iPhone_Launch3x">
  855. <Platform Name="iOSDevice64">
  856. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  857. <Operation>1</Operation>
  858. </Platform>
  859. <Platform Name="iOSSimulator">
  860. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  861. <Operation>1</Operation>
  862. </Platform>
  863. </DeployClass>
  864. <DeployClass Name="iPhone_Launch640">
  865. <Platform Name="iOSDevice32">
  866. <Operation>1</Operation>
  867. </Platform>
  868. <Platform Name="iOSDevice64">
  869. <Operation>1</Operation>
  870. </Platform>
  871. <Platform Name="iOSSimulator">
  872. <Operation>1</Operation>
  873. </Platform>
  874. </DeployClass>
  875. <DeployClass Name="iPhone_Launch640x1136">
  876. <Platform Name="iOSDevice32">
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="iOSDevice64">
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="iOSSimulator">
  883. <Operation>1</Operation>
  884. </Platform>
  885. </DeployClass>
  886. <DeployClass Name="iPhone_LaunchDark2x">
  887. <Platform Name="iOSDevice64">
  888. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  889. <Operation>1</Operation>
  890. </Platform>
  891. <Platform Name="iOSSimulator">
  892. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  893. <Operation>1</Operation>
  894. </Platform>
  895. </DeployClass>
  896. <DeployClass Name="iPhone_LaunchDark3x">
  897. <Platform Name="iOSDevice64">
  898. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="iOSSimulator">
  902. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  903. <Operation>1</Operation>
  904. </Platform>
  905. </DeployClass>
  906. <DeployClass Name="iPhone_Notification40">
  907. <Platform Name="iOSDevice64">
  908. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="iOSSimulator">
  912. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. </DeployClass>
  916. <DeployClass Name="iPhone_Notification60">
  917. <Platform Name="iOSDevice64">
  918. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="iOSSimulator">
  922. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  923. <Operation>1</Operation>
  924. </Platform>
  925. </DeployClass>
  926. <DeployClass Name="iPhone_Setting58">
  927. <Platform Name="iOSDevice64">
  928. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  929. <Operation>1</Operation>
  930. </Platform>
  931. <Platform Name="iOSSimulator">
  932. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  933. <Operation>1</Operation>
  934. </Platform>
  935. </DeployClass>
  936. <DeployClass Name="iPhone_Setting87">
  937. <Platform Name="iOSDevice64">
  938. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  939. <Operation>1</Operation>
  940. </Platform>
  941. <Platform Name="iOSSimulator">
  942. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  943. <Operation>1</Operation>
  944. </Platform>
  945. </DeployClass>
  946. <DeployClass Name="iPhone_Spotlight120">
  947. <Platform Name="iOSDevice64">
  948. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="iOSSimulator">
  952. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  953. <Operation>1</Operation>
  954. </Platform>
  955. </DeployClass>
  956. <DeployClass Name="iPhone_Spotlight80">
  957. <Platform Name="iOSDevice64">
  958. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  959. <Operation>1</Operation>
  960. </Platform>
  961. <Platform Name="iOSSimulator">
  962. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  963. <Operation>1</Operation>
  964. </Platform>
  965. </DeployClass>
  966. <DeployClass Name="ProjectAndroidManifest">
  967. <Platform Name="Android">
  968. <Operation>1</Operation>
  969. </Platform>
  970. <Platform Name="Android64">
  971. <Operation>1</Operation>
  972. </Platform>
  973. </DeployClass>
  974. <DeployClass Name="ProjectiOSDeviceDebug">
  975. <Platform Name="iOSDevice32">
  976. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  977. <Operation>1</Operation>
  978. </Platform>
  979. <Platform Name="iOSDevice64">
  980. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  981. <Operation>1</Operation>
  982. </Platform>
  983. </DeployClass>
  984. <DeployClass Name="ProjectiOSDeviceResourceRules">
  985. <Platform Name="iOSDevice32">
  986. <Operation>1</Operation>
  987. </Platform>
  988. <Platform Name="iOSDevice64">
  989. <Operation>1</Operation>
  990. </Platform>
  991. </DeployClass>
  992. <DeployClass Name="ProjectiOSEntitlements">
  993. <Platform Name="iOSDevice32">
  994. <RemoteDir>..\</RemoteDir>
  995. <Operation>1</Operation>
  996. </Platform>
  997. <Platform Name="iOSDevice64">
  998. <RemoteDir>..\</RemoteDir>
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. </DeployClass>
  1002. <DeployClass Name="ProjectiOSInfoPList">
  1003. <Platform Name="iOSDevice32">
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSDevice64">
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. <Platform Name="iOSSimulator">
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. </DeployClass>
  1013. <DeployClass Name="ProjectiOSLaunchScreen">
  1014. <Platform Name="iOSDevice64">
  1015. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1016. <Operation>64</Operation>
  1017. </Platform>
  1018. <Platform Name="iOSSimulator">
  1019. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1020. <Operation>64</Operation>
  1021. </Platform>
  1022. </DeployClass>
  1023. <DeployClass Name="ProjectiOSResource">
  1024. <Platform Name="iOSDevice32">
  1025. <Operation>1</Operation>
  1026. </Platform>
  1027. <Platform Name="iOSDevice64">
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. <Platform Name="iOSSimulator">
  1031. <Operation>1</Operation>
  1032. </Platform>
  1033. </DeployClass>
  1034. <DeployClass Name="ProjectOSXDebug">
  1035. <Platform Name="OSX64">
  1036. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1037. <Operation>1</Operation>
  1038. </Platform>
  1039. </DeployClass>
  1040. <DeployClass Name="ProjectOSXEntitlements">
  1041. <Platform Name="OSX32">
  1042. <RemoteDir>..\</RemoteDir>
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. <Platform Name="OSX64">
  1046. <RemoteDir>..\</RemoteDir>
  1047. <Operation>1</Operation>
  1048. </Platform>
  1049. </DeployClass>
  1050. <DeployClass Name="ProjectOSXInfoPList">
  1051. <Platform Name="OSX32">
  1052. <RemoteDir>Contents</RemoteDir>
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="OSX64">
  1056. <RemoteDir>Contents</RemoteDir>
  1057. <Operation>1</Operation>
  1058. </Platform>
  1059. </DeployClass>
  1060. <DeployClass Name="ProjectOSXResource">
  1061. <Platform Name="OSX32">
  1062. <RemoteDir>Contents\Resources</RemoteDir>
  1063. <Operation>1</Operation>
  1064. </Platform>
  1065. <Platform Name="OSX64">
  1066. <RemoteDir>Contents\Resources</RemoteDir>
  1067. <Operation>1</Operation>
  1068. </Platform>
  1069. </DeployClass>
  1070. <DeployClass Required="true" Name="ProjectOutput">
  1071. <Platform Name="Android">
  1072. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. <Platform Name="Android64">
  1076. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1077. <Operation>1</Operation>
  1078. </Platform>
  1079. <Platform Name="iOSDevice32">
  1080. <Operation>1</Operation>
  1081. </Platform>
  1082. <Platform Name="iOSDevice64">
  1083. <Operation>1</Operation>
  1084. </Platform>
  1085. <Platform Name="iOSSimulator">
  1086. <Operation>1</Operation>
  1087. </Platform>
  1088. <Platform Name="Linux64">
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. <Platform Name="OSX32">
  1092. <RemoteDir>Contents\MacOS</RemoteDir>
  1093. <Operation>1</Operation>
  1094. </Platform>
  1095. <Platform Name="OSX64">
  1096. <RemoteDir>Contents\MacOS</RemoteDir>
  1097. <Operation>1</Operation>
  1098. </Platform>
  1099. <Platform Name="Win32">
  1100. <Operation>0</Operation>
  1101. </Platform>
  1102. </DeployClass>
  1103. <DeployClass Name="ProjectOutput_Android32">
  1104. <Platform Name="Android64">
  1105. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1106. <Operation>1</Operation>
  1107. </Platform>
  1108. </DeployClass>
  1109. <DeployClass Name="ProjectUWPManifest">
  1110. <Platform Name="Win32">
  1111. <Operation>1</Operation>
  1112. </Platform>
  1113. <Platform Name="Win64">
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. </DeployClass>
  1117. <DeployClass Name="UWP_DelphiLogo150">
  1118. <Platform Name="Win32">
  1119. <RemoteDir>Assets</RemoteDir>
  1120. <Operation>1</Operation>
  1121. </Platform>
  1122. <Platform Name="Win64">
  1123. <RemoteDir>Assets</RemoteDir>
  1124. <Operation>1</Operation>
  1125. </Platform>
  1126. </DeployClass>
  1127. <DeployClass Name="UWP_DelphiLogo44">
  1128. <Platform Name="Win32">
  1129. <RemoteDir>Assets</RemoteDir>
  1130. <Operation>1</Operation>
  1131. </Platform>
  1132. <Platform Name="Win64">
  1133. <RemoteDir>Assets</RemoteDir>
  1134. <Operation>1</Operation>
  1135. </Platform>
  1136. </DeployClass>
  1137. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1138. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1139. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1140. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1141. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1142. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1143. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1144. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1145. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1146. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1147. </Deployment>
  1148. <Platforms>
  1149. <Platform value="Win32">True</Platform>
  1150. <Platform value="Win64">True</Platform>
  1151. </Platforms>
  1152. </BorlandProject>
  1153. <ProjectFileVersion>12</ProjectFileVersion>
  1154. </ProjectExtensions>
  1155. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1156. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1157. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1158. </Project>