source: cprs/trunk/CPRS-Lib/MenuBarPackage.dproj@ 1708

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

Added this new package for systematic environment configuration by developers. Earlier, though the component pascal file was lying in library folder but it would have been difficult for new developer to install the component without package.

File size: 4.0 KB
Line 
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{e62904cd-327d-4055-b42a-e32d9813d91f}</ProjectGuid>
4 <MainSource>MenuBarPackage.dpk</MainSource>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
8 <DCC_DependencyCheckOutputName>..\Packages\MenuBarPackage.bpl</DCC_DependencyCheckOutputName>
9 </PropertyGroup>
10 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
11 <Version>7.0</Version>
12 <DCC_DebugInformation>False</DCC_DebugInformation>
13 <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
14 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
15 <DCC_Define>RELEASE</DCC_Define>
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <Version>7.0</Version>
19 <DCC_BplOutput>..\Packages</DCC_BplOutput>
20 </PropertyGroup>
21 <ProjectExtensions>
22 <Borland.Personality>Delphi.Personality</Borland.Personality>
23 <Borland.ProjectType>Package</Borland.ProjectType>
24 <BorlandProject>
25<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="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options> <Package_Options Name="PackageDescription">MenuBar</Package_Options>
26 </Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</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><Excluded_Packages>
27
28
29
30
31
32
33
34
35
36
37
38
39 <Excluded_Packages Name="C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\XWB_R2007.bpl">VistA RPC Broker Runtime Package</Excluded_Packages>
40 <Excluded_Packages Name="E:\WVEHR\branches\HealthSevak-CPRS\BDK50\Packages\XWB_D2007.bpl">File E:\WVEHR\branches\HealthSevak-CPRS\BDK50\Packages\XWB_D2007.bpl not found</Excluded_Packages>
41 <Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
42 </Excluded_Packages><Source><Source Name="MainSource">MenuBarPackage.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
43 </ProjectExtensions>
44 <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
45 <ItemGroup>
46 <DelphiCompile Include="MenuBarPackage.dpk">
47 <MainSource>MainSource</MainSource>
48 </DelphiCompile>
49 <DCCReference Include="MenuBar.pas" />
50 <DCCReference Include="rtl.dcp" />
51 <DCCReference Include="vcl.dcp" />
52 </ItemGroup>
53</Project>
Note: See TracBrowser for help on using the repository browser.