source: cprs/trunk/BDK50/BDK32_P50/Source/XWB_D2007.dproj@ 1678

Last change on this file since 1678 was 1678, checked in by healthsevak, 9 years ago

Added this new version of Broker component libraries while updating the working copy to CPRS version 28

File size: 5.0 KB
Line 
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{85b88e6f-2840-422a-9434-d9b47d36ac9b}</ProjectGuid>
4 <MainSource>XWB_D2007.dpk</MainSource>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
8 <DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\XWB_D2007.bpl</DCC_DependencyCheckOutputName>
9 </PropertyGroup>
10 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
11 <Version>7.0</Version>
12 <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime>
13 <DCC_DebugInformation>False</DCC_DebugInformation>
14 <DCC_WriteableConstants>True</DCC_WriteableConstants>
15 <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
16 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
17 <DCC_Define>RELEASE;RELEASE</DCC_Define>
18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <Version>7.0</Version>
21 <DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime>
22 <DCC_DebugInformation>False</DCC_DebugInformation>
23 <DCC_WriteableConstants>True</DCC_WriteableConstants>
24 <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
25 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
26 <DCC_Define>RELEASE</DCC_Define>
27 <DCC_DcuOutput>..\D2007</DCC_DcuOutput>
28 <DCC_ObjOutput>..\D2007</DCC_ObjOutput>
29 <DCC_HppOutput>..\D2007</DCC_HppOutput>
30 </PropertyGroup>
31 <ProjectExtensions>
32 <Borland.Personality>Delphi.Personality</Borland.Personality>
33 <Borland.ProjectType>Package</Borland.ProjectType>
34 <BorlandProject>
35<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">VistA RPC Broker</Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">True</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">1</VersionInfo><VersionInfo Name="Release">50</VersionInfo><VersionInfo Name="Build">1</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">Dept of Veterans Affairs, VHA, OI, SD&amp;D</VersionInfoKeys><VersionInfoKeys Name="FileDescription">TRPCBroker Component</VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.1.50.1</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName">TRPCBroker</VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.1.50</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
36
37
38
39
40
41
42
43
44 <Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
45 <Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
46 <Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
47 <Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
48 </Excluded_Packages><Source><Source Name="MainSource">XWB_D2007.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
49 </ProjectExtensions>
50 <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
51 <ItemGroup>
52 <DelphiCompile Include="XWB_D2007.dpk">
53 <MainSource>MainSource</MainSource>
54 </DelphiCompile>
55 <DCCReference Include="designide.dcp" />
56 <DCCReference Include="RpcbEdtr.pas">
57 <Form>in 'Rpcbedtr.pas'</Form>
58 </DCCReference>
59 <DCCReference Include="vcl.dcp" />
60 <DCCReference Include="XWBReg.pas">
61 <Form>in 'XWBReg.pas'</Form>
62 </DCCReference>
63 <DCCReference Include="XWB_D2007.dcr" />
64 <DCCReference Include="XWB_D2007.dcr" />
65 <DCCReference Include="XWB_R2007.dcp" />
66 </ItemGroup>
67</Project>
Note: See TracBrowser for help on using the repository browser.