Nutsnbolts.cbproj 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{FECD86B5-8B23-4851-9F8F-581FA132A4E2}</ProjectGuid>
  4. <ProjectVersion>19.0</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>Nutsnbolts.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>Nutsnbolts</SanitizedProjectName>
  62. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  63. <Multithreaded>true</Multithreaded>
  64. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</AllPackageLibs>
  65. <_TCHARMapping>wchar_t</_TCHARMapping>
  66. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  67. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\extrusion\nutsnbolts\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  68. <IncludePath>D:\GLScene\Samples\CPP\Demos\extrusion\nutsnbolts\;$(IncludePath)</IncludePath>
  69. <ProjectType>CppVCLApplication</ProjectType>
  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. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  81. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  82. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_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. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  84. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  85. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  86. <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>
  87. <VerInfo_Locale>1033</VerInfo_Locale>
  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. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  93. <VerInfo_Locale>1033</VerInfo_Locale>
  94. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  95. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_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>
  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. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  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. <VerInfo_Locale>1033</VerInfo_Locale>
  124. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  125. <Defines>_DEBUG;$(Defines)</Defines>
  126. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  127. <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi</LinkPackageImports>
  128. <BT_BuildType>Debug</BT_BuildType>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  131. <Defines>_DEBUG;$(Defines)</Defines>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  134. <TASM_Debugging>None</TASM_Debugging>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  137. <Defines>NDEBUG;$(Defines)</Defines>
  138. </PropertyGroup>
  139. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  140. <Defines>NDEBUG;$(Defines)</Defines>
  141. </PropertyGroup>
  142. <ItemGroup>
  143. <CppCompile Include="Nutsnbolts.cpp">
  144. <BuildOrder>0</BuildOrder>
  145. </CppCompile>
  146. <CppCompile Include="Unit1.cpp">
  147. <Form>Form1</Form>
  148. <FormType>dfm</FormType>
  149. <DependentOn>Unit1.h</DependentOn>
  150. <BuildOrder>2</BuildOrder>
  151. </CppCompile>
  152. <FormResources Include="Unit1.dfm"/>
  153. <BuildConfiguration Include="Release">
  154. <Key>Cfg_2</Key>
  155. <CfgParent>Base</CfgParent>
  156. </BuildConfiguration>
  157. <BuildConfiguration Include="Base">
  158. <Key>Base</Key>
  159. </BuildConfiguration>
  160. <BuildConfiguration Include="Debug">
  161. <Key>Cfg_1</Key>
  162. <CfgParent>Base</CfgParent>
  163. </BuildConfiguration>
  164. </ItemGroup>
  165. <ProjectExtensions>
  166. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  167. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  168. <BorlandProject>
  169. <CPlusPlusBuilder.Personality>
  170. <Source>
  171. <Source Name="MainSource">Nutsnbolts.cpp</Source>
  172. </Source>
  173. <VersionInfo>
  174. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  175. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  176. <VersionInfo Name="MajorVer">1</VersionInfo>
  177. <VersionInfo Name="MinorVer">0</VersionInfo>
  178. <VersionInfo Name="Release">0</VersionInfo>
  179. <VersionInfo Name="Build">0</VersionInfo>
  180. <VersionInfo Name="Debug">False</VersionInfo>
  181. <VersionInfo Name="PreRelease">False</VersionInfo>
  182. <VersionInfo Name="Special">False</VersionInfo>
  183. <VersionInfo Name="Private">False</VersionInfo>
  184. <VersionInfo Name="DLL">False</VersionInfo>
  185. <VersionInfo Name="Locale">1049</VersionInfo>
  186. <VersionInfo Name="CodePage">1251</VersionInfo>
  187. </VersionInfo>
  188. <VersionInfoKeys>
  189. <VersionInfoKeys Name="CompanyName"/>
  190. <VersionInfoKeys Name="FileDescription"/>
  191. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  192. <VersionInfoKeys Name="InternalName"/>
  193. <VersionInfoKeys Name="LegalCopyright"/>
  194. <VersionInfoKeys Name="LegalTrademarks"/>
  195. <VersionInfoKeys Name="OriginalFilename"/>
  196. <VersionInfoKeys Name="ProductName"/>
  197. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  198. <VersionInfoKeys Name="Comments"/>
  199. <VersionInfoKeys Name="CFBundleName"/>
  200. <VersionInfoKeys Name="CFBundleDisplayName"/>
  201. <VersionInfoKeys Name="CFBundleIdentifier"/>
  202. <VersionInfoKeys Name="CFBundleVersion"/>
  203. <VersionInfoKeys Name="CFBundlePackageType"/>
  204. <VersionInfoKeys Name="CFBundleSignature"/>
  205. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  206. <VersionInfoKeys Name="CFBundleExecutable"/>
  207. </VersionInfoKeys>
  208. <Excluded_Packages>
  209. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  210. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  211. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  212. <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  213. </Excluded_Packages>
  214. <ProjectProperties>
  215. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  216. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  217. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  218. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  219. </ProjectProperties>
  220. </CPlusPlusBuilder.Personality>
  221. <Deployment Version="3">
  222. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32270mt.dll" Class="DependencyModule">
  223. <Platform Name="Win32">
  224. <Overwrite>true</Overwrite>
  225. </Platform>
  226. </DeployFile>
  227. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule"/>
  228. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c270mt.dll" Class="DependencyModule">
  229. <Platform Name="Win32">
  230. <Overwrite>true</Overwrite>
  231. </Platform>
  232. </DeployFile>
  233. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c270.dll" Class="DependencyModule">
  234. <Platform Name="Win32">
  235. <Overwrite>true</Overwrite>
  236. </Platform>
  237. </DeployFile>
  238. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  239. <Platform Name="Win64">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  244. <Platform Name="OSX32">
  245. <Overwrite>true</Overwrite>
  246. </Platform>
  247. </DeployFile>
  248. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  249. <Platform Name="Win32">
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployFile LocalName=".\Win32\Debug\Nutsnbolts.exe" Configuration="Debug" Class="ProjectOutput"/>
  254. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  255. <Platform Name="OSX32">
  256. <Overwrite>true</Overwrite>
  257. </Platform>
  258. </DeployFile>
  259. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  260. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
  261. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
  262. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  263. <Platform Name="OSX64">
  264. <Overwrite>true</Overwrite>
  265. </Platform>
  266. </DeployFile>
  267. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32270.dll" Class="DependencyModule">
  268. <Platform Name="Win32">
  269. <Overwrite>true</Overwrite>
  270. </Platform>
  271. </DeployFile>
  272. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64270.dll" Class="DependencyModule">
  274. <Platform Name="Win64">
  275. <Overwrite>true</Overwrite>
  276. </Platform>
  277. </DeployFile>
  278. <DeployFile LocalName=".\Win32\Debug\Nutsnbolts.tds" Configuration="Debug" Class="DebugSymbols"/>
  279. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  280. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64270mt.dll" Class="DependencyModule">
  281. <Platform Name="Win64">
  282. <Overwrite>true</Overwrite>
  283. </Platform>
  284. </DeployFile>
  285. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
  286. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
  287. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  288. <Platform Name="OSX64">
  289. <Overwrite>true</Overwrite>
  290. </Platform>
  291. </DeployFile>
  292. <DeployClass Name="AdditionalDebugSymbols">
  293. <Platform Name="iOSSimulator">
  294. <Operation>1</Operation>
  295. </Platform>
  296. <Platform Name="OSX32">
  297. <RemoteDir>Contents\MacOS</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. <Platform Name="Win32">
  301. <Operation>0</Operation>
  302. </Platform>
  303. </DeployClass>
  304. <DeployClass Name="AndroidClassesDexFile">
  305. <Platform Name="Android">
  306. <RemoteDir>classes</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. <Platform Name="Android64">
  310. <RemoteDir>classes</RemoteDir>
  311. <Operation>1</Operation>
  312. </Platform>
  313. </DeployClass>
  314. <DeployClass Name="AndroidFileProvider">
  315. <Platform Name="Android">
  316. <RemoteDir>res\xml</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. <Platform Name="Android64">
  320. <RemoteDir>res\xml</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="AndroidGDBServer">
  325. <Platform Name="Android">
  326. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="AndroidLibnativeArmeabiFile">
  331. <Platform Name="Android">
  332. <RemoteDir>library\lib\armeabi</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. <Platform Name="Android64">
  336. <RemoteDir>library\lib\armeabi</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  341. <Platform Name="Android64">
  342. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="AndroidLibnativeMipsFile">
  347. <Platform Name="Android">
  348. <RemoteDir>library\lib\mips</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. <Platform Name="Android64">
  352. <RemoteDir>library\lib\mips</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="AndroidServiceOutput">
  357. <Platform Name="Android">
  358. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="Android64">
  362. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="AndroidServiceOutput_Android32">
  367. <Platform Name="Android64">
  368. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Name="AndroidSplashImageDef">
  373. <Platform Name="Android">
  374. <RemoteDir>res\drawable</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. <Platform Name="Android64">
  378. <RemoteDir>res\drawable</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="AndroidSplashStyles">
  383. <Platform Name="Android">
  384. <RemoteDir>res\values</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. <Platform Name="Android64">
  388. <RemoteDir>res\values</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="AndroidSplashStylesV21">
  393. <Platform Name="Android">
  394. <RemoteDir>res\values-v21</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. <Platform Name="Android64">
  398. <RemoteDir>res\values-v21</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="Android_Colors">
  403. <Platform Name="Android">
  404. <RemoteDir>res\values</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. <Platform Name="Android64">
  408. <RemoteDir>res\values</RemoteDir>
  409. <Operation>1</Operation>
  410. </Platform>
  411. </DeployClass>
  412. <DeployClass Name="Android_DefaultAppIcon">
  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="Android_LauncherIcon144">
  423. <Platform Name="Android">
  424. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. <Platform Name="Android64">
  428. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="Android_LauncherIcon36">
  433. <Platform Name="Android">
  434. <RemoteDir>res\drawable-ldpi</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="Android64">
  438. <RemoteDir>res\drawable-ldpi</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="Android_LauncherIcon48">
  443. <Platform Name="Android">
  444. <RemoteDir>res\drawable-mdpi</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. <Platform Name="Android64">
  448. <RemoteDir>res\drawable-mdpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="Android_LauncherIcon72">
  453. <Platform Name="Android">
  454. <RemoteDir>res\drawable-hdpi</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. <Platform Name="Android64">
  458. <RemoteDir>res\drawable-hdpi</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="Android_LauncherIcon96">
  463. <Platform Name="Android">
  464. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. <Platform Name="Android64">
  468. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  469. <Operation>1</Operation>
  470. </Platform>
  471. </DeployClass>
  472. <DeployClass Name="Android_NotificationIcon24">
  473. <Platform Name="Android">
  474. <RemoteDir>res\drawable-mdpi</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="Android64">
  478. <RemoteDir>res\drawable-mdpi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="Android_NotificationIcon36">
  483. <Platform Name="Android">
  484. <RemoteDir>res\drawable-hdpi</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="Android64">
  488. <RemoteDir>res\drawable-hdpi</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="Android_NotificationIcon48">
  493. <Platform Name="Android">
  494. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. <Platform Name="Android64">
  498. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="Android_NotificationIcon72">
  503. <Platform Name="Android">
  504. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="Android64">
  508. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. </DeployClass>
  512. <DeployClass Name="Android_NotificationIcon96">
  513. <Platform Name="Android">
  514. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  515. <Operation>1</Operation>
  516. </Platform>
  517. <Platform Name="Android64">
  518. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. </DeployClass>
  522. <DeployClass Name="Android_SplashImage426">
  523. <Platform Name="Android">
  524. <RemoteDir>res\drawable-small</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="Android64">
  528. <RemoteDir>res\drawable-small</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="Android_SplashImage470">
  533. <Platform Name="Android">
  534. <RemoteDir>res\drawable-normal</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="Android64">
  538. <RemoteDir>res\drawable-normal</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Name="Android_SplashImage640">
  543. <Platform Name="Android">
  544. <RemoteDir>res\drawable-large</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. <Platform Name="Android64">
  548. <RemoteDir>res\drawable-large</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="Android_SplashImage960">
  553. <Platform Name="Android">
  554. <RemoteDir>res\drawable-xlarge</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. <Platform Name="Android64">
  558. <RemoteDir>res\drawable-xlarge</RemoteDir>
  559. <Operation>1</Operation>
  560. </Platform>
  561. </DeployClass>
  562. <DeployClass Name="Android_Strings">
  563. <Platform Name="Android">
  564. <RemoteDir>res\values</RemoteDir>
  565. <Operation>1</Operation>
  566. </Platform>
  567. <Platform Name="Android64">
  568. <RemoteDir>res\values</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. </DeployClass>
  572. <DeployClass Name="DebugSymbols">
  573. <Platform Name="iOSSimulator">
  574. <Operation>1</Operation>
  575. </Platform>
  576. <Platform Name="OSX32">
  577. <RemoteDir>Contents\MacOS</RemoteDir>
  578. <Operation>1</Operation>
  579. </Platform>
  580. <Platform Name="Win32">
  581. <Operation>0</Operation>
  582. </Platform>
  583. </DeployClass>
  584. <DeployClass Name="DependencyFramework">
  585. <Platform Name="OSX32">
  586. <RemoteDir>Contents\MacOS</RemoteDir>
  587. <Operation>1</Operation>
  588. <Extensions>.framework</Extensions>
  589. </Platform>
  590. <Platform Name="OSX64">
  591. <RemoteDir>Contents\MacOS</RemoteDir>
  592. <Operation>1</Operation>
  593. <Extensions>.framework</Extensions>
  594. </Platform>
  595. <Platform Name="Win32">
  596. <Operation>0</Operation>
  597. </Platform>
  598. </DeployClass>
  599. <DeployClass Name="DependencyModule">
  600. <Platform Name="iOSDevice32">
  601. <Operation>1</Operation>
  602. <Extensions>.dylib</Extensions>
  603. </Platform>
  604. <Platform Name="iOSDevice64">
  605. <Operation>1</Operation>
  606. <Extensions>.dylib</Extensions>
  607. </Platform>
  608. <Platform Name="iOSSimulator">
  609. <Operation>1</Operation>
  610. <Extensions>.dylib</Extensions>
  611. </Platform>
  612. <Platform Name="OSX32">
  613. <RemoteDir>Contents\MacOS</RemoteDir>
  614. <Operation>1</Operation>
  615. <Extensions>.dylib</Extensions>
  616. </Platform>
  617. <Platform Name="OSX64">
  618. <RemoteDir>Contents\MacOS</RemoteDir>
  619. <Operation>1</Operation>
  620. <Extensions>.dylib</Extensions>
  621. </Platform>
  622. <Platform Name="Win32">
  623. <Operation>0</Operation>
  624. <Extensions>.dll;.bpl</Extensions>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Required="true" Name="DependencyPackage">
  628. <Platform Name="iOSDevice32">
  629. <Operation>1</Operation>
  630. <Extensions>.dylib</Extensions>
  631. </Platform>
  632. <Platform Name="iOSDevice64">
  633. <Operation>1</Operation>
  634. <Extensions>.dylib</Extensions>
  635. </Platform>
  636. <Platform Name="iOSSimulator">
  637. <Operation>1</Operation>
  638. <Extensions>.dylib</Extensions>
  639. </Platform>
  640. <Platform Name="OSX32">
  641. <RemoteDir>Contents\MacOS</RemoteDir>
  642. <Operation>1</Operation>
  643. <Extensions>.dylib</Extensions>
  644. </Platform>
  645. <Platform Name="OSX64">
  646. <RemoteDir>Contents\MacOS</RemoteDir>
  647. <Operation>1</Operation>
  648. <Extensions>.dylib</Extensions>
  649. </Platform>
  650. <Platform Name="Win32">
  651. <Operation>0</Operation>
  652. <Extensions>.bpl</Extensions>
  653. </Platform>
  654. </DeployClass>
  655. <DeployClass Name="File">
  656. <Platform Name="Android">
  657. <Operation>0</Operation>
  658. </Platform>
  659. <Platform Name="Android64">
  660. <Operation>0</Operation>
  661. </Platform>
  662. <Platform Name="iOSDevice32">
  663. <Operation>0</Operation>
  664. </Platform>
  665. <Platform Name="iOSDevice64">
  666. <Operation>0</Operation>
  667. </Platform>
  668. <Platform Name="iOSSimulator">
  669. <Operation>0</Operation>
  670. </Platform>
  671. <Platform Name="OSX32">
  672. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  673. <Operation>0</Operation>
  674. </Platform>
  675. <Platform Name="OSX64">
  676. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  677. <Operation>0</Operation>
  678. </Platform>
  679. <Platform Name="Win32">
  680. <Operation>0</Operation>
  681. </Platform>
  682. </DeployClass>
  683. <DeployClass Name="iPad_Launch2x">
  684. <Platform Name="iOSDevice64">
  685. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  686. <Operation>1</Operation>
  687. </Platform>
  688. <Platform Name="iOSSimulator">
  689. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  690. <Operation>1</Operation>
  691. </Platform>
  692. </DeployClass>
  693. <DeployClass Name="iPad_LaunchDark2x">
  694. <Platform Name="iOSDevice64">
  695. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  696. <Operation>1</Operation>
  697. </Platform>
  698. <Platform Name="iOSSimulator">
  699. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  700. <Operation>1</Operation>
  701. </Platform>
  702. </DeployClass>
  703. <DeployClass Name="iPhone_Launch2x">
  704. <Platform Name="iOSDevice64">
  705. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  706. <Operation>1</Operation>
  707. </Platform>
  708. <Platform Name="iOSSimulator">
  709. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  710. <Operation>1</Operation>
  711. </Platform>
  712. </DeployClass>
  713. <DeployClass Name="iPhone_Launch3x">
  714. <Platform Name="iOSDevice64">
  715. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  716. <Operation>1</Operation>
  717. </Platform>
  718. <Platform Name="iOSSimulator">
  719. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  720. <Operation>1</Operation>
  721. </Platform>
  722. </DeployClass>
  723. <DeployClass Name="iPhone_LaunchDark2x">
  724. <Platform Name="iOSDevice64">
  725. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  726. <Operation>1</Operation>
  727. </Platform>
  728. <Platform Name="iOSSimulator">
  729. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  730. <Operation>1</Operation>
  731. </Platform>
  732. </DeployClass>
  733. <DeployClass Name="iPhone_LaunchDark3x">
  734. <Platform Name="iOSDevice64">
  735. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  736. <Operation>1</Operation>
  737. </Platform>
  738. <Platform Name="iOSSimulator">
  739. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  740. <Operation>1</Operation>
  741. </Platform>
  742. </DeployClass>
  743. <DeployClass Name="ProjectAndroidManifest">
  744. <Platform Name="Android">
  745. <Operation>1</Operation>
  746. </Platform>
  747. <Platform Name="Android64">
  748. <Operation>1</Operation>
  749. </Platform>
  750. </DeployClass>
  751. <DeployClass Name="ProjectiOSDeviceDebug">
  752. <Platform Name="iOSDevice32">
  753. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  754. <Operation>1</Operation>
  755. </Platform>
  756. <Platform Name="iOSDevice64">
  757. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  758. <Operation>1</Operation>
  759. </Platform>
  760. </DeployClass>
  761. <DeployClass Name="ProjectiOSDeviceResourceRules">
  762. <Platform Name="iOSDevice32">
  763. <Operation>1</Operation>
  764. </Platform>
  765. <Platform Name="iOSDevice64">
  766. <Operation>1</Operation>
  767. </Platform>
  768. </DeployClass>
  769. <DeployClass Name="ProjectiOSEntitlements">
  770. <Platform Name="iOSDevice32">
  771. <RemoteDir>..\</RemoteDir>
  772. <Operation>1</Operation>
  773. </Platform>
  774. <Platform Name="iOSDevice64">
  775. <RemoteDir>..\</RemoteDir>
  776. <Operation>1</Operation>
  777. </Platform>
  778. </DeployClass>
  779. <DeployClass Name="ProjectiOSInfoPList">
  780. <Platform Name="iOSDevice32">
  781. <Operation>1</Operation>
  782. </Platform>
  783. <Platform Name="iOSDevice64">
  784. <Operation>1</Operation>
  785. </Platform>
  786. <Platform Name="iOSSimulator">
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="ProjectiOSLaunchScreen">
  791. <Platform Name="iOSDevice64">
  792. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  793. <Operation>64</Operation>
  794. </Platform>
  795. <Platform Name="iOSSimulator">
  796. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  797. <Operation>64</Operation>
  798. </Platform>
  799. </DeployClass>
  800. <DeployClass Name="ProjectiOSResource">
  801. <Platform Name="iOSDevice32">
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="iOSDevice64">
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSSimulator">
  808. <Operation>1</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="ProjectOSXDebug">
  812. <Platform Name="OSX64">
  813. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  814. <Operation>1</Operation>
  815. </Platform>
  816. </DeployClass>
  817. <DeployClass Name="ProjectOSXEntitlements">
  818. <Platform Name="OSX32">
  819. <RemoteDir>..\</RemoteDir>
  820. <Operation>1</Operation>
  821. </Platform>
  822. <Platform Name="OSX64">
  823. <RemoteDir>..\</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. </DeployClass>
  827. <DeployClass Name="ProjectOSXInfoPList">
  828. <Platform Name="OSX32">
  829. <RemoteDir>Contents</RemoteDir>
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="OSX64">
  833. <RemoteDir>Contents</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="ProjectOSXResource">
  838. <Platform Name="OSX32">
  839. <RemoteDir>Contents\Resources</RemoteDir>
  840. <Operation>1</Operation>
  841. </Platform>
  842. <Platform Name="OSX64">
  843. <RemoteDir>Contents\Resources</RemoteDir>
  844. <Operation>1</Operation>
  845. </Platform>
  846. </DeployClass>
  847. <DeployClass Required="true" Name="ProjectOutput">
  848. <Platform Name="Android">
  849. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  850. <Operation>1</Operation>
  851. </Platform>
  852. <Platform Name="Android64">
  853. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  854. <Operation>1</Operation>
  855. </Platform>
  856. <Platform Name="iOSDevice32">
  857. <Operation>1</Operation>
  858. </Platform>
  859. <Platform Name="iOSDevice64">
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="iOSSimulator">
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="Linux64">
  866. <Operation>1</Operation>
  867. </Platform>
  868. <Platform Name="OSX32">
  869. <RemoteDir>Contents\MacOS</RemoteDir>
  870. <Operation>1</Operation>
  871. </Platform>
  872. <Platform Name="OSX64">
  873. <RemoteDir>Contents\MacOS</RemoteDir>
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="Win32">
  877. <Operation>0</Operation>
  878. </Platform>
  879. </DeployClass>
  880. <DeployClass Name="ProjectOutput_Android32">
  881. <Platform Name="Android64">
  882. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  883. <Operation>1</Operation>
  884. </Platform>
  885. </DeployClass>
  886. <DeployClass Name="ProjectUWPManifest">
  887. <Platform Name="Win32">
  888. <Operation>1</Operation>
  889. </Platform>
  890. <Platform Name="Win64">
  891. <Operation>1</Operation>
  892. </Platform>
  893. </DeployClass>
  894. <DeployClass Name="UWP_CppLogo150">
  895. <Platform Name="Win32">
  896. <RemoteDir>Assets</RemoteDir>
  897. <Operation>1</Operation>
  898. </Platform>
  899. <Platform Name="Win64">
  900. <RemoteDir>Assets</RemoteDir>
  901. <Operation>1</Operation>
  902. </Platform>
  903. </DeployClass>
  904. <DeployClass Name="UWP_CppLogo44">
  905. <Platform Name="Win32">
  906. <RemoteDir>Assets</RemoteDir>
  907. <Operation>1</Operation>
  908. </Platform>
  909. <Platform Name="Win64">
  910. <RemoteDir>Assets</RemoteDir>
  911. <Operation>1</Operation>
  912. </Platform>
  913. </DeployClass>
  914. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  915. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  916. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  917. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  918. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  919. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  920. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  921. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  922. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  923. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  924. </Deployment>
  925. <Platforms>
  926. <Platform value="Win32">True</Platform>
  927. <Platform value="Win64">False</Platform>
  928. </Platforms>
  929. </BorlandProject>
  930. <ProjectFileVersion>12</ProjectFileVersion>
  931. </ProjectExtensions>
  932. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  933. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  934. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  935. </Project>