source: CoolStreaming/CoolStreaming.lpk

Last change on this file was 405, checked in by chronos, 12 years ago
  • Modified: TemplateGenerics TBinarySerializer now use TListByte class instead TStreamByte.
File size: 1.9 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="CoolStreaming"/>
6 <AddToProjectUsesSection Value="True"/>
7 <Author Value="Chronos"/>
8 <CompilerOptions>
9 <Version Value="11"/>
10 <PathDelim Value="\"/>
11 <SearchPaths>
12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
13 </SearchPaths>
14 <Other>
15 <CompilerPath Value="$(CompPath)"/>
16 </Other>
17 </CompilerOptions>
18 <Description Value="Contains various streaming classes."/>
19 <License Value="GNU/GPL"/>
20 <Version Minor="1"/>
21 <Files Count="7">
22 <Item1>
23 <Filename Value="UStreamHelper.pas"/>
24 <UnitName Value="UStreamHelper"/>
25 </Item1>
26 <Item2>
27 <Filename Value="USubStream.pas"/>
28 <UnitName Value="USubStream"/>
29 </Item2>
30 <Item3>
31 <Filename Value="UVarBlockSerializer.pas"/>
32 <UnitName Value="UVarBlockSerializer"/>
33 </Item3>
34 <Item4>
35 <Filename Value="UBufferedFileStream.pas"/>
36 <UnitName Value="UBufferedFileStream"/>
37 </Item4>
38 <Item5>
39 <Filename Value="UTextFileStream.pas"/>
40 <UnitName Value="UTextFileStream"/>
41 </Item5>
42 <Item6>
43 <Filename Value="UBitStream.pas"/>
44 <UnitName Value="UBitStream"/>
45 </Item6>
46 <Item7>
47 <Filename Value="UDynNumber.pas"/>
48 <UnitName Value="UDynNumber"/>
49 </Item7>
50 </Files>
51 <Type Value="RunAndDesignTime"/>
52 <RequiredPkgs Count="2">
53 <Item1>
54 <PackageName Value="Common"/>
55 </Item1>
56 <Item2>
57 <PackageName Value="FCL"/>
58 <MinVersion Major="1" Valid="True"/>
59 </Item2>
60 </RequiredPkgs>
61 <UsageOptions>
62 <UnitPath Value="$(PkgOutDir)"/>
63 </UsageOptions>
64 <PublishOptions>
65 <Version Value="2"/>
66 </PublishOptions>
67 </Package>
68</CONFIG>
Note: See TracBrowser for help on using the repository browser.