blob: 1c55463c21e9d8ccf2de88061f1f74575e92ecba [file] [log] [blame]
Jake Farrell6cd63ec2012-08-29 02:04:35 +00001 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{EEF476C6-43AE-4CC3-AE51-10C5B35071F1}</ProjectGuid>
4 <MainSource>skiptest_version1.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_UnitSearchPath>C:\D\TPCPP\X_ThirdParty\Thrift\wc-XE-all\thrift-testing\gen-delphi;C:\D\TPCPP\X_ThirdParty\Thrift\wc-XE-all\trunk\lib\delphi\src;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
28 <DCC_E>false</DCC_E>
29 <DCC_ImageBase>00400000</DCC_ImageBase>
30 <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
31 <DCC_F>false</DCC_F>
32 <DCC_S>false</DCC_S>
33 <DCC_N>false</DCC_N>
34 <DCC_K>false</DCC_K>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Cfg_1)'!=''">
37 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
38 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
39 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
40 <DCC_DebugInformation>false</DCC_DebugInformation>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Cfg_2)'!=''">
43 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
44 <DCC_Optimize>false</DCC_Optimize>
45 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
46 </PropertyGroup>
47 <ItemGroup>
48 <DelphiCompile Include="skiptest_version1.dpr">
49 <MainSource>MainSource</MainSource>
50 </DelphiCompile>
51 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.pas"/>
52 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Transport.pas"/>
53 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Protocol.pas"/>
54 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Protocol.JSON.pas"/>
55 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Collections.pas"/>
56 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Server.pas"/>
57 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Console.pas"/>
58 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Utils.pas"/>
59 <DCCReference Include="..\..\..\lib\delphi\src\Thrift.Stream.pas"/>
60 <BuildConfiguration Include="Debug">
61 <Key>Cfg_2</Key>
62 <CfgParent>Base</CfgParent>
63 </BuildConfiguration>
64 <BuildConfiguration Include="Basis">
65 <Key>Base</Key>
66 </BuildConfiguration>
67 <BuildConfiguration Include="Release">
68 <Key>Cfg_1</Key>
69 <CfgParent>Base</CfgParent>
70 </BuildConfiguration>
71 </ItemGroup>
72 <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
73 <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
74 <ProjectExtensions>
75 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
76 <Borland.ProjectType>VCLApplication</Borland.ProjectType>
77 <BorlandProject>
78 <Delphi.Personality>
79 <Source>
80 <Source Name="MainSource">skiptest_version1.dpr</Source>
81 </Source>
82 <VersionInfo>
83 <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
84 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
85 <VersionInfo Name="MajorVer">1</VersionInfo>
86 <VersionInfo Name="MinorVer">0</VersionInfo>
87 <VersionInfo Name="Release">0</VersionInfo>
88 <VersionInfo Name="Build">0</VersionInfo>
89 <VersionInfo Name="Debug">False</VersionInfo>
90 <VersionInfo Name="PreRelease">False</VersionInfo>
91 <VersionInfo Name="Special">False</VersionInfo>
92 <VersionInfo Name="Private">False</VersionInfo>
93 <VersionInfo Name="DLL">False</VersionInfo>
94 <VersionInfo Name="Locale">1031</VersionInfo>
95 <VersionInfo Name="CodePage">1252</VersionInfo>
96 </VersionInfo>
97 <VersionInfoKeys>
98 <VersionInfoKeys Name="CompanyName"/>
99 <VersionInfoKeys Name="FileDescription"/>
100 <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
101 <VersionInfoKeys Name="InternalName"/>
102 <VersionInfoKeys Name="LegalCopyright"/>
103 <VersionInfoKeys Name="LegalTrademarks"/>
104 <VersionInfoKeys Name="OriginalFilename"/>
105 <VersionInfoKeys Name="ProductName"/>
106 <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
107 <VersionInfoKeys Name="Comments"/>
108 </VersionInfoKeys>
109 </Delphi.Personality>
110 <Platforms>
111 <Platform value="Win32">True</Platform>
112 </Platforms>
113 </BorlandProject>
114 <ProjectFileVersion>12</ProjectFileVersion>
115 </ProjectExtensions>
116 </Project>