|
1 | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{8BBF3D46-A5D3-4F18-A4A0-2D31C224D449}</ProjectGuid> |
4 | | - <ProjectVersion>19.5</ProjectVersion> |
| 4 | + <ProjectVersion>20.1</ProjectVersion> |
5 | 5 | <FrameworkType>VCL</FrameworkType> |
6 | 6 | <MainSource>LibPhonenumber.dpr</MainSource> |
7 | 7 | <Base>True</Base> |
8 | 8 | <Config Condition="'$(Config)'==''">Debug</Config> |
9 | 9 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
10 | 10 | <TargetedPlatforms>3</TargetedPlatforms> |
11 | 11 | <AppType>Application</AppType> |
| 12 | + <ProjectName Condition="'$(ProjectName)'==''">LibPhonenumber</ProjectName> |
12 | 13 | </PropertyGroup> |
13 | 14 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
14 | 15 | <Base>true</Base> |
|
216 | 217 | <Operation>1</Operation> |
217 | 218 | </Platform> |
218 | 219 | </DeployClass> |
| 220 | + <DeployClass Name="AndroidSplashImageDefV21"> |
| 221 | + <Platform Name="Android"> |
| 222 | + <RemoteDir>res\drawable-anydpi-v21</RemoteDir> |
| 223 | + <Operation>1</Operation> |
| 224 | + </Platform> |
| 225 | + <Platform Name="Android64"> |
| 226 | + <RemoteDir>res\drawable-anydpi-v21</RemoteDir> |
| 227 | + <Operation>1</Operation> |
| 228 | + </Platform> |
| 229 | + </DeployClass> |
219 | 230 | <DeployClass Name="AndroidSplashStyles"> |
220 | 231 | <Platform Name="Android"> |
221 | 232 | <RemoteDir>res\values</RemoteDir> |
|
236 | 247 | <Operation>1</Operation> |
237 | 248 | </Platform> |
238 | 249 | </DeployClass> |
| 250 | + <DeployClass Name="AndroidSplashStylesV31"> |
| 251 | + <Platform Name="Android"> |
| 252 | + <RemoteDir>res\values-v31</RemoteDir> |
| 253 | + <Operation>1</Operation> |
| 254 | + </Platform> |
| 255 | + <Platform Name="Android64"> |
| 256 | + <RemoteDir>res\values-v31</RemoteDir> |
| 257 | + <Operation>1</Operation> |
| 258 | + </Platform> |
| 259 | + </DeployClass> |
| 260 | + <DeployClass Name="Android_AdaptiveIcon"> |
| 261 | + <Platform Name="Android"> |
| 262 | + <RemoteDir>res\drawable-anydpi-v26</RemoteDir> |
| 263 | + <Operation>1</Operation> |
| 264 | + </Platform> |
| 265 | + <Platform Name="Android64"> |
| 266 | + <RemoteDir>res\drawable-anydpi-v26</RemoteDir> |
| 267 | + <Operation>1</Operation> |
| 268 | + </Platform> |
| 269 | + </DeployClass> |
| 270 | + <DeployClass Name="Android_AdaptiveIconBackground"> |
| 271 | + <Platform Name="Android"> |
| 272 | + <RemoteDir>res\drawable</RemoteDir> |
| 273 | + <Operation>1</Operation> |
| 274 | + </Platform> |
| 275 | + <Platform Name="Android64"> |
| 276 | + <RemoteDir>res\drawable</RemoteDir> |
| 277 | + <Operation>1</Operation> |
| 278 | + </Platform> |
| 279 | + </DeployClass> |
| 280 | + <DeployClass Name="Android_AdaptiveIconForeground"> |
| 281 | + <Platform Name="Android"> |
| 282 | + <RemoteDir>res\drawable</RemoteDir> |
| 283 | + <Operation>1</Operation> |
| 284 | + </Platform> |
| 285 | + <Platform Name="Android64"> |
| 286 | + <RemoteDir>res\drawable</RemoteDir> |
| 287 | + <Operation>1</Operation> |
| 288 | + </Platform> |
| 289 | + </DeployClass> |
| 290 | + <DeployClass Name="Android_AdaptiveIconMonochrome"> |
| 291 | + <Platform Name="Android"> |
| 292 | + <RemoteDir>res\drawable</RemoteDir> |
| 293 | + <Operation>1</Operation> |
| 294 | + </Platform> |
| 295 | + <Platform Name="Android64"> |
| 296 | + <RemoteDir>res\drawable</RemoteDir> |
| 297 | + <Operation>1</Operation> |
| 298 | + </Platform> |
| 299 | + </DeployClass> |
| 300 | + <DeployClass Name="Android_AdaptiveIconV33"> |
| 301 | + <Platform Name="Android"> |
| 302 | + <RemoteDir>res\drawable-anydpi-v33</RemoteDir> |
| 303 | + <Operation>1</Operation> |
| 304 | + </Platform> |
| 305 | + <Platform Name="Android64"> |
| 306 | + <RemoteDir>res\drawable-anydpi-v33</RemoteDir> |
| 307 | + <Operation>1</Operation> |
| 308 | + </Platform> |
| 309 | + </DeployClass> |
239 | 310 | <DeployClass Name="Android_Colors"> |
240 | 311 | <Platform Name="Android"> |
241 | 312 | <RemoteDir>res\values</RemoteDir> |
|
246 | 317 | <Operation>1</Operation> |
247 | 318 | </Platform> |
248 | 319 | </DeployClass> |
| 320 | + <DeployClass Name="Android_ColorsDark"> |
| 321 | + <Platform Name="Android"> |
| 322 | + <RemoteDir>res\values-night-v21</RemoteDir> |
| 323 | + <Operation>1</Operation> |
| 324 | + </Platform> |
| 325 | + <Platform Name="Android64"> |
| 326 | + <RemoteDir>res\values-night-v21</RemoteDir> |
| 327 | + <Operation>1</Operation> |
| 328 | + </Platform> |
| 329 | + </DeployClass> |
249 | 330 | <DeployClass Name="Android_DefaultAppIcon"> |
250 | 331 | <Platform Name="Android"> |
251 | 332 | <RemoteDir>res\drawable</RemoteDir> |
|
416 | 497 | <Operation>1</Operation> |
417 | 498 | </Platform> |
418 | 499 | </DeployClass> |
| 500 | + <DeployClass Name="Android_VectorizedNotificationIcon"> |
| 501 | + <Platform Name="Android"> |
| 502 | + <RemoteDir>res\drawable-anydpi-v24</RemoteDir> |
| 503 | + <Operation>1</Operation> |
| 504 | + </Platform> |
| 505 | + <Platform Name="Android64"> |
| 506 | + <RemoteDir>res\drawable-anydpi-v24</RemoteDir> |
| 507 | + <Operation>1</Operation> |
| 508 | + </Platform> |
| 509 | + </DeployClass> |
| 510 | + <DeployClass Name="Android_VectorizedSplash"> |
| 511 | + <Platform Name="Android"> |
| 512 | + <RemoteDir>res\drawable</RemoteDir> |
| 513 | + <Operation>1</Operation> |
| 514 | + </Platform> |
| 515 | + <Platform Name="Android64"> |
| 516 | + <RemoteDir>res\drawable</RemoteDir> |
| 517 | + <Operation>1</Operation> |
| 518 | + </Platform> |
| 519 | + </DeployClass> |
| 520 | + <DeployClass Name="Android_VectorizedSplashDark"> |
| 521 | + <Platform Name="Android"> |
| 522 | + <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir> |
| 523 | + <Operation>1</Operation> |
| 524 | + </Platform> |
| 525 | + <Platform Name="Android64"> |
| 526 | + <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir> |
| 527 | + <Operation>1</Operation> |
| 528 | + </Platform> |
| 529 | + </DeployClass> |
| 530 | + <DeployClass Name="Android_VectorizedSplashV31"> |
| 531 | + <Platform Name="Android"> |
| 532 | + <RemoteDir>res\drawable-anydpi-v31</RemoteDir> |
| 533 | + <Operation>1</Operation> |
| 534 | + </Platform> |
| 535 | + <Platform Name="Android64"> |
| 536 | + <RemoteDir>res\drawable-anydpi-v31</RemoteDir> |
| 537 | + <Operation>1</Operation> |
| 538 | + </Platform> |
| 539 | + </DeployClass> |
| 540 | + <DeployClass Name="Android_VectorizedSplashV31Dark"> |
| 541 | + <Platform Name="Android"> |
| 542 | + <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir> |
| 543 | + <Operation>1</Operation> |
| 544 | + </Platform> |
| 545 | + <Platform Name="Android64"> |
| 546 | + <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir> |
| 547 | + <Operation>1</Operation> |
| 548 | + </Platform> |
| 549 | + </DeployClass> |
419 | 550 | <DeployClass Name="DebugSymbols"> |
420 | 551 | <Platform Name="iOSSimulator"> |
421 | 552 | <Operation>1</Operation> |
|
656 | 787 | <Platform Name="Win64"> |
657 | 788 | <Operation>1</Operation> |
658 | 789 | </Platform> |
| 790 | + <Platform Name="Win64x"> |
| 791 | + <Operation>1</Operation> |
| 792 | + </Platform> |
659 | 793 | </DeployClass> |
660 | 794 | <DeployClass Name="ProjectiOSDeviceDebug"> |
661 | 795 | <Platform Name="iOSDevice32"> |
|
949 | 1083 | <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/> |
950 | 1084 | <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
951 | 1085 | <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> |
| 1086 | + <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/> |
952 | 1087 | </Deployment> |
953 | 1088 | <Platforms> |
954 | 1089 | <Platform value="Win32">True</Platform> |
|
0 commit comments