|
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 | <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
67 | 72 | <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
68 | 73 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
| 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_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
| 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="uFormulario.pas"> |
| 111 | + <DCCReference Include="View.Formulario.pas"> |
100 | 112 | <Form>fFormulario</Form>
|
101 | 113 | </DCCReference>
|
102 |
| - <DCCReference Include="uInvoker.pas"/> |
103 |
| - <DCCReference Include="uCommand.pas"/> |
104 |
| - <DCCReference Include="uReceiver.pas"/> |
105 |
| - <DCCReference Include="uConcreteCommand.pas"/> |
| 114 | + <DCCReference Include="Pattern.Invoker.pas"/> |
| 115 | + <DCCReference Include="Pattern.Command.pas"/> |
| 116 | + <DCCReference Include="Pattern.Receiver.pas"/> |
| 117 | + <DCCReference Include="Pattern.ConcreteCommand.pas"/> |
106 | 118 | <BuildConfiguration Include="Debug">
|
107 | 119 | <Key>Cfg_2</Key>
|
108 | 120 | <CfgParent>Base</CfgParent>
|
|
124 | 136 | <Source Name="MainSource">ExemploCommand.dpr</Source>
|
125 | 137 | </Source>
|
126 | 138 | <Excluded_Packages>
|
127 |
| - <Excluded_Packages Name="$(BDSBIN)\dcloffice2k230.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
128 |
| - <Excluded_Packages Name="$(BDSBIN)\dclofficexp230.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
| 139 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
| 140 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
129 | 141 | </Excluded_Packages>
|
130 | 142 | </Delphi.Personality>
|
131 | 143 | <Platforms>
|
|
0 commit comments