source: cprs/branches/HealthSevak-CPRS/CPRS-Lib/Hans SpellCheck/skaHunSpellChecker.dproj@ 1715

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

Modified the library to make it more generic from Delphi community point of view before sharing with original author/custodian of HunSpell library at sourceforge

File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <ProjectGuid>{7fe776fe-e640-4ebc-9420-e3d4dbe7674f}</ProjectGuid>
5 <MainSource>skaHunSpellChecker.dpk</MainSource>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
9 <DCC_DependencyCheckOutputName>Bin\skaHunSpellChecker.bpl</DCC_DependencyCheckOutputName>
10 </PropertyGroup>
11 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
12 <Version>7.0</Version>
13 <DCC_DebugInformation>False</DCC_DebugInformation>
14 <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
15 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
16 <DCC_Define>RELEASE</DCC_Define>
17 <DCC_DcuOutput>E:\Hans SpellCheck\dcu</DCC_DcuOutput>
18 <DCC_ObjOutput>E:\Hans SpellCheck\dcu</DCC_ObjOutput>
19 <DCC_HppOutput>E:\Hans SpellCheck\dcu</DCC_HppOutput>
20 <DCC_BplOutput>E:\Hans SpellCheck\Bin</DCC_BplOutput>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <Version>7.0</Version>
24 <DCC_DcuOutput>dcu</DCC_DcuOutput>
25 <DCC_ObjOutput>dcu</DCC_ObjOutput>
26 <DCC_HppOutput>dcu</DCC_HppOutput>
27 <DCC_BplOutput>Bin</DCC_BplOutput>
28 </PropertyGroup>
29 <ProjectExtensions>
30 <Borland.Personality>Delphi.Personality</Borland.Personality>
31 <Borland.ProjectType>Package</Borland.ProjectType>
32 <BorlandProject>
33<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">ska HunSpell wrapper component for implementing OpenSource HunSpell Checker library</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">HealthSevak</VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright">HealthSevak</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>
34
35
36
37
38
39
40
41
42
43 <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>
44 <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>
45 <Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
46 </Excluded_Packages><Source><Source Name="MainSource">skaHunSpellChecker.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
47 </ProjectExtensions>
48 <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
49 <ItemGroup>
50 <DelphiCompile Include="skaHunSpellChecker.dpk">
51 <MainSource>MainSource</MainSource>
52 </DelphiCompile>
53 <DCCReference Include="Demo\rtl.dcp" />
54 <DCCReference Include="Demo\vcl.dcp" />
55 <DCCReference Include="skaSpellCheck.pas" />
56 <DCCReference Include="uHunSpellLib.pas" />
57 </ItemGroup>
58</Project>
Note: See TracBrowser for help on using the repository browser.