|
110 | 110 | <DCC_DebugDCUs>true</DCC_DebugDCUs> |
111 | 111 | <Version>7.0</Version> |
112 | 112 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
113 | | - <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe> |
114 | 113 | </PropertyGroup> |
115 | 114 | <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
116 | 115 | <BT_BuildType>Debug</BT_BuildType> |
|
160 | 159 | <Source> |
161 | 160 | <Source Name="MainSource">GoogleMapsTest.dpr</Source> |
162 | 161 | </Source> |
163 | | - <Excluded_Packages> |
164 | | - <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
165 | | - <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
166 | | - </Excluded_Packages> |
| 162 | + <Excluded_Packages/> |
167 | 163 | </Delphi.Personality> |
168 | 164 | <Platforms> |
169 | 165 | <Platform value="Win32">True</Platform> |
|
184 | 180 | <Operation>0</Operation> |
185 | 181 | </Platform> |
186 | 182 | </DeployClass> |
187 | | - <DeployClass Name="AndroidClasses"> |
188 | | - <Platform Name="Android"> |
189 | | - <RemoteDir>classes</RemoteDir> |
190 | | - <Operation>64</Operation> |
191 | | - </Platform> |
192 | | - <Platform Name="Android64"> |
193 | | - <RemoteDir>classes</RemoteDir> |
194 | | - <Operation>64</Operation> |
195 | | - </Platform> |
196 | | - </DeployClass> |
197 | 183 | <DeployClass Name="AndroidClassesDexFile"> |
198 | 184 | <Platform Name="Android"> |
199 | 185 | <RemoteDir>classes</RemoteDir> |
|
492 | 478 | <Operation>1</Operation> |
493 | 479 | <Extensions>.framework</Extensions> |
494 | 480 | </Platform> |
495 | | - <Platform Name="OSXARM64"> |
496 | | - <Operation>1</Operation> |
497 | | - <Extensions>.framework</Extensions> |
498 | | - </Platform> |
499 | 481 | <Platform Name="Win32"> |
500 | 482 | <Operation>0</Operation> |
501 | 483 | </Platform> |
|
509 | 491 | <Operation>1</Operation> |
510 | 492 | <Extensions>.dylib</Extensions> |
511 | 493 | </Platform> |
512 | | - <Platform Name="OSXARM64"> |
513 | | - <Operation>1</Operation> |
514 | | - <Extensions>.dylib</Extensions> |
515 | | - </Platform> |
516 | 494 | <Platform Name="Win32"> |
517 | 495 | <Operation>0</Operation> |
518 | 496 | <Extensions>.dll;.bpl</Extensions> |
|
539 | 517 | <Operation>1</Operation> |
540 | 518 | <Extensions>.dylib</Extensions> |
541 | 519 | </Platform> |
542 | | - <Platform Name="OSXARM64"> |
543 | | - <Operation>1</Operation> |
544 | | - <Extensions>.dylib</Extensions> |
545 | | - </Platform> |
546 | 520 | <Platform Name="Win32"> |
547 | 521 | <Operation>0</Operation> |
548 | 522 | <Extensions>.bpl</Extensions> |
|
570 | 544 | <Platform Name="OSX64"> |
571 | 545 | <Operation>0</Operation> |
572 | 546 | </Platform> |
573 | | - <Platform Name="OSXARM64"> |
574 | | - <Operation>0</Operation> |
575 | | - </Platform> |
576 | 547 | <Platform Name="Win32"> |
577 | 548 | <Operation>0</Operation> |
578 | 549 | </Platform> |
|
817 | 788 | <RemoteDir>Contents\Resources</RemoteDir> |
818 | 789 | <Operation>1</Operation> |
819 | 790 | </Platform> |
820 | | - <Platform Name="OSXARM64"> |
821 | | - <RemoteDir>Contents\Resources</RemoteDir> |
822 | | - <Operation>1</Operation> |
823 | | - </Platform> |
824 | 791 | </DeployClass> |
825 | 792 | <DeployClass Required="true" Name="ProjectOutput"> |
826 | 793 | <Platform Name="Android"> |
|
849 | 816 | <Platform Name="OSX64"> |
850 | 817 | <Operation>1</Operation> |
851 | 818 | </Platform> |
852 | | - <Platform Name="OSXARM64"> |
853 | | - <Operation>1</Operation> |
854 | | - </Platform> |
855 | 819 | <Platform Name="Win32"> |
856 | 820 | <Operation>0</Operation> |
857 | 821 | </Platform> |
|
890 | 854 | <Operation>1</Operation> |
891 | 855 | </Platform> |
892 | 856 | </DeployClass> |
893 | | - <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/> |
894 | | - <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
895 | | - <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
896 | | - <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> |
897 | | - <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
| 857 | + <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/> |
898 | 858 | <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> |
899 | | - <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/> |
900 | 859 | <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/> |
901 | | - <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/> |
902 | 860 | <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/> |
| 861 | + <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
| 862 | + <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/> |
| 863 | + <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
| 864 | + <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
903 | 865 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
| 866 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> |
904 | 867 | </Deployment> |
905 | 868 | </BorlandProject> |
906 | 869 | <ProjectFileVersion>12</ProjectFileVersion> |
|
917 | 880 | <Form>FormSecondary</Form> |
918 | 881 | <FormType>dfm</FormType> |
919 | 882 | </DCCReference> |
| 883 | + <BuildConfiguration Include="Debug"> |
| 884 | + <Key>Cfg_2</Key> |
| 885 | + <CfgParent>Base</CfgParent> |
| 886 | + </BuildConfiguration> |
920 | 887 | <BuildConfiguration Include="Base"> |
921 | 888 | <Key>Base</Key> |
922 | 889 | </BuildConfiguration> |
923 | 890 | <BuildConfiguration Include="Release"> |
924 | 891 | <Key>Cfg_1</Key> |
925 | 892 | <CfgParent>Base</CfgParent> |
926 | 893 | </BuildConfiguration> |
927 | | - <BuildConfiguration Include="Debug"> |
928 | | - <Key>Cfg_2</Key> |
929 | | - <CfgParent>Base</CfgParent> |
930 | | - </BuildConfiguration> |
931 | 894 | </ItemGroup> |
932 | 895 | <ItemGroup/> |
933 | 896 | <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
|
0 commit comments