Jens Geyer | 66f9536 | 2021-03-29 20:35:41 +0200 | [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"> |
| 20 | <PropertyGroup> |
| 21 | <ProjectGuid>{DBB2D6D8-0FC6-4329-8408-28B1452B33AD}</ProjectGuid> |
| 22 | <MainSource>skiptest_version2.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="skiptest_version2.dpr"> |
| 68 | <MainSource>MainSource</MainSource> |
| 69 | </DelphiCompile> |
| 70 | <DCCReference Include="gen-delphi\Skiptest.Two.pas"/> |
| 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.WinHTTP.pas"/> |
| 83 | <DCCReference Include="..\..\src\Thrift.TypeRegistry.pas"/> |
| 84 | <DCCReference Include="..\..\src\Thrift.Stream.pas"/> |
| 85 | <BuildConfiguration Include="Debug"> |
| 86 | <Key>Cfg_2</Key> |
| 87 | <CfgParent>Base</CfgParent> |
| 88 | </BuildConfiguration> |
| 89 | <BuildConfiguration Include="Basis"> |
| 90 | <Key>Base</Key> |
| 91 | </BuildConfiguration> |
| 92 | <BuildConfiguration Include="Release"> |
| 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"/> |
| 99 | <PropertyGroup> |
| 100 | <PreBuildEvent><![CDATA[thrift.exe -r -gen delphi idl\skiptest_version_2.thrift]]></PreBuildEvent> |
| 101 | </PropertyGroup> |
| 102 | <ProjectExtensions> |
| 103 | <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
| 104 | <Borland.ProjectType>VCLApplication</Borland.ProjectType> |
| 105 | <BorlandProject> |
| 106 | <Delphi.Personality> |
| 107 | <Source> |
| 108 | <Source Name="MainSource">skiptest_version2.dpr</Source> |
| 109 | </Source> |
| 110 | <VersionInfo> |
| 111 | <VersionInfo Name="IncludeVerInfo">False</VersionInfo> |
| 112 | <VersionInfo Name="AutoIncBuild">False</VersionInfo> |
| 113 | <VersionInfo Name="MajorVer">1</VersionInfo> |
| 114 | <VersionInfo Name="MinorVer">0</VersionInfo> |
| 115 | <VersionInfo Name="Release">0</VersionInfo> |
| 116 | <VersionInfo Name="Build">0</VersionInfo> |
| 117 | <VersionInfo Name="Debug">False</VersionInfo> |
| 118 | <VersionInfo Name="PreRelease">False</VersionInfo> |
| 119 | <VersionInfo Name="Special">False</VersionInfo> |
| 120 | <VersionInfo Name="Private">False</VersionInfo> |
| 121 | <VersionInfo Name="DLL">False</VersionInfo> |
| 122 | <VersionInfo Name="Locale">1031</VersionInfo> |
| 123 | <VersionInfo Name="CodePage">1252</VersionInfo> |
| 124 | </VersionInfo> |
| 125 | <VersionInfoKeys> |
| 126 | <VersionInfoKeys Name="CompanyName"/> |
| 127 | <VersionInfoKeys Name="FileDescription"/> |
| 128 | <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> |
| 129 | <VersionInfoKeys Name="InternalName"/> |
| 130 | <VersionInfoKeys Name="LegalCopyright"/> |
| 131 | <VersionInfoKeys Name="LegalTrademarks"/> |
| 132 | <VersionInfoKeys Name="OriginalFilename"/> |
| 133 | <VersionInfoKeys Name="ProductName"/> |
| 134 | <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> |
| 135 | <VersionInfoKeys Name="Comments"/> |
| 136 | </VersionInfoKeys> |
| 137 | </Delphi.Personality> |
| 138 | <Platforms> |
| 139 | <Platform value="Win32">True</Platform> |
| 140 | </Platforms> |
| 141 | </BorlandProject> |
| 142 | <ProjectFileVersion>12</ProjectFileVersion> |
| 143 | </ProjectExtensions> |
| 144 | </Project> |