Skip to content

Commit 44fe4ff

Browse files
Add files via upload
1 parent 31eac50 commit 44fe4ff

20 files changed

+5114
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
//---------------------------------------------------------------------------
3+
4+
// This software is Copyright (c) 2015 Embarcadero Technologies, Inc.
5+
// You may only use this software if you are an authorized licensee
6+
// of an Embarcadero developer tools product.
7+
// This software is considered a Redistributable as defined under
8+
// the software license agreement that comes with the Embarcadero Products
9+
// and is subject to that software license agreement.
10+
11+
//---------------------------------------------------------------------------
12+
program GettingStarted;
13+
14+
uses
15+
Forms,
16+
fGettingStarted in 'fGettingStarted.pas' {frmGettingStarted};
17+
18+
{$R *.res}
19+
20+
begin
21+
Application.Initialize;
22+
Application.CreateForm(TfrmGettingStarted, frmGettingStarted);
23+
Application.Run;
24+
end.
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{A7ED7493-CF74-474E-B340-D7B30BD29F1E}</ProjectGuid>
4+
<MainSource>GettingStarted.dpr</MainSource>
5+
<Base>True</Base>
6+
<Config Condition="'$(Config)'==''">Debug</Config>
7+
<TargetedPlatforms>1</TargetedPlatforms>
8+
<AppType>Application</AppType>
9+
<FrameworkType>VCL</FrameworkType>
10+
<ProjectVersion>18.2</ProjectVersion>
11+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
12+
</PropertyGroup>
13+
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14+
<Base>true</Base>
15+
</PropertyGroup>
16+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17+
<Base_Win32>true</Base_Win32>
18+
<CfgParent>Base</CfgParent>
19+
<Base>true</Base>
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>
26+
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
27+
<Cfg_1>true</Cfg_1>
28+
<CfgParent>Base</CfgParent>
29+
<Base>true</Base>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
32+
<Cfg_1_Win32>true</Cfg_1_Win32>
33+
<CfgParent>Cfg_1</CfgParent>
34+
<Cfg_1>true</Cfg_1>
35+
<Base>true</Base>
36+
</PropertyGroup>
37+
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
38+
<Cfg_2>true</Cfg_2>
39+
<CfgParent>Base</CfgParent>
40+
<Base>true</Base>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
43+
<Cfg_2_Win32>true</Cfg_2_Win32>
44+
<CfgParent>Cfg_2</CfgParent>
45+
<Cfg_2>true</Cfg_2>
46+
<Base>true</Base>
47+
</PropertyGroup>
48+
<PropertyGroup Condition="'$(Base)'!=''">
49+
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
50+
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
51+
<DCC_E>false</DCC_E>
52+
<DCC_N>false</DCC_N>
53+
<SanitizedProjectName>GettingStarted</SanitizedProjectName>
54+
<DCC_S>false</DCC_S>
55+
<DCC_K>false</DCC_K>
56+
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
57+
<VerInfo_Locale>1049</VerInfo_Locale>
58+
<DCC_ImageBase>00400000</DCC_ImageBase>
59+
<DCC_F>false</DCC_F>
60+
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
61+
</PropertyGroup>
62+
<PropertyGroup Condition="'$(Base_Win32)'!=''">
63+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
64+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
65+
<Icon_MainIcon>GettingStarted_Icon.ico</Icon_MainIcon>
66+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
67+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
68+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
69+
<VerInfo_Locale>1033</VerInfo_Locale>
70+
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
71+
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
72+
</PropertyGroup>
73+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
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+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
77+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
78+
<Icon_MainIcon>GettingStarted_Icon.ico</Icon_MainIcon>
79+
</PropertyGroup>
80+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
81+
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
82+
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
83+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
84+
<DCC_DebugInformation>0</DCC_DebugInformation>
85+
</PropertyGroup>
86+
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
87+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
88+
<AppEnableHighDPI>true</AppEnableHighDPI>
89+
</PropertyGroup>
90+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
91+
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
92+
<DCC_Optimize>false</DCC_Optimize>
93+
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
94+
</PropertyGroup>
95+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
96+
<BT_BuildType>Debug</BT_BuildType>
97+
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
98+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
99+
<VerInfo_Locale>1033</VerInfo_Locale>
100+
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
101+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
102+
<AppEnableHighDPI>true</AppEnableHighDPI>
103+
</PropertyGroup>
104+
<ItemGroup>
105+
<DelphiCompile Include="$(MainSource)">
106+
<MainSource>MainSource</MainSource>
107+
</DelphiCompile>
108+
<DCCReference Include="fGettingStarted.pas">
109+
<Form>frmGettingStarted</Form>
110+
</DCCReference>
111+
<BuildConfiguration Include="Debug">
112+
<Key>Cfg_2</Key>
113+
<CfgParent>Base</CfgParent>
114+
</BuildConfiguration>
115+
<BuildConfiguration Include="Base">
116+
<Key>Base</Key>
117+
</BuildConfiguration>
118+
<BuildConfiguration Include="Release">
119+
<Key>Cfg_1</Key>
120+
<CfgParent>Base</CfgParent>
121+
</BuildConfiguration>
122+
</ItemGroup>
123+
<ProjectExtensions>
124+
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
125+
<Borland.ProjectType/>
126+
<BorlandProject>
127+
<Delphi.Personality>
128+
<Source>
129+
<Source Name="MainSource">GettingStarted.dpr</Source>
130+
</Source>
131+
<Excluded_Packages>
132+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
133+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
134+
</Excluded_Packages>
135+
</Delphi.Personality>
136+
<Platforms>
137+
<Platform value="Win32">True</Platform>
138+
<Platform value="Win64">False</Platform>
139+
</Platforms>
140+
</BorlandProject>
141+
<ProjectFileVersion>12</ProjectFileVersion>
142+
</ProjectExtensions>
143+
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
144+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
145+
</Project>

0 commit comments

Comments
 (0)