|
8 | 8 | <Platform Condition="'$(Platform)'==''">Win32</Platform>
|
9 | 9 | <ProjectGuid>{E057921E-25DB-426E-8090-FE3F428894FF}</ProjectGuid>
|
10 | 10 | <ProjectVersion>19.4</ProjectVersion>
|
11 |
| - <TargetedPlatforms>3</TargetedPlatforms> |
| 11 | + <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup>
|
13 | 13 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
14 | 14 | <Base>true</Base>
|
|
18 | 18 | <CfgParent>Base</CfgParent>
|
19 | 19 | <Base>true</Base>
|
20 | 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 | 21 | <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
|
27 | 22 | <Cfg_1>true</Cfg_1>
|
28 | 23 | <CfgParent>Base</CfgParent>
|
|
39 | 34 | <CfgParent>Base</CfgParent>
|
40 | 35 | <Base>true</Base>
|
41 | 36 | </PropertyGroup>
|
42 |
| - <PropertyGroup Condition="'$(Base_OSXARM64)'!=''"> |
43 |
| - <BT_BuildType>Debug</BT_BuildType> |
44 |
| - <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundleShortVersionString=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities;NSLocationUsageDescription=The reason for accessing the location information of the user;NSContactsUsageDescription=The reason for accessing the contacts;NSCalendarsUsageDescription=The reason for accessing the calendar data;NSRemindersUsageDescription=The reason for accessing the reminders;NSCameraUsageDescription=The reason for accessing the camera;NSMicrophoneUsageDescription=The reason for accessing the microphone;NSMotionUsageDescription=The reason for accessing the accelerometer;NSDesktopFolderUsageDescription=The reason for accessing the Desktop folder;NSDocumentsFolderUsageDescription=The reason for accessing the Documents folder;NSDownloadsFolderUsageDescription=The reason for accessing the Downloads folder;NSNetworkVolumesUsageDescription=The reason for accessing files on a network volume;NSRemovableVolumesUsageDescription=The reason for accessing files on a removable volume;NSSpeechRecognitionUsageDescription=The reason for requesting to send user data to Apple's speech recognition servers</VerInfo_Keys> |
| 37 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
| 38 | + <Cfg_2_Win32>true</Cfg_2_Win32> |
| 39 | + <CfgParent>Cfg_2</CfgParent> |
| 40 | + <Cfg_2>true</Cfg_2> |
| 41 | + <Base>true</Base> |
45 | 42 | </PropertyGroup>
|
46 | 43 | <PropertyGroup Condition="'$(Base)'!=''">
|
47 | 44 | <SanitizedProjectName>dclPythonFmx</SanitizedProjectName>
|
48 | 45 | <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
|
49 |
| - <DCC_DcuOutput>..\..\..\dcu\$(Platform)\$(Config)</DCC_DcuOutput> |
| 46 | + <DCC_DcuOutput>..\..\..\lib\$(Platform)\$(Config)</DCC_DcuOutput> |
50 | 47 | <DCC_Description>Python4Delphi - Design-time Engine Package for FMX</DCC_Description>
|
51 | 48 | <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
|
52 | 49 | <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
|
| 50 | + <DCC_UnitSearchPath>..\..\..\lib\$(Platform)\$(Config);$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
53 | 51 | <DesignOnlyPackage>true</DesignOnlyPackage>
|
54 | 52 | <DllSuffix>$(Auto)</DllSuffix>
|
55 | 53 | <GenDll>true</GenDll>
|
|
65 | 63 | <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
66 | 64 | <VerInfo_Locale>1033</VerInfo_Locale>
|
67 | 65 | </PropertyGroup>
|
68 |
| - <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
69 |
| - <BT_BuildType>Debug</BT_BuildType> |
70 |
| - <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace> |
71 |
| - <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage> |
72 |
| - <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
73 |
| - </PropertyGroup> |
74 | 66 | <PropertyGroup Condition="'$(Cfg_1)'!=''">
|
75 | 67 | <DCC_DebugDCUs>true</DCC_DebugDCUs>
|
76 | 68 | <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
|
89 | 81 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
90 | 82 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
91 | 83 | </PropertyGroup>
|
| 84 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
| 85 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 86 | + </PropertyGroup> |
92 | 87 | <ItemGroup>
|
93 | 88 | <DelphiCompile Include="$(MainSource)">
|
94 | 89 | <MainSource>MainSource</MainSource>
|
|
170 | 165 | <Platform Name="Win32">
|
171 | 166 | <Operation>1</Operation>
|
172 | 167 | </Platform>
|
173 |
| - <Platform Name="Win64"> |
174 |
| - <Operation>1</Operation> |
175 |
| - </Platform> |
176 | 168 | </DeployClass>
|
177 | 169 | <DeployClass Name="UWP_DelphiLogo150">
|
178 | 170 | <Platform Name="Win32">
|
179 | 171 | <RemoteDir>Assets</RemoteDir>
|
180 | 172 | <Operation>1</Operation>
|
181 | 173 | </Platform>
|
182 |
| - <Platform Name="Win64"> |
183 |
| - <RemoteDir>Assets</RemoteDir> |
184 |
| - <Operation>1</Operation> |
185 |
| - </Platform> |
186 | 174 | </DeployClass>
|
187 | 175 | <DeployClass Name="UWP_DelphiLogo44">
|
188 | 176 | <Platform Name="Win32">
|
189 | 177 | <RemoteDir>Assets</RemoteDir>
|
190 | 178 | <Operation>1</Operation>
|
191 | 179 | </Platform>
|
192 |
| - <Platform Name="Win64"> |
193 |
| - <RemoteDir>Assets</RemoteDir> |
194 |
| - <Operation>1</Operation> |
195 |
| - </Platform> |
196 | 180 | </DeployClass>
|
197 | 181 | <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
198 |
| - <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> |
199 | 182 | </Deployment>
|
200 | 183 | <Platforms>
|
201 | 184 | <Platform value="Android">False</Platform>
|
|
204 | 187 | <Platform value="OSX64">False</Platform>
|
205 | 188 | <Platform value="OSXARM64">False</Platform>
|
206 | 189 | <Platform value="Win32">True</Platform>
|
207 |
| - <Platform value="Win64">True</Platform> |
| 190 | + <Platform value="Win64">False</Platform> |
208 | 191 | <Platform value="iOSDevice64">False</Platform>
|
209 | 192 | </Platforms>
|
210 | 193 | </BorlandProject>
|
|
0 commit comments