1 |
tony |
56 |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 |
|
|
<PropertyGroup> |
3 |
|
|
<ProjectGuid>{1A50DECD-67A2-4850-A86C-83DADB36F5BD}</ProjectGuid> |
4 |
|
|
<MainSource>fbintf.dpk</MainSource> |
5 |
tony |
315 |
<ProjectVersion>18.1</ProjectVersion> |
6 |
tony |
56 |
<Config Condition="'$(Config)'==''">Debug</Config> |
7 |
|
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
8 |
tony |
315 |
<FrameworkType>None</FrameworkType> |
9 |
|
|
<Base>True</Base> |
10 |
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 |
|
|
<TargetedPlatforms>1</TargetedPlatforms> |
12 |
|
|
<AppType>Package</AppType> |
13 |
tony |
56 |
</PropertyGroup> |
14 |
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
15 |
|
|
<Base>true</Base> |
16 |
|
|
</PropertyGroup> |
17 |
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
18 |
|
|
<Cfg_1>true</Cfg_1> |
19 |
|
|
<CfgParent>Base</CfgParent> |
20 |
|
|
<Base>true</Base> |
21 |
|
|
</PropertyGroup> |
22 |
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> |
23 |
|
|
<Cfg_2>true</Cfg_2> |
24 |
|
|
<CfgParent>Base</CfgParent> |
25 |
|
|
<Base>true</Base> |
26 |
|
|
</PropertyGroup> |
27 |
|
|
<PropertyGroup Condition="'$(Base)'!=''"> |
28 |
tony |
315 |
<VerInfo_MinorVer>1</VerInfo_MinorVer> |
29 |
|
|
<SanitizedProjectName>fbintf</SanitizedProjectName> |
30 |
|
|
<VerInfo_Keys>CompanyName=MWA Software;FileDescription=;FileVersion=1.1.5.11664;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Firebird Pascal Client API;ProductVersion=1.1.5.11664;Comments=</VerInfo_Keys> |
31 |
|
|
<VerInfo_Release>5</VerInfo_Release> |
32 |
|
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace> |
33 |
|
|
<VerInfo_Build>11664</VerInfo_Build> |
34 |
|
|
<VerInfo_Locale>2057</VerInfo_Locale> |
35 |
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
36 |
tony |
56 |
<DCC_RangeChecking>true</DCC_RangeChecking> |
37 |
|
|
<DesignOnlyPackage>false</DesignOnlyPackage> |
38 |
|
|
<DCC_BplOutput>.</DCC_BplOutput> |
39 |
|
|
<DCC_DcpOutput>.</DCC_DcpOutput> |
40 |
|
|
<DCC_ImageBase>00400000</DCC_ImageBase> |
41 |
|
|
<GenPackage>true</GenPackage> |
42 |
|
|
<DCC_DependencyCheckOutputName>fbintf.bpl</DCC_DependencyCheckOutputName> |
43 |
|
|
<DCC_Platform>x86</DCC_Platform> |
44 |
|
|
<DCC_E>false</DCC_E> |
45 |
|
|
<DCC_S>false</DCC_S> |
46 |
|
|
<GenDll>true</GenDll> |
47 |
|
|
<DCC_N>false</DCC_N> |
48 |
|
|
<DCC_F>false</DCC_F> |
49 |
|
|
<DCC_K>false</DCC_K> |
50 |
|
|
</PropertyGroup> |
51 |
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''"> |
52 |
|
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
53 |
|
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
54 |
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
55 |
tony |
315 |
<DCC_DebugInformation>0</DCC_DebugInformation> |
56 |
tony |
56 |
</PropertyGroup> |
57 |
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''"> |
58 |
|
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
59 |
|
|
</PropertyGroup> |
60 |
|
|
<ItemGroup> |
61 |
|
|
<DelphiCompile Include="fbintf.dpk"> |
62 |
|
|
<MainSource>MainSource</MainSource> |
63 |
|
|
</DelphiCompile> |
64 |
|
|
<DCCReference Include="rtl.dcp"/> |
65 |
|
|
<DCCReference Include="dbrtl.dcp"/> |
66 |
|
|
<DCCReference Include="IBUtils.pas"/> |
67 |
|
|
<DCCReference Include="IB.pas"/> |
68 |
|
|
<DCCReference Include="IBErrorCodes.pas"/> |
69 |
|
|
<DCCReference Include="IBExternals.pas"/> |
70 |
|
|
<DCCReference Include="client\FBTransaction.pas"/> |
71 |
|
|
<DCCReference Include="client\FBActivityMonitor.pas"/> |
72 |
|
|
<DCCReference Include="client\FBArray.pas"/> |
73 |
|
|
<DCCReference Include="client\FBAttachment.pas"/> |
74 |
|
|
<DCCReference Include="client\FBBlob.pas"/> |
75 |
|
|
<DCCReference Include="client\FBClientAPI.pas"/> |
76 |
|
|
<DCCReference Include="client\FBEvents.pas"/> |
77 |
|
|
<DCCReference Include="client\FBOutputBlock.pas"/> |
78 |
|
|
<DCCReference Include="client\FBParamBlock.pas"/> |
79 |
|
|
<DCCReference Include="client\FBServices.pas"/> |
80 |
|
|
<DCCReference Include="client\FBSQLData.pas"/> |
81 |
|
|
<DCCReference Include="client\FBStatement.pas"/> |
82 |
|
|
<DCCReference Include="client\2.5\IBHeader.pas"/> |
83 |
|
|
<DCCReference Include="client\2.5\FB25Array.pas"/> |
84 |
|
|
<DCCReference Include="client\2.5\FB25Attachment.pas"/> |
85 |
|
|
<DCCReference Include="client\2.5\FB25Blob.pas"/> |
86 |
|
|
<DCCReference Include="client\2.5\FB25ClientAPI.pas"/> |
87 |
|
|
<DCCReference Include="client\2.5\FB25Events.pas"/> |
88 |
|
|
<DCCReference Include="client\2.5\FB25Services.pas"/> |
89 |
|
|
<DCCReference Include="client\2.5\FB25Statement.pas"/> |
90 |
|
|
<DCCReference Include="client\2.5\FB25Transaction.pas"/> |
91 |
|
|
<DCCReference Include="client\3.0\FB30Transaction.pas"/> |
92 |
|
|
<DCCReference Include="client\3.0\FB30Array.pas"/> |
93 |
|
|
<DCCReference Include="client\3.0\FB30Attachment.pas"/> |
94 |
|
|
<DCCReference Include="client\3.0\FB30Blob.pas"/> |
95 |
|
|
<DCCReference Include="client\3.0\FB30ClientAPI.pas"/> |
96 |
|
|
<DCCReference Include="client\3.0\FB30Events.pas"/> |
97 |
|
|
<DCCReference Include="client\3.0\FB30Services.pas"/> |
98 |
|
|
<DCCReference Include="client\3.0\FB30Statement.pas"/> |
99 |
|
|
<DCCReference Include="client\3.0\firebird\Firebird.pas"/> |
100 |
tony |
315 |
<DCCReference Include="client\FBMessages.pas"/> |
101 |
|
|
<DCCReference Include="client\3.0\FB30TimeZoneServices.pas"/> |
102 |
|
|
<DCCReference Include="FBClientLib.pas"/> |
103 |
tony |
56 |
<BuildConfiguration Include="Base"> |
104 |
|
|
<Key>Base</Key> |
105 |
|
|
</BuildConfiguration> |
106 |
|
|
<BuildConfiguration Include="Debug"> |
107 |
|
|
<Key>Cfg_2</Key> |
108 |
|
|
<CfgParent>Base</CfgParent> |
109 |
|
|
</BuildConfiguration> |
110 |
|
|
<BuildConfiguration Include="Release"> |
111 |
|
|
<Key>Cfg_1</Key> |
112 |
|
|
<CfgParent>Base</CfgParent> |
113 |
|
|
</BuildConfiguration> |
114 |
|
|
</ItemGroup> |
115 |
|
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
116 |
|
|
<ProjectExtensions> |
117 |
|
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality> |
118 |
|
|
<Borland.ProjectType>Package</Borland.ProjectType> |
119 |
|
|
<BorlandProject> |
120 |
|
|
<Delphi.Personality> |
121 |
|
|
<Source> |
122 |
|
|
<Source Name="MainSource">fbintf.dpk</Source> |
123 |
|
|
</Source> |
124 |
|
|
<Parameters> |
125 |
|
|
<Parameters Name="UseLauncher">False</Parameters> |
126 |
|
|
<Parameters Name="LoadAllSymbols">True</Parameters> |
127 |
|
|
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters> |
128 |
|
|
</Parameters> |
129 |
|
|
<VersionInfo> |
130 |
|
|
<VersionInfo Name="IncludeVerInfo">True</VersionInfo> |
131 |
|
|
<VersionInfo Name="AutoIncBuild">False</VersionInfo> |
132 |
|
|
<VersionInfo Name="MajorVer">1</VersionInfo> |
133 |
tony |
345 |
<VersionInfo Name="MinorVer">3</VersionInfo> |
134 |
tony |
363 |
<VersionInfo Name="Release">2</VersionInfo> |
135 |
|
|
<VersionInfo Name="Build">12889</VersionInfo> |
136 |
tony |
56 |
<VersionInfo Name="Debug">False</VersionInfo> |
137 |
|
|
<VersionInfo Name="PreRelease">False</VersionInfo> |
138 |
|
|
<VersionInfo Name="Special">False</VersionInfo> |
139 |
|
|
<VersionInfo Name="Private">False</VersionInfo> |
140 |
|
|
<VersionInfo Name="DLL">False</VersionInfo> |
141 |
|
|
<VersionInfo Name="Locale">2057</VersionInfo> |
142 |
|
|
<VersionInfo Name="CodePage">1252</VersionInfo> |
143 |
|
|
</VersionInfo> |
144 |
|
|
<VersionInfoKeys> |
145 |
|
|
<VersionInfoKeys Name="CompanyName">MWA Software</VersionInfoKeys> |
146 |
|
|
<VersionInfoKeys Name="FileDescription"/> |
147 |
tony |
363 |
<VersionInfoKeys Name="FileVersion">1.3.2.12889</VersionInfoKeys> |
148 |
tony |
56 |
<VersionInfoKeys Name="InternalName"/> |
149 |
|
|
<VersionInfoKeys Name="LegalCopyright"/> |
150 |
|
|
<VersionInfoKeys Name="LegalTrademarks"/> |
151 |
|
|
<VersionInfoKeys Name="OriginalFilename"/> |
152 |
|
|
<VersionInfoKeys Name="ProductName">Firebird Pascal Client API</VersionInfoKeys> |
153 |
tony |
363 |
<VersionInfoKeys Name="ProductVersion">1.3.2.12889</VersionInfoKeys> |
154 |
tony |
56 |
<VersionInfoKeys Name="Comments"/> |
155 |
|
|
</VersionInfoKeys> |
156 |
|
|
</Delphi.Personality> |
157 |
tony |
315 |
<Platforms> |
158 |
|
|
<Platform value="Win32">True</Platform> |
159 |
|
|
</Platforms> |
160 |
tony |
56 |
</BorlandProject> |
161 |
|
|
<ProjectFileVersion>12</ProjectFileVersion> |
162 |
|
|
</ProjectExtensions> |
163 |
|
|
</Project> |