galeJSON.deployproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Condition="Exists('$(BDS)\bin\CodeGear.Deployment.targets')" Project="$(BDS)\bin\CodeGear.Deployment.targets"/>
  3. <ProjectExtensions>
  4. <ProjectFileVersion>12</ProjectFileVersion>
  5. </ProjectExtensions>
  6. <PropertyGroup/>
  7. <ItemGroup Condition="'$(Platform)'=='OSX64'">
  8. <DeployFile Include="$(ProjectName).Artwork\macOS\AppIcon.icns" Condition="'$(Config)'=='Debug'">
  9. <RemoteDir>galeJSON.app\Contents\Resources\</RemoteDir>
  10. <RemoteName>gsJSON.icns</RemoteName>
  11. <DeployClass>ProjectOSXResource</DeployClass>
  12. <Operation>1</Operation>
  13. <LocalCommand/>
  14. <RemoteCommand/>
  15. <Overwrite>True</Overwrite>
  16. </DeployFile>
  17. <DeployFile Include="$(ProjectName).Artwork\macOS\AppIcon.icns" Condition="'$(Config)'=='Release'">
  18. <RemoteDir>galeJSON.app\Contents\Resources\</RemoteDir>
  19. <RemoteName>galeJSON.icns</RemoteName>
  20. <DeployClass>ProjectOSXResource</DeployClass>
  21. <Operation>1</Operation>
  22. <LocalCommand/>
  23. <RemoteCommand/>
  24. <Overwrite>True</Overwrite>
  25. </DeployFile>
  26. <DeployFile Include="OSX64\Debug\gsJSON.entitlements" Condition="'$(Config)'=='Debug'">
  27. <RemoteDir>galeJSON.app\..\</RemoteDir>
  28. <RemoteName>gsJSON.entitlements</RemoteName>
  29. <DeployClass>ProjectOSXEntitlements</DeployClass>
  30. <Operation>1</Operation>
  31. <LocalCommand/>
  32. <RemoteCommand/>
  33. <Overwrite>True</Overwrite>
  34. </DeployFile>
  35. <DeployFile Include="lang.json" Condition="'$(Config)'=='Debug'">
  36. <RemoteDir>galeJSON.app\Contents\Resources\</RemoteDir>
  37. <RemoteName>lang.json</RemoteName>
  38. <DeployClass>File</DeployClass>
  39. <Operation>0</Operation>
  40. <LocalCommand/>
  41. <RemoteCommand/>
  42. <Overwrite>True</Overwrite>
  43. </DeployFile>
  44. <DeployFile Include="lang.json" Condition="'$(Config)'=='Release'">
  45. <RemoteDir>galeJSON.app\Contents\Resources\</RemoteDir>
  46. <RemoteName>lang.json</RemoteName>
  47. <DeployClass>File</DeployClass>
  48. <Operation>0</Operation>
  49. <LocalCommand/>
  50. <RemoteCommand/>
  51. <Overwrite>True</Overwrite>
  52. </DeployFile>
  53. <DeployFile Include="OSX64\Debug\galeJSON" Condition="'$(Config)'=='Debug'">
  54. <RemoteDir>galeJSON.app\Contents\MacOS\</RemoteDir>
  55. <RemoteName>galeJSON</RemoteName>
  56. <DeployClass>ProjectOutput</DeployClass>
  57. <Operation>1</Operation>
  58. <LocalCommand/>
  59. <RemoteCommand/>
  60. <Overwrite>True</Overwrite>
  61. <Required>True</Required>
  62. </DeployFile>
  63. <DeployFile Include="OSX64\Release\galeJSON.info.plist" Condition="'$(Config)'=='Release'">
  64. <RemoteDir>galeJSON.app\Contents\</RemoteDir>
  65. <RemoteName>Info.plist</RemoteName>
  66. <DeployClass>ProjectOSXInfoPList</DeployClass>
  67. <Operation>1</Operation>
  68. <LocalCommand/>
  69. <RemoteCommand/>
  70. <Overwrite>True</Overwrite>
  71. </DeployFile>
  72. <DeployFile Include="OSX64\Release\galeJSON" Condition="'$(Config)'=='Release'">
  73. <RemoteDir>galeJSON.app\Contents\MacOS\</RemoteDir>
  74. <RemoteName>galeJSON</RemoteName>
  75. <DeployClass>ProjectOutput</DeployClass>
  76. <Operation>1</Operation>
  77. <LocalCommand/>
  78. <RemoteCommand/>
  79. <Overwrite>True</Overwrite>
  80. <Required>True</Required>
  81. </DeployFile>
  82. <DeployFile Include="OSX64\Debug\gsJSON.info.plist" Condition="'$(Config)'=='Debug'">
  83. <RemoteDir>galeJSON.app\Contents\</RemoteDir>
  84. <RemoteName>Info.plist</RemoteName>
  85. <DeployClass>ProjectOSXInfoPList</DeployClass>
  86. <Operation>1</Operation>
  87. <LocalCommand/>
  88. <RemoteCommand/>
  89. <Overwrite>True</Overwrite>
  90. </DeployFile>
  91. <DeployFile Include="OSX64\Release\galeJSON.entitlements" Condition="'$(Config)'=='Release'">
  92. <RemoteDir>galeJSON.app\..\</RemoteDir>
  93. <RemoteName>galeJSON.entitlements</RemoteName>
  94. <DeployClass>ProjectOSXEntitlements</DeployClass>
  95. <Operation>1</Operation>
  96. <LocalCommand/>
  97. <RemoteCommand/>
  98. <Overwrite>True</Overwrite>
  99. </DeployFile>
  100. </ItemGroup>
  101. <ItemGroup Condition="'$(Platform)'=='Win32'">
  102. <DeployFile Include="lang.json" Condition="'$(Config)'=='Debug'">
  103. <RemoteDir>galeJSON\</RemoteDir>
  104. <RemoteName>lang.json</RemoteName>
  105. <DeployClass>File</DeployClass>
  106. <Operation>0</Operation>
  107. <LocalCommand/>
  108. <RemoteCommand/>
  109. <Overwrite>True</Overwrite>
  110. </DeployFile>
  111. <DeployFile Include="lang.json" Condition="'$(Config)'=='Release'">
  112. <RemoteDir>galeJSON\</RemoteDir>
  113. <RemoteName>lang.json</RemoteName>
  114. <DeployClass>File</DeployClass>
  115. <Operation>0</Operation>
  116. <LocalCommand/>
  117. <RemoteCommand/>
  118. <Overwrite>True</Overwrite>
  119. </DeployFile>
  120. <DeployFile Include="Win32\Debug\galeJSON.exe" Condition="'$(Config)'=='Debug'">
  121. <RemoteDir>galeJSON\</RemoteDir>
  122. <RemoteName>galeJSON.exe</RemoteName>
  123. <DeployClass>ProjectOutput</DeployClass>
  124. <Operation>0</Operation>
  125. <LocalCommand/>
  126. <RemoteCommand/>
  127. <Overwrite>True</Overwrite>
  128. <Required>True</Required>
  129. </DeployFile>
  130. </ItemGroup>
  131. <ItemGroup Condition="'$(Platform)'=='OSXARM64'"/>
  132. <ItemGroup Condition="'$(Platform)'=='Win64'">
  133. <DeployFile Include="Win64\Debug\galeJSON.exe" Condition="'$(Config)'=='Debug'">
  134. <RemoteDir>galeJSON\</RemoteDir>
  135. <RemoteName>galeJSON.exe</RemoteName>
  136. <DeployClass>ProjectOutput</DeployClass>
  137. <Operation>0</Operation>
  138. <LocalCommand/>
  139. <RemoteCommand/>
  140. <Overwrite>True</Overwrite>
  141. <Required>True</Required>
  142. </DeployFile>
  143. <DeployFile Include="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Condition="'$(Config)'=='Release'">
  144. <RemoteDir>galeJSON\Assets\</RemoteDir>
  145. <RemoteName>Logo44x44.png</RemoteName>
  146. <DeployClass>UWP_DelphiLogo44</DeployClass>
  147. <Operation>1</Operation>
  148. <LocalCommand/>
  149. <RemoteCommand/>
  150. <Overwrite>True</Overwrite>
  151. </DeployFile>
  152. <DeployFile Include="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Condition="'$(Config)'=='Release'">
  153. <RemoteDir>galeJSON\Assets\</RemoteDir>
  154. <RemoteName>Logo150x150.png</RemoteName>
  155. <DeployClass>UWP_DelphiLogo150</DeployClass>
  156. <Operation>1</Operation>
  157. <LocalCommand/>
  158. <RemoteCommand/>
  159. <Overwrite>True</Overwrite>
  160. </DeployFile>
  161. <DeployFile Include="Win64\Release\galeJSON.exe" Condition="'$(Config)'=='Release'">
  162. <RemoteDir>galeJSON\</RemoteDir>
  163. <RemoteName>galeJSON.exe</RemoteName>
  164. <DeployClass>ProjectOutput</DeployClass>
  165. <Operation>0</Operation>
  166. <LocalCommand/>
  167. <RemoteCommand/>
  168. <Overwrite>True</Overwrite>
  169. <Required>True</Required>
  170. </DeployFile>
  171. </ItemGroup>
  172. <ItemGroup Condition="'$(Platform)'=='Win64x'"/>
  173. </Project>