mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-03 09:03:43 +02:00
89 lines
2.1 KiB
XML
89 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="12"/>
|
|
<PathDelim Value="\"/>
|
|
<General>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<ResourceType Value="res"/>
|
|
<UseXPManifest Value="True"/>
|
|
</General>
|
|
<i18n>
|
|
<EnableI18N LFM="False"/>
|
|
</i18n>
|
|
<BuildModes>
|
|
<Item Name="default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<FormatVersion Value="2"/>
|
|
<Modes>
|
|
<Mode Name="default"/>
|
|
</Modes>
|
|
</RunParams>
|
|
<RequiredPackages>
|
|
<Item>
|
|
<PackageName Value="LCLBase"/>
|
|
<MinVersion Major="1" Release="1" Valid="True"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="TAChartLazarusPkg"/>
|
|
<MinVersion Major="1" Valid="True"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="LazControls"/>
|
|
<MinVersion Valid="True"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="LCL"/>
|
|
</Item>
|
|
</RequiredPackages>
|
|
<Units>
|
|
<Unit>
|
|
<Filename Value="radialdemo.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit>
|
|
<Unit>
|
|
<Filename Value="main.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="Form1"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
</Unit>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<Target>
|
|
<Filename Value="radialdemo"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions>
|
|
<Item>
|
|
<Name Value="EAbort"/>
|
|
</Item>
|
|
<Item>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item>
|
|
<Item>
|
|
<Name Value="EFOpenError"/>
|
|
</Item>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|