Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lib/
backup/
6 changes: 4 additions & 2 deletions LazProfiler.lpk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="LazProfiler"/>
<Type Value="DesignTime"/>
Expand All @@ -9,14 +9,15 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value=".;C:\Lazarus_Profile\config_lazarus\onlinepackagemanager\packages\epiktimer\;.;C:\Lazarus_Profile\config_lazarus\onlinepackagemanager\packages\epiktimer\;.;C:\Lazarus_Profile\config_lazarus\onlinepackagemanager\packages\epiktimer\;.;C:\Lazarus_Profile\config_lazarus\onlinepackagemanager\packages\epiktimer\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions>
<Description Value="LazProfiler is an IDE addon for profiling your programs with one click."/>
<Version Minor="3"/>
<Version Minor="4"/>
<Files Count="5">
<Item1>
<Filename Value="LazProfilerAddon.pas"/>
Expand All @@ -40,6 +41,7 @@
<UnitName Value="LazProfilerCore"/>
</Item5>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="6">
<Item1>
<PackageName Value="etpackage"/>
Expand Down
Loading