blob: e55cc06badec255473ab48d68a90b835452b5a21 [file] [log] [blame]
Jens Geyer66f95362021-03-29 20:35:41 +02001<!--
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"); you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18-->
19 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Jens Geyer606f1ef2018-04-09 23:09:41 +020020 <PropertyGroup>
21 <ProjectGuid>{2B8FB3A1-2F9E-4883-8C53-0F56220B34F6}</ProjectGuid>
22 <MainSource>DelphiClient.dpr</MainSource>
23 <ProjectVersion>12.3</ProjectVersion>
24 <Basis>True</Basis>
25 <Config Condition="'$(Config)'==''">Debug</Config>
26 <Platform>Win32</Platform>
27 <AppType>Console</AppType>
28 <FrameworkType>None</FrameworkType>
29 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
32 <Base>true</Base>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
35 <Cfg_1>true</Cfg_1>
36 <CfgParent>Base</CfgParent>
37 <Base>true</Base>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
40 <Cfg_2>true</Cfg_2>
41 <CfgParent>Base</CfgParent>
42 <Base>true</Base>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Base)'!=''">
45 <DCC_UnitSearchPath>..\..\..\lib\delphi\src;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
46 <DCC_ImageBase>00400000</DCC_ImageBase>
47 <DCC_DcuOutput>.\dcu\$(Config)\$(Platform)</DCC_DcuOutput>
48 <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
49 <DCC_ExeOutput>..\bin\$(Config)\$(Platform)</DCC_ExeOutput>
50 <DCC_E>false</DCC_E>
51 <DCC_N>false</DCC_N>
52 <DCC_S>false</DCC_S>
53 <DCC_F>false</DCC_F>
54 <DCC_K>false</DCC_K>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Cfg_1)'!=''">
57 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
58 <DCC_Optimize>false</DCC_Optimize>
59 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Cfg_2)'!=''">
62 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
63 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
64 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
65 <DCC_DebugInformation>false</DCC_DebugInformation>
66 </PropertyGroup>
67 <ItemGroup>
68 <DelphiCompile Include="DelphiClient.dpr">
69 <MainSource>MainSource</MainSource>
70 </DelphiCompile>
71 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.pas"/>
72 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Collections.pas"/>
Jens Geyera019cda2019-11-09 23:24:52 +010073 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Configuration.pas"/>
Jens Geyer606f1ef2018-04-09 23:09:41 +020074 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Exception.pas"/>
75 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Utils.pas"/>
76 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Stream.pas"/>
77 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Protocol.pas"/>
78 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Server.pas"/>
79 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Transport.pas"/>
Jens Geyer02230912019-04-03 01:12:51 +020080 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Transport.WinHTTP.pas"/>
81 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Transport.MsxmlHTTP.pas"/>
82 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.WinHTTP.pas"/>
Jens Geyer66f95362021-03-29 20:35:41 +020083 <DCCReference Include="..\gen-delphi\Shared.pas"/>
84 <DCCReference Include="..\gen-delphi\Tutorial.pas"/>
Jens Geyer606f1ef2018-04-09 23:09:41 +020085 <BuildConfiguration Include="Release">
86 <Key>Cfg_2</Key>
87 <CfgParent>Base</CfgParent>
88 </BuildConfiguration>
89 <BuildConfiguration Include="Basis">
90 <Key>Base</Key>
91 </BuildConfiguration>
92 <BuildConfiguration Include="Debug">
93 <Key>Cfg_1</Key>
94 <CfgParent>Base</CfgParent>
95 </BuildConfiguration>
96 </ItemGroup>
97 <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
98 <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
Jens Geyer66f95362021-03-29 20:35:41 +020099 <PropertyGroup>
100 <PreBuildEvent><![CDATA[pushd ..
101thrift.exe -r -gen delphi ..\tutorial.thrift
102popd]]></PreBuildEvent>
103 </PropertyGroup>
Jens Geyer606f1ef2018-04-09 23:09:41 +0200104 <ProjectExtensions>
105 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
106 <Borland.ProjectType/>
107 <BorlandProject>
108 <Delphi.Personality>
109 <VersionInfo>
110 <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
111 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
jfarrell384647d2018-10-16 22:36:46 -0400112 <VersionInfo Name="MajorVer">0</VersionInfo>
113 <VersionInfo Name="MinorVer">12</VersionInfo>
Jens Geyer606f1ef2018-04-09 23:09:41 +0200114 <VersionInfo Name="Release">0</VersionInfo>
115 <VersionInfo Name="Build">0</VersionInfo>
116 <VersionInfo Name="Debug">False</VersionInfo>
117 <VersionInfo Name="PreRelease">False</VersionInfo>
118 <VersionInfo Name="Special">False</VersionInfo>
119 <VersionInfo Name="Private">False</VersionInfo>
120 <VersionInfo Name="DLL">False</VersionInfo>
121 <VersionInfo Name="Locale">1033</VersionInfo>
122 <VersionInfo Name="CodePage">1252</VersionInfo>
123 </VersionInfo>
124 <VersionInfoKeys>
125 <VersionInfoKeys Name="CompanyName"/>
126 <VersionInfoKeys Name="FileDescription">Thrift Tutorial</VersionInfoKeys>
Jens Geyerc6fd86d2023-02-06 23:42:52 +0100127 <VersionInfoKeys Name="FileVersion">0.19.0.0</VersionInfoKeys>
Jens Geyer606f1ef2018-04-09 23:09:41 +0200128 <VersionInfoKeys Name="InternalName">DelphiClient</VersionInfoKeys>
129 <VersionInfoKeys Name="LegalCopyright">Copyright © 2012 The Apache Software Foundation</VersionInfoKeys>
130 <VersionInfoKeys Name="LegalTrademarks"/>
131 <VersionInfoKeys Name="OriginalFilename">DelphiClient.exe</VersionInfoKeys>
132 <VersionInfoKeys Name="ProductName">Thrift</VersionInfoKeys>
Jens Geyerc6fd86d2023-02-06 23:42:52 +0100133 <VersionInfoKeys Name="ProductVersion">0.19.0.0</VersionInfoKeys>
Jens Geyer606f1ef2018-04-09 23:09:41 +0200134 <VersionInfoKeys Name="Comments"/>
135 </VersionInfoKeys>
136 <Source>
137 <Source Name="MainSource">DelphiClient.dpr</Source>
138 </Source>
Jens Geyer66f95362021-03-29 20:35:41 +0200139 <Parameters>
140 <Parameters Name="RunParams">--transport framed --http http://example.org</Parameters>
141 </Parameters>
Jens Geyer606f1ef2018-04-09 23:09:41 +0200142 </Delphi.Personality>
143 <Platforms>
144 <Platform value="Win32">True</Platform>
145 </Platforms>
146 </BorlandProject>
147 <ProjectFileVersion>12</ProjectFileVersion>
148 </ProjectExtensions>
149 </Project>