|
7 | 7 | <TargetedPlatforms>129</TargetedPlatforms>
|
8 | 8 | <AppType>Console</AppType>
|
9 | 9 | <FrameworkType>None</FrameworkType>
|
10 |
| - <ProjectVersion>19.1</ProjectVersion> |
| 10 | + <ProjectVersion>19.3</ProjectVersion> |
11 | 11 | <Platform Condition="'$(Platform)'==''">Win32</Platform>
|
12 | 12 | </PropertyGroup>
|
13 | 13 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
44 | 44 | <Cfg_2>true</Cfg_2>
|
45 | 45 | <Base>true</Base>
|
46 | 46 | </PropertyGroup>
|
| 47 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
| 48 | + <Cfg_2_Win32>true</Cfg_2_Win32> |
| 49 | + <CfgParent>Cfg_2</CfgParent> |
| 50 | + <Cfg_2>true</Cfg_2> |
| 51 | + <Base>true</Base> |
| 52 | + </PropertyGroup> |
47 | 53 | <PropertyGroup Condition="'$(Base)'!=''">
|
48 | 54 | <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
|
49 | 55 | <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
|
|
57 | 63 | <VerInfo_Locale>1040</VerInfo_Locale>
|
58 | 64 | <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
|
59 | 65 | <DCC_F>false</DCC_F>
|
| 66 | + <DCC_UnitSearchPath>..\..\sources;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
60 | 67 | </PropertyGroup>
|
61 | 68 | <PropertyGroup Condition="'$(Base_Android)'!=''">
|
62 | 69 | <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
|
|
86 | 93 | <Android_NotificationIcon48>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png</Android_NotificationIcon48>
|
87 | 94 | <Android_NotificationIcon72>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_72x72.png</Android_NotificationIcon72>
|
88 | 95 | <Android_NotificationIcon96>$(BDS)\bin\Artwork\Android\FM_NotificationIcon_96x96.png</Android_NotificationIcon96>
|
| 96 | + <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192> |
89 | 97 | </PropertyGroup>
|
90 | 98 | <PropertyGroup Condition="'$(Base_Android64)'!=''">
|
91 | 99 | <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
|
|
113 | 121 | <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
|
114 | 122 | <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
|
115 | 123 | <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
|
| 124 | + <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192> |
116 | 125 | </PropertyGroup>
|
117 | 126 | <PropertyGroup Condition="'$(Base_Win32)'!=''">
|
118 | 127 | <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
|
|
134 | 143 | <Debugger_UseLauncher>true</Debugger_UseLauncher>
|
135 | 144 | <Debugger_Launcher>/usr/bin/xterm -e "%debuggee%"</Debugger_Launcher>
|
136 | 145 | </PropertyGroup>
|
| 146 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
| 147 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 148 | + <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> |
| 149 | + <Manifest_File>(None)</Manifest_File> |
| 150 | + </PropertyGroup> |
137 | 151 | <ItemGroup>
|
138 | 152 | <DelphiCompile Include="$(MainSource)">
|
139 | 153 | <MainSource>MainSource</MainSource>
|
140 | 154 | </DelphiCompile>
|
141 |
| - <BuildConfiguration Include="Debug"> |
142 |
| - <Key>Cfg_2</Key> |
143 |
| - <CfgParent>Base</CfgParent> |
144 |
| - </BuildConfiguration> |
145 | 155 | <BuildConfiguration Include="Base">
|
146 | 156 | <Key>Base</Key>
|
147 | 157 | </BuildConfiguration>
|
148 | 158 | <BuildConfiguration Include="Release">
|
149 | 159 | <Key>Cfg_1</Key>
|
150 | 160 | <CfgParent>Base</CfgParent>
|
151 | 161 | </BuildConfiguration>
|
| 162 | + <BuildConfiguration Include="Debug"> |
| 163 | + <Key>Cfg_2</Key> |
| 164 | + <CfgParent>Base</CfgParent> |
| 165 | + </BuildConfiguration> |
152 | 166 | </ItemGroup>
|
153 | 167 | <ProjectExtensions>
|
154 | 168 | <Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
|
158 | 172 | <Source>
|
159 | 173 | <Source Name="MainSource">CmdsSample.dpr</Source>
|
160 | 174 | </Source>
|
| 175 | + <Excluded_Packages> |
| 176 | + <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> |
| 177 | + <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> |
| 178 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
| 179 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
| 180 | + </Excluded_Packages> |
161 | 181 | </Delphi.Personality>
|
162 | 182 | <Platforms>
|
163 | 183 | <Platform value="Android">False</Platform>
|
|
167 | 187 | <Platform value="Win64">False</Platform>
|
168 | 188 | </Platforms>
|
169 | 189 | <Deployment Version="3">
|
170 |
| - <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> |
171 |
| - <Platform Name="OSX32"> |
172 |
| - <Overwrite>true</Overwrite> |
173 |
| - </Platform> |
174 |
| - </DeployFile> |
175 | 190 | <DeployFile LocalName="CmdsSample" Configuration="Debug" Class="ProjectOutput">
|
176 | 191 | <Platform Name="Linux64">
|
177 | 192 | <RemoteName>CmdsSample</RemoteName>
|
178 | 193 | <Overwrite>true</Overwrite>
|
179 | 194 | </Platform>
|
180 | 195 | </DeployFile>
|
181 |
| - <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule"> |
182 |
| - <Platform Name="OSX64"> |
| 196 | + <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"> |
| 197 | + <Platform Name="iOSSimulator"> |
183 | 198 | <Overwrite>true</Overwrite>
|
184 | 199 | </Platform>
|
185 | 200 | </DeployFile>
|
186 |
| - <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"> |
187 |
| - <Platform Name="iOSSimulator"> |
| 201 | + <DeployFile LocalName="CmdsSample.exe" Configuration="Debug" Class="ProjectOutput"> |
| 202 | + <Platform Name="Win32"> |
| 203 | + <RemoteName>CmdsSample.exe</RemoteName> |
188 | 204 | <Overwrite>true</Overwrite>
|
189 | 205 | </Platform>
|
190 | 206 | </DeployFile>
|
|
193 | 209 | <Overwrite>true</Overwrite>
|
194 | 210 | </Platform>
|
195 | 211 | </DeployFile>
|
196 |
| - <DeployFile LocalName="CmdsSample.exe" Configuration="Debug" Class="ProjectOutput"> |
197 |
| - <Platform Name="Win32"> |
198 |
| - <RemoteName>CmdsSample.exe</RemoteName> |
| 212 | + <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> |
| 213 | + <Platform Name="OSX32"> |
199 | 214 | <Overwrite>true</Overwrite>
|
200 | 215 | </Platform>
|
201 | 216 | </DeployFile>
|
|
209 | 224 | <Overwrite>true</Overwrite>
|
210 | 225 | </Platform>
|
211 | 226 | </DeployFile>
|
| 227 | + <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule"> |
| 228 | + <Platform Name="OSX64"> |
| 229 | + <Overwrite>true</Overwrite> |
| 230 | + </Platform> |
| 231 | + </DeployFile> |
212 | 232 | <DeployClass Name="AdditionalDebugSymbols">
|
213 | 233 | <Platform Name="OSX32">
|
214 | 234 | <Operation>1</Operation>
|
|
217 | 237 | <Operation>0</Operation>
|
218 | 238 | </Platform>
|
219 | 239 | </DeployClass>
|
| 240 | + <DeployClass Name="AndroidClasses"> |
| 241 | + <Platform Name="Android"> |
| 242 | + <RemoteDir>classes</RemoteDir> |
| 243 | + <Operation>64</Operation> |
| 244 | + </Platform> |
| 245 | + <Platform Name="Android64"> |
| 246 | + <RemoteDir>classes</RemoteDir> |
| 247 | + <Operation>64</Operation> |
| 248 | + </Platform> |
| 249 | + </DeployClass> |
220 | 250 | <DeployClass Name="AndroidClassesDexFile">
|
221 | 251 | <Platform Name="Android">
|
222 | 252 | <RemoteDir>classes</RemoteDir>
|
|
515 | 545 | <Operation>1</Operation>
|
516 | 546 | <Extensions>.framework</Extensions>
|
517 | 547 | </Platform>
|
| 548 | + <Platform Name="OSXARM64"> |
| 549 | + <Operation>1</Operation> |
| 550 | + <Extensions>.framework</Extensions> |
| 551 | + </Platform> |
518 | 552 | <Platform Name="Win32">
|
519 | 553 | <Operation>0</Operation>
|
520 | 554 | </Platform>
|
|
528 | 562 | <Operation>1</Operation>
|
529 | 563 | <Extensions>.dylib</Extensions>
|
530 | 564 | </Platform>
|
| 565 | + <Platform Name="OSXARM64"> |
| 566 | + <Operation>1</Operation> |
| 567 | + <Extensions>.dylib</Extensions> |
| 568 | + </Platform> |
531 | 569 | <Platform Name="Win32">
|
532 | 570 | <Operation>0</Operation>
|
533 | 571 | <Extensions>.dll;.bpl</Extensions>
|
|
554 | 592 | <Operation>1</Operation>
|
555 | 593 | <Extensions>.dylib</Extensions>
|
556 | 594 | </Platform>
|
| 595 | + <Platform Name="OSXARM64"> |
| 596 | + <Operation>1</Operation> |
| 597 | + <Extensions>.dylib</Extensions> |
| 598 | + </Platform> |
557 | 599 | <Platform Name="Win32">
|
558 | 600 | <Operation>0</Operation>
|
559 | 601 | <Extensions>.bpl</Extensions>
|
|
581 | 623 | <Platform Name="OSX64">
|
582 | 624 | <Operation>0</Operation>
|
583 | 625 | </Platform>
|
| 626 | + <Platform Name="OSXARM64"> |
| 627 | + <Operation>0</Operation> |
| 628 | + </Platform> |
584 | 629 | <Platform Name="Win32">
|
585 | 630 | <Operation>0</Operation>
|
586 | 631 | </Platform>
|
|
1134 | 1179 | <RemoteDir>Contents\Resources</RemoteDir>
|
1135 | 1180 | <Operation>1</Operation>
|
1136 | 1181 | </Platform>
|
| 1182 | + <Platform Name="OSXARM64"> |
| 1183 | + <RemoteDir>Contents\Resources</RemoteDir> |
| 1184 | + <Operation>1</Operation> |
| 1185 | + </Platform> |
1137 | 1186 | </DeployClass>
|
1138 | 1187 | <DeployClass Required="true" Name="ProjectOutput">
|
1139 | 1188 | <Platform Name="Android">
|
|
1162 | 1211 | <Platform Name="OSX64">
|
1163 | 1212 | <Operation>1</Operation>
|
1164 | 1213 | </Platform>
|
| 1214 | + <Platform Name="OSXARM64"> |
| 1215 | + <Operation>1</Operation> |
| 1216 | + </Platform> |
1165 | 1217 | <Platform Name="Win32">
|
1166 | 1218 | <Operation>0</Operation>
|
1167 | 1219 | </Platform>
|
|
1200 | 1252 | <Operation>1</Operation>
|
1201 | 1253 | </Platform>
|
1202 | 1254 | </DeployClass>
|
1203 |
| - <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/> |
| 1255 | + <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/> |
| 1256 | + <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
| 1257 | + <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
| 1258 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> |
| 1259 | + <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
1204 | 1260 | <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
| 1261 | + <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/> |
1205 | 1262 | <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
|
| 1263 | + <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/> |
1206 | 1264 | <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
|
1207 |
| - <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
1208 |
| - <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/> |
1209 |
| - <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
1210 |
| - <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
1211 | 1265 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
1212 |
| - <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> |
1213 | 1266 | </Deployment>
|
1214 | 1267 | </BorlandProject>
|
1215 | 1268 | <ProjectFileVersion>12</ProjectFileVersion>
|
|
0 commit comments