|
1 |
| - <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 |
| - <PropertyGroup> |
3 |
| - <ProjectGuid>{C077A77D-C4BE-486B-A654-6605F805E4FE}</ProjectGuid> |
4 |
| - <MainSource>Project1.dpr</MainSource> |
5 |
| - <Config Condition="'$(Config)'==''">Debug</Config> |
6 |
| - <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
7 |
| - <ProjectVersion>12.0</ProjectVersion> |
8 |
| - </PropertyGroup> |
9 |
| - <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
10 |
| - <Base>true</Base> |
11 |
| - </PropertyGroup> |
12 |
| - <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
13 |
| - <Cfg_1>true</Cfg_1> |
14 |
| - <CfgParent>Base</CfgParent> |
15 |
| - <Base>true</Base> |
16 |
| - </PropertyGroup> |
17 |
| - <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> |
18 |
| - <Cfg_2>true</Cfg_2> |
19 |
| - <CfgParent>Base</CfgParent> |
20 |
| - <Base>true</Base> |
21 |
| - </PropertyGroup> |
22 |
| - <PropertyGroup Condition="'$(Base)'!=''"> |
23 |
| - <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias> |
24 |
| - <DCC_DependencyCheckOutputName>Project1.exe</DCC_DependencyCheckOutputName> |
25 |
| - <DCC_ImageBase>00400000</DCC_ImageBase> |
26 |
| - <DCC_Platform>x86</DCC_Platform> |
27 |
| - </PropertyGroup> |
28 |
| - <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
29 |
| - <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
30 |
| - <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
31 |
| - <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
32 |
| - <DCC_DebugInformation>false</DCC_DebugInformation> |
33 |
| - </PropertyGroup> |
34 |
| - <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
35 |
| - <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
36 |
| - </PropertyGroup> |
37 |
| - <ItemGroup> |
38 |
| - <DelphiCompile Include="Project1.dpr"> |
39 |
| - <MainSource>MainSource</MainSource> |
40 |
| - </DelphiCompile> |
41 |
| - <DCCReference Include="Unit1.pas"> |
42 |
| - <Form>Form1</Form> |
43 |
| - </DCCReference> |
44 |
| - <BuildConfiguration Include="Base"> |
45 |
| - <Key>Base</Key> |
46 |
| - </BuildConfiguration> |
47 |
| - <BuildConfiguration Include="Debug"> |
48 |
| - <Key>Cfg_2</Key> |
49 |
| - <CfgParent>Base</CfgParent> |
50 |
| - </BuildConfiguration> |
51 |
| - <BuildConfiguration Include="Release"> |
52 |
| - <Key>Cfg_1</Key> |
53 |
| - <CfgParent>Base</CfgParent> |
54 |
| - </BuildConfiguration> |
55 |
| - </ItemGroup> |
56 |
| - <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
57 |
| - <ProjectExtensions> |
58 |
| - <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
59 |
| - <Borland.ProjectType>VCLApplication</Borland.ProjectType> |
60 |
| - <BorlandProject> |
61 |
| - <Delphi.Personality> |
62 |
| - <Source> |
63 |
| - <Source Name="MainSource">Project1.dpr</Source> |
64 |
| - </Source> |
65 |
| - <Parameters> |
66 |
| - <Parameters Name="UseLauncher">False</Parameters> |
67 |
| - <Parameters Name="LoadAllSymbols">True</Parameters> |
68 |
| - <Parameters Name="LoadUnspecifiedSymbols">False</Parameters> |
69 |
| - </Parameters> |
70 |
| - <VersionInfo> |
71 |
| - <VersionInfo Name="IncludeVerInfo">False</VersionInfo> |
72 |
| - <VersionInfo Name="AutoIncBuild">False</VersionInfo> |
73 |
| - <VersionInfo Name="MajorVer">1</VersionInfo> |
74 |
| - <VersionInfo Name="MinorVer">0</VersionInfo> |
75 |
| - <VersionInfo Name="Release">0</VersionInfo> |
76 |
| - <VersionInfo Name="Build">0</VersionInfo> |
77 |
| - <VersionInfo Name="Debug">False</VersionInfo> |
78 |
| - <VersionInfo Name="PreRelease">False</VersionInfo> |
79 |
| - <VersionInfo Name="Special">False</VersionInfo> |
80 |
| - <VersionInfo Name="Private">False</VersionInfo> |
81 |
| - <VersionInfo Name="DLL">False</VersionInfo> |
82 |
| - <VersionInfo Name="Locale">1033</VersionInfo> |
83 |
| - <VersionInfo Name="CodePage">1252</VersionInfo> |
84 |
| - </VersionInfo> |
85 |
| - <VersionInfoKeys> |
86 |
| - <VersionInfoKeys Name="CompanyName"/> |
87 |
| - <VersionInfoKeys Name="FileDescription"/> |
88 |
| - <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> |
89 |
| - <VersionInfoKeys Name="InternalName"/> |
90 |
| - <VersionInfoKeys Name="LegalCopyright"/> |
91 |
| - <VersionInfoKeys Name="LegalTrademarks"/> |
92 |
| - <VersionInfoKeys Name="OriginalFilename"/> |
93 |
| - <VersionInfoKeys Name="ProductName"/> |
94 |
| - <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> |
95 |
| - <VersionInfoKeys Name="Comments"/> |
96 |
| - </VersionInfoKeys> |
97 |
| - </Delphi.Personality> |
98 |
| - </BorlandProject> |
99 |
| - <ProjectFileVersion>12</ProjectFileVersion> |
100 |
| - </ProjectExtensions> |
101 |
| - </Project> |
| 1 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | + <PropertyGroup> |
| 3 | + <ProjectGuid>{C077A77D-C4BE-486B-A654-6605F805E4FE}</ProjectGuid> |
| 4 | + <MainSource>Project1.dpr</MainSource> |
| 5 | + <Config Condition="'$(Config)'==''">Debug</Config> |
| 6 | + <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
| 7 | + <ProjectVersion>19.1</ProjectVersion> |
| 8 | + <FrameworkType>VCL</FrameworkType> |
| 9 | + <Base>True</Base> |
| 10 | + <Platform Condition="'$(Platform)'==''">Win64</Platform> |
| 11 | + <TargetedPlatforms>3</TargetedPlatforms> |
| 12 | + <AppType>Application</AppType> |
| 13 | + </PropertyGroup> |
| 14 | + <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
| 15 | + <Base>true</Base> |
| 16 | + </PropertyGroup> |
| 17 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
| 18 | + <Base_Win32>true</Base_Win32> |
| 19 | + <CfgParent>Base</CfgParent> |
| 20 | + <Base>true</Base> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> |
| 23 | + <Base_Win64>true</Base_Win64> |
| 24 | + <CfgParent>Base</CfgParent> |
| 25 | + <Base>true</Base> |
| 26 | + </PropertyGroup> |
| 27 | + <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
| 28 | + <Cfg_1>true</Cfg_1> |
| 29 | + <CfgParent>Base</CfgParent> |
| 30 | + <Base>true</Base> |
| 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> |
| 44 | + <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> |
| 45 | + <Cfg_2>true</Cfg_2> |
| 46 | + <CfgParent>Base</CfgParent> |
| 47 | + <Base>true</Base> |
| 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> |
| 55 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''"> |
| 56 | + <Cfg_2_Win64>true</Cfg_2_Win64> |
| 57 | + <CfgParent>Cfg_2</CfgParent> |
| 58 | + <Cfg_2>true</Cfg_2> |
| 59 | + <Base>true</Base> |
| 60 | + </PropertyGroup> |
| 61 | + <PropertyGroup Condition="'$(Base)'!=''"> |
| 62 | + <DCC_DependencyCheckOutputName>Project1.exe</DCC_DependencyCheckOutputName> |
| 63 | + <DCC_ImageBase>00400000</DCC_ImageBase> |
| 64 | + <DCC_Platform>x86</DCC_Platform> |
| 65 | + <SanitizedProjectName>Project1</SanitizedProjectName> |
| 66 | + <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace> |
| 67 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 68 | + <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
| 69 | + </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
| 71 | + <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
| 72 | + <BT_BuildType>Debug</BT_BuildType> |
| 73 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 74 | + <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys> |
| 75 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 76 | + <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> |
| 77 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 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> |
| 80 | + </PropertyGroup> |
| 81 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
| 82 | + <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> |
| 83 | + <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44> |
| 84 | + <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150> |
| 85 | + <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace> |
| 86 | + <BT_BuildType>Debug</BT_BuildType> |
| 87 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 88 | + <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> |
| 89 | + <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> |
| 90 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 91 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
| 92 | + </PropertyGroup> |
| 93 | + <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
| 94 | + <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
| 95 | + <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
| 96 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
| 97 | + <DCC_DebugInformation>0</DCC_DebugInformation> |
| 98 | + </PropertyGroup> |
| 99 | + <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> |
| 100 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 101 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
| 102 | + </PropertyGroup> |
| 103 | + <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''"> |
| 104 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 105 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
| 106 | + </PropertyGroup> |
| 107 | + <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
| 108 | + <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
| 109 | + </PropertyGroup> |
| 110 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
| 111 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 112 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
| 113 | + </PropertyGroup> |
| 114 | + <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> |
| 115 | + <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> |
| 116 | + <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> |
| 117 | + <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
| 118 | + <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> |
| 119 | + </PropertyGroup> |
| 120 | + <ItemGroup> |
| 121 | + <DelphiCompile Include="$(MainSource)"> |
| 122 | + <MainSource>MainSource</MainSource> |
| 123 | + </DelphiCompile> |
| 124 | + <DCCReference Include="Unit1.pas"> |
| 125 | + <Form>Form1</Form> |
| 126 | + </DCCReference> |
| 127 | + <BuildConfiguration Include="Debug"> |
| 128 | + <Key>Cfg_2</Key> |
| 129 | + <CfgParent>Base</CfgParent> |
| 130 | + </BuildConfiguration> |
| 131 | + <BuildConfiguration Include="Base"> |
| 132 | + <Key>Base</Key> |
| 133 | + </BuildConfiguration> |
| 134 | + <BuildConfiguration Include="Release"> |
| 135 | + <Key>Cfg_1</Key> |
| 136 | + <CfgParent>Base</CfgParent> |
| 137 | + </BuildConfiguration> |
| 138 | + </ItemGroup> |
| 139 | + <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
| 140 | + <ProjectExtensions> |
| 141 | + <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
| 142 | + <Borland.ProjectType>VCLApplication</Borland.ProjectType> |
| 143 | + <BorlandProject> |
| 144 | + <Delphi.Personality> |
| 145 | + <Source> |
| 146 | + <Source Name="MainSource">Project1.dpr</Source> |
| 147 | + </Source> |
| 148 | + <Parameters> |
| 149 | + <Parameters Name="UseLauncher">False</Parameters> |
| 150 | + <Parameters Name="LoadAllSymbols">True</Parameters> |
| 151 | + <Parameters Name="LoadUnspecifiedSymbols">False</Parameters> |
| 152 | + </Parameters> |
| 153 | + <VersionInfo> |
| 154 | + <VersionInfo Name="IncludeVerInfo">False</VersionInfo> |
| 155 | + <VersionInfo Name="AutoIncBuild">False</VersionInfo> |
| 156 | + <VersionInfo Name="MajorVer">1</VersionInfo> |
| 157 | + <VersionInfo Name="MinorVer">0</VersionInfo> |
| 158 | + <VersionInfo Name="Release">0</VersionInfo> |
| 159 | + <VersionInfo Name="Build">0</VersionInfo> |
| 160 | + <VersionInfo Name="Debug">False</VersionInfo> |
| 161 | + <VersionInfo Name="PreRelease">False</VersionInfo> |
| 162 | + <VersionInfo Name="Special">False</VersionInfo> |
| 163 | + <VersionInfo Name="Private">False</VersionInfo> |
| 164 | + <VersionInfo Name="DLL">False</VersionInfo> |
| 165 | + <VersionInfo Name="Locale">1033</VersionInfo> |
| 166 | + <VersionInfo Name="CodePage">1252</VersionInfo> |
| 167 | + </VersionInfo> |
| 168 | + <VersionInfoKeys> |
| 169 | + <VersionInfoKeys Name="CompanyName"/> |
| 170 | + <VersionInfoKeys Name="FileDescription"/> |
| 171 | + <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> |
| 172 | + <VersionInfoKeys Name="InternalName"/> |
| 173 | + <VersionInfoKeys Name="LegalCopyright"/> |
| 174 | + <VersionInfoKeys Name="LegalTrademarks"/> |
| 175 | + <VersionInfoKeys Name="OriginalFilename"/> |
| 176 | + <VersionInfoKeys Name="ProductName"/> |
| 177 | + <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> |
| 178 | + <VersionInfoKeys Name="Comments"/> |
| 179 | + </VersionInfoKeys> |
| 180 | + </Delphi.Personality> |
| 181 | + <Platforms> |
| 182 | + <Platform value="Win32">True</Platform> |
| 183 | + <Platform value="Win64">True</Platform> |
| 184 | + </Platforms> |
| 185 | + </BorlandProject> |
| 186 | + <ProjectFileVersion>12</ProjectFileVersion> |
| 187 | + </ProjectExtensions> |
| 188 | + <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/> |
| 189 | +</Project> |
0 commit comments