1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <ProjectGuid>{bca37a72-5b07-46cf-b44e-89f8e06451a2}</ProjectGuid>
|
---|
5 | <Config Condition="'$(Config)'==''">Release</Config>
|
---|
6 | </PropertyGroup>
|
---|
7 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
---|
8 | <Base>true</Base>
|
---|
9 | </PropertyGroup>
|
---|
10 | <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
|
---|
11 | <Base>true</Base>
|
---|
12 | <Cfg_1>true</Cfg_1>
|
---|
13 | <CfgParent>Base</CfgParent>
|
---|
14 | </PropertyGroup>
|
---|
15 | <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
---|
16 | <Base>true</Base>
|
---|
17 | <Cfg_2>true</Cfg_2>
|
---|
18 | <CfgParent>Base</CfgParent>
|
---|
19 | </PropertyGroup>
|
---|
20 | <PropertyGroup Condition="'$(Base)'!=''">
|
---|
21 | <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
|
---|
22 | <OutputExt>lib</OutputExt>
|
---|
23 | <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
|
---|
24 | <Defines>NO_STRICT</Defines>
|
---|
25 | <DynamicRTL>true</DynamicRTL>
|
---|
26 | <UsePackages>true</UsePackages>
|
---|
27 | <ProjectType>CppStaticLibrary</ProjectType>
|
---|
28 | <BCC_CPPCompileAlways>true</BCC_CPPCompileAlways>
|
---|
29 | <PackageImports>rtl.bpi;vcl.bpi;bcbie.bpi;vclx.bpi;vclactnband.bpi;xmlrtl.bpi;bcbsmp.bpi;dbrtl.bpi;vcldb.bpi;bdertl.bpi;vcldbx.bpi;dsnap.bpi;dsnapcon.bpi;vclib.bpi;ibxpress.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;DbxCommonDriver.bpi;websnap.bpi;vclie.bpi;webdsnap.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;Rave75VCL.bpi;teeUI.bpi;tee.bpi;teedb.bpi;IndyCore.bpi;IndySystem.bpi;IndyProtocols.bpi;IntrawebDB_90_100.bpi;Intraweb_90_100.bpi;dclZipForged11.bpi;vclZipForged11.bpi;GR32_BDS2006.bpi;GR32_DSGN_BDS2006.bpi;Jcl.bpi;JclVcl.bpi;JvCoreD11R.bpi;JvSystemD11R.bpi;JvStdCtrlsD11R.bpi;JvAppFrmD11R.bpi;JvBandsD11R.bpi;JvDBD11R.bpi;JvDlgsD11R.bpi;JvBDED11R.bpi;JvCmpD11R.bpi;JvCryptD11R.bpi;JvCtrlsD11R.bpi;JvCustomD11R.bpi;JvDockingD11R.bpi;JvDotNetCtrlsD11R.bpi;JvEDID11R.bpi;JvGlobusD11R.bpi;JvHMID11R.bpi;JvInterpreterD11R.bpi;JvJansD11R.bpi;JvManagedThreadsD11R.bpi;JvMMD11R.bpi;JvNetD11R.bpi;JvPageCompsD11R.bpi;JvPluginD11R.bpi;JvPrintPreviewD11R.bpi;JvRuntimeDesignD11R.bpi;JvTimeFrameworkD11R.bpi;JvValidatorsD11R.bpi;JvWizardD11R.bpi;JvXPCtrlsD11R.bpi;VclSmp.bpi;CExceptionExpert11.bpi</PackageImports>
|
---|
30 | <BCC_wpar>false</BCC_wpar>
|
---|
31 | <IncludePath>$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..</IncludePath>
|
---|
32 | <AllPackageLibs>rtl.lib;vcl.lib</AllPackageLibs>
|
---|
33 | <TLIB_PageSize>32</TLIB_PageSize>
|
---|
34 | <ILINK_LibraryPath>$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk</ILINK_LibraryPath>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup Condition="'$(Cfg_1)'!=''">
|
---|
37 | <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
|
---|
38 | <DCC_Optimize>false</DCC_Optimize>
|
---|
39 | <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
---|
40 | <Defines>_DEBUG;$(Defines)</Defines>
|
---|
41 | <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
|
---|
42 | <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
|
---|
43 | <ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
|
---|
44 | <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
|
---|
45 | <DCC_Define>DEBUG</DCC_Define>
|
---|
46 | <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
|
---|
47 | <IntermediateOutputDir>Debug</IntermediateOutputDir>
|
---|
48 | <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
|
---|
49 | <BCC_StackFrames>true</BCC_StackFrames>
|
---|
50 | <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
|
---|
51 | <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
---|
52 | <TASM_Debugging>Full</TASM_Debugging>
|
---|
53 | <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
|
---|
54 | </PropertyGroup>
|
---|
55 | <PropertyGroup Condition="'$(Cfg_2)'!=''">
|
---|
56 | <Defines>NDEBUG;$(Defines)</Defines>
|
---|
57 | <IntermediateOutputDir>Release</IntermediateOutputDir>
|
---|
58 | <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
---|
59 | <TASM_Debugging>None</TASM_Debugging>
|
---|
60 | </PropertyGroup>
|
---|
61 | <ProjectExtensions>
|
---|
62 | <Borland.Personality>CPlusPlusBuilder.Personality</Borland.Personality>
|
---|
63 | <Borland.ProjectType>CppStaticLibrary</Borland.ProjectType>
|
---|
64 | <BorlandProject>
|
---|
65 | <BorlandProject><CPlusPlusBuilder.Personality><VersionInfo><VersionInfo Name="IncludeVerInfo">False</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1033</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Debugging><Debugging Name="DebugSourceDirs"></Debugging></Debugging><Parameters><Parameters Name="RunParams"></Parameters><Parameters Name="Launcher"></Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="DebugCWD"></Parameters><Parameters Name="HostApplication"></Parameters><Parameters Name="RemoteHost"></Parameters><Parameters Name="RemotePath"></Parameters><Parameters Name="RemoteParams"></Parameters><Parameters Name="RemoteLauncher"></Parameters><Parameters Name="UseRemoteLauncher">False</Parameters><Parameters Name="RemoteCWD"></Parameters><Parameters Name="RemoteDebug">False</Parameters><Parameters Name="Debug Symbols Search Path"></Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Excluded_Packages>
|
---|
66 |
|
---|
67 |
|
---|
68 | <Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
|
---|
69 | <Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
|
---|
70 | </Excluded_Packages><Linker><Linker Name="LibPrefix"></Linker><Linker Name="LibSuffix"></Linker><Linker Name="LibVersion"></Linker></Linker><ProjectProperties><ProjectProperties Name="AutoShowDeps">False</ProjectProperties><ProjectProperties Name="ManagePaths">True</ProjectProperties><ProjectProperties Name="VerifyPackages">True</ProjectProperties></ProjectProperties><HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Count">3</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Item0">$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Item1">$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Item2">$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\src;..\include</HistoryLists_hlIncludePath></HistoryLists_hlIncludePath><HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath Name="Count">1</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath Name="Item0">$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk</HistoryLists_hlILINK_LibraryPath></HistoryLists_hlILINK_LibraryPath><HistoryLists_hlDefines><HistoryLists_hlDefines Name="Count">1</HistoryLists_hlDefines><HistoryLists_hlDefines Name="Item0">NO_STRICT</HistoryLists_hlDefines></HistoryLists_hlDefines><HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize Name="Count">1</HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize Name="Item0">32</HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize Name="Item1">16</HistoryLists_hlTLIB_PageSize></HistoryLists_hlTLIB_PageSize></CPlusPlusBuilder.Personality></BorlandProject></BorlandProject>
|
---|
71 | </ProjectExtensions>
|
---|
72 | <Import Project="$(MSBuildBinPath)\Borland.Cpp.Targets" />
|
---|
73 | <ItemGroup>
|
---|
74 | <None Include="..\include\gtest\gtest-death-test.h">
|
---|
75 | <BuildOrder>3</BuildOrder>
|
---|
76 | </None>
|
---|
77 | <None Include="..\include\gtest\gtest-message.h">
|
---|
78 | <BuildOrder>4</BuildOrder>
|
---|
79 | </None>
|
---|
80 | <None Include="..\include\gtest\gtest-param-test.h">
|
---|
81 | <BuildOrder>5</BuildOrder>
|
---|
82 | </None>
|
---|
83 | <None Include="..\include\gtest\gtest-spi.h">
|
---|
84 | <BuildOrder>6</BuildOrder>
|
---|
85 | </None>
|
---|
86 | <None Include="..\include\gtest\gtest-test-part.h">
|
---|
87 | <BuildOrder>7</BuildOrder>
|
---|
88 | </None>
|
---|
89 | <None Include="..\include\gtest\gtest-typed-test.h">
|
---|
90 | <BuildOrder>8</BuildOrder>
|
---|
91 | </None>
|
---|
92 | <None Include="..\include\gtest\gtest.h">
|
---|
93 | <BuildOrder>0</BuildOrder>
|
---|
94 | </None>
|
---|
95 | <None Include="..\include\gtest\gtest_pred_impl.h">
|
---|
96 | <BuildOrder>1</BuildOrder>
|
---|
97 | </None>
|
---|
98 | <None Include="..\include\gtest\gtest_prod.h">
|
---|
99 | <BuildOrder>2</BuildOrder>
|
---|
100 | </None>
|
---|
101 | <None Include="..\include\gtest\internal\gtest-death-test-internal.h">
|
---|
102 | <BuildOrder>9</BuildOrder>
|
---|
103 | </None>
|
---|
104 | <None Include="..\include\gtest\internal\gtest-filepath.h">
|
---|
105 | <BuildOrder>10</BuildOrder>
|
---|
106 | </None>
|
---|
107 | <None Include="..\include\gtest\internal\gtest-internal.h">
|
---|
108 | <BuildOrder>11</BuildOrder>
|
---|
109 | </None>
|
---|
110 | <None Include="..\include\gtest\internal\gtest-linked_ptr.h">
|
---|
111 | <BuildOrder>12</BuildOrder>
|
---|
112 | </None>
|
---|
113 | <None Include="..\include\gtest\internal\gtest-param-util-generated.h">
|
---|
114 | <BuildOrder>14</BuildOrder>
|
---|
115 | </None>
|
---|
116 | <None Include="..\include\gtest\internal\gtest-param-util.h">
|
---|
117 | <BuildOrder>13</BuildOrder>
|
---|
118 | </None>
|
---|
119 | <None Include="..\include\gtest\internal\gtest-port.h">
|
---|
120 | <BuildOrder>15</BuildOrder>
|
---|
121 | </None>
|
---|
122 | <None Include="..\include\gtest\internal\gtest-string.h">
|
---|
123 | <BuildOrder>16</BuildOrder>
|
---|
124 | </None>
|
---|
125 | <None Include="..\include\gtest\internal\gtest-type-util.h">
|
---|
126 | <BuildOrder>17</BuildOrder>
|
---|
127 | </None>
|
---|
128 | <CppCompile Include="gtest_all.cc">
|
---|
129 | <BuildOrder>18</BuildOrder>
|
---|
130 | </CppCompile>
|
---|
131 | <BuildConfiguration Include="Debug">
|
---|
132 | <Key>Cfg_1</Key>
|
---|
133 | </BuildConfiguration>
|
---|
134 | <BuildConfiguration Include="Release">
|
---|
135 | <Key>Cfg_2</Key>
|
---|
136 | </BuildConfiguration>
|
---|
137 | </ItemGroup>
|
---|
138 | </Project>
|
---|