lazarus/components/leakview/leakview.lpk
2024-10-24 12:13:55 +02:00

73 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="leakview"/>
<Type Value="RunAndDesignTime"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Dmitry &apos;skalogryz&apos; Boyarintsev"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions>
<Description Value="Leak View. allows fast navigation trough HeapTrc (and other?) leaks."/>
<Version Major="1"/>
<Files Count="4">
<Item1>
<Filename Value="heaptrcview.lfm"/>
<Type Value="LFM"/>
</Item1>
<Item2>
<Filename Value="heaptrcview.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="HeapTrcView"/>
</Item2>
<Item3>
<Filename Value="leakinfo.pas"/>
<UnitName Value="leakinfo"/>
</Item3>
<Item4>
<Filename Value="dbginforeader.pas"/>
<UnitName Value="DbgInfoReader"/>
</Item4>
</Files>
<CompatibilityMode Value="True"/>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="fpdebug"/>
</Item1>
<Item2>
<PackageName Value="LazDebuggerLldb"/>
</Item2>
<Item3>
<PackageName Value="CodeTools"/>
</Item3>
<Item4>
<PackageName Value="IDEIntf"/>
</Item4>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>