|
4 | 4 | <MainSource>Project1.dpr</MainSource>
|
5 | 5 | <Config Condition="'$(Config)'==''">Debug</Config>
|
6 | 6 | <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
7 |
| - <ProjectVersion>16.1</ProjectVersion> |
| 7 | + <ProjectVersion>19.1</ProjectVersion> |
8 | 8 | <FrameworkType>VCL</FrameworkType>
|
9 | 9 | <Base>True</Base>
|
10 | 10 | <Platform Condition="'$(Platform)'==''">Win64</Platform>
|
|
29 | 29 | <CfgParent>Base</CfgParent>
|
30 | 30 | <Base>true</Base>
|
31 | 31 | </PropertyGroup>
|
| 32 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''"> |
| 33 | + <Cfg_1_Win32>true</Cfg_1_Win32> |
| 34 | + <CfgParent>Cfg_1</CfgParent> |
| 35 | + <Cfg_1>true</Cfg_1> |
| 36 | + <Base>true</Base> |
| 37 | + </PropertyGroup> |
| 38 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''"> |
| 39 | + <Cfg_1_Win64>true</Cfg_1_Win64> |
| 40 | + <CfgParent>Cfg_1</CfgParent> |
| 41 | + <Cfg_1>true</Cfg_1> |
| 42 | + <Base>true</Base> |
| 43 | + </PropertyGroup> |
32 | 44 | <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
33 | 45 | <Cfg_2>true</Cfg_2>
|
34 | 46 | <CfgParent>Base</CfgParent>
|
35 | 47 | <Base>true</Base>
|
36 | 48 | </PropertyGroup>
|
| 49 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
| 50 | + <Cfg_2_Win32>true</Cfg_2_Win32> |
| 51 | + <CfgParent>Cfg_2</CfgParent> |
| 52 | + <Cfg_2>true</Cfg_2> |
| 53 | + <Base>true</Base> |
| 54 | + </PropertyGroup> |
37 | 55 | <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
38 | 56 | <Cfg_2_Win64>true</Cfg_2_Win64>
|
39 | 57 | <CfgParent>Cfg_2</CfgParent>
|
|
51 | 69 | </PropertyGroup>
|
52 | 70 | <PropertyGroup Condition="'$(Base_Win32)'!=''">
|
53 | 71 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
54 |
| - <Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon> |
55 | 72 | <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
56 | 73 | <VerInfo_Locale>1033</VerInfo_Locale>
|
57 | 74 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
| 75 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 76 | + <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44> |
| 77 | + <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150> |
58 | 78 | </PropertyGroup>
|
59 | 79 | <PropertyGroup Condition="'$(Base_Win64)'!=''">
|
60 | 80 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
61 | 81 | <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
62 | 82 | <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
63 |
| - <Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon> |
| 83 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 84 | + <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44> |
| 85 | + <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150> |
64 | 86 | </PropertyGroup>
|
65 | 87 | <PropertyGroup Condition="'$(Cfg_1)'!=''">
|
66 | 88 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
67 | 89 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
68 | 90 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
69 | 91 | <DCC_DebugInformation>0</DCC_DebugInformation>
|
70 | 92 | </PropertyGroup>
|
| 93 | + <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> |
| 94 | + <BT_BuildType>Debug</BT_BuildType> |
| 95 | + </PropertyGroup> |
| 96 | + <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''"> |
| 97 | + <BT_BuildType>Debug</BT_BuildType> |
| 98 | + </PropertyGroup> |
71 | 99 | <PropertyGroup Condition="'$(Cfg_2)'!=''">
|
72 | 100 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
73 | 101 | </PropertyGroup>
|
| 102 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
| 103 | + <BT_BuildType>Debug</BT_BuildType> |
| 104 | + </PropertyGroup> |
74 | 105 | <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
75 |
| - <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> |
76 | 106 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
| 107 | + <BT_BuildType>Debug</BT_BuildType> |
| 108 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 109 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
77 | 110 | </PropertyGroup>
|
78 | 111 | <ItemGroup>
|
79 | 112 | <DelphiCompile Include="$(MainSource)">
|
|
135 | 168 | <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
136 | 169 | <VersionInfoKeys Name="Comments"/>
|
137 | 170 | </VersionInfoKeys>
|
138 |
| - <Excluded_Packages> |
139 |
| - <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
140 |
| - <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
141 |
| - </Excluded_Packages> |
| 171 | + <Excluded_Packages/> |
142 | 172 | </Delphi.Personality>
|
143 | 173 | <Platforms>
|
144 | 174 | <Platform value="Win32">True</Platform>
|
|
0 commit comments