blob: d067992b93227c11431a0b1432b7f57ee86eaafb [file] [log] [blame]
Jens Geyer606f1ef2018-04-09 23:09:41 +02001 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{2B8FB3A1-2F9E-4883-8C53-0F56220B34F6}</ProjectGuid>
4 <MainSource>DelphiClient.dpr</MainSource>
5 <ProjectVersion>12.3</ProjectVersion>
6 <Basis>True</Basis>
7 <Config Condition="'$(Config)'==''">Debug</Config>
8 <Platform>Win32</Platform>
9 <AppType>Console</AppType>
10 <FrameworkType>None</FrameworkType>
11 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
14 <Base>true</Base>
15 </PropertyGroup>
16 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
17 <Cfg_1>true</Cfg_1>
18 <CfgParent>Base</CfgParent>
19 <Base>true</Base>
20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
22 <Cfg_2>true</Cfg_2>
23 <CfgParent>Base</CfgParent>
24 <Base>true</Base>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Base)'!=''">
27 <DCC_UnitSearchPath>..\..\..\lib\delphi\src;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
28 <DCC_ImageBase>00400000</DCC_ImageBase>
29 <DCC_DcuOutput>.\dcu\$(Config)\$(Platform)</DCC_DcuOutput>
30 <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
31 <DCC_ExeOutput>..\bin\$(Config)\$(Platform)</DCC_ExeOutput>
32 <DCC_E>false</DCC_E>
33 <DCC_N>false</DCC_N>
34 <DCC_S>false</DCC_S>
35 <DCC_F>false</DCC_F>
36 <DCC_K>false</DCC_K>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Cfg_1)'!=''">
39 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
40 <DCC_Optimize>false</DCC_Optimize>
41 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Cfg_2)'!=''">
44 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
45 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
46 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
47 <DCC_DebugInformation>false</DCC_DebugInformation>
48 </PropertyGroup>
49 <ItemGroup>
50 <DelphiCompile Include="DelphiClient.dpr">
51 <MainSource>MainSource</MainSource>
52 </DelphiCompile>
53 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.pas"/>
54 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Collections.pas"/>
55 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Exception.pas"/>
56 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Utils.pas"/>
57 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Stream.pas"/>
58 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Protocol.pas"/>
59 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Server.pas"/>
60 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Transport.pas"/>
61 <DCCReference Include="..\..\gen-delphi\Shared.pas"/>
62 <DCCReference Include="..\..\gen-delphi\Tutorial.pas"/>
63 <BuildConfiguration Include="Release">
64 <Key>Cfg_2</Key>
65 <CfgParent>Base</CfgParent>
66 </BuildConfiguration>
67 <BuildConfiguration Include="Basis">
68 <Key>Base</Key>
69 </BuildConfiguration>
70 <BuildConfiguration Include="Debug">
71 <Key>Cfg_1</Key>
72 <CfgParent>Base</CfgParent>
73 </BuildConfiguration>
74 </ItemGroup>
75 <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
76 <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
77 <ProjectExtensions>
78 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
79 <Borland.ProjectType/>
80 <BorlandProject>
81 <Delphi.Personality>
82 <VersionInfo>
83 <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
84 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
jfarrell384647d2018-10-16 22:36:46 -040085 <VersionInfo Name="MajorVer">0</VersionInfo>
86 <VersionInfo Name="MinorVer">12</VersionInfo>
Jens Geyer606f1ef2018-04-09 23:09:41 +020087 <VersionInfo Name="Release">0</VersionInfo>
88 <VersionInfo Name="Build">0</VersionInfo>
89 <VersionInfo Name="Debug">False</VersionInfo>
90 <VersionInfo Name="PreRelease">False</VersionInfo>
91 <VersionInfo Name="Special">False</VersionInfo>
92 <VersionInfo Name="Private">False</VersionInfo>
93 <VersionInfo Name="DLL">False</VersionInfo>
94 <VersionInfo Name="Locale">1033</VersionInfo>
95 <VersionInfo Name="CodePage">1252</VersionInfo>
96 </VersionInfo>
97 <VersionInfoKeys>
98 <VersionInfoKeys Name="CompanyName"/>
99 <VersionInfoKeys Name="FileDescription">Thrift Tutorial</VersionInfoKeys>
100 <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
101 <VersionInfoKeys Name="InternalName">DelphiClient</VersionInfoKeys>
102 <VersionInfoKeys Name="LegalCopyright">Copyright © 2012 The Apache Software Foundation</VersionInfoKeys>
103 <VersionInfoKeys Name="LegalTrademarks"/>
104 <VersionInfoKeys Name="OriginalFilename">DelphiClient.exe</VersionInfoKeys>
105 <VersionInfoKeys Name="ProductName">Thrift</VersionInfoKeys>
106 <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
107 <VersionInfoKeys Name="Comments"/>
108 </VersionInfoKeys>
109 <Source>
110 <Source Name="MainSource">DelphiClient.dpr</Source>
111 </Source>
112 </Delphi.Personality>
113 <Platforms>
114 <Platform value="Win32">True</Platform>
115 </Platforms>
116 </BorlandProject>
117 <ProjectFileVersion>12</ProjectFileVersion>
118 </ProjectExtensions>
119 </Project>