Changeset 90 for trunk/vCardStudio.lpr


Ignore:
Timestamp:
Feb 2, 2022, 2:55:58 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Build under Lazarus 2.2.0.
  • Modified: Updated Common package.
  • Added: Read Me file with app description and development information.
  • Added: Test form available in debug mode from Tools menu with list of test cases to better support app testability.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vCardStudio.lpr

    r87 r90  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UCore, Common, UDataFile, SysUtils
    11   { you can add units after this };
     10  Forms, UFormMain, UCore, Common, UDataFile, SysUtils, UFormTest, UTest;
    1211
    1312{$R *.res}
     
    2019begin
    2120  Application.Scaled:=True;
    22   Application.Title := 'vCard Studio';
     21  Application.Title:='vCard Studio';
    2322  {$if declared(UseHeapTrace)}
    2423  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note: See TracChangeset for help on using the changeset viewer.