| Jens Geyer | 6b967bd | 2024-11-25 22:10:48 +0100 | [diff] [blame] | 1 | <!-- | 
 | 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 Geyer | 07f4bb5 | 2022-09-03 14:50:06 +0200 | [diff] [blame] | 20 | 		<PropertyGroup> | 
 | 21 | 			<ProjectGuid>{B523D1D7-2C9A-4B39-A6CF-69EF536D5079}</ProjectGuid> | 
 | 22 | 			<MainSource>SerializerData.dpr</MainSource> | 
 | 23 | 			<ProjectVersion>12.3</ProjectVersion> | 
 | 24 | 			<Basis>True</Basis> | 
 | 25 | 			<Config Condition="'$(Config)'==''">Debug</Config> | 
 | 26 | 			<Platform>Win32</Platform> | 
 | 27 | 			<AppType>Library</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_DcuOutput>.\$(Config)\$(Platform)</DCC_DcuOutput> | 
 | 46 | 			<DCC_E>false</DCC_E> | 
 | 47 | 			<DCC_ImageBase>00400000</DCC_ImageBase> | 
 | 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_S>false</DCC_S> | 
 | 51 | 			<GenDll>true</GenDll> | 
 | 52 | 			<DCC_N>false</DCC_N> | 
 | 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="SerializerData.dpr"> | 
 | 69 | 				<MainSource>MainSource</MainSource> | 
 | 70 | 			</DelphiCompile> | 
 | 71 | 			<DCCReference Include="..\..\src\Thrift.pas"/> | 
 | 72 | 			<DCCReference Include="..\..\src\Thrift.Exception.pas"/> | 
 | 73 | 			<DCCReference Include="..\..\src\Thrift.Socket.pas"/> | 
 | 74 | 			<DCCReference Include="..\..\src\Thrift.Transport.pas"/> | 
 | 75 | 			<DCCReference Include="..\..\src\Thrift.Protocol.pas"/> | 
 | 76 | 			<DCCReference Include="..\..\src\Thrift.Protocol.JSON.pas"/> | 
 | 77 | 			<DCCReference Include="..\..\src\Thrift.Protocol.Compact.pas"/> | 
 | 78 | 			<DCCReference Include="..\..\src\Thrift.Collections.pas"/> | 
 | 79 | 			<DCCReference Include="..\..\src\Thrift.Configuration.pas"/> | 
 | 80 | 			<DCCReference Include="..\..\src\Thrift.Server.pas"/> | 
 | 81 | 			<DCCReference Include="..\..\src\Thrift.Utils.pas"/> | 
 | 82 | 			<DCCReference Include="..\..\src\Thrift.Serializer.pas"/> | 
 | 83 | 			<DCCReference Include="..\..\src\Thrift.Stream.pas"/> | 
 | 84 | 			<DCCReference Include="..\..\src\Thrift.WinHTTP.pas"/> | 
 | 85 | 			<DCCReference Include="..\..\src\Thrift.TypeRegistry.pas"/> | 
 | 86 | 			<DCCReference Include="gen-delphi\System_.pas"/> | 
 | 87 | 			<DCCReference Include="gen-delphi\SysUtils_.pas"/> | 
| Jens Geyer | e9f63e0 | 2024-11-23 01:01:13 +0100 | [diff] [blame] | 88 | 			<DCCReference Include="gen-delphi\test.ExceptionStruct.pas"/> | 
 | 89 | 			<DCCReference Include="gen-delphi\test.SimpleException.pas"/> | 
| Jens Geyer | 07f4bb5 | 2022-09-03 14:50:06 +0200 | [diff] [blame] | 90 | 			<DCCReference Include="gen-delphi\DebugProtoTest.pas"/> | 
 | 91 | 			<DCCReference Include="TestSerializer.Data.pas"/> | 
 | 92 | 			<BuildConfiguration Include="Release"> | 
 | 93 | 				<Key>Cfg_2</Key> | 
 | 94 | 				<CfgParent>Base</CfgParent> | 
 | 95 | 			</BuildConfiguration> | 
 | 96 | 			<BuildConfiguration Include="Basis"> | 
 | 97 | 				<Key>Base</Key> | 
 | 98 | 			</BuildConfiguration> | 
 | 99 | 			<BuildConfiguration Include="Debug"> | 
 | 100 | 				<Key>Cfg_1</Key> | 
 | 101 | 				<CfgParent>Base</CfgParent> | 
 | 102 | 			</BuildConfiguration> | 
 | 103 | 		</ItemGroup> | 
 | 104 | 		<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> | 
| Jens Geyer | e9f63e0 | 2024-11-23 01:01:13 +0100 | [diff] [blame] | 105 | 		<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/> | 
| Jens Geyer | 07f4bb5 | 2022-09-03 14:50:06 +0200 | [diff] [blame] | 106 | 		<PropertyGroup> | 
| Jens Geyer | e9f63e0 | 2024-11-23 01:01:13 +0100 | [diff] [blame] | 107 | 			<PreBuildEvent><![CDATA[thrift.exe -r -gen delphi:com_types,rtti ..\keywords\ReservedKeywords.thrift | 
 | 108 | thrift.exe -r -gen delphi:com_types ..\..\..\..\test\DebugProtoTest.thrift | 
 | 109 | thrift.exe -r -gen delphi:com_types ..\..\..\..\test\ExceptionStruct.thrift | 
 | 110 | thrift.exe -r -gen delphi:com_types SimpleException.thrift]]></PreBuildEvent> | 
| Jens Geyer | 07f4bb5 | 2022-09-03 14:50:06 +0200 | [diff] [blame] | 111 | 		</PropertyGroup> | 
 | 112 | 		<ProjectExtensions> | 
 | 113 | 			<Borland.Personality>Delphi.Personality.12</Borland.Personality> | 
 | 114 | 			<Borland.ProjectType/> | 
 | 115 | 			<BorlandProject> | 
 | 116 | 				<Delphi.Personality> | 
 | 117 | 					<VersionInfo> | 
 | 118 | 						<VersionInfo Name="IncludeVerInfo">False</VersionInfo> | 
 | 119 | 						<VersionInfo Name="AutoIncBuild">False</VersionInfo> | 
 | 120 | 						<VersionInfo Name="MajorVer">1</VersionInfo> | 
 | 121 | 						<VersionInfo Name="MinorVer">0</VersionInfo> | 
 | 122 | 						<VersionInfo Name="Release">0</VersionInfo> | 
 | 123 | 						<VersionInfo Name="Build">0</VersionInfo> | 
 | 124 | 						<VersionInfo Name="Debug">False</VersionInfo> | 
 | 125 | 						<VersionInfo Name="PreRelease">False</VersionInfo> | 
 | 126 | 						<VersionInfo Name="Special">False</VersionInfo> | 
 | 127 | 						<VersionInfo Name="Private">False</VersionInfo> | 
 | 128 | 						<VersionInfo Name="DLL">False</VersionInfo> | 
 | 129 | 						<VersionInfo Name="Locale">1031</VersionInfo> | 
 | 130 | 						<VersionInfo Name="CodePage">1252</VersionInfo> | 
 | 131 | 					</VersionInfo> | 
 | 132 | 					<VersionInfoKeys> | 
 | 133 | 						<VersionInfoKeys Name="CompanyName"/> | 
 | 134 | 						<VersionInfoKeys Name="FileDescription"/> | 
 | 135 | 						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> | 
 | 136 | 						<VersionInfoKeys Name="InternalName"/> | 
 | 137 | 						<VersionInfoKeys Name="LegalCopyright"/> | 
 | 138 | 						<VersionInfoKeys Name="LegalTrademarks"/> | 
 | 139 | 						<VersionInfoKeys Name="OriginalFilename"/> | 
 | 140 | 						<VersionInfoKeys Name="ProductName"/> | 
 | 141 | 						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> | 
 | 142 | 						<VersionInfoKeys Name="Comments"/> | 
 | 143 | 					</VersionInfoKeys> | 
 | 144 | 					<Source> | 
 | 145 | 						<Source Name="MainSource">SerializerData.dpr</Source> | 
 | 146 | 					</Source> | 
| Jens Geyer | e9f63e0 | 2024-11-23 01:01:13 +0100 | [diff] [blame] | 147 | 					<Parameters> | 
 | 148 | 						<Parameters Name="HostApplication">bin\Debug\Win32\TestSerializer.exe</Parameters> | 
 | 149 | 					</Parameters> | 
| Jens Geyer | 07f4bb5 | 2022-09-03 14:50:06 +0200 | [diff] [blame] | 150 | 				</Delphi.Personality> | 
 | 151 | 				<Platforms> | 
 | 152 | 					<Platform value="Win32">True</Platform> | 
 | 153 | 				</Platforms> | 
 | 154 | 			</BorlandProject> | 
 | 155 | 			<ProjectFileVersion>12</ProjectFileVersion> | 
 | 156 | 		</ProjectExtensions> | 
 | 157 | 	</Project> |