ParticlesC.cbproj 68 KB

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