1 |
< |
<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 |
< |
<ProjectVersion>18.1</ProjectVersion> |
6 |
< |
<Config Condition="'$(Config)'==''">Debug</Config> |
7 |
< |
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
8 |
< |
<FrameworkType>None</FrameworkType> |
9 |
< |
<Base>True</Base> |
10 |
< |
<Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 |
< |
<TargetedPlatforms>1</TargetedPlatforms> |
12 |
< |
<AppType>Package</AppType> |
13 |
< |
</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 |
< |
<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 |
< |
<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 |
< |
<DCC_DebugInformation>0</DCC_DebugInformation> |
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 |
< |
<DCCReference Include="client\FBMessages.pas"/> |
101 |
< |
<DCCReference Include="client\3.0\FB30TimeZoneServices.pas"/> |
102 |
< |
<DCCReference Include="FBClientLib.pas"/> |
103 |
< |
<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 Name="RunParams">-t 1 -X</Parameters> |
129 |
< |
<Parameters Name="HostApplication">testsuite</Parameters> |
130 |
< |
</Parameters> |
131 |
< |
<VersionInfo> |
132 |
< |
<VersionInfo Name="IncludeVerInfo">True</VersionInfo> |
133 |
< |
<VersionInfo Name="AutoIncBuild">False</VersionInfo> |
134 |
< |
<VersionInfo Name="MajorVer">1</VersionInfo> |
135 |
< |
<VersionInfo Name="MinorVer">3</VersionInfo> |
136 |
< |
<VersionInfo Name="Release">2</VersionInfo> |
137 |
< |
<VersionInfo Name="Build">12798</VersionInfo> |
138 |
< |
<VersionInfo Name="Debug">False</VersionInfo> |
139 |
< |
<VersionInfo Name="PreRelease">False</VersionInfo> |
140 |
< |
<VersionInfo Name="Special">False</VersionInfo> |
141 |
< |
<VersionInfo Name="Private">False</VersionInfo> |
142 |
< |
<VersionInfo Name="DLL">False</VersionInfo> |
143 |
< |
<VersionInfo Name="Locale">2057</VersionInfo> |
144 |
< |
<VersionInfo Name="CodePage">1252</VersionInfo> |
145 |
< |
</VersionInfo> |
146 |
< |
<VersionInfoKeys> |
147 |
< |
<VersionInfoKeys Name="CompanyName">MWA Software</VersionInfoKeys> |
148 |
< |
<VersionInfoKeys Name="FileDescription"/> |
149 |
< |
<VersionInfoKeys Name="FileVersion">1.3.2.12798</VersionInfoKeys> |
150 |
< |
<VersionInfoKeys Name="InternalName"/> |
151 |
< |
<VersionInfoKeys Name="LegalCopyright"/> |
152 |
< |
<VersionInfoKeys Name="LegalTrademarks"/> |
153 |
< |
<VersionInfoKeys Name="OriginalFilename"/> |
154 |
< |
<VersionInfoKeys Name="ProductName">Firebird Pascal Client API</VersionInfoKeys> |
155 |
< |
<VersionInfoKeys Name="ProductVersion">1.3.2.12798</VersionInfoKeys> |
156 |
< |
<VersionInfoKeys Name="Comments"/> |
157 |
< |
</VersionInfoKeys> |
158 |
< |
</Delphi.Personality> |
159 |
< |
<Platforms> |
160 |
< |
<Platform value="Win32">True</Platform> |
161 |
< |
</Platforms> |
162 |
< |
</BorlandProject> |
163 |
< |
<ProjectFileVersion>12</ProjectFileVersion> |
164 |
< |
</ProjectExtensions> |
165 |
< |
</Project> |
1 |
> |
<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 |
> |
<ProjectVersion>18.1</ProjectVersion> |
6 |
> |
<Config Condition="'$(Config)'==''">Debug</Config> |
7 |
> |
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
8 |
> |
<FrameworkType>None</FrameworkType> |
9 |
> |
<Base>True</Base> |
10 |
> |
<Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 |
> |
<TargetedPlatforms>1</TargetedPlatforms> |
12 |
> |
<AppType>Package</AppType> |
13 |
> |
</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="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
28 |
> |
<Cfg_2_Win32>true</Cfg_2_Win32> |
29 |
> |
<CfgParent>Cfg_2</CfgParent> |
30 |
> |
<Cfg_2>true</Cfg_2> |
31 |
> |
<Base>true</Base> |
32 |
> |
</PropertyGroup> |
33 |
> |
<PropertyGroup Condition="'$(Base)'!=''"> |
34 |
> |
<VerInfo_MinorVer>1</VerInfo_MinorVer> |
35 |
> |
<SanitizedProjectName>fbintf</SanitizedProjectName> |
36 |
> |
<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> |
37 |
> |
<VerInfo_Release>5</VerInfo_Release> |
38 |
> |
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace> |
39 |
> |
<VerInfo_Build>11664</VerInfo_Build> |
40 |
> |
<VerInfo_Locale>2057</VerInfo_Locale> |
41 |
> |
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
42 |
> |
<DCC_RangeChecking>true</DCC_RangeChecking> |
43 |
> |
<DCC_BplOutput>.</DCC_BplOutput> |
44 |
> |
<DCC_DcpOutput>.</DCC_DcpOutput> |
45 |
> |
<DCC_ImageBase>00400000</DCC_ImageBase> |
46 |
> |
<GenPackage>true</GenPackage> |
47 |
> |
<DCC_DependencyCheckOutputName>fbintf.bpl</DCC_DependencyCheckOutputName> |
48 |
> |
<DCC_Platform>x86</DCC_Platform> |
49 |
> |
<DCC_E>false</DCC_E> |
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_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
58 |
> |
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
59 |
> |
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
60 |
> |
<DCC_DebugInformation>0</DCC_DebugInformation> |
61 |
> |
</PropertyGroup> |
62 |
> |
<PropertyGroup Condition="'$(Cfg_2)'!=''"> |
63 |
> |
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
64 |
> |
</PropertyGroup> |
65 |
> |
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
66 |
> |
<DCC_BplOutput>.\$(Platform)\$(Config)</DCC_BplOutput> |
67 |
> |
<DCC_DcpOutput>.\$(Platform)\$(Config)</DCC_DcpOutput> |
68 |
> |
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput> |
69 |
> |
<Debugger_RunParams>-X -t 12</Debugger_RunParams> |
70 |
> |
<Debugger_HostApplication>C:\Users\A User\projects\fbintf\testsuite\testsuite.exe</Debugger_HostApplication> |
71 |
> |
</PropertyGroup> |
72 |
> |
<ItemGroup> |
73 |
> |
<DelphiCompile Include="$(MainSource)"> |
74 |
> |
<MainSource>MainSource</MainSource> |
75 |
> |
</DelphiCompile> |
76 |
> |
<DCCReference Include="rtl.dcp"/> |
77 |
> |
<DCCReference Include="dbrtl.dcp"/> |
78 |
> |
<DCCReference Include="client\IBUtils.pas"/> |
79 |
> |
<DCCReference Include="client\IB.pas"/> |
80 |
> |
<DCCReference Include="client\IBErrorCodes.pas"/> |
81 |
> |
<DCCReference Include="client\IBExternals.pas"/> |
82 |
> |
<DCCReference Include="client\FBTransaction.pas"/> |
83 |
> |
<DCCReference Include="client\FBActivityMonitor.pas"/> |
84 |
> |
<DCCReference Include="client\FBArray.pas"/> |
85 |
> |
<DCCReference Include="client\FBAttachment.pas"/> |
86 |
> |
<DCCReference Include="client\FBBlob.pas"/> |
87 |
> |
<DCCReference Include="client\FBClientAPI.pas"/> |
88 |
> |
<DCCReference Include="client\FBEvents.pas"/> |
89 |
> |
<DCCReference Include="client\FBOutputBlock.pas"/> |
90 |
> |
<DCCReference Include="client\FBParamBlock.pas"/> |
91 |
> |
<DCCReference Include="client\FBServices.pas"/> |
92 |
> |
<DCCReference Include="client\FBSQLData.pas"/> |
93 |
> |
<DCCReference Include="client\FBStatement.pas"/> |
94 |
> |
<DCCReference Include="client\IBHeader.pas"/> |
95 |
> |
<DCCReference Include="client\2.5\FB25Array.pas"/> |
96 |
> |
<DCCReference Include="client\2.5\FB25Attachment.pas"/> |
97 |
> |
<DCCReference Include="client\2.5\FB25Blob.pas"/> |
98 |
> |
<DCCReference Include="client\2.5\FB25ClientAPI.pas"/> |
99 |
> |
<DCCReference Include="client\2.5\FB25Events.pas"/> |
100 |
> |
<DCCReference Include="client\2.5\FB25Services.pas"/> |
101 |
> |
<DCCReference Include="client\2.5\FB25Statement.pas"/> |
102 |
> |
<DCCReference Include="client\2.5\FB25Transaction.pas"/> |
103 |
> |
<DCCReference Include="client\3.0\FB30Transaction.pas"/> |
104 |
> |
<DCCReference Include="client\3.0\FB30Array.pas"/> |
105 |
> |
<DCCReference Include="client\3.0\FB30Attachment.pas"/> |
106 |
> |
<DCCReference Include="client\3.0\FB30Blob.pas"/> |
107 |
> |
<DCCReference Include="client\3.0\FB30ClientAPI.pas"/> |
108 |
> |
<DCCReference Include="client\3.0\FB30Events.pas"/> |
109 |
> |
<DCCReference Include="client\3.0\FB30Services.pas"/> |
110 |
> |
<DCCReference Include="client\3.0\FB30Statement.pas"/> |
111 |
> |
<DCCReference Include="client\3.0\firebird\Firebird.pas"/> |
112 |
> |
<DCCReference Include="client\FBMessages.pas"/> |
113 |
> |
<DCCReference Include="client\3.0\FB30TimeZoneServices.pas"/> |
114 |
> |
<DCCReference Include="client\FBClientLib.pas"/> |
115 |
> |
<DCCReference Include="client\FBNumeric.pas"/> |
116 |
> |
<BuildConfiguration Include="Debug"> |
117 |
> |
<Key>Cfg_2</Key> |
118 |
> |
<CfgParent>Base</CfgParent> |
119 |
> |
</BuildConfiguration> |
120 |
> |
<BuildConfiguration Include="Base"> |
121 |
> |
<Key>Base</Key> |
122 |
> |
</BuildConfiguration> |
123 |
> |
<BuildConfiguration Include="Release"> |
124 |
> |
<Key>Cfg_1</Key> |
125 |
> |
<CfgParent>Base</CfgParent> |
126 |
> |
</BuildConfiguration> |
127 |
> |
</ItemGroup> |
128 |
> |
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
129 |
> |
<ProjectExtensions> |
130 |
> |
<Borland.Personality>Delphi.Personality.12</Borland.Personality> |
131 |
> |
<Borland.ProjectType>Package</Borland.ProjectType> |
132 |
> |
<BorlandProject> |
133 |
> |
<Delphi.Personality> |
134 |
> |
<Source> |
135 |
> |
<Source Name="MainSource">fbintf.dpk</Source> |
136 |
> |
</Source> |
137 |
> |
<Parameters> |
138 |
> |
<Parameters Name="UseLauncher">False</Parameters> |
139 |
> |
<Parameters Name="LoadAllSymbols">True</Parameters> |
140 |
> |
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters> |
141 |
> |
</Parameters> |
142 |
> |
<VersionInfo> |
143 |
> |
<VersionInfo Name="IncludeVerInfo">True</VersionInfo> |
144 |
> |
<VersionInfo Name="AutoIncBuild">False</VersionInfo> |
145 |
> |
<VersionInfo Name="MajorVer">1</VersionInfo> |
146 |
> |
<VersionInfo Name="MinorVer">4</VersionInfo> |
147 |
> |
<VersionInfo Name="Release">2</VersionInfo> |
148 |
> |
<VersionInfo Name="Build">14183</VersionInfo> |
149 |
> |
<VersionInfo Name="Debug">False</VersionInfo> |
150 |
> |
<VersionInfo Name="PreRelease">False</VersionInfo> |
151 |
> |
<VersionInfo Name="Special">False</VersionInfo> |
152 |
> |
<VersionInfo Name="Private">False</VersionInfo> |
153 |
> |
<VersionInfo Name="DLL">False</VersionInfo> |
154 |
> |
<VersionInfo Name="Locale">2057</VersionInfo> |
155 |
> |
<VersionInfo Name="CodePage">1252</VersionInfo> |
156 |
> |
</VersionInfo> |
157 |
> |
<VersionInfoKeys> |
158 |
> |
<VersionInfoKeys Name="CompanyName">MWA Software</VersionInfoKeys> |
159 |
> |
<VersionInfoKeys Name="FileDescription"/> |
160 |
> |
<VersionInfoKeys Name="FileVersion">1.4.2.14183</VersionInfoKeys> |
161 |
> |
<VersionInfoKeys Name="InternalName"/> |
162 |
> |
<VersionInfoKeys Name="LegalCopyright"/> |
163 |
> |
<VersionInfoKeys Name="LegalTrademarks"/> |
164 |
> |
<VersionInfoKeys Name="OriginalFilename"/> |
165 |
> |
<VersionInfoKeys Name="ProductName">Firebird Pascal Client API</VersionInfoKeys> |
166 |
> |
<VersionInfoKeys Name="ProductVersion">1.4.2.14183</VersionInfoKeys> |
167 |
> |
<VersionInfoKeys Name="Comments"/> |
168 |
> |
</VersionInfoKeys> |
169 |
> |
</Delphi.Personality> |
170 |
> |
<Platforms> |
171 |
> |
<Platform value="Win32">True</Platform> |
172 |
> |
</Platforms> |
173 |
> |
</BorlandProject> |
174 |
> |
<ProjectFileVersion>12</ProjectFileVersion> |
175 |
> |
</ProjectExtensions> |
176 |
> |
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/> |
177 |
> |
</Project> |