source: cprs/trunk/CPRS-Lib/ORCtrlLib2006.dproj@ 1683

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

Added these while updating the working copy to CPRS version 28

File size: 4.4 KB
Line 
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{da052835-cc1a-47fb-aa80-83418bab640b}</ProjectGuid>
4 <MainSource>ORCtrlLib2006.dpk</MainSource>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
8 <DCC_DependencyCheckOutputName>C:\Vista\cprs\main\CPRS-Lib\dcu\ORCtrlLib2006.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_WriteableConstants>True</DCC_WriteableConstants>
14 <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
15 <DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
16 <DCC_RangeChecking>True</DCC_RangeChecking>
17 <DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
18 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
19 <DCC_BplOutput>C:\Vista\cprs\main\CPRS-Lib\dcu</DCC_BplOutput>
20 <DCC_Define>RELEASE</DCC_Define>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <Version>7.0</Version>
24 <DCC_DebugInformation>False</DCC_DebugInformation>
25 <DCC_WriteableConstants>True</DCC_WriteableConstants>
26 <DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
27 <DCC_RangeChecking>True</DCC_RangeChecking>
28 <DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
29 <DCC_BplOutput>C:\Vista\cprs\main\CPRS-Lib\dcu</DCC_BplOutput>
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">CPRS Custom Controls</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">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><Source><Source Name="MainSource">ORCtrlLib2006.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
36 </ProjectExtensions>
37 <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
38 <ItemGroup>
39 <DelphiCompile Include="ORCtrlLib2006.dpk">
40 <MainSource>MainSource</MainSource>
41 </DelphiCompile>
42 <DCCReference Include="..\BDK50\BDK32_P50\Source\designide.dcp" />
43 <DCCReference Include="..\BDK50\BDK32_P50\Source\rtl.dcp" />
44 <DCCReference Include="..\BDK50\BDK32_P50\Source\VAShared2006.dcp" />
45 <DCCReference Include="..\BDK50\BDK32_P50\Source\vcl.dcp" />
46 <DCCReference Include="..\BDK50\BDK32_P50\Source\vclx.dcp" />
47 <DCCReference Include="ORCtrls.pas" />
48 <DCCReference Include="ORCtrlsDsgn.dcr" />
49 <DCCReference Include="ORCtrlsDsgn.dcr" />
50 <DCCReference Include="ORCtrlsDsgn.pas" />
51 </ItemGroup>
52</Project>
Note: See TracBrowser for help on using the repository browser.