blob: c5071a3f6576c141ba21e98e541a3f46481b6618 [file] [log] [blame]
Roger Meier5c854612012-04-09 16:31:42 +00001 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{2B8FB3A1-2F9E-4883-8C53-0F56220B34F6}</ProjectGuid>
4 <MainSource>DelphiServer.dpr</MainSource>
5 <ProjectVersion>12.3</ProjectVersion>
6 <Basis>True</Basis>
7 <Config Condition="'$(Config)'==''">Debug</Config>
8 <Platform>Win32</Platform>
9 <AppType>Console</AppType>
10 <FrameworkType>None</FrameworkType>
11 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
14 <Base>true</Base>
15 </PropertyGroup>
16 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
17 <Cfg_1>true</Cfg_1>
18 <CfgParent>Base</CfgParent>
19 <Base>true</Base>
20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Config)'=='Release' 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_ImageBase>00400000</DCC_ImageBase>
28 <DCC_DcuOutput>.\dcu\$(Config)\$(Platform)</DCC_DcuOutput>
29 <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
30 <DCC_ExeOutput>..\bin\$(Config)\$(Platform)</DCC_ExeOutput>
31 <DCC_E>false</DCC_E>
32 <DCC_N>false</DCC_N>
33 <DCC_S>false</DCC_S>
34 <DCC_F>false</DCC_F>
35 <DCC_K>false</DCC_K>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Cfg_1)'!=''">
38 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
39 <DCC_Optimize>false</DCC_Optimize>
40 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Cfg_2)'!=''">
43 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
44 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
45 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
46 <DCC_DebugInformation>false</DCC_DebugInformation>
47 </PropertyGroup>
48 <ItemGroup>
49 <DelphiCompile Include="DelphiServer.dpr">
50 <MainSource>MainSource</MainSource>
51 </DelphiCompile>
52 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.pas"/>
53 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Collections.pas"/>
54 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Console.pas"/>
55 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Utils.pas"/>
56 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Stream.pas"/>
57 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Protocol.pas"/>
58 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Server.pas"/>
59 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Transport.pas"/>
60 <DCCReference Include="..\..\gen-delphi\Shared.pas"/>
61 <DCCReference Include="..\..\gen-delphi\Tutorial.pas"/>
62 <BuildConfiguration Include="Release">
63 <Key>Cfg_2</Key>
64 <CfgParent>Base</CfgParent>
65 </BuildConfiguration>
66 <BuildConfiguration Include="Basis">
67 <Key>Base</Key>
68 </BuildConfiguration>
69 <BuildConfiguration Include="Debug">
70 <Key>Cfg_1</Key>
71 <CfgParent>Base</CfgParent>
72 </BuildConfiguration>
73 </ItemGroup>
74 <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
75 <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
76 <ProjectExtensions>
77 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
78 <Borland.ProjectType/>
79 <BorlandProject>
80 <Delphi.Personality>
81 <VersionInfo>
82 <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
83 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
84 <VersionInfo Name="MajorVer">1</VersionInfo>
85 <VersionInfo Name="MinorVer">0</VersionInfo>
86 <VersionInfo Name="Release">0</VersionInfo>
87 <VersionInfo Name="Build">0</VersionInfo>
88 <VersionInfo Name="Debug">False</VersionInfo>
89 <VersionInfo Name="PreRelease">False</VersionInfo>
90 <VersionInfo Name="Special">False</VersionInfo>
91 <VersionInfo Name="Private">False</VersionInfo>
92 <VersionInfo Name="DLL">False</VersionInfo>
93 <VersionInfo Name="Locale">1033</VersionInfo>
94 <VersionInfo Name="CodePage">1252</VersionInfo>
95 </VersionInfo>
96 <VersionInfoKeys>
97 <VersionInfoKeys Name="CompanyName"/>
98 <VersionInfoKeys Name="FileDescription">Thrift Tutorial</VersionInfoKeys>
99 <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
100 <VersionInfoKeys Name="InternalName">DelphiServer</VersionInfoKeys>
101 <VersionInfoKeys Name="LegalCopyright">Copyright © 2012 The Apache Software Foundation</VersionInfoKeys>
102 <VersionInfoKeys Name="LegalTrademarks"/>
103 <VersionInfoKeys Name="OriginalFilename">DelphiServer.exe</VersionInfoKeys>
104 <VersionInfoKeys Name="ProductName">Thrift</VersionInfoKeys>
105 <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
106 <VersionInfoKeys Name="Comments"/>
107 </VersionInfoKeys>
108 <Source>
109 <Source Name="MainSource">DelphiServer.dpr</Source>
110 </Source>
111 </Delphi.Personality>
112 <Platforms>
113 <Platform value="Win32">True</Platform>
114 </Platforms>
115 </BorlandProject>
116 <ProjectFileVersion>12</ProjectFileVersion>
117 </ProjectExtensions>
118 </Project>