1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <CONFIG>
|
---|
3 | <Package Version="5">
|
---|
4 | <PathDelim Value="\"/>
|
---|
5 | <Name Value="CoolStreaming"/>
|
---|
6 | <Type Value="RunAndDesignTime"/>
|
---|
7 | <AddToProjectUsesSection Value="True"/>
|
---|
8 | <Author Value="Chronos"/>
|
---|
9 | <CompilerOptions>
|
---|
10 | <Version Value="11"/>
|
---|
11 | <PathDelim Value="\"/>
|
---|
12 | <SearchPaths>
|
---|
13 | <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
|
---|
14 | </SearchPaths>
|
---|
15 | <Parsing>
|
---|
16 | <SyntaxOptions>
|
---|
17 | <SyntaxMode Value="Delphi"/>
|
---|
18 | <CStyleOperator Value="False"/>
|
---|
19 | <AllowLabel Value="False"/>
|
---|
20 | <CPPInline Value="False"/>
|
---|
21 | </SyntaxOptions>
|
---|
22 | </Parsing>
|
---|
23 | <CodeGeneration>
|
---|
24 | <Optimizations>
|
---|
25 | <OptimizationLevel Value="0"/>
|
---|
26 | </Optimizations>
|
---|
27 | </CodeGeneration>
|
---|
28 | <Linking>
|
---|
29 | <Debugging>
|
---|
30 | <GenerateDebugInfo Value="False"/>
|
---|
31 | </Debugging>
|
---|
32 | </Linking>
|
---|
33 | <Other>
|
---|
34 | <CompilerMessages>
|
---|
35 | <IgnoredMessages idx5024="True"/>
|
---|
36 | </CompilerMessages>
|
---|
37 | </Other>
|
---|
38 | </CompilerOptions>
|
---|
39 | <Description Value="Contains various streaming classes."/>
|
---|
40 | <License Value="GNU/GPL"/>
|
---|
41 | <Version Minor="2"/>
|
---|
42 | <Files Count="7">
|
---|
43 | <Item1>
|
---|
44 | <Filename Value="StreamHelper.pas"/>
|
---|
45 | <UnitName Value="StreamHelper"/>
|
---|
46 | </Item1>
|
---|
47 | <Item2>
|
---|
48 | <Filename Value="SubStream.pas"/>
|
---|
49 | <UnitName Value="SubStream"/>
|
---|
50 | </Item2>
|
---|
51 | <Item3>
|
---|
52 | <Filename Value="VarBlockSerializer.pas"/>
|
---|
53 | <UnitName Value="VarBlockSerializer"/>
|
---|
54 | </Item3>
|
---|
55 | <Item4>
|
---|
56 | <Filename Value="BufferedFileStream.pas"/>
|
---|
57 | <UnitName Value="BufferedFileStream"/>
|
---|
58 | </Item4>
|
---|
59 | <Item5>
|
---|
60 | <Filename Value="TextFileStream.pas"/>
|
---|
61 | <UnitName Value="TextFileStream"/>
|
---|
62 | </Item5>
|
---|
63 | <Item6>
|
---|
64 | <Filename Value="BitStream.pas"/>
|
---|
65 | <UnitName Value="BitStream"/>
|
---|
66 | </Item6>
|
---|
67 | <Item7>
|
---|
68 | <Filename Value="DynNumber.pas"/>
|
---|
69 | <UnitName Value="DynNumber"/>
|
---|
70 | </Item7>
|
---|
71 | </Files>
|
---|
72 | <CompatibilityMode Value="True"/>
|
---|
73 | <i18n>
|
---|
74 | <EnableI18N Value="True"/>
|
---|
75 | <OutDir Value="Languages"/>
|
---|
76 | </i18n>
|
---|
77 | <RequiredPkgs Count="3">
|
---|
78 | <Item1>
|
---|
79 | <PackageName Value="TemplateGenerics"/>
|
---|
80 | </Item1>
|
---|
81 | <Item2>
|
---|
82 | <PackageName Value="Common"/>
|
---|
83 | </Item2>
|
---|
84 | <Item3>
|
---|
85 | <PackageName Value="FCL"/>
|
---|
86 | <MinVersion Major="1" Valid="True"/>
|
---|
87 | </Item3>
|
---|
88 | </RequiredPkgs>
|
---|
89 | <UsageOptions>
|
---|
90 | <UnitPath Value="$(PkgOutDir)"/>
|
---|
91 | </UsageOptions>
|
---|
92 | <PublishOptions>
|
---|
93 | <Version Value="2"/>
|
---|
94 | </PublishOptions>
|
---|
95 | </Package>
|
---|
96 | </CONFIG>
|
---|