CameraControllerC.cbproj 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{7FF8B7B3-4CB4-474C-8FCD-99A92818C4F3}</ProjectGuid>
  4. <ProjectVersion>20.1</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>CameraControllerC.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</TargetedPlatforms>
  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. <SanitizedProjectName>CameraControllerC</SanitizedProjectName>
  62. <IncludePath>D:\GLScene\Samples\CPP\Demos\interface\CameraController\;$(IncludePath)</IncludePath>
  63. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  64. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\interface\CameraController\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  65. <ProjectType>CppVCLApplication</ProjectType>
  66. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  67. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  68. <_TCHARMapping>wchar_t</_TCHARMapping>
  69. <Multithreaded>true</Multithreaded>
  70. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  71. <DynamicRTL>true</DynamicRTL>
  72. <UsePackages>true</UsePackages>
  73. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  74. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  75. <BCC_wpar>false</BCC_wpar>
  76. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  77. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  80. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  81. <VerInfo_Locale>1033</VerInfo_Locale>
  82. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  83. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  84. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  85. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  86. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  87. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  88. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  89. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  92. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  93. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  94. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  95. <VerInfo_Locale>1033</VerInfo_Locale>
  96. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  97. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  98. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  99. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  100. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  103. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  104. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  105. <DCC_Optimize>false</DCC_Optimize>
  106. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  107. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  108. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  109. <DCC_Define>DEBUG</DCC_Define>
  110. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  111. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  112. <BCC_StackFrames>true</BCC_StackFrames>
  113. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  114. <TASM_Debugging>Full</TASM_Debugging>
  115. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  116. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  117. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  118. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  119. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  120. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  123. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  124. <Defines>_DEBUG;$(Defines)</Defines>
  125. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  126. <BT_BuildType>Debug</BT_BuildType>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  129. <Defines>_DEBUG;$(Defines)</Defines>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  132. <TASM_Debugging>None</TASM_Debugging>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  135. <Defines>NDEBUG;$(Defines)</Defines>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  138. <Defines>NDEBUG;$(Defines)</Defines>
  139. </PropertyGroup>
  140. <ItemGroup>
  141. <CppCompile Include="CameraControllerC.cpp">
  142. <BuildOrder>0</BuildOrder>
  143. </CppCompile>
  144. <CppCompile Include="fCameraControllerC.cpp">
  145. <Form>Form1</Form>
  146. <FormType>dfm</FormType>
  147. <DependentOn>fCameraControllerC.h</DependentOn>
  148. <BuildOrder>2</BuildOrder>
  149. </CppCompile>
  150. <FormResources Include="fCameraControllerC.dfm"/>
  151. <BuildConfiguration Include="Base">
  152. <Key>Base</Key>
  153. </BuildConfiguration>
  154. <BuildConfiguration Include="Debug">
  155. <Key>Cfg_1</Key>
  156. <CfgParent>Base</CfgParent>
  157. </BuildConfiguration>
  158. <BuildConfiguration Include="Release">
  159. <Key>Cfg_2</Key>
  160. <CfgParent>Base</CfgParent>
  161. </BuildConfiguration>
  162. </ItemGroup>
  163. <ProjectExtensions>
  164. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  165. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  166. <BorlandProject>
  167. <CPlusPlusBuilder.Personality>
  168. <Source>
  169. <Source Name="MainSource">CameraControllerC.cpp</Source>
  170. </Source>
  171. <VersionInfo>
  172. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  173. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  174. <VersionInfo Name="MajorVer">1</VersionInfo>
  175. <VersionInfo Name="MinorVer">0</VersionInfo>
  176. <VersionInfo Name="Release">0</VersionInfo>
  177. <VersionInfo Name="Build">0</VersionInfo>
  178. <VersionInfo Name="Debug">False</VersionInfo>
  179. <VersionInfo Name="PreRelease">False</VersionInfo>
  180. <VersionInfo Name="Special">False</VersionInfo>
  181. <VersionInfo Name="Private">False</VersionInfo>
  182. <VersionInfo Name="DLL">False</VersionInfo>
  183. <VersionInfo Name="Locale">1049</VersionInfo>
  184. <VersionInfo Name="CodePage">1251</VersionInfo>
  185. </VersionInfo>
  186. <VersionInfoKeys>
  187. <VersionInfoKeys Name="CompanyName"/>
  188. <VersionInfoKeys Name="FileDescription"/>
  189. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  190. <VersionInfoKeys Name="InternalName"/>
  191. <VersionInfoKeys Name="LegalCopyright"/>
  192. <VersionInfoKeys Name="LegalTrademarks"/>
  193. <VersionInfoKeys Name="OriginalFilename"/>
  194. <VersionInfoKeys Name="ProductName"/>
  195. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  196. <VersionInfoKeys Name="Comments"/>
  197. <VersionInfoKeys Name="CFBundleName"/>
  198. <VersionInfoKeys Name="CFBundleDisplayName"/>
  199. <VersionInfoKeys Name="CFBundleIdentifier"/>
  200. <VersionInfoKeys Name="CFBundleVersion"/>
  201. <VersionInfoKeys Name="CFBundlePackageType"/>
  202. <VersionInfoKeys Name="CFBundleSignature"/>
  203. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  204. <VersionInfoKeys Name="CFBundleExecutable"/>
  205. </VersionInfoKeys>
  206. <ProjectProperties>
  207. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  208. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  209. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  210. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  211. </ProjectProperties>
  212. </CPlusPlusBuilder.Personality>
  213. <Deployment Version="4">
  214. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  215. <Platform Name="OSX32">
  216. <Overwrite>true</Overwrite>
  217. </Platform>
  218. </DeployFile>
  219. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  220. <Platform Name="OSX32">
  221. <Overwrite>true</Overwrite>
  222. </Platform>
  223. </DeployFile>
  224. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule"/>
  225. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule"/>
  226. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  227. <Platform Name="Win64">
  228. <Overwrite>true</Overwrite>
  229. </Platform>
  230. </DeployFile>
  231. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  232. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  233. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule"/>
  234. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule"/>
  235. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule"/>
  236. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule"/>
  237. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64290.dll" Class="DependencyModule">
  238. <Platform Name="Win64">
  239. <Overwrite>true</Overwrite>
  240. </Platform>
  241. </DeployFile>
  242. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64290mt.dll" Class="DependencyModule">
  243. <Platform Name="Win64">
  244. <Overwrite>true</Overwrite>
  245. </Platform>
  246. </DeployFile>
  247. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  248. <Platform Name="Win32">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
  253. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule"/>
  254. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule"/>
  255. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule"/>
  256. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule"/>
  257. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule"/>
  258. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32290.dll" Class="DependencyModule">
  259. <Platform Name="Win32">
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32290mt.dll" Class="DependencyModule">
  264. <Platform Name="Win32">
  265. <Overwrite>true</Overwrite>
  266. </Platform>
  267. </DeployFile>
  268. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule"/>
  269. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule"/>
  270. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule"/>
  271. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule"/>
  272. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c290.dll" Class="DependencyModule">
  273. <Platform Name="Win32">
  274. <Overwrite>true</Overwrite>
  275. </Platform>
  276. </DeployFile>
  277. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c290mt.dll" Class="DependencyModule">
  278. <Platform Name="Win32">
  279. <Overwrite>true</Overwrite>
  280. </Platform>
  281. </DeployFile>
  282. <DeployFile LocalName=".\Win32\Debug\CameraController.exe" Configuration="Debug" Class="ProjectOutput"/>
  283. <DeployFile LocalName=".\Win32\Debug\CameraController.tds" Configuration="Debug" Class="DebugSymbols"/>
  284. <DeployClass Name="AdditionalDebugSymbols">
  285. <Platform Name="iOSSimulator">
  286. <Operation>1</Operation>
  287. </Platform>
  288. <Platform Name="OSX32">
  289. <RemoteDir>Contents\MacOS</RemoteDir>
  290. <Operation>1</Operation>
  291. </Platform>
  292. <Platform Name="Win32">
  293. <Operation>0</Operation>
  294. </Platform>
  295. </DeployClass>
  296. <DeployClass Name="AndroidClasses">
  297. <Platform Name="Android">
  298. <RemoteDir>classes</RemoteDir>
  299. <Operation>64</Operation>
  300. </Platform>
  301. <Platform Name="Android64">
  302. <RemoteDir>classes</RemoteDir>
  303. <Operation>64</Operation>
  304. </Platform>
  305. </DeployClass>
  306. <DeployClass Name="AndroidFileProvider">
  307. <Platform Name="Android">
  308. <RemoteDir>res\xml</RemoteDir>
  309. <Operation>1</Operation>
  310. </Platform>
  311. <Platform Name="Android64">
  312. <RemoteDir>res\xml</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. </DeployClass>
  316. <DeployClass Name="AndroidLibnativeArmeabiFile">
  317. <Platform Name="Android">
  318. <RemoteDir>library\lib\armeabi</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. <Platform Name="Android64">
  322. <RemoteDir>library\lib\armeabi</RemoteDir>
  323. <Operation>1</Operation>
  324. </Platform>
  325. </DeployClass>
  326. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  327. <Platform Name="Android64">
  328. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  329. <Operation>1</Operation>
  330. </Platform>
  331. </DeployClass>
  332. <DeployClass Name="AndroidLibnativeMipsFile">
  333. <Platform Name="Android">
  334. <RemoteDir>library\lib\mips</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. <Platform Name="Android64">
  338. <RemoteDir>library\lib\mips</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. </DeployClass>
  342. <DeployClass Name="AndroidServiceOutput">
  343. <Platform Name="Android">
  344. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. <Platform Name="Android64">
  348. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. </DeployClass>
  352. <DeployClass Name="AndroidServiceOutput_Android32">
  353. <Platform Name="Android64">
  354. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="AndroidSplashImageDef">
  359. <Platform Name="Android">
  360. <RemoteDir>res\drawable</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. <Platform Name="Android64">
  364. <RemoteDir>res\drawable</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. </DeployClass>
  368. <DeployClass Name="AndroidSplashImageDefV21">
  369. <Platform Name="Android">
  370. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. <Platform Name="Android64">
  374. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. </DeployClass>
  378. <DeployClass Name="AndroidSplashStyles">
  379. <Platform Name="Android">
  380. <RemoteDir>res\values</RemoteDir>
  381. <Operation>1</Operation>
  382. </Platform>
  383. <Platform Name="Android64">
  384. <RemoteDir>res\values</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="AndroidSplashStylesV21">
  389. <Platform Name="Android">
  390. <RemoteDir>res\values-v21</RemoteDir>
  391. <Operation>1</Operation>
  392. </Platform>
  393. <Platform Name="Android64">
  394. <RemoteDir>res\values-v21</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="AndroidSplashStylesV31">
  399. <Platform Name="Android">
  400. <RemoteDir>res\values-v31</RemoteDir>
  401. <Operation>1</Operation>
  402. </Platform>
  403. <Platform Name="Android64">
  404. <RemoteDir>res\values-v31</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="Android_AdaptiveIcon">
  409. <Platform Name="Android">
  410. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. <Platform Name="Android64">
  414. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Name="Android_AdaptiveIconBackground">
  419. <Platform Name="Android">
  420. <RemoteDir>res\drawable</RemoteDir>
  421. <Operation>1</Operation>
  422. </Platform>
  423. <Platform Name="Android64">
  424. <RemoteDir>res\drawable</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. </DeployClass>
  428. <DeployClass Name="Android_AdaptiveIconForeground">
  429. <Platform Name="Android">
  430. <RemoteDir>res\drawable</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. <Platform Name="Android64">
  434. <RemoteDir>res\drawable</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. </DeployClass>
  438. <DeployClass Name="Android_AdaptiveIconMonochrome">
  439. <Platform Name="Android">
  440. <RemoteDir>res\drawable</RemoteDir>
  441. <Operation>1</Operation>
  442. </Platform>
  443. <Platform Name="Android64">
  444. <RemoteDir>res\drawable</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. </DeployClass>
  448. <DeployClass Name="Android_AdaptiveIconV33">
  449. <Platform Name="Android">
  450. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  451. <Operation>1</Operation>
  452. </Platform>
  453. <Platform Name="Android64">
  454. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="Android_Colors">
  459. <Platform Name="Android">
  460. <RemoteDir>res\values</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. <Platform Name="Android64">
  464. <RemoteDir>res\values</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="Android_ColorsDark">
  469. <Platform Name="Android">
  470. <RemoteDir>res\values-night-v21</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. <Platform Name="Android64">
  474. <RemoteDir>res\values-night-v21</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. </DeployClass>
  478. <DeployClass Name="Android_DefaultAppIcon">
  479. <Platform Name="Android">
  480. <RemoteDir>res\drawable</RemoteDir>
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="Android64">
  484. <RemoteDir>res\drawable</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. </DeployClass>
  488. <DeployClass Name="Android_LauncherIcon144">
  489. <Platform Name="Android">
  490. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  491. <Operation>1</Operation>
  492. </Platform>
  493. <Platform Name="Android64">
  494. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="Android_LauncherIcon192">
  499. <Platform Name="Android">
  500. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  501. <Operation>1</Operation>
  502. </Platform>
  503. <Platform Name="Android64">
  504. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. </DeployClass>
  508. <DeployClass Name="Android_LauncherIcon36">
  509. <Platform Name="Android">
  510. <RemoteDir>res\drawable-ldpi</RemoteDir>
  511. <Operation>1</Operation>
  512. </Platform>
  513. <Platform Name="Android64">
  514. <RemoteDir>res\drawable-ldpi</RemoteDir>
  515. <Operation>1</Operation>
  516. </Platform>
  517. </DeployClass>
  518. <DeployClass Name="Android_LauncherIcon48">
  519. <Platform Name="Android">
  520. <RemoteDir>res\drawable-mdpi</RemoteDir>
  521. <Operation>1</Operation>
  522. </Platform>
  523. <Platform Name="Android64">
  524. <RemoteDir>res\drawable-mdpi</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. </DeployClass>
  528. <DeployClass Name="Android_LauncherIcon72">
  529. <Platform Name="Android">
  530. <RemoteDir>res\drawable-hdpi</RemoteDir>
  531. <Operation>1</Operation>
  532. </Platform>
  533. <Platform Name="Android64">
  534. <RemoteDir>res\drawable-hdpi</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. </DeployClass>
  538. <DeployClass Name="Android_LauncherIcon96">
  539. <Platform Name="Android">
  540. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  541. <Operation>1</Operation>
  542. </Platform>
  543. <Platform Name="Android64">
  544. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. </DeployClass>
  548. <DeployClass Name="Android_NotificationIcon24">
  549. <Platform Name="Android">
  550. <RemoteDir>res\drawable-mdpi</RemoteDir>
  551. <Operation>1</Operation>
  552. </Platform>
  553. <Platform Name="Android64">
  554. <RemoteDir>res\drawable-mdpi</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. </DeployClass>
  558. <DeployClass Name="Android_NotificationIcon36">
  559. <Platform Name="Android">
  560. <RemoteDir>res\drawable-hdpi</RemoteDir>
  561. <Operation>1</Operation>
  562. </Platform>
  563. <Platform Name="Android64">
  564. <RemoteDir>res\drawable-hdpi</RemoteDir>
  565. <Operation>1</Operation>
  566. </Platform>
  567. </DeployClass>
  568. <DeployClass Name="Android_NotificationIcon48">
  569. <Platform Name="Android">
  570. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  571. <Operation>1</Operation>
  572. </Platform>
  573. <Platform Name="Android64">
  574. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  575. <Operation>1</Operation>
  576. </Platform>
  577. </DeployClass>
  578. <DeployClass Name="Android_NotificationIcon72">
  579. <Platform Name="Android">
  580. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  581. <Operation>1</Operation>
  582. </Platform>
  583. <Platform Name="Android64">
  584. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  585. <Operation>1</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="Android_NotificationIcon96">
  589. <Platform Name="Android">
  590. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  591. <Operation>1</Operation>
  592. </Platform>
  593. <Platform Name="Android64">
  594. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  595. <Operation>1</Operation>
  596. </Platform>
  597. </DeployClass>
  598. <DeployClass Name="Android_SplashImage426">
  599. <Platform Name="Android">
  600. <RemoteDir>res\drawable-small</RemoteDir>
  601. <Operation>1</Operation>
  602. </Platform>
  603. <Platform Name="Android64">
  604. <RemoteDir>res\drawable-small</RemoteDir>
  605. <Operation>1</Operation>
  606. </Platform>
  607. </DeployClass>
  608. <DeployClass Name="Android_SplashImage470">
  609. <Platform Name="Android">
  610. <RemoteDir>res\drawable-normal</RemoteDir>
  611. <Operation>1</Operation>
  612. </Platform>
  613. <Platform Name="Android64">
  614. <RemoteDir>res\drawable-normal</RemoteDir>
  615. <Operation>1</Operation>
  616. </Platform>
  617. </DeployClass>
  618. <DeployClass Name="Android_SplashImage640">
  619. <Platform Name="Android">
  620. <RemoteDir>res\drawable-large</RemoteDir>
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="Android64">
  624. <RemoteDir>res\drawable-large</RemoteDir>
  625. <Operation>1</Operation>
  626. </Platform>
  627. </DeployClass>
  628. <DeployClass Name="Android_SplashImage960">
  629. <Platform Name="Android">
  630. <RemoteDir>res\drawable-xlarge</RemoteDir>
  631. <Operation>1</Operation>
  632. </Platform>
  633. <Platform Name="Android64">
  634. <RemoteDir>res\drawable-xlarge</RemoteDir>
  635. <Operation>1</Operation>
  636. </Platform>
  637. </DeployClass>
  638. <DeployClass Name="Android_Strings">
  639. <Platform Name="Android">
  640. <RemoteDir>res\values</RemoteDir>
  641. <Operation>1</Operation>
  642. </Platform>
  643. <Platform Name="Android64">
  644. <RemoteDir>res\values</RemoteDir>
  645. <Operation>1</Operation>
  646. </Platform>
  647. </DeployClass>
  648. <DeployClass Name="Android_VectorizedNotificationIcon">
  649. <Platform Name="Android">
  650. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  651. <Operation>1</Operation>
  652. </Platform>
  653. <Platform Name="Android64">
  654. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  655. <Operation>1</Operation>
  656. </Platform>
  657. </DeployClass>
  658. <DeployClass Name="Android_VectorizedSplash">
  659. <Platform Name="Android">
  660. <RemoteDir>res\drawable</RemoteDir>
  661. <Operation>1</Operation>
  662. </Platform>
  663. <Platform Name="Android64">
  664. <RemoteDir>res\drawable</RemoteDir>
  665. <Operation>1</Operation>
  666. </Platform>
  667. </DeployClass>
  668. <DeployClass Name="Android_VectorizedSplashDark">
  669. <Platform Name="Android">
  670. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  671. <Operation>1</Operation>
  672. </Platform>
  673. <Platform Name="Android64">
  674. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  675. <Operation>1</Operation>
  676. </Platform>
  677. </DeployClass>
  678. <DeployClass Name="Android_VectorizedSplashV31">
  679. <Platform Name="Android">
  680. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  681. <Operation>1</Operation>
  682. </Platform>
  683. <Platform Name="Android64">
  684. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  685. <Operation>1</Operation>
  686. </Platform>
  687. </DeployClass>
  688. <DeployClass Name="Android_VectorizedSplashV31Dark">
  689. <Platform Name="Android">
  690. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="Android64">
  694. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  695. <Operation>1</Operation>
  696. </Platform>
  697. </DeployClass>
  698. <DeployClass Name="DebugSymbols">
  699. <Platform Name="iOSSimulator">
  700. <Operation>1</Operation>
  701. </Platform>
  702. <Platform Name="OSX32">
  703. <RemoteDir>Contents\MacOS</RemoteDir>
  704. <Operation>1</Operation>
  705. </Platform>
  706. <Platform Name="Win32">
  707. <Operation>0</Operation>
  708. </Platform>
  709. </DeployClass>
  710. <DeployClass Name="DependencyFramework">
  711. <Platform Name="OSX32">
  712. <RemoteDir>Contents\MacOS</RemoteDir>
  713. <Operation>1</Operation>
  714. <Extensions>.framework</Extensions>
  715. </Platform>
  716. <Platform Name="OSX64">
  717. <RemoteDir>Contents\MacOS</RemoteDir>
  718. <Operation>1</Operation>
  719. <Extensions>.framework</Extensions>
  720. </Platform>
  721. <Platform Name="OSXARM64">
  722. <RemoteDir>Contents\MacOS</RemoteDir>
  723. <Operation>1</Operation>
  724. <Extensions>.framework</Extensions>
  725. </Platform>
  726. <Platform Name="Win32">
  727. <Operation>0</Operation>
  728. </Platform>
  729. </DeployClass>
  730. <DeployClass Name="DependencyModule">
  731. <Platform Name="iOSDevice32">
  732. <Operation>1</Operation>
  733. <Extensions>.dylib</Extensions>
  734. </Platform>
  735. <Platform Name="iOSDevice64">
  736. <Operation>1</Operation>
  737. <Extensions>.dylib</Extensions>
  738. </Platform>
  739. <Platform Name="iOSSimARM64">
  740. <Operation>1</Operation>
  741. <Extensions>.dylib</Extensions>
  742. </Platform>
  743. <Platform Name="OSX32">
  744. <RemoteDir>Contents\MacOS</RemoteDir>
  745. <Operation>1</Operation>
  746. <Extensions>.dylib</Extensions>
  747. </Platform>
  748. <Platform Name="OSX64">
  749. <RemoteDir>Contents\MacOS</RemoteDir>
  750. <Operation>1</Operation>
  751. <Extensions>.dylib</Extensions>
  752. </Platform>
  753. <Platform Name="OSXARM64">
  754. <RemoteDir>Contents\MacOS</RemoteDir>
  755. <Operation>1</Operation>
  756. <Extensions>.dylib</Extensions>
  757. </Platform>
  758. <Platform Name="Win32">
  759. <Operation>0</Operation>
  760. <Extensions>.dll;.bpl</Extensions>
  761. </Platform>
  762. </DeployClass>
  763. <DeployClass Required="true" Name="DependencyPackage">
  764. <Platform Name="iOSDevice32">
  765. <Operation>1</Operation>
  766. <Extensions>.dylib</Extensions>
  767. </Platform>
  768. <Platform Name="iOSDevice64">
  769. <Operation>1</Operation>
  770. <Extensions>.dylib</Extensions>
  771. </Platform>
  772. <Platform Name="iOSSimARM64">
  773. <Operation>1</Operation>
  774. <Extensions>.dylib</Extensions>
  775. </Platform>
  776. <Platform Name="OSX32">
  777. <RemoteDir>Contents\MacOS</RemoteDir>
  778. <Operation>1</Operation>
  779. <Extensions>.dylib</Extensions>
  780. </Platform>
  781. <Platform Name="OSX64">
  782. <RemoteDir>Contents\MacOS</RemoteDir>
  783. <Operation>1</Operation>
  784. <Extensions>.dylib</Extensions>
  785. </Platform>
  786. <Platform Name="OSXARM64">
  787. <RemoteDir>Contents\MacOS</RemoteDir>
  788. <Operation>1</Operation>
  789. <Extensions>.dylib</Extensions>
  790. </Platform>
  791. <Platform Name="Win32">
  792. <Operation>0</Operation>
  793. <Extensions>.bpl</Extensions>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="File">
  797. <Platform Name="Android">
  798. <Operation>0</Operation>
  799. </Platform>
  800. <Platform Name="Android64">
  801. <Operation>0</Operation>
  802. </Platform>
  803. <Platform Name="iOSDevice32">
  804. <Operation>0</Operation>
  805. </Platform>
  806. <Platform Name="iOSDevice64">
  807. <Operation>0</Operation>
  808. </Platform>
  809. <Platform Name="iOSSimARM64">
  810. <Operation>0</Operation>
  811. </Platform>
  812. <Platform Name="OSX32">
  813. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  814. <Operation>0</Operation>
  815. </Platform>
  816. <Platform Name="OSX64">
  817. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  818. <Operation>0</Operation>
  819. </Platform>
  820. <Platform Name="OSXARM64">
  821. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  822. <Operation>0</Operation>
  823. </Platform>
  824. <Platform Name="Win32">
  825. <Operation>0</Operation>
  826. </Platform>
  827. </DeployClass>
  828. <DeployClass Name="ProjectAndroidManifest">
  829. <Platform Name="Android">
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="Android64">
  833. <Operation>1</Operation>
  834. </Platform>
  835. </DeployClass>
  836. <DeployClass Name="ProjectOSXDebug">
  837. <Platform Name="OSX64">
  838. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="OSXARM64">
  842. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  843. <Operation>1</Operation>
  844. </Platform>
  845. </DeployClass>
  846. <DeployClass Name="ProjectOSXEntitlements">
  847. <Platform Name="OSX32">
  848. <RemoteDir>..\</RemoteDir>
  849. <Operation>1</Operation>
  850. </Platform>
  851. <Platform Name="OSX64">
  852. <RemoteDir>..\</RemoteDir>
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="OSXARM64">
  856. <RemoteDir>..\</RemoteDir>
  857. <Operation>1</Operation>
  858. </Platform>
  859. </DeployClass>
  860. <DeployClass Name="ProjectOSXInfoPList">
  861. <Platform Name="OSX32">
  862. <RemoteDir>Contents</RemoteDir>
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="OSX64">
  866. <RemoteDir>Contents</RemoteDir>
  867. <Operation>1</Operation>
  868. </Platform>
  869. <Platform Name="OSXARM64">
  870. <RemoteDir>Contents</RemoteDir>
  871. <Operation>1</Operation>
  872. </Platform>
  873. </DeployClass>
  874. <DeployClass Name="ProjectOSXResource">
  875. <Platform Name="OSX32">
  876. <RemoteDir>Contents\Resources</RemoteDir>
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="OSX64">
  880. <RemoteDir>Contents\Resources</RemoteDir>
  881. <Operation>1</Operation>
  882. </Platform>
  883. <Platform Name="OSXARM64">
  884. <RemoteDir>Contents\Resources</RemoteDir>
  885. <Operation>1</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Required="true" Name="ProjectOutput">
  889. <Platform Name="Android">
  890. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="Android64">
  894. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. <Platform Name="iOSDevice32">
  898. <Operation>1</Operation>
  899. </Platform>
  900. <Platform Name="iOSDevice64">
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="iOSSimARM64">
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="Linux64">
  907. <Operation>1</Operation>
  908. </Platform>
  909. <Platform Name="OSX32">
  910. <RemoteDir>Contents\MacOS</RemoteDir>
  911. <Operation>1</Operation>
  912. </Platform>
  913. <Platform Name="OSX64">
  914. <RemoteDir>Contents\MacOS</RemoteDir>
  915. <Operation>1</Operation>
  916. </Platform>
  917. <Platform Name="OSXARM64">
  918. <RemoteDir>Contents\MacOS</RemoteDir>
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="Win32">
  922. <Operation>0</Operation>
  923. </Platform>
  924. </DeployClass>
  925. <DeployClass Name="ProjectOutput_Android32">
  926. <Platform Name="Android64">
  927. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  928. <Operation>1</Operation>
  929. </Platform>
  930. </DeployClass>
  931. <DeployClass Name="ProjectUWPManifest">
  932. <Platform Name="Win32">
  933. <Operation>1</Operation>
  934. </Platform>
  935. <Platform Name="Win64">
  936. <Operation>1</Operation>
  937. </Platform>
  938. </DeployClass>
  939. <DeployClass Name="ProjectiOSDeviceDebug">
  940. <Platform Name="iOSDevice32">
  941. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  942. <Operation>1</Operation>
  943. </Platform>
  944. <Platform Name="iOSDevice64">
  945. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  946. <Operation>1</Operation>
  947. </Platform>
  948. <Platform Name="iOSSimARM64">
  949. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  950. <Operation>1</Operation>
  951. </Platform>
  952. </DeployClass>
  953. <DeployClass Name="ProjectiOSEntitlements">
  954. <Platform Name="iOSDevice32">
  955. <RemoteDir>..\</RemoteDir>
  956. <Operation>1</Operation>
  957. </Platform>
  958. <Platform Name="iOSDevice64">
  959. <RemoteDir>..\</RemoteDir>
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="iOSSimARM64">
  963. <RemoteDir>..\</RemoteDir>
  964. <Operation>1</Operation>
  965. </Platform>
  966. </DeployClass>
  967. <DeployClass Name="ProjectiOSInfoPList">
  968. <Platform Name="iOSDevice32">
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="iOSDevice64">
  972. <Operation>1</Operation>
  973. </Platform>
  974. <Platform Name="iOSSimARM64">
  975. <Operation>1</Operation>
  976. </Platform>
  977. </DeployClass>
  978. <DeployClass Name="ProjectiOSLaunchScreen">
  979. <Platform Name="iOSDevice64">
  980. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  981. <Operation>64</Operation>
  982. </Platform>
  983. <Platform Name="iOSSimARM64">
  984. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  985. <Operation>64</Operation>
  986. </Platform>
  987. </DeployClass>
  988. <DeployClass Name="ProjectiOSResource">
  989. <Platform Name="iOSDevice32">
  990. <Operation>1</Operation>
  991. </Platform>
  992. <Platform Name="iOSDevice64">
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="iOSSimARM64">
  996. <Operation>1</Operation>
  997. </Platform>
  998. </DeployClass>
  999. <DeployClass Name="UWP_CppLogo150">
  1000. <Platform Name="Win32">
  1001. <RemoteDir>Assets</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="Win64">
  1005. <RemoteDir>Assets</RemoteDir>
  1006. <Operation>1</Operation>
  1007. </Platform>
  1008. </DeployClass>
  1009. <DeployClass Name="UWP_CppLogo44">
  1010. <Platform Name="Win32">
  1011. <RemoteDir>Assets</RemoteDir>
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. <Platform Name="Win64">
  1015. <RemoteDir>Assets</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. </DeployClass>
  1019. <DeployClass Name="iOS_AppStore1024">
  1020. <Platform Name="iOSDevice64">
  1021. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1022. <Operation>1</Operation>
  1023. </Platform>
  1024. <Platform Name="iOSSimARM64">
  1025. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. </DeployClass>
  1029. <DeployClass Name="iPad_AppIcon152">
  1030. <Platform Name="iOSDevice64">
  1031. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSSimARM64">
  1035. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1036. <Operation>1</Operation>
  1037. </Platform>
  1038. </DeployClass>
  1039. <DeployClass Name="iPad_AppIcon167">
  1040. <Platform Name="iOSDevice64">
  1041. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1042. <Operation>1</Operation>
  1043. </Platform>
  1044. <Platform Name="iOSSimARM64">
  1045. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. </DeployClass>
  1049. <DeployClass Name="iPad_Launch2x">
  1050. <Platform Name="iOSDevice64">
  1051. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1052. <Operation>1</Operation>
  1053. </Platform>
  1054. <Platform Name="iOSSimARM64">
  1055. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. </DeployClass>
  1059. <DeployClass Name="iPad_LaunchDark2x">
  1060. <Platform Name="iOSDevice64">
  1061. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. <Platform Name="iOSSimARM64">
  1065. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. </DeployClass>
  1069. <DeployClass Name="iPad_Notification40">
  1070. <Platform Name="iOSDevice64">
  1071. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1072. <Operation>1</Operation>
  1073. </Platform>
  1074. <Platform Name="iOSSimARM64">
  1075. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. </DeployClass>
  1079. <DeployClass Name="iPad_Setting58">
  1080. <Platform Name="iOSDevice64">
  1081. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1082. <Operation>1</Operation>
  1083. </Platform>
  1084. <Platform Name="iOSSimARM64">
  1085. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1086. <Operation>1</Operation>
  1087. </Platform>
  1088. </DeployClass>
  1089. <DeployClass Name="iPad_SpotLight80">
  1090. <Platform Name="iOSDevice64">
  1091. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. <Platform Name="iOSSimARM64">
  1095. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1096. <Operation>1</Operation>
  1097. </Platform>
  1098. </DeployClass>
  1099. <DeployClass Name="iPhone_AppIcon120">
  1100. <Platform Name="iOSDevice64">
  1101. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1102. <Operation>1</Operation>
  1103. </Platform>
  1104. <Platform Name="iOSSimARM64">
  1105. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1106. <Operation>1</Operation>
  1107. </Platform>
  1108. </DeployClass>
  1109. <DeployClass Name="iPhone_AppIcon180">
  1110. <Platform Name="iOSDevice64">
  1111. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1112. <Operation>1</Operation>
  1113. </Platform>
  1114. <Platform Name="iOSSimARM64">
  1115. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1116. <Operation>1</Operation>
  1117. </Platform>
  1118. </DeployClass>
  1119. <DeployClass Name="iPhone_Launch2x">
  1120. <Platform Name="iOSDevice64">
  1121. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1122. <Operation>1</Operation>
  1123. </Platform>
  1124. <Platform Name="iOSSimARM64">
  1125. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1126. <Operation>1</Operation>
  1127. </Platform>
  1128. </DeployClass>
  1129. <DeployClass Name="iPhone_Launch3x">
  1130. <Platform Name="iOSDevice64">
  1131. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1132. <Operation>1</Operation>
  1133. </Platform>
  1134. <Platform Name="iOSSimARM64">
  1135. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1136. <Operation>1</Operation>
  1137. </Platform>
  1138. </DeployClass>
  1139. <DeployClass Name="iPhone_LaunchDark2x">
  1140. <Platform Name="iOSDevice64">
  1141. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1142. <Operation>1</Operation>
  1143. </Platform>
  1144. <Platform Name="iOSSimARM64">
  1145. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1146. <Operation>1</Operation>
  1147. </Platform>
  1148. </DeployClass>
  1149. <DeployClass Name="iPhone_LaunchDark3x">
  1150. <Platform Name="iOSDevice64">
  1151. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1152. <Operation>1</Operation>
  1153. </Platform>
  1154. <Platform Name="iOSSimARM64">
  1155. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1156. <Operation>1</Operation>
  1157. </Platform>
  1158. </DeployClass>
  1159. <DeployClass Name="iPhone_Notification40">
  1160. <Platform Name="iOSDevice64">
  1161. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1162. <Operation>1</Operation>
  1163. </Platform>
  1164. <Platform Name="iOSSimARM64">
  1165. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1166. <Operation>1</Operation>
  1167. </Platform>
  1168. </DeployClass>
  1169. <DeployClass Name="iPhone_Notification60">
  1170. <Platform Name="iOSDevice64">
  1171. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1172. <Operation>1</Operation>
  1173. </Platform>
  1174. <Platform Name="iOSSimARM64">
  1175. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1176. <Operation>1</Operation>
  1177. </Platform>
  1178. </DeployClass>
  1179. <DeployClass Name="iPhone_Setting58">
  1180. <Platform Name="iOSDevice64">
  1181. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1182. <Operation>1</Operation>
  1183. </Platform>
  1184. <Platform Name="iOSSimARM64">
  1185. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1186. <Operation>1</Operation>
  1187. </Platform>
  1188. </DeployClass>
  1189. <DeployClass Name="iPhone_Setting87">
  1190. <Platform Name="iOSDevice64">
  1191. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1192. <Operation>1</Operation>
  1193. </Platform>
  1194. <Platform Name="iOSSimARM64">
  1195. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1196. <Operation>1</Operation>
  1197. </Platform>
  1198. </DeployClass>
  1199. <DeployClass Name="iPhone_Spotlight120">
  1200. <Platform Name="iOSDevice64">
  1201. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1202. <Operation>1</Operation>
  1203. </Platform>
  1204. <Platform Name="iOSSimARM64">
  1205. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1206. <Operation>1</Operation>
  1207. </Platform>
  1208. </DeployClass>
  1209. <DeployClass Name="iPhone_Spotlight80">
  1210. <Platform Name="iOSDevice64">
  1211. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1212. <Operation>1</Operation>
  1213. </Platform>
  1214. <Platform Name="iOSSimARM64">
  1215. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1216. <Operation>1</Operation>
  1217. </Platform>
  1218. </DeployClass>
  1219. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1220. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1221. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1222. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1223. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1224. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1225. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1226. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1227. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1228. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1229. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1230. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1231. </Deployment>
  1232. <Platforms>
  1233. <Platform value="Win32">True</Platform>
  1234. <Platform value="Win64">False</Platform>
  1235. </Platforms>
  1236. </BorlandProject>
  1237. <ProjectFileVersion>12</ProjectFileVersion>
  1238. </ProjectExtensions>
  1239. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1240. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1241. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1242. </Project>