Files
HeidiSQL/heidisql.lpi

165 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
<PathDelim Value="\"/>
<General>
<SessionStorage Value="InProjectDir"/>
<Title Value="heidisql"/>
<Scaled Value="True"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<XPManifest>
<DpiAware Value="True"/>
</XPManifest>
</General>
<VersionInfo>
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="12"/>
<MinorVersionNr Value="10"/>
</VersionInfo>
<BuildModes>
<Item Name="Default" Default="True"/>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
</RunParams>
<RequiredPackages>
<Item>
<PackageName Value="laz.virtualtreeview_package"/>
</Item>
<Item>
<PackageName Value="SynEditDsgn"/>
</Item>
<Item>
<PackageName Value="SynEdit"/>
</Item>
<Item>
<PackageName Value="LCL"/>
</Item>
</RequiredPackages>
<Units>
<Unit>
<Filename Value="heidisql.lpr"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\main.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="MainForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit>
<Unit>
<Filename Value="source\apphelpers.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\dbconnection.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\dbstructures.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\dbstructures.mysql.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\about.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="AboutBox"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="About"/>
</Unit>
<Unit>
<Filename Value="source\generic_types.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\dbstructures.interbase.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\dbstructures.mssql.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\dbstructures.postgresql.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\dbstructures.sqlite.pas"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="source\loginform.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="frmLogin"/>
<ResourceBaseClass Value="Form"/>
</Unit>
<Unit>
<Filename Value="source\change_password.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="frmPasswordChange"/>
<ResourceBaseClass Value="Form"/>
</Unit>
<Unit>
<Filename Value="source\const.inc"/>
<IsPartOfProject Value="True"/>
</Unit>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="out\heidisql"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);source"/>
<OtherUnitFiles Value="source"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf3"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerMessages>
<IgnoredMessages idx3177="True" idx3175="True"/>
</CompilerMessages>
</Other>
</CompilerOptions>
<Debugging>
<Exceptions>
<Item>
<Name Value="EAbort"/>
</Item>
<Item>
<Name Value="ECodetoolError"/>
</Item>
<Item>
<Name Value="EFOpenError"/>
</Item>
</Exceptions>
</Debugging>
</CONFIG>