|
4 | 4 | <MainSource>Project1.dpr</MainSource> |
5 | 5 | <Config Condition="'$(Config)'==''">Debug</Config> |
6 | 6 | <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
7 | | - <ProjectVersion>12.0</ProjectVersion> |
| 7 | + <ProjectVersion>13.4</ProjectVersion> |
| 8 | + <FrameworkType>VCL</FrameworkType> |
| 9 | + <Base>True</Base> |
| 10 | + <Platform Condition="'$(Platform)'==''">Win32</Platform> |
| 11 | + <TargetedPlatforms>1</TargetedPlatforms> |
| 12 | + <AppType>Application</AppType> |
8 | 13 | </PropertyGroup> |
9 | 14 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
10 | 15 | <Base>true</Base> |
11 | 16 | </PropertyGroup> |
| 17 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> |
| 18 | + <Base_Win64>true</Base_Win64> |
| 19 | + <CfgParent>Base</CfgParent> |
| 20 | + <Base>true</Base> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
| 23 | + <Base_Win32>true</Base_Win32> |
| 24 | + <CfgParent>Base</CfgParent> |
| 25 | + <Base>true</Base> |
| 26 | + </PropertyGroup> |
12 | 27 | <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
13 | 28 | <Cfg_1>true</Cfg_1> |
14 | 29 | <CfgParent>Base</CfgParent> |
|
20 | 35 | <Base>true</Base> |
21 | 36 | </PropertyGroup> |
22 | 37 | <PropertyGroup Condition="'$(Base)'!=''"> |
23 | | - <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias> |
| 38 | + <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace> |
| 39 | + <VerInfo_Locale>4105</VerInfo_Locale> |
| 40 | + <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
24 | 41 | <DCC_DependencyCheckOutputName>Project1.exe</DCC_DependencyCheckOutputName> |
25 | 42 | <DCC_ImageBase>00400000</DCC_ImageBase> |
26 | 43 | <DCC_Platform>x86</DCC_Platform> |
27 | 44 | </PropertyGroup> |
| 45 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
| 46 | + <Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon> |
| 47 | + </PropertyGroup> |
| 48 | + <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
| 49 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 50 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 51 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 52 | + <Icon_MainIcon>Project1_Icon.ico</Icon_MainIcon> |
| 53 | + <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
| 54 | + <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
| 55 | + </PropertyGroup> |
28 | 56 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
29 | 57 | <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
30 | 58 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
|
35 | 63 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
36 | 64 | </PropertyGroup> |
37 | 65 | <ItemGroup> |
38 | | - <DelphiCompile Include="Project1.dpr"> |
| 66 | + <DelphiCompile Include="$(MainSource)"> |
39 | 67 | <MainSource>MainSource</MainSource> |
40 | 68 | </DelphiCompile> |
41 | 69 | <DCCReference Include="Unit1.pas"> |
42 | 70 | <Form>Form1</Form> |
43 | 71 | </DCCReference> |
44 | | - <BuildConfiguration Include="Base"> |
45 | | - <Key>Base</Key> |
46 | | - </BuildConfiguration> |
47 | 72 | <BuildConfiguration Include="Debug"> |
48 | 73 | <Key>Cfg_2</Key> |
49 | 74 | <CfgParent>Base</CfgParent> |
50 | 75 | </BuildConfiguration> |
| 76 | + <BuildConfiguration Include="Base"> |
| 77 | + <Key>Base</Key> |
| 78 | + </BuildConfiguration> |
51 | 79 | <BuildConfiguration Include="Release"> |
52 | 80 | <Key>Cfg_1</Key> |
53 | 81 | <CfgParent>Base</CfgParent> |
54 | 82 | </BuildConfiguration> |
55 | 83 | </ItemGroup> |
56 | | - <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
| 84 | + <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> |
57 | 85 | <ProjectExtensions> |
58 | 86 | <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
59 | 87 | <Borland.ProjectType>VCLApplication</Borland.ProjectType> |
|
95 | 123 | <VersionInfoKeys Name="Comments"/> |
96 | 124 | </VersionInfoKeys> |
97 | 125 | </Delphi.Personality> |
| 126 | + <Platforms> |
| 127 | + <Platform value="Win64">False</Platform> |
| 128 | + <Platform value="Win32">True</Platform> |
| 129 | + </Platforms> |
98 | 130 | </BorlandProject> |
99 | 131 | <ProjectFileVersion>12</ProjectFileVersion> |
100 | 132 | </ProjectExtensions> |
| 133 | + <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/> |
101 | 134 | </Project> |
0 commit comments