blob: 1e348d5a89cfc87ef991fd7aa79c86909d81d629 [file] [log] [blame]
Jens Geyer6b967bd2024-11-25 22:10:48 +01001<!--
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 Geyer66f95362021-03-29 20:35:41 +020020 <PropertyGroup>
21 <ProjectGuid>{9282EDD8-7C12-41B0-8172-61C6BFA6E238}</ProjectGuid>
22 <MainSource>TestSerializer.dpr</MainSource>
23 <Basis>True</Basis>
24 <Config Condition="'$(Config)'==''">Debug</Config>
25 <Platform>Win32</Platform>
26 <AppType>Console</AppType>
27 <FrameworkType>None</FrameworkType>
28 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
29 <ProjectVersion>12.3</ProjectVersion>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
32 <Base>true</Base>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
35 <Cfg_1>true</Cfg_1>
36 <CfgParent>Base</CfgParent>
37 <Base>true</Base>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Config)'=='Debug' 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_DcuOutput>dcu\$(Project)\$(Config)\$(Platform)</DCC_DcuOutput>
46 <DCC_ExeOutput>bin\$(Config)\$(Platform)</DCC_ExeOutput>
47 <DCC_E>false</DCC_E>
48 <DCC_ImageBase>00400000</DCC_ImageBase>
49 <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
50 <DCC_F>false</DCC_F>
51 <DCC_S>false</DCC_S>
52 <DCC_N>false</DCC_N>
53 <DCC_K>false</DCC_K>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Cfg_1)'!=''">
56 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
57 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
58 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
59 <DCC_DebugInformation>false</DCC_DebugInformation>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Cfg_2)'!=''">
62 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
63 <DCC_Optimize>false</DCC_Optimize>
64 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
65 </PropertyGroup>
66 <ItemGroup>
67 <DelphiCompile Include="TestSerializer.dpr">
68 <MainSource>MainSource</MainSource>
69 </DelphiCompile>
70 <DCCReference Include="..\..\src\Thrift.pas"/>
71 <DCCReference Include="..\..\src\Thrift.Exception.pas"/>
72 <DCCReference Include="..\..\src\Thrift.Socket.pas"/>
73 <DCCReference Include="..\..\src\Thrift.Transport.pas"/>
74 <DCCReference Include="..\..\src\Thrift.Protocol.pas"/>
75 <DCCReference Include="..\..\src\Thrift.Protocol.JSON.pas"/>
76 <DCCReference Include="..\..\src\Thrift.Protocol.Compact.pas"/>
77 <DCCReference Include="..\..\src\Thrift.Collections.pas"/>
78 <DCCReference Include="..\..\src\Thrift.Configuration.pas"/>
79 <DCCReference Include="..\..\src\Thrift.Server.pas"/>
80 <DCCReference Include="..\..\src\Thrift.Utils.pas"/>
81 <DCCReference Include="..\..\src\Thrift.Serializer.pas"/>
82 <DCCReference Include="..\..\src\Thrift.Stream.pas"/>
83 <DCCReference Include="..\..\src\Thrift.WinHTTP.pas"/>
84 <DCCReference Include="..\..\src\Thrift.TypeRegistry.pas"/>
85 <DCCReference Include="gen-delphi\System_.pas"/>
86 <DCCReference Include="gen-delphi\SysUtils_.pas"/>
87 <DCCReference Include="gen-delphi\DebugProtoTest.pas"/>
Jens Geyere9f63e02024-11-23 01:01:13 +010088 <DCCReference Include="gen-delphi\test.ExceptionStruct.pas"/>
89 <DCCReference Include="gen-delphi\test.SimpleException.pas"/>
Jens Geyer66f95362021-03-29 20:35:41 +020090 <DCCReference Include="TestSerializer.Tests.pas"/>
Jens Geyer66f95362021-03-29 20:35:41 +020091 <BuildConfiguration Include="Debug">
92 <Key>Cfg_2</Key>
93 <CfgParent>Base</CfgParent>
94 </BuildConfiguration>
95 <BuildConfiguration Include="Basis">
96 <Key>Base</Key>
97 </BuildConfiguration>
98 <BuildConfiguration Include="Release">
99 <Key>Cfg_1</Key>
100 <CfgParent>Base</CfgParent>
101 </BuildConfiguration>
102 </ItemGroup>
103 <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
Jens Geyere9f63e02024-11-23 01:01:13 +0100104 <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
Jens Geyer66f95362021-03-29 20:35:41 +0200105 <PropertyGroup>
Jens Geyer5cf71b22023-12-18 11:44:55 +0100106 <PreBuildEvent><![CDATA[thrift.exe -r -gen delphi:com_types,rtti ..\keywords\ReservedKeywords.thrift
Jens Geyere9f63e02024-11-23 01:01:13 +0100107thrift.exe -r -gen delphi:com_types ..\..\..\..\test\DebugProtoTest.thrift
108thrift.exe -r -gen delphi:com_types ..\..\..\..\test\ExceptionStruct.thrift
109thrift.exe -r -gen delphi:com_types SimpleException.thrift]]></PreBuildEvent>
Jens Geyer66f95362021-03-29 20:35:41 +0200110 </PropertyGroup>
111 <ProjectExtensions>
112 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
113 <Borland.ProjectType>VCLApplication</Borland.ProjectType>
114 <BorlandProject>
115 <Delphi.Personality>
116 <Source>
117 <Source Name="MainSource">TestSerializer.dpr</Source>
118 </Source>
119 <VersionInfo>
120 <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
121 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
122 <VersionInfo Name="MajorVer">1</VersionInfo>
123 <VersionInfo Name="MinorVer">0</VersionInfo>
124 <VersionInfo Name="Release">0</VersionInfo>
125 <VersionInfo Name="Build">0</VersionInfo>
126 <VersionInfo Name="Debug">False</VersionInfo>
127 <VersionInfo Name="PreRelease">False</VersionInfo>
128 <VersionInfo Name="Special">False</VersionInfo>
129 <VersionInfo Name="Private">False</VersionInfo>
130 <VersionInfo Name="DLL">False</VersionInfo>
131 <VersionInfo Name="Locale">1031</VersionInfo>
132 <VersionInfo Name="CodePage">1252</VersionInfo>
133 </VersionInfo>
134 <VersionInfoKeys>
135 <VersionInfoKeys Name="CompanyName"/>
136 <VersionInfoKeys Name="FileDescription"/>
137 <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
138 <VersionInfoKeys Name="InternalName"/>
139 <VersionInfoKeys Name="LegalCopyright"/>
140 <VersionInfoKeys Name="LegalTrademarks"/>
141 <VersionInfoKeys Name="OriginalFilename"/>
142 <VersionInfoKeys Name="ProductName"/>
143 <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
144 <VersionInfoKeys Name="Comments"/>
145 </VersionInfoKeys>
146 </Delphi.Personality>
147 <Platforms>
148 <Platform value="Win32">True</Platform>
149 </Platforms>
150 </BorlandProject>
151 <ProjectFileVersion>12</ProjectFileVersion>
152 </ProjectExtensions>
153 </Project>