|
7 | 7 | <TargetedPlatforms>1025</TargetedPlatforms>
|
8 | 8 | <AppType>Application</AppType>
|
9 | 9 | <FrameworkType>VCL</FrameworkType>
|
10 |
| - <ProjectVersion>18.0</ProjectVersion> |
| 10 | + <ProjectVersion>18.2</ProjectVersion> |
11 | 11 | <Platform Condition="'$(Platform)'==''">Win32</Platform>
|
12 | 12 | </PropertyGroup>
|
13 | 13 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(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> |
21 | 26 | <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
22 | 27 | <Cfg_1>true</Cfg_1>
|
23 | 28 | <CfgParent>Base</CfgParent>
|
|
66 | 71 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
67 | 72 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
68 | 73 | <VerInfo_Locale>1033</VerInfo_Locale>
|
| 74 | + <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44> |
| 75 | + <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150> |
| 76 | + </PropertyGroup> |
| 77 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
| 78 | + <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44> |
| 79 | + <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150> |
69 | 80 | </PropertyGroup>
|
70 | 81 | <PropertyGroup Condition="'$(Cfg_1)'!=''">
|
71 | 82 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
91 | 102 | <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
|
92 | 103 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
93 | 104 | <VerInfo_Locale>1033</VerInfo_Locale>
|
| 105 | + <BT_BuildType>Debug</BT_BuildType> |
94 | 106 | </PropertyGroup>
|
95 | 107 | <ItemGroup>
|
96 | 108 | <DelphiCompile Include="$(MainSource)">
|
97 | 109 | <MainSource>MainSource</MainSource>
|
98 | 110 | </DelphiCompile>
|
99 |
| - <DCCReference Include="uTela.pas"> |
100 |
| - <Form>fTela</Form> |
| 111 | + <DCCReference Include="View.Formulario.pas"> |
| 112 | + <Form>fFormulario</Form> |
101 | 113 | </DCCReference>
|
102 |
| - <DCCReference Include="uTipoPrazos.pas"/> |
103 |
| - <DCCReference Include="uInterfaces.pas"/> |
104 |
| - <DCCReference Include="uFabricaPrazos.pas"/> |
| 114 | + <DCCReference Include="Pattern.Product.pas"/> |
| 115 | + <DCCReference Include="Pattern.Creator.pas"/> |
| 116 | + <DCCReference Include="Pattern.ConcreteProduct.pas"/> |
| 117 | + <DCCReference Include="Pattern.ConcreteCreator.pas"/> |
105 | 118 | <BuildConfiguration Include="Debug">
|
106 | 119 | <Key>Cfg_2</Key>
|
107 | 120 | <CfgParent>Base</CfgParent>
|
|
0 commit comments