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

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

Configured output directory with relative path instead of absolute path which was there earlier to prevent any issue during compilation/installation of the related package

File size: 4.9 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>..\..\..\Packages\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 <DCC_BplOutput>..\..\..\Packages</DCC_BplOutput>
31 </PropertyGroup>
32 <ProjectExtensions>
33 <Borland.Personality>Delphi.Personality</Borland.Personality>
34 <Borland.ProjectType>Package</Borland.ProjectType>
35 <BorlandProject>
36<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>
37
38
39
40
41 <Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
42 <Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
43 <Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
44 <Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
45 </Excluded_Packages><Source><Source Name="MainSource">XWB_D2007.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
46 </ProjectExtensions>
47 <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
48 <ItemGroup>
49 <DelphiCompile Include="XWB_D2007.dpk">
50 <MainSource>MainSource</MainSource>
51 </DelphiCompile>
52 <DCCReference Include="designide.dcp" />
53 <DCCReference Include="RpcbEdtr.pas">
54 <Form>in 'Rpcbedtr.pas'</Form>
55 </DCCReference>
56 <DCCReference Include="vcl.dcp" />
57 <DCCReference Include="XWBReg.pas">
58 <Form>in 'XWBReg.pas'</Form>
59 </DCCReference>
60 <DCCReference Include="XWB_D2007.dcr" />
61 <DCCReference Include="XWB_D2007.dcr" />
62 <DCCReference Include="XWB_R2007.dcp" />
63 </ItemGroup>
64</Project>
Note: See TracBrowser for help on using the repository browser.