|
Last change
on this file was 5, checked in by chronos, 2 weeks ago |
- Modified: Load Owners from XML file with additional information about prices.
|
|
File size:
1.7 KB
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <CONFIG>
|
|---|
| 3 | <Package Version="5">
|
|---|
| 4 | <PathDelim Value="\"/>
|
|---|
| 5 | <Name Value="csvdocument_package"/>
|
|---|
| 6 | <AddToProjectUsesSection Value="True"/>
|
|---|
| 7 | <Author Value="Vladimir Zhirov"/>
|
|---|
| 8 | <CompilerOptions>
|
|---|
| 9 | <Version Value="11"/>
|
|---|
| 10 | <PathDelim Value="\"/>
|
|---|
| 11 | <SearchPaths>
|
|---|
| 12 | <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
|
|---|
| 13 | </SearchPaths>
|
|---|
| 14 | <Parsing>
|
|---|
| 15 | <SyntaxOptions>
|
|---|
| 16 | <SyntaxMode Value="Delphi"/>
|
|---|
| 17 | <CStyleOperator Value="False"/>
|
|---|
| 18 | <AllowLabel Value="False"/>
|
|---|
| 19 | <CPPInline Value="False"/>
|
|---|
| 20 | </SyntaxOptions>
|
|---|
| 21 | </Parsing>
|
|---|
| 22 | <CodeGeneration>
|
|---|
| 23 | <SmartLinkUnit Value="True"/>
|
|---|
| 24 | <Optimizations>
|
|---|
| 25 | <OptimizationLevel Value="0"/>
|
|---|
| 26 | </Optimizations>
|
|---|
| 27 | </CodeGeneration>
|
|---|
| 28 | <Linking>
|
|---|
| 29 | <Debugging>
|
|---|
| 30 | <GenerateDebugInfo Value="False"/>
|
|---|
| 31 | <UseLineInfoUnit Value="False"/>
|
|---|
| 32 | </Debugging>
|
|---|
| 33 | </Linking>
|
|---|
| 34 | </CompilerOptions>
|
|---|
| 35 | <Description Value="CsvDocument library is a unit contaning set of classes for CSV files handling."/>
|
|---|
| 36 | <License Value="Modified LGPL (same as FPC RTL and Lazarus LCL)"/>
|
|---|
| 37 | <Version Minor="4"/>
|
|---|
| 38 | <Files Count="1">
|
|---|
| 39 | <Item1>
|
|---|
| 40 | <Filename Value="csvdocument.pas"/>
|
|---|
| 41 | <UnitName Value="CsvDocument"/>
|
|---|
| 42 | </Item1>
|
|---|
| 43 | </Files>
|
|---|
| 44 | <CompatibilityMode Value="True"/>
|
|---|
| 45 | <RequiredPkgs Count="1">
|
|---|
| 46 | <Item1>
|
|---|
| 47 | <PackageName Value="FCL"/>
|
|---|
| 48 | <MinVersion Major="1" Valid="True"/>
|
|---|
| 49 | </Item1>
|
|---|
| 50 | </RequiredPkgs>
|
|---|
| 51 | <UsageOptions>
|
|---|
| 52 | <UnitPath Value="$(PkgOutDir)"/>
|
|---|
| 53 | </UsageOptions>
|
|---|
| 54 | <PublishOptions>
|
|---|
| 55 | <Version Value="2"/>
|
|---|
| 56 | </PublishOptions>
|
|---|
| 57 | </Package>
|
|---|
| 58 | </CONFIG>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.