blob: 572e6e5da562b1748ab34b18139444b6cb6c7c0f [file] [log] [blame]
Jens Geyer3a172092024-11-19 01:14:32 +01001 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Jens Geyer66f95362021-03-29 20:35:41 +02002 <PropertyGroup>
3 <ProjectGuid>{9282EDD8-7C12-41B0-8172-61C6BFA6E238}</ProjectGuid>
4 <MainSource>TestSerializer.dpr</MainSource>
5 <Basis>True</Basis>
6 <Config Condition="'$(Config)'==''">Debug</Config>
7 <Platform>Win32</Platform>
8 <AppType>Console</AppType>
9 <FrameworkType>None</FrameworkType>
10 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
11 <ProjectVersion>12.3</ProjectVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
14 <Base>true</Base>
15 </PropertyGroup>
16 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
17 <Cfg_1>true</Cfg_1>
18 <CfgParent>Base</CfgParent>
19 <Base>true</Base>
20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Config)'=='Debug' 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_DcuOutput>dcu\$(Project)\$(Config)\$(Platform)</DCC_DcuOutput>
28 <DCC_ExeOutput>bin\$(Config)\$(Platform)</DCC_ExeOutput>
29 <DCC_E>false</DCC_E>
30 <DCC_ImageBase>00400000</DCC_ImageBase>
31 <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
32 <DCC_F>false</DCC_F>
33 <DCC_S>false</DCC_S>
34 <DCC_N>false</DCC_N>
35 <DCC_K>false</DCC_K>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Cfg_1)'!=''">
38 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
39 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
40 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
41 <DCC_DebugInformation>false</DCC_DebugInformation>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Cfg_2)'!=''">
44 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
45 <DCC_Optimize>false</DCC_Optimize>
46 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
47 </PropertyGroup>
48 <ItemGroup>
49 <DelphiCompile Include="TestSerializer.dpr">
50 <MainSource>MainSource</MainSource>
51 </DelphiCompile>
52 <DCCReference Include="..\..\src\Thrift.pas"/>
53 <DCCReference Include="..\..\src\Thrift.Exception.pas"/>
54 <DCCReference Include="..\..\src\Thrift.Socket.pas"/>
55 <DCCReference Include="..\..\src\Thrift.Transport.pas"/>
56 <DCCReference Include="..\..\src\Thrift.Protocol.pas"/>
57 <DCCReference Include="..\..\src\Thrift.Protocol.JSON.pas"/>
58 <DCCReference Include="..\..\src\Thrift.Protocol.Compact.pas"/>
59 <DCCReference Include="..\..\src\Thrift.Collections.pas"/>
60 <DCCReference Include="..\..\src\Thrift.Configuration.pas"/>
61 <DCCReference Include="..\..\src\Thrift.Server.pas"/>
62 <DCCReference Include="..\..\src\Thrift.Utils.pas"/>
63 <DCCReference Include="..\..\src\Thrift.Serializer.pas"/>
64 <DCCReference Include="..\..\src\Thrift.Stream.pas"/>
65 <DCCReference Include="..\..\src\Thrift.WinHTTP.pas"/>
66 <DCCReference Include="..\..\src\Thrift.TypeRegistry.pas"/>
67 <DCCReference Include="gen-delphi\System_.pas"/>
68 <DCCReference Include="gen-delphi\SysUtils_.pas"/>
69 <DCCReference Include="gen-delphi\DebugProtoTest.pas"/>
Jens Geyer3a172092024-11-19 01:14:32 +010070 <DCCReference Include="gen-delphi\test.ExceptionStruct.pas"/>
Jens Geyer66f95362021-03-29 20:35:41 +020071 <DCCReference Include="TestSerializer.Tests.pas"/>
Jens Geyer66f95362021-03-29 20:35:41 +020072 <BuildConfiguration Include="Debug">
73 <Key>Cfg_2</Key>
74 <CfgParent>Base</CfgParent>
75 </BuildConfiguration>
76 <BuildConfiguration Include="Basis">
77 <Key>Base</Key>
78 </BuildConfiguration>
79 <BuildConfiguration Include="Release">
80 <Key>Cfg_1</Key>
81 <CfgParent>Base</CfgParent>
82 </BuildConfiguration>
83 </ItemGroup>
84 <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
Jens Geyer3a172092024-11-19 01:14:32 +010085 <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 +020086 <PropertyGroup>
Jens Geyer5cf71b22023-12-18 11:44:55 +010087 <PreBuildEvent><![CDATA[thrift.exe -r -gen delphi:com_types,rtti ..\keywords\ReservedKeywords.thrift
Jens Geyer3a172092024-11-19 01:14:32 +010088thrift.exe -r -gen delphi:com_types ..\..\..\..\test\DebugProtoTest.thrift
89thrift.exe -r -gen delphi:com_types ..\..\..\..\test\ExceptionStruct.thrift]]></PreBuildEvent>
Jens Geyer66f95362021-03-29 20:35:41 +020090 </PropertyGroup>
91 <ProjectExtensions>
92 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
93 <Borland.ProjectType>VCLApplication</Borland.ProjectType>
94 <BorlandProject>
95 <Delphi.Personality>
96 <Source>
97 <Source Name="MainSource">TestSerializer.dpr</Source>
98 </Source>
99 <VersionInfo>
100 <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
101 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
102 <VersionInfo Name="MajorVer">1</VersionInfo>
103 <VersionInfo Name="MinorVer">0</VersionInfo>
104 <VersionInfo Name="Release">0</VersionInfo>
105 <VersionInfo Name="Build">0</VersionInfo>
106 <VersionInfo Name="Debug">False</VersionInfo>
107 <VersionInfo Name="PreRelease">False</VersionInfo>
108 <VersionInfo Name="Special">False</VersionInfo>
109 <VersionInfo Name="Private">False</VersionInfo>
110 <VersionInfo Name="DLL">False</VersionInfo>
111 <VersionInfo Name="Locale">1031</VersionInfo>
112 <VersionInfo Name="CodePage">1252</VersionInfo>
113 </VersionInfo>
114 <VersionInfoKeys>
115 <VersionInfoKeys Name="CompanyName"/>
116 <VersionInfoKeys Name="FileDescription"/>
117 <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
118 <VersionInfoKeys Name="InternalName"/>
119 <VersionInfoKeys Name="LegalCopyright"/>
120 <VersionInfoKeys Name="LegalTrademarks"/>
121 <VersionInfoKeys Name="OriginalFilename"/>
122 <VersionInfoKeys Name="ProductName"/>
123 <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
124 <VersionInfoKeys Name="Comments"/>
125 </VersionInfoKeys>
126 </Delphi.Personality>
127 <Platforms>
128 <Platform value="Win32">True</Platform>
129 </Platforms>
130 </BorlandProject>
131 <ProjectFileVersion>12</ProjectFileVersion>
132 </ProjectExtensions>
133 </Project>