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

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

Committing the files for first time to this new branch

File size: 4.4 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
44
45
46
47
48
49
50 <Excluded_Packages Name="E:\Hans SpellCheck\Bin\skaHunSpellChecker.bpl">File E:\Hans SpellCheck\Bin\skaHunSpellChecker.bpl not found</Excluded_Packages>
51 <Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
52 </Excluded_Packages><Source><Source Name="MainSource">skaHunSpellChecker.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
53 </ProjectExtensions>
54 <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
55 <ItemGroup>
56 <DelphiCompile Include="skaHunSpellChecker.dpk">
57 <MainSource>MainSource</MainSource>
58 </DelphiCompile>
59 <DCCReference Include="rtl.dcp" />
60 <DCCReference Include="skaSpellCheck.pas" />
61 <DCCReference Include="uHunSpellLib.pas" />
62 <DCCReference Include="vcl.dcp" />
63 </ItemGroup>
64</Project>
Note: See TracBrowser for help on using the repository browser.